Package version:

Interface VolumeGroupMetaData

Volume group properties

interface VolumeGroupMetaData {
    applicationIdentifier?: string;
    applicationType?: string;
    globalPlacementRules?: PlacementKeyValuePairs[];
    groupDescription?: string;
    volumesCount?: number;
}

Properties

applicationIdentifier?: string

Application specific identifier

applicationType?: string

Application Type

globalPlacementRules?: PlacementKeyValuePairs[]

Application specific placement rules for the volume group

groupDescription?: string

Group Description

volumesCount?: number

Number of volumes in volume group NOTE: This property will not be serialized. It can only be populated by the server.