Uses of Class
com.azure.resourcemanager.netapp.models.VolumeGroupMetadata
Packages that use VolumeGroupMetadata
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeGroupMetadata in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return VolumeGroupMetadataModifier and TypeMethodDescriptionVolumeGroupDetailsInner.groupMetadata()Get the groupMetadata property: Volume group details.VolumeGroupInner.groupMetadata()Get the groupMetadata property: Volume group details.VolumeGroupListProperties.groupMetadata()Get the groupMetadata property: Volume group details.VolumeGroupProperties.groupMetadata()Get the groupMetadata property: Volume group details.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type VolumeGroupMetadataModifier and TypeMethodDescriptionVolumeGroupDetailsInner.withGroupMetadata(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details.VolumeGroupInner.withGroupMetadata(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details.VolumeGroupListProperties.withGroupMetadata(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details.VolumeGroupProperties.withGroupMetadata(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details. -
Uses of VolumeGroupMetadata in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeGroupMetadataModifier and TypeMethodDescriptionstatic VolumeGroupMetadataVolumeGroupMetadata.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeGroupMetadata from the JsonReader.VolumeGroup.groupMetadata()Gets the groupMetadata property: Volume group details.VolumeGroupDetails.groupMetadata()Gets the groupMetadata property: Volume group details.VolumeGroupMetadata.withApplicationIdentifier(String applicationIdentifier) Set the applicationIdentifier property: Application specific identifier.VolumeGroupMetadata.withApplicationType(ApplicationType applicationType) Set the applicationType property: Application Type.VolumeGroupMetadata.withGlobalPlacementRules(List<PlacementKeyValuePairs> globalPlacementRules) Set the globalPlacementRules property: Application specific placement rules for the volume group.VolumeGroupMetadata.withGroupDescription(String groupDescription) Set the groupDescription property: Group Description.Methods in com.azure.resourcemanager.netapp.models with parameters of type VolumeGroupMetadataModifier and TypeMethodDescriptionVolumeGroupDetails.DefinitionStages.WithGroupMetadata.withGroupMetadata(VolumeGroupMetadata groupMetadata) Specifies the groupMetadata property: Volume group details.