Get Volume Group Result
data class GetVolumeGroupResult(val elasticSanId: String, val encryptionType: String, val encryptions: List<GetVolumeGroupEncryption>, val id: String, val identities: List<GetVolumeGroupIdentity>, val name: String, val networkRules: List<GetVolumeGroupNetworkRule>, val protocolType: String)
A collection of values returned by getVolumeGroup.
Constructors
Link copied to clipboard
constructor(elasticSanId: String, encryptionType: String, encryptions: List<GetVolumeGroupEncryption>, id: String, identities: List<GetVolumeGroupIdentity>, name: String, networkRules: List<GetVolumeGroupNetworkRule>, protocolType: String)
Properties
Link copied to clipboard
Link copied to clipboard
An encryption block as defined below.
Link copied to clipboard
The type of the key used to encrypt the data of the disk.
Link copied to clipboard
An identity block as defined below.
Link copied to clipboard
One or more network_rule blocks as defined below.
Link copied to clipboard
The type of the storage target.