160 строки
11 KiB
YAML
160 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties"
|
|
name: "SubvolumeProperties"
|
|
nameWithType: "SubvolumeProperties"
|
|
summary: "This represents path associated with the subvolume."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SubvolumeProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.SubvolumeProperties()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.SubvolumeProperties()"
|
|
name: "SubvolumeProperties()"
|
|
nameWithType: "SubvolumeProperties.SubvolumeProperties()"
|
|
summary: "Creates an instance of Subvolume<wbr>Properties class."
|
|
syntax: "public SubvolumeProperties()"
|
|
desc: "Creates an instance of SubvolumeProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SubvolumeProperties.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Subvolume<wbr>Properties from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SubvolumeProperties fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SubvolumeProperties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SubvolumeProperties from the JsonReader."
|
|
returns:
|
|
description: "An instance of SubvolumeProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.parentPath()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.parentPath()"
|
|
name: "parentPath()"
|
|
nameWithType: "SubvolumeProperties.parentPath()"
|
|
summary: "Get the parent<wbr>Path property: parent path to the subvolume."
|
|
syntax: "public String parentPath()"
|
|
desc: "Get the parentPath property: parent path to the subvolume."
|
|
returns:
|
|
description: "the parentPath value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.path()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.path()"
|
|
name: "path()"
|
|
nameWithType: "SubvolumeProperties.path()"
|
|
summary: "Get the path property: Path to the subvolume."
|
|
syntax: "public String path()"
|
|
desc: "Get the path property: Path to the subvolume."
|
|
returns:
|
|
description: "the path value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "SubvolumeProperties.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: Azure lifecycle management."
|
|
syntax: "public String provisioningState()"
|
|
desc: "Get the provisioningState property: Azure lifecycle management."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.size()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.size()"
|
|
name: "size()"
|
|
nameWithType: "SubvolumeProperties.size()"
|
|
summary: "Get the size property: Truncate subvolume to the provided size in bytes."
|
|
syntax: "public Long size()"
|
|
desc: "Get the size property: Truncate subvolume to the provided size in bytes."
|
|
returns:
|
|
description: "the size value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SubvolumeProperties.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SubvolumeProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withParentPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withParentPath(String parentPath)"
|
|
name: "withParentPath(String parentPath)"
|
|
nameWithType: "SubvolumeProperties.withParentPath(String parentPath)"
|
|
summary: "Set the parent<wbr>Path property: parent path to the subvolume."
|
|
parameters:
|
|
- description: "the parentPath value to set."
|
|
name: "parentPath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SubvolumeProperties withParentPath(String parentPath)"
|
|
desc: "Set the parentPath property: parent path to the subvolume."
|
|
returns:
|
|
description: "the SubvolumeProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withPath(String path)"
|
|
name: "withPath(String path)"
|
|
nameWithType: "SubvolumeProperties.withPath(String path)"
|
|
summary: "Set the path property: Path to the subvolume."
|
|
parameters:
|
|
- description: "the path value to set."
|
|
name: "path"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SubvolumeProperties withPath(String path)"
|
|
desc: "Set the path property: Path to the subvolume."
|
|
returns:
|
|
description: "the SubvolumeProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withSize(java.lang.Long)"
|
|
fullName: "com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties.withSize(Long size)"
|
|
name: "withSize(Long size)"
|
|
nameWithType: "SubvolumeProperties.withSize(Long size)"
|
|
summary: "Set the size property: Truncate subvolume to the provided size in bytes."
|
|
parameters:
|
|
- description: "the size value to set."
|
|
name: "size"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public SubvolumeProperties withSize(Long size)"
|
|
desc: "Set the size property: Truncate subvolume to the provided size in bytes."
|
|
returns:
|
|
description: "the SubvolumeProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "This represents path associated with the subvolume."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties?alt=com.azure.resourcemanager.netapp.fluent.models.SubvolumeProperties&text=SubvolumeProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.netapp.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|