Interface EdgecontainerClusterControlPlaneRemote
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EdgecontainerClusterControlPlaneRemote.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.131Z") @Stability(Stable) public interface EdgecontainerClusterControlPlaneRemote extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgecontainerClusterControlPlaneRemote.BuilderA builder forEdgecontainerClusterControlPlaneRemotestatic classEdgecontainerClusterControlPlaneRemote.Jsii$ProxyAn implementation forEdgecontainerClusterControlPlaneRemote
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EdgecontainerClusterControlPlaneRemote.Builderbuilder()default StringgetNodeLocation()Name of the Google Distributed Cloud Edge zones where this node pool will be created.
-
-
-
Method Detail
-
getNodeLocation
@Stability(Stable) @Nullable default String getNodeLocation()
Name 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}
-
builder
@Stability(Stable) static EdgecontainerClusterControlPlaneRemote.Builder builder()
-
-