Uses of Class
com.azure.resourcemanager.netapp.fluent.models.VolumeGroupDetailsInner
Packages that use VolumeGroupDetailsInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeGroupDetailsInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return VolumeGroupDetailsInnerModifier and TypeMethodDescriptionVolumeGroupsClient.create
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body) Create the specified volume group and volumes.VolumeGroupsClient.create
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body, com.azure.core.util.Context context) Create the specified volume group and volumes.Describe a Volume Group Get details of the specified volume group.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type VolumeGroupDetailsInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body) Create the specified volume group and volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body) Create the specified volume group and volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body, com.azure.core.util.Context context) Create the specified volume group and volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body, com.azure.core.util.Context context) Create the specified volume group and volumes.com.azure.core.http.rest.Response
<VolumeGroupDetailsInner> VolumeGroupsClient.getWithResponse
(String resourceGroupName, String accountName, String volumeGroupName, com.azure.core.util.Context context) Describe a Volume Group Get details of the specified volume group.Methods in com.azure.resourcemanager.netapp.fluent with parameters of type VolumeGroupDetailsInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body) Create the specified volume group and volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupDetailsInner>, VolumeGroupDetailsInner> VolumeGroupsClient.beginCreate
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body, com.azure.core.util.Context context) Create the specified volume group and volumes.VolumeGroupsClient.create
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body) Create the specified volume group and volumes.VolumeGroupsClient.create
(String resourceGroupName, String accountName, String volumeGroupName, VolumeGroupDetailsInner body, com.azure.core.util.Context context) Create the specified volume group and volumes. -
Uses of VolumeGroupDetailsInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return VolumeGroupDetailsInnerModifier and TypeMethodDescriptionstatic VolumeGroupDetailsInner
VolumeGroupDetailsInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeGroupDetailsInner from the JsonReader.VolumeGroupDetailsInner.withGroupMetadata
(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details.VolumeGroupDetailsInner.withLocation
(String location) Set the location property: Resource location.VolumeGroupDetailsInner.withVolumes
(List<VolumeGroupVolumeProperties> volumes) Set the volumes property: List of volumes from group. -
Uses of VolumeGroupDetailsInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeGroupDetailsInnerModifier and TypeMethodDescriptionVolumeGroupDetails.innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupDetailsInner object.