public static interface Cluster.ControlPlaneOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract Cluster.ControlPlane.ConfigCase getConfigCase()| Returns | |
|---|---|
| Type | Description |
Cluster.ControlPlane.ConfigCase |
|
getLocal()
public abstract Cluster.ControlPlane.Local getLocal()Local control plane configuration.
Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;
| Returns | |
|---|---|
| Type | Description |
Cluster.ControlPlane.Local |
The local. |
getLocalOrBuilder()
public abstract Cluster.ControlPlane.LocalOrBuilder getLocalOrBuilder()Local control plane configuration.
Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;
| Returns | |
|---|---|
| Type | Description |
Cluster.ControlPlane.LocalOrBuilder |
|
getRemote()
public abstract Cluster.ControlPlane.Remote getRemote()Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
| Returns | |
|---|---|
| Type | Description |
Cluster.ControlPlane.Remote |
The remote. |
getRemoteOrBuilder()
public abstract Cluster.ControlPlane.RemoteOrBuilder getRemoteOrBuilder()Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
| Returns | |
|---|---|
| Type | Description |
Cluster.ControlPlane.RemoteOrBuilder |
|
hasLocal()
public abstract boolean hasLocal()Local control plane configuration.
Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the local field is set. |
hasRemote()
public abstract boolean hasRemote()Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the remote field is set. |