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
-
(::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
-
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.
-
(::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
- (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.
#remote=
def remote=(value) -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote
- value (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.
- (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.