Volume Group Volume Properties Args
data class VolumeGroupVolumePropertiesArgs(val avsDataStore: Output<Either<String, AvsDataStore>>? = null, val backupId: Output<String>? = null, val capacityPoolResourceId: Output<String>? = null, val coolAccess: Output<Boolean>? = null, val coolnessPeriod: Output<Int>? = null, val creationToken: Output<String>, val dataProtection: Output<VolumePropertiesDataProtectionArgs>? = null, val defaultGroupQuotaInKiBs: Output<Double>? = null, val defaultUserQuotaInKiBs: Output<Double>? = null, val enableSubvolumes: Output<Either<String, EnableSubvolumes>>? = null, val encryptionKeySource: Output<String>? = null, val exportPolicy: Output<VolumePropertiesExportPolicyArgs>? = null, val isDefaultQuotaEnabled: Output<Boolean>? = null, val isRestoring: Output<Boolean>? = null, val kerberosEnabled: Output<Boolean>? = null, val ldapEnabled: Output<Boolean>? = null, val name: Output<String>? = null, val networkFeatures: Output<Either<String, NetworkFeatures>>? = null, val placementRules: Output<List<PlacementKeyValuePairsArgs>>? = null, val protocolTypes: Output<List<String>>? = null, val proximityPlacementGroup: Output<String>? = null, val securityStyle: Output<Either<String, SecurityStyle>>? = null, val serviceLevel: Output<Either<String, ServiceLevel>>? = null, val smbContinuouslyAvailable: Output<Boolean>? = null, val smbEncryption: Output<Boolean>? = null, val snapshotDirectoryVisible: Output<Boolean>? = null, val snapshotId: Output<String>? = null, val subnetId: Output<String>, val tags: Output<Map<String, String>>? = null, val throughputMibps: Output<Double>? = null, val unixPermissions: Output<String>? = null, val usageThreshold: Output<Double>, val volumeSpecName: Output<String>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<VolumeGroupVolumePropertiesArgs>
Volume resource
Constructors
Link copied to clipboard
fun VolumeGroupVolumePropertiesArgs(avsDataStore: Output<Either<String, AvsDataStore>>? = null, backupId: Output<String>? = null, capacityPoolResourceId: Output<String>? = null, coolAccess: Output<Boolean>? = null, coolnessPeriod: Output<Int>? = null, creationToken: Output<String>, dataProtection: Output<VolumePropertiesDataProtectionArgs>? = null, defaultGroupQuotaInKiBs: Output<Double>? = null, defaultUserQuotaInKiBs: Output<Double>? = null, enableSubvolumes: Output<Either<String, EnableSubvolumes>>? = null, encryptionKeySource: Output<String>? = null, exportPolicy: Output<VolumePropertiesExportPolicyArgs>? = null, isDefaultQuotaEnabled: Output<Boolean>? = null, isRestoring: Output<Boolean>? = null, kerberosEnabled: Output<Boolean>? = null, ldapEnabled: Output<Boolean>? = null, name: Output<String>? = null, networkFeatures: Output<Either<String, NetworkFeatures>>? = null, placementRules: Output<List<PlacementKeyValuePairsArgs>>? = null, protocolTypes: Output<List<String>>? = null, proximityPlacementGroup: Output<String>? = null, securityStyle: Output<Either<String, SecurityStyle>>? = null, serviceLevel: Output<Either<String, ServiceLevel>>? = null, smbContinuouslyAvailable: Output<Boolean>? = null, smbEncryption: Output<Boolean>? = null, snapshotDirectoryVisible: Output<Boolean>? = null, snapshotId: Output<String>? = null, subnetId: Output<String>, tags: Output<Map<String, String>>? = null, throughputMibps: Output<Double>? = null, unixPermissions: Output<String>? = null, usageThreshold: Output<Double>, volumeSpecName: Output<String>? = null, volumeType: Output<String>? = null)
Functions
Properties
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.