Get Volume Result
data class GetVolumeResult(val backupId: String? = null, val baremetalTenantId: String, val creationToken: String, val dataProtection: VolumePropertiesResponseDataProtection? = null, val encryptionKeySource: String? = null, val exportPolicy: VolumePropertiesResponseExportPolicy? = null, val fileSystemId: String, val id: String, val isRestoring: Boolean? = null, val kerberosEnabled: Boolean? = null, val ldapEnabled: Boolean? = null, val location: String, val mountTargets: List<MountTargetPropertiesResponse>, val name: String, val protocolTypes: List<String>? = null, val provisioningState: String, val securityStyle: String? = null, val serviceLevel: String? = null, val smbContinuouslyAvailable: Boolean? = null, val smbEncryption: Boolean? = null, val snapshotDirectoryVisible: Boolean? = null, val snapshotId: String? = null, val subnetId: String, val tags: Map<String, String>? = null, val throughputMibps: Double? = null, val type: String, val usageThreshold: Double, val volumeType: String? = null)
Volume resource
Constructors
Link copied to clipboard
fun GetVolumeResult(backupId: String? = null, baremetalTenantId: String, creationToken: String, dataProtection: VolumePropertiesResponseDataProtection? = null, encryptionKeySource: String? = null, exportPolicy: VolumePropertiesResponseExportPolicy? = null, fileSystemId: String, id: String, isRestoring: Boolean? = null, kerberosEnabled: Boolean? = null, ldapEnabled: Boolean? = null, location: String, mountTargets: List<MountTargetPropertiesResponse>, name: String, protocolTypes: List<String>? = null, provisioningState: String, securityStyle: String? = null, serviceLevel: String? = null, smbContinuouslyAvailable: Boolean? = null, smbEncryption: Boolean? = null, snapshotDirectoryVisible: Boolean? = null, snapshotId: String? = null, subnetId: String, tags: Map<String, String>? = null, throughputMibps: Double? = null, type: String, usageThreshold: Double, volumeType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard