Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::OrchestrationCluster.
Orchestration cluster represents a GKE cluster with config controller and TNA specific components installed on it.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Create time stamp.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#management_config
def management_config() -> ::Google::Cloud::TelcoAutomation::V1::ManagementConfig
Returns
- (::Google::Cloud::TelcoAutomation::V1::ManagementConfig) — Management configuration of the underlying GKE cluster.
#management_config=
def management_config=(value) -> ::Google::Cloud::TelcoAutomation::V1::ManagementConfig
Parameter
- value (::Google::Cloud::TelcoAutomation::V1::ManagementConfig) — Management configuration of the underlying GKE cluster.
Returns
- (::Google::Cloud::TelcoAutomation::V1::ManagementConfig) — Management configuration of the underlying GKE cluster.
#name
def name() -> ::String
Returns
- (::String) — Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
Returns
- (::String) — Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.
#state
def state() -> ::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster::State
Returns
- (::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster::State) — Output only. State of the Orchestration Cluster.
#tna_version
def tna_version() -> ::String
Returns
- (::String) — Output only. Provides the TNA version installed on the cluster.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Update time stamp.