Class EdgecontainerClusterControlPlane.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterControlPlane.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerClusterControlPlane,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerClusterControlPlane
@Stability(Stable) @Internal public static final class EdgecontainerClusterControlPlane.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerClusterControlPlane
An implementation forEdgecontainerClusterControlPlane
-
-
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.edgecontainer_cluster.EdgecontainerClusterControlPlane
EdgecontainerClusterControlPlane.Builder, EdgecontainerClusterControlPlane.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerClusterControlPlane.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterControlPlane.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)EdgecontainerClusterControlPlaneLocalgetLocal()local block.EdgecontainerClusterControlPlaneRemotegetRemote()remote block.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(EdgecontainerClusterControlPlane.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterControlPlane.Builder.
-
-
Method Detail
-
getLocal
public final EdgecontainerClusterControlPlaneLocal getLocal()
Description copied from interface:EdgecontainerClusterControlPlanelocal block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#local EdgecontainerCluster#local}
- Specified by:
getLocalin interfaceEdgecontainerClusterControlPlane
-
getRemote
public final EdgecontainerClusterControlPlaneRemote getRemote()
Description copied from interface:EdgecontainerClusterControlPlaneremote block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#remote EdgecontainerCluster#remote}
- Specified by:
getRemotein interfaceEdgecontainerClusterControlPlane
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-