VolumeGroupVolumePropertiesArgs

constructor(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)