Cluster Node Attribute Args
data class ClusterNodeAttributeArgs(val dataDiskEncrypted: Output<Boolean>? = null, val dataDiskKmsKeyId: Output<String>? = null, val keyPairName: Output<String>, val ramRole: Output<String>, val securityGroupId: Output<String>, val systemDiskEncrypted: Output<Boolean>? = null, val systemDiskKmsKeyId: Output<String>? = null, val vpcId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<ClusterNodeAttributeArgs>
Constructors
Link copied to clipboard
constructor(dataDiskEncrypted: Output<Boolean>? = null, dataDiskKmsKeyId: Output<String>? = null, keyPairName: Output<String>, ramRole: Output<String>, securityGroupId: Output<String>, systemDiskEncrypted: Output<Boolean>? = null, systemDiskKmsKeyId: Output<String>? = null, vpcId: Output<String>, zoneId: Output<String>)
Properties
Link copied to clipboard
Whether to enable data disk encryption.
Link copied to clipboard
The kms key id used to encrypt the data disk. It takes effect when data_disk_encrypted is true.
Link copied to clipboard
The name of the key pair.
Link copied to clipboard
Link copied to clipboard
Security Group ID for Cluster.
Link copied to clipboard
Whether to enable system disk encryption.
Link copied to clipboard
The kms key id used to encrypt the system disk. It takes effect when system_disk_encrypted is true.