Cluster Node Attribute
data class ClusterNodeAttribute(val dataDiskEncrypted: Boolean? = null, val dataDiskKmsKeyId: String? = null, val keyPairName: String, val ramRole: String, val securityGroupId: String, val systemDiskEncrypted: Boolean? = null, val systemDiskKmsKeyId: String? = null, val vpcId: String, val zoneId: String)
Constructors
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.