Volume Group Volume Properties Response
data class VolumeGroupVolumePropertiesResponse(val avsDataStore: String? = null, val backupId: String? = null, val baremetalTenantId: String, val capacityPoolResourceId: String? = null, val cloneProgress: Int, val coolAccess: Boolean? = null, val coolnessPeriod: Int? = null, val creationToken: String, val dataProtection: VolumePropertiesResponseDataProtection? = null, val defaultGroupQuotaInKiBs: Double? = null, val defaultUserQuotaInKiBs: Double? = null, val enableSubvolumes: String? = null, val encryptionKeySource: String? = null, val exportPolicy: VolumePropertiesResponseExportPolicy? = null, val fileSystemId: String, val id: String, val isDefaultQuotaEnabled: Boolean? = null, val isRestoring: Boolean? = null, val kerberosEnabled: Boolean? = null, val ldapEnabled: Boolean? = null, val maximumNumberOfFiles: Double, val mountTargets: List<MountTargetPropertiesResponse>, val name: String? = null, val networkFeatures: String? = null, val networkSiblingSetId: String, val placementRules: List<PlacementKeyValuePairsResponse>? = null, val protocolTypes: List<String>? = null, val provisioningState: String, val proximityPlacementGroup: String? = null, 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 storageToNetworkProximity: String, val subnetId: String, val t2Network: String, val tags: Map<String, String>? = null, val throughputMibps: Double? = null, val type: String, val unixPermissions: String? = null, val usageThreshold: Double, val volumeGroupName: String, val volumeSpecName: String? = null, val volumeType: String? = null)
Volume resource
Constructors
Link copied to clipboard
fun VolumeGroupVolumePropertiesResponse(avsDataStore: String? = null, backupId: String? = null, baremetalTenantId: String, capacityPoolResourceId: String? = null, cloneProgress: Int, coolAccess: Boolean? = null, coolnessPeriod: Int? = null, creationToken: String, dataProtection: VolumePropertiesResponseDataProtection? = null, defaultGroupQuotaInKiBs: Double? = null, defaultUserQuotaInKiBs: Double? = null, enableSubvolumes: String? = null, encryptionKeySource: String? = null, exportPolicy: VolumePropertiesResponseExportPolicy? = null, fileSystemId: String, id: String, isDefaultQuotaEnabled: Boolean? = null, isRestoring: Boolean? = null, kerberosEnabled: Boolean? = null, ldapEnabled: Boolean? = null, maximumNumberOfFiles: Double, mountTargets: List<MountTargetPropertiesResponse>, name: String? = null, networkFeatures: String? = null, networkSiblingSetId: String, placementRules: List<PlacementKeyValuePairsResponse>? = null, protocolTypes: List<String>? = null, provisioningState: String, proximityPlacementGroup: String? = null, securityStyle: String? = null, serviceLevel: String? = null, smbContinuouslyAvailable: Boolean? = null, smbEncryption: Boolean? = null, snapshotDirectoryVisible: Boolean? = null, snapshotId: String? = null, storageToNetworkProximity: String, subnetId: String, t2Network: String, tags: Map<String, String>? = null, throughputMibps: Double? = null, type: String, unixPermissions: String? = null, usageThreshold: Double, volumeGroupName: String, volumeSpecName: String? = null, 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
Link copied to clipboard