Class GkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalClusterControlPlaneApiServerArgs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalClusterControlPlaneApiServerArgs
@Stability(Stable) @Internal public static final class GkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalClusterControlPlaneApiServerArgs
An implementation forGkeonpremBareMetalClusterControlPlaneApiServerArgs
-
-
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.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterControlPlaneApiServerArgs
GkeonpremBareMetalClusterControlPlaneApiServerArgs.Builder, GkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalClusterControlPlaneApiServerArgs.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterControlPlaneApiServerArgs.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)StringgetArgument()The argument name as it appears on the API Server command line please make sure to remove the leading dashes.StringgetValue()The value of the arg as it will be passed to the API Server command line.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(GkeonpremBareMetalClusterControlPlaneApiServerArgs.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterControlPlaneApiServerArgs.Builder.
-
-
Method Detail
-
getArgument
public final String getArgument()
Description copied from interface:GkeonpremBareMetalClusterControlPlaneApiServerArgsThe argument name as it appears on the API Server command line please make sure to remove the leading dashes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#argument GkeonpremBareMetalCluster#argument}
- Specified by:
getArgumentin interfaceGkeonpremBareMetalClusterControlPlaneApiServerArgs
-
getValue
public final String getValue()
Description copied from interface:GkeonpremBareMetalClusterControlPlaneApiServerArgsThe value of the arg as it will be passed to the API Server command line.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#value GkeonpremBareMetalCluster#value}
- Specified by:
getValuein interfaceGkeonpremBareMetalClusterControlPlaneApiServerArgs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-