Get Volume Group Result
data class GetVolumeGroupResult(val azureApiVersion: String, val encryption: String? = null, val encryptionProperties: EncryptionPropertiesResponse? = null, val enforceDataIntegrityCheckForIscsi: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val name: String, val networkAcls: NetworkRuleSetResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val protocolType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Response for Volume Group request.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, encryption: String? = null, encryptionProperties: EncryptionPropertiesResponse? = null, enforceDataIntegrityCheckForIscsi: Boolean? = null, id: String, identity: IdentityResponse? = null, name: String, networkAcls: NetworkRuleSetResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, protocolType: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Type of encryption
Link copied to clipboard
Encryption Properties describing Key Vault and Identity information
Link copied to clipboard
A boolean indicating whether or not Data Integrity Check is enabled
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
A collection of rules governing the accessibility from specific network locations.
Link copied to clipboard
The list of Private Endpoint Connections.
Link copied to clipboard
Type of storage target
Link copied to clipboard
State of the operation on the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.