Volume Group Volume Properties Response
data class VolumeGroupVolumePropertiesResponse(val actualThroughputMibps: Double, 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 dataStoreResourceId: List<String>, val defaultGroupQuotaInKiBs: Double? = null, val defaultUserQuotaInKiBs: Double? = null, val deleteBaseSnapshot: Boolean? = null, val enableSubvolumes: String? = null, val encrypted: Boolean, val encryptionKeySource: String? = null, val exportPolicy: VolumePropertiesResponseExportPolicy? = null, val fileAccessLogs: String, val fileSystemId: String, val id: String, val isDefaultQuotaEnabled: Boolean? = null, val isLargeVolume: Boolean? = null, val isRestoring: Boolean? = null, val kerberosEnabled: Boolean? = null, val keyVaultPrivateEndpointResourceId: String? = null, val ldapEnabled: Boolean? = null, val maximumNumberOfFiles: Double, val mountTargets: List<MountTargetPropertiesResponse>, val name: String? = null, val networkFeatures: String? = null, val networkSiblingSetId: String, val originatingResourceId: String, val placementRules: List<PlacementKeyValuePairsResponse>? = null, val protocolTypes: List<String>? = null, val provisionedAvailabilityZone: String, val provisioningState: String, val proximityPlacementGroup: String? = null, val securityStyle: String? = null, val serviceLevel: String? = null, val smbAccessBasedEnumeration: String? = null, val smbContinuouslyAvailable: Boolean? = null, val smbEncryption: Boolean? = null, val smbNonBrowsable: String? = 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(actualThroughputMibps: Double, avsDataStore: String? = null, backupId: String? = null, baremetalTenantId: String, capacityPoolResourceId: String? = null, cloneProgress: Int, coolAccess: Boolean? = null, coolnessPeriod: Int? = null, creationToken: String, dataProtection: VolumePropertiesResponseDataProtection? = null, dataStoreResourceId: List<String>, defaultGroupQuotaInKiBs: Double? = null, defaultUserQuotaInKiBs: Double? = null, deleteBaseSnapshot: Boolean? = null, enableSubvolumes: String? = null, encrypted: Boolean, encryptionKeySource: String? = null, exportPolicy: VolumePropertiesResponseExportPolicy? = null, fileAccessLogs: String, fileSystemId: String, id: String, isDefaultQuotaEnabled: Boolean? = null, isLargeVolume: Boolean? = null, isRestoring: Boolean? = null, kerberosEnabled: Boolean? = null, keyVaultPrivateEndpointResourceId: String? = null, ldapEnabled: Boolean? = null, maximumNumberOfFiles: Double, mountTargets: List<MountTargetPropertiesResponse>, name: String? = null, networkFeatures: String? = null, networkSiblingSetId: String, originatingResourceId: String, placementRules: List<PlacementKeyValuePairsResponse>? = null, protocolTypes: List<String>? = null, provisionedAvailabilityZone: String, provisioningState: String, proximityPlacementGroup: String? = null, securityStyle: String? = null, serviceLevel: String? = null, smbAccessBasedEnumeration: String? = null, smbContinuouslyAvailable: Boolean? = null, smbEncryption: Boolean? = null, smbNonBrowsable: String? = 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
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