Uses of Class
com.azure.resourcemanager.netapp.models.PlacementKeyValuePairs
Packages that use PlacementKeyValuePairs
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of PlacementKeyValuePairs in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return types with arguments of type PlacementKeyValuePairsModifier and TypeMethodDescriptionVolumeInner.placementRules()
Get the placementRules property: Application specific placement rules for the particular volume.VolumeProperties.placementRules()
Get the placementRules property: Application specific placement rules for the particular volume.Method parameters in com.azure.resourcemanager.netapp.fluent.models with type arguments of type PlacementKeyValuePairsModifier and TypeMethodDescriptionVolumeInner.withPlacementRules
(List<PlacementKeyValuePairs> placementRules) Set the placementRules property: Application specific placement rules for the particular volume.VolumeProperties.withPlacementRules
(List<PlacementKeyValuePairs> placementRules) Set the placementRules property: Application specific placement rules for the particular volume. -
Uses of PlacementKeyValuePairs in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return PlacementKeyValuePairsModifier and TypeMethodDescriptionstatic PlacementKeyValuePairs
PlacementKeyValuePairs.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PlacementKeyValuePairs from the JsonReader.Set the key property: Key for an application specific parameter for the placement of volumes in the volume group.Set the value property: Value for an application specific parameter for the placement of volumes in the volume group.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type PlacementKeyValuePairsModifier and TypeMethodDescriptionVolumeGroupMetadata.globalPlacementRules()
Get the globalPlacementRules property: Application specific placement rules for the volume group.Volume.placementRules()
Gets the placementRules property: Application specific placement rules for the particular volume.VolumeGroupVolumeProperties.placementRules()
Get the placementRules property: Application specific placement rules for the particular volume.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type PlacementKeyValuePairsModifier and TypeMethodDescriptionVolumeGroupMetadata.withGlobalPlacementRules
(List<PlacementKeyValuePairs> globalPlacementRules) Set the globalPlacementRules property: Application specific placement rules for the volume group.Volume.DefinitionStages.WithPlacementRules.withPlacementRules
(List<PlacementKeyValuePairs> placementRules) Specifies the placementRules property: Application specific placement rules for the particular volume.VolumeGroupVolumeProperties.withPlacementRules
(List<PlacementKeyValuePairs> placementRules) Set the placementRules property: Application specific placement rules for the particular volume.