Interface ContainerClusterNodeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.232Z") @Stability(Stable) public interface ContainerClusterNodeConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodeConfig.BuilderA builder forContainerClusterNodeConfigstatic classContainerClusterNodeConfig.Jsii$ProxyAn implementation forContainerClusterNodeConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterNodeConfig.Builderbuilder()default ContainerClusterNodeConfigAdvancedMachineFeaturesgetAdvancedMachineFeatures()advanced_machine_features block.default StringgetBootDiskKmsKey()The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.default ContainerClusterNodeConfigConfidentialNodesgetConfidentialNodes()confidential_nodes block.default ContainerClusterNodeConfigContainerdConfiggetContainerdConfig()containerd_config block.default NumbergetDiskSizeGb()Size of the disk attached to each node, specified in GB.default StringgetDiskType()Type of the disk attached to each node.default ObjectgetEnableConfidentialStorage()If enabled boot disks are configured with confidential mode.default ContainerClusterNodeConfigEphemeralStorageLocalSsdConfiggetEphemeralStorageLocalSsdConfig()ephemeral_storage_local_ssd_config block.default ContainerClusterNodeConfigFastSocketgetFastSocket()fast_socket block.default ContainerClusterNodeConfigGcfsConfiggetGcfsConfig()gcfs_config block.default ObjectgetGuestAccelerator()List of the type and count of accelerator cards attached to the instance.default ContainerClusterNodeConfigGvnicgetGvnic()gvnic block.default ContainerClusterNodeConfigHostMaintenancePolicygetHostMaintenancePolicy()host_maintenance_policy block.default StringgetImageType()The image type to use for this node.default ContainerClusterNodeConfigKubeletConfiggetKubeletConfig()kubelet_config block.default Map<String,String>getLabels()The map of Kubernetes labels (key/value pairs) to be applied to each node.default ContainerClusterNodeConfigLinuxNodeConfiggetLinuxNodeConfig()linux_node_config block.default ContainerClusterNodeConfigLocalNvmeSsdBlockConfiggetLocalNvmeSsdBlockConfig()local_nvme_ssd_block_config block.default NumbergetLocalSsdCount()The number of local SSD disks to be attached to the node.default StringgetLoggingVariant()Type of logging agent that is used as the default value for node pools in the cluster.default StringgetMachineType()The name of a Google Compute Engine machine type.default Map<String,String>getMetadata()The metadata key/value pairs assigned to instances in the cluster.default StringgetMinCpuPlatform()Minimum CPU platform to be used by this instance.default StringgetNodeGroup()Setting this field will assign instances of this pool to run on the specified node group.default List<String>getOauthScopes()The set of Google API scopes to be made available on all of the node VMs.default ObjectgetPreemptible()Whether the nodes are created as preemptible VM instances.default ContainerClusterNodeConfigReservationAffinitygetReservationAffinity()reservation_affinity block.default Map<String,String>getResourceLabels()The GCE resource labels (a map of key/value pairs) to be applied to the node pool.default Map<String,String>getResourceManagerTags()A map of resource manager tags.default ObjectgetSecondaryBootDisks()secondary_boot_disks block.default StringgetServiceAccount()The Google Cloud Platform Service Account to be used by the node VMs.default ContainerClusterNodeConfigShieldedInstanceConfiggetShieldedInstanceConfig()shielded_instance_config block.default ContainerClusterNodeConfigSoleTenantConfiggetSoleTenantConfig()sole_tenant_config block.default ObjectgetSpot()Whether the nodes are created as spot VM instances.default List<String>getTags()The list of instance tags applied to all nodes.default ObjectgetTaint()taint block.default ContainerClusterNodeConfigWorkloadMetadataConfiggetWorkloadMetadataConfig()workload_metadata_config block.
-
-
-
Method Detail
-
getAdvancedMachineFeatures
@Stability(Stable) @Nullable default ContainerClusterNodeConfigAdvancedMachineFeatures getAdvancedMachineFeatures()
advanced_machine_features block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#advanced_machine_features ContainerCluster#advanced_machine_features}
-
getBootDiskKmsKey
@Stability(Stable) @Nullable default String getBootDiskKmsKey()
The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#boot_disk_kms_key ContainerCluster#boot_disk_kms_key}
-
getConfidentialNodes
@Stability(Stable) @Nullable default ContainerClusterNodeConfigConfidentialNodes getConfidentialNodes()
confidential_nodes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#confidential_nodes ContainerCluster#confidential_nodes}
-
getContainerdConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigContainerdConfig getContainerdConfig()
containerd_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#containerd_config ContainerCluster#containerd_config}
-
getDiskSizeGb
@Stability(Stable) @Nullable default Number getDiskSizeGb()
Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#disk_size_gb ContainerCluster#disk_size_gb}
-
getDiskType
@Stability(Stable) @Nullable default String getDiskType()
Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#disk_type ContainerCluster#disk_type}
-
getEnableConfidentialStorage
@Stability(Stable) @Nullable default Object getEnableConfidentialStorage()
If enabled boot disks are configured with confidential mode.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_confidential_storage ContainerCluster#enable_confidential_storage}
-
getEphemeralStorageLocalSsdConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigEphemeralStorageLocalSsdConfig getEphemeralStorageLocalSsdConfig()
ephemeral_storage_local_ssd_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#ephemeral_storage_local_ssd_config ContainerCluster#ephemeral_storage_local_ssd_config}
-
getFastSocket
@Stability(Stable) @Nullable default ContainerClusterNodeConfigFastSocket getFastSocket()
fast_socket block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#fast_socket ContainerCluster#fast_socket}
-
getGcfsConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigGcfsConfig getGcfsConfig()
gcfs_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gcfs_config ContainerCluster#gcfs_config}
-
getGuestAccelerator
@Stability(Stable) @Nullable default Object getGuestAccelerator()
List of the type and count of accelerator cards attached to the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#guest_accelerator ContainerCluster#guest_accelerator}
-
getGvnic
@Stability(Stable) @Nullable default ContainerClusterNodeConfigGvnic getGvnic()
gvnic block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gvnic ContainerCluster#gvnic}
-
getHostMaintenancePolicy
@Stability(Stable) @Nullable default ContainerClusterNodeConfigHostMaintenancePolicy getHostMaintenancePolicy()
host_maintenance_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#host_maintenance_policy ContainerCluster#host_maintenance_policy}
-
getImageType
@Stability(Stable) @Nullable default String getImageType()
The image type to use for this node.Note that for a given image type, the latest version of it will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#image_type ContainerCluster#image_type}
-
getKubeletConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigKubeletConfig getKubeletConfig()
kubelet_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#kubelet_config ContainerCluster#kubelet_config}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
The map of Kubernetes labels (key/value pairs) to be applied to each node.These will added in addition to any default label(s) that Kubernetes may apply to the node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#labels ContainerCluster#labels}
-
getLinuxNodeConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigLinuxNodeConfig getLinuxNodeConfig()
linux_node_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#linux_node_config ContainerCluster#linux_node_config}
-
getLocalNvmeSsdBlockConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigLocalNvmeSsdBlockConfig getLocalNvmeSsdBlockConfig()
local_nvme_ssd_block_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#local_nvme_ssd_block_config ContainerCluster#local_nvme_ssd_block_config}
-
getLocalSsdCount
@Stability(Stable) @Nullable default Number getLocalSsdCount()
The number of local SSD disks to be attached to the node.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#local_ssd_count ContainerCluster#local_ssd_count}
-
getLoggingVariant
@Stability(Stable) @Nullable default String getLoggingVariant()
Type of logging agent that is used as the default value for node pools in the cluster.Valid values include DEFAULT and MAX_THROUGHPUT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#logging_variant ContainerCluster#logging_variant}
-
getMachineType
@Stability(Stable) @Nullable default String getMachineType()
The name of a Google Compute Engine machine type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#machine_type ContainerCluster#machine_type}
-
getMetadata
@Stability(Stable) @Nullable default Map<String,String> getMetadata()
The metadata key/value pairs assigned to instances in the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#metadata ContainerCluster#metadata}
-
getMinCpuPlatform
@Stability(Stable) @Nullable default String getMinCpuPlatform()
Minimum CPU platform to be used by this instance.The instance may be scheduled on the specified or newer CPU platform. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#min_cpu_platform ContainerCluster#min_cpu_platform}
-
getNodeGroup
@Stability(Stable) @Nullable default String getNodeGroup()
Setting this field will assign instances of this pool to run on the specified node group.This is useful for running workloads on sole tenant nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#node_group ContainerCluster#node_group}
-
getOauthScopes
@Stability(Stable) @Nullable default List<String> getOauthScopes()
The set of Google API scopes to be made available on all of the node VMs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#oauth_scopes ContainerCluster#oauth_scopes}
-
getPreemptible
@Stability(Stable) @Nullable default Object getPreemptible()
Whether the nodes are created as preemptible VM instances.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#preemptible ContainerCluster#preemptible}
-
getReservationAffinity
@Stability(Stable) @Nullable default ContainerClusterNodeConfigReservationAffinity getReservationAffinity()
reservation_affinity block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#reservation_affinity ContainerCluster#reservation_affinity}
-
getResourceLabels
@Stability(Stable) @Nullable default Map<String,String> getResourceLabels()
The GCE resource labels (a map of key/value pairs) to be applied to the node pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_labels ContainerCluster#resource_labels}
-
getResourceManagerTags
@Stability(Stable) @Nullable default Map<String,String> getResourceManagerTags()
A map of resource manager tags.Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_manager_tags ContainerCluster#resource_manager_tags}
-
getSecondaryBootDisks
@Stability(Stable) @Nullable default Object getSecondaryBootDisks()
secondary_boot_disks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#secondary_boot_disks ContainerCluster#secondary_boot_disks}
-
getServiceAccount
@Stability(Stable) @Nullable default String getServiceAccount()
The Google Cloud Platform Service Account to be used by the node VMs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#service_account ContainerCluster#service_account}
-
getShieldedInstanceConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigShieldedInstanceConfig getShieldedInstanceConfig()
shielded_instance_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#shielded_instance_config ContainerCluster#shielded_instance_config}
-
getSoleTenantConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigSoleTenantConfig getSoleTenantConfig()
sole_tenant_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#sole_tenant_config ContainerCluster#sole_tenant_config}
-
getSpot
@Stability(Stable) @Nullable default Object getSpot()
Whether the nodes are created as spot VM instances.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#spot ContainerCluster#spot}
-
getTags
@Stability(Stable) @Nullable default List<String> getTags()
The list of instance tags applied to all nodes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#tags ContainerCluster#tags}
-
getTaint
@Stability(Stable) @Nullable default Object getTaint()
taint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#taint ContainerCluster#taint}
-
getWorkloadMetadataConfig
@Stability(Stable) @Nullable default ContainerClusterNodeConfigWorkloadMetadataConfig getWorkloadMetadataConfig()
workload_metadata_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#workload_metadata_config ContainerCluster#workload_metadata_config}
-
builder
@Stability(Stable) static ContainerClusterNodeConfig.Builder builder()
- Returns:
- a
ContainerClusterNodeConfig.BuilderofContainerClusterNodeConfig
-
-