Class ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
@Stability(Stable) @Internal public static final class ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
An implementation forContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Builder, ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnableNestedVirtualization()Whether the node should have nested virtualization enabled.NumbergetThreadsPerCore()The number of threads per physical core.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolNodeConfigAdvancedMachineFeatures.Builder.
-
-
Method Detail
-
getThreadsPerCore
public final Number getThreadsPerCore()
Description copied from interface:ContainerClusterNodePoolNodeConfigAdvancedMachineFeaturesThe number of threads per physical core.To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#threads_per_core ContainerCluster#threads_per_core}
- Specified by:
getThreadsPerCorein interfaceContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
-
getEnableNestedVirtualization
public final Object getEnableNestedVirtualization()
Description copied from interface:ContainerClusterNodePoolNodeConfigAdvancedMachineFeaturesWhether the node should have nested virtualization enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_nested_virtualization ContainerCluster#enable_nested_virtualization}
- Specified by:
getEnableNestedVirtualizationin interfaceContainerClusterNodePoolNodeConfigAdvancedMachineFeatures
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-