Class ContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterNodeConfigAdvancedMachineFeatures,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterNodeConfigAdvancedMachineFeatures
@Stability(Stable) @Internal public static final class ContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterNodeConfigAdvancedMachineFeatures
An implementation forContainerClusterNodeConfigAdvancedMachineFeatures
-
-
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.ContainerClusterNodeConfigAdvancedMachineFeatures
ContainerClusterNodeConfigAdvancedMachineFeatures.Builder, ContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterNodeConfigAdvancedMachineFeatures.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterNodeConfigAdvancedMachineFeatures.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(ContainerClusterNodeConfigAdvancedMachineFeatures.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterNodeConfigAdvancedMachineFeatures.Builder.
-
-
Method Detail
-
getThreadsPerCore
public final Number getThreadsPerCore()
Description copied from interface:ContainerClusterNodeConfigAdvancedMachineFeaturesThe 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 interfaceContainerClusterNodeConfigAdvancedMachineFeatures
-
getEnableNestedVirtualization
public final Object getEnableNestedVirtualization()
Description copied from interface:ContainerClusterNodeConfigAdvancedMachineFeaturesWhether 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 interfaceContainerClusterNodeConfigAdvancedMachineFeatures
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-