Interface Cluster.ControlPlaneOrBuilder (0.38.0)

public static interface Cluster.ControlPlaneOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract Cluster.ControlPlane.ConfigCase getConfigCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Cluster.ControlPlane.LocalOrBuilder

getRemote()

public abstract Cluster.ControlPlane.Remote getRemote()

Remote control plane configuration.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the remote field is set.