Class GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
@Stability(Stable) @Internal public static final class GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
An implementation forGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
-
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_admin_cluster.GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder, GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.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(GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder.
-
-
Method Detail
-
getArgument
public final String getArgument()
Description copied from interface:GkeonpremBareMetalAdminClusterControlPlaneApiServerArgsThe 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_admin_cluster#argument GkeonpremBareMetalAdminCluster#argument}
- Specified by:
getArgumentin interfaceGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
getValue
public final String getValue()
Description copied from interface:GkeonpremBareMetalAdminClusterControlPlaneApiServerArgsThe 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_admin_cluster#value GkeonpremBareMetalAdminCluster#value}
- Specified by:
getValuein interfaceGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-