Distributed Cloud Edge Container V1 API - Class Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane (v0.1.1)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane.

Configuration of the cluster control plane.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#local

def local() -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local
Returns
  • (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local) — 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.

#local=

def local=(value) -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local
Parameter
  • value (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local) — 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.

Returns
  • (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Local) — 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.

#remote

def remote() -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote
Returns

#remote=

def remote=(value) -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote
Parameter
Returns