Sdílet prostřednictvím


VolumeGroup Interface

public interface VolumeGroup

An immutable client-side representation of VolumeGroup.

Method Summary

Modifier and Type Method and Description
abstract VolumeGroupMetadata groupMetadata()

Gets the groupMetadata property: Volume group details.

abstract String id()

Gets the id property: Resource Id.

abstract VolumeGroupInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner object.

abstract String location()

Gets the location property: Resource location.

abstract String name()

Gets the name property: Resource name.

abstract String provisioningState()

Gets the provisioningState property: Azure lifecycle management.

abstract String type()

Gets the type property: Resource type.

Method Details

groupMetadata

public abstract VolumeGroupMetadata groupMetadata()

Gets the groupMetadata property: Volume group details.

Returns:

the groupMetadata value.

id

public abstract String id()

Gets the id property: Resource Id.

Returns:

the id value.

innerModel

public abstract VolumeGroupInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Resource location.

Returns:

the location value.

name

public abstract String name()

Gets the name property: Resource name.

Returns:

the name value.

provisioningState

public abstract String provisioningState()

Gets the provisioningState property: Azure lifecycle management.

Returns:

the provisioningState value.

type

public abstract String type()

Gets the type property: Resource type.

Returns:

the type value.

Applies to