AutoprovisioningNodePoolDefaultsArgs

data class AutoprovisioningNodePoolDefaultsArgs(val bootDiskKmsKey: Output<String>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null, val imageType: Output<String>? = null, val management: Output<NodeManagementArgs>? = null, val minCpuPlatform: Output<String>? = null, val oauthScopes: Output<List<String>>? = null, val serviceAccount: Output<String>? = null, val shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, val upgradeSettings: Output<UpgradeSettingsArgs>? = null) : ConvertibleToJava<AutoprovisioningNodePoolDefaultsArgs>

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Constructors

Link copied to clipboard
fun AutoprovisioningNodePoolDefaultsArgs(bootDiskKmsKey: Output<String>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null, imageType: Output<String>? = null, management: Output<NodeManagementArgs>? = null, minCpuPlatform: Output<String>? = null, oauthScopes: Output<List<String>>? = null, serviceAccount: Output<String>? = null, shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, upgradeSettings: Output<UpgradeSettingsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AutoprovisioningNodePoolDefaultsArgs

Properties

Link copied to clipboard
val bootDiskKmsKey: Output<String>? = null

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/KEY_PROJECT_ID/locations/LOCATION/keyRings/RING_NAME/cryptoKeys/KEY_NAME. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

Link copied to clipboard
val diskSizeGb: Output<Int>? = null

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.

Link copied to clipboard
val diskType: Output<String>? = null

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced') If unspecified, the default disk type is 'pd-standard'

Link copied to clipboard
val imageType: Output<String>? = null

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

Link copied to clipboard
val management: Output<NodeManagementArgs>? = null

NodeManagement configuration for this NodePool.

Link copied to clipboard
val minCpuPlatform: Output<String>? = null

Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read how to specify min CPU platform. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

Link copied to clipboard
val oauthScopes: Output<List<String>>? = null

The set of Google API scopes to be made available on all of the node VMs under the "default" service account. The following scopes are recommended, but not required, and by default are not included: * https://www.googleapis.com/auth/compute is required for mounting persistent storage on your nodes. * https://www.googleapis.com/auth/devstorage.read_only is required for communicating with gcr.io (the Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.

Link copied to clipboard
val serviceAccount: Output<String>? = null

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

Link copied to clipboard

Shielded Instance options.

Link copied to clipboard

Upgrade settings control disruption and speed of the upgrade.