azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

184 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata"
name: "VolumeGroupMetadata"
nameWithType: "VolumeGroupMetadata"
summary: "Volume group properties."
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 **VolumeGroupMetadata**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.VolumeGroupMetadata()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.VolumeGroupMetadata()"
name: "VolumeGroupMetadata()"
nameWithType: "VolumeGroupMetadata.VolumeGroupMetadata()"
summary: "Creates an instance of Volume<wbr>Group<wbr>Metadata class."
syntax: "public VolumeGroupMetadata()"
desc: "Creates an instance of VolumeGroupMetadata class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.applicationIdentifier()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.applicationIdentifier()"
name: "applicationIdentifier()"
nameWithType: "VolumeGroupMetadata.applicationIdentifier()"
summary: "Get the application<wbr>Identifier property: Application specific identifier."
syntax: "public String applicationIdentifier()"
desc: "Get the applicationIdentifier property: Application specific identifier."
returns:
description: "the applicationIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.applicationType()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.applicationType()"
name: "applicationType()"
nameWithType: "VolumeGroupMetadata.applicationType()"
summary: "Get the application<wbr>Type property: Application Type."
syntax: "public ApplicationType applicationType()"
desc: "Get the applicationType property: Application Type."
returns:
description: "the applicationType value."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ApplicationType?alt=com.azure.resourcemanager.netapp.models.ApplicationType&text=ApplicationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "VolumeGroupMetadata.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Volume<wbr>Group<wbr>Metadata 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 VolumeGroupMetadata fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the VolumeGroupMetadata."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of VolumeGroupMetadata from the JsonReader."
returns:
description: "An instance of VolumeGroupMetadata 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.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.globalPlacementRules()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.globalPlacementRules()"
name: "globalPlacementRules()"
nameWithType: "VolumeGroupMetadata.globalPlacementRules()"
summary: "Get the global<wbr>Placement<wbr>Rules property: Application specific placement rules for the volume group."
syntax: "public List<PlacementKeyValuePairs> globalPlacementRules()"
desc: "Get the globalPlacementRules property: Application specific placement rules for the volume group."
returns:
description: "the globalPlacementRules value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs?alt=com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs&text=PlacementKeyValuePairs\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.groupDescription()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.groupDescription()"
name: "groupDescription()"
nameWithType: "VolumeGroupMetadata.groupDescription()"
summary: "Get the group<wbr>Description property: Group Description."
syntax: "public String groupDescription()"
desc: "Get the groupDescription property: Group Description."
returns:
description: "the groupDescription value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "VolumeGroupMetadata.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.models.VolumeGroupMetadata.validate()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.validate()"
name: "validate()"
nameWithType: "VolumeGroupMetadata.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.volumesCount()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.volumesCount()"
name: "volumesCount()"
nameWithType: "VolumeGroupMetadata.volumesCount()"
summary: "Get the volumes<wbr>Count property: Number of volumes in volume group."
syntax: "public Long volumesCount()"
desc: "Get the volumesCount property: Number of volumes in volume group."
returns:
description: "the volumesCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withApplicationIdentifier(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withApplicationIdentifier(String applicationIdentifier)"
name: "withApplicationIdentifier(String applicationIdentifier)"
nameWithType: "VolumeGroupMetadata.withApplicationIdentifier(String applicationIdentifier)"
summary: "Set the application<wbr>Identifier property: Application specific identifier."
parameters:
- description: "the applicationIdentifier value to set."
name: "applicationIdentifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VolumeGroupMetadata withApplicationIdentifier(String applicationIdentifier)"
desc: "Set the applicationIdentifier property: Application specific identifier."
returns:
description: "the VolumeGroupMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withApplicationType(com.azure.resourcemanager.netapp.models.ApplicationType)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withApplicationType(ApplicationType applicationType)"
name: "withApplicationType(ApplicationType applicationType)"
nameWithType: "VolumeGroupMetadata.withApplicationType(ApplicationType applicationType)"
summary: "Set the application<wbr>Type property: Application Type."
parameters:
- description: "the applicationType value to set."
name: "applicationType"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ApplicationType?alt=com.azure.resourcemanager.netapp.models.ApplicationType&text=ApplicationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VolumeGroupMetadata withApplicationType(ApplicationType applicationType)"
desc: "Set the applicationType property: Application Type."
returns:
description: "the VolumeGroupMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withGlobalPlacementRules(java.util.List<com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs>)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withGlobalPlacementRules(List<PlacementKeyValuePairs> globalPlacementRules)"
name: "withGlobalPlacementRules(List<PlacementKeyValuePairs> globalPlacementRules)"
nameWithType: "VolumeGroupMetadata.withGlobalPlacementRules(List<PlacementKeyValuePairs> globalPlacementRules)"
summary: "Set the global<wbr>Placement<wbr>Rules property: Application specific placement rules for the volume group."
parameters:
- description: "the globalPlacementRules value to set."
name: "globalPlacementRules"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs?alt=com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs&text=PlacementKeyValuePairs\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VolumeGroupMetadata withGlobalPlacementRules(List<PlacementKeyValuePairs> globalPlacementRules)"
desc: "Set the globalPlacementRules property: Application specific placement rules for the volume group."
returns:
description: "the VolumeGroupMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withGroupDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeGroupMetadata.withGroupDescription(String groupDescription)"
name: "withGroupDescription(String groupDescription)"
nameWithType: "VolumeGroupMetadata.withGroupDescription(String groupDescription)"
summary: "Set the group<wbr>Description property: Group Description."
parameters:
- description: "the groupDescription value to set."
name: "groupDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VolumeGroupMetadata withGroupDescription(String groupDescription)"
desc: "Set the groupDescription property: Group Description."
returns:
description: "the VolumeGroupMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Volume group properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.VolumeGroupMetadata?alt=com.azure.resourcemanager.netapp.models.VolumeGroupMetadata&text=VolumeGroupMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.4.0