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.
Note: The following fields are mutually exclusive:
local
,remote
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#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.
Note: The following fields are mutually exclusive:
local
,remote
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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.
Note: The following fields are mutually exclusive:
local
,remote
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#remote
def remote() -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote
-
(::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.
Note: The following fields are mutually exclusive:
remote
,local
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#remote=
def remote=(value) -> ::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote
-
value (::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.
Note: The following fields are mutually exclusive:
remote
,local
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::Remote) — Remote control plane configuration.
Note: The following fields are mutually exclusive:
remote
,local
. If a field in that set is populated, all other fields in the set will automatically be cleared.