Class EdgecontainerClusterControlPlaneLocal.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterControlPlaneLocal.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerClusterControlPlaneLocal,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerClusterControlPlaneLocal
@Stability(Stable) @Internal public static final class EdgecontainerClusterControlPlaneLocal.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerClusterControlPlaneLocal
An implementation forEdgecontainerClusterControlPlaneLocal
-
-
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.EdgecontainerClusterControlPlaneLocal
EdgecontainerClusterControlPlaneLocal.Builder, EdgecontainerClusterControlPlaneLocal.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerClusterControlPlaneLocal.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterControlPlaneLocal.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)StringgetMachineFilter()Only machines matching this filter will be allowed to host control plane nodes.NumbergetNodeCount()The number of nodes to serve as replicas of the Control Plane.StringgetNodeLocation()Name of the Google Distributed Cloud Edge zones where this node pool will be created.StringgetSharedDeploymentPolicy()Policy configuration about how user applications are deployed.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(EdgecontainerClusterControlPlaneLocal.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterControlPlaneLocal.Builder.
-
-
Method Detail
-
getMachineFilter
public final String getMachineFilter()
Description copied from interface:EdgecontainerClusterControlPlaneLocalOnly machines matching this filter will be allowed to host control plane nodes.The filtering language accepts strings like "name=
", and is documented here: [AIP-160](https://google.aip.dev/160). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#machine_filter EdgecontainerCluster#machine_filter} - Specified by:
getMachineFilterin interfaceEdgecontainerClusterControlPlaneLocal
-
getNodeCount
public final Number getNodeCount()
Description copied from interface:EdgecontainerClusterControlPlaneLocalThe number of nodes to serve as replicas of the Control Plane. Only 1 and 3 are supported.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#node_count EdgecontainerCluster#node_count}
- Specified by:
getNodeCountin interfaceEdgecontainerClusterControlPlaneLocal
-
getNodeLocation
public final String getNodeLocation()
Description copied from interface:EdgecontainerClusterControlPlaneLocalName of the Google Distributed Cloud Edge zones where this node pool will be created. For example: 'us-central1-edge-customer-a'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#node_location EdgecontainerCluster#node_location}
- Specified by:
getNodeLocationin interfaceEdgecontainerClusterControlPlaneLocal
-
getSharedDeploymentPolicy
public final String getSharedDeploymentPolicy()
Description copied from interface:EdgecontainerClusterControlPlaneLocalPolicy configuration about how user applications are deployed. Possible values: ["SHARED_DEPLOYMENT_POLICY_UNSPECIFIED", "ALLOWED", "DISALLOWED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#shared_deployment_policy EdgecontainerCluster#shared_deployment_policy}
- Specified by:
getSharedDeploymentPolicyin interfaceEdgecontainerClusterControlPlaneLocal
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-