Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::ManagementConfig (v1.2.0)

Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ManagementConfig.

Configuration of the cluster management

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#full_management_config

def full_management_config() -> ::Google::Cloud::TelcoAutomation::V1::FullManagementConfig
Returns
  • (::Google::Cloud::TelcoAutomation::V1::FullManagementConfig) — Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.

    Note: The following fields are mutually exclusive: full_management_config, standard_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#full_management_config=

def full_management_config=(value) -> ::Google::Cloud::TelcoAutomation::V1::FullManagementConfig
Parameter
  • value (::Google::Cloud::TelcoAutomation::V1::FullManagementConfig) — Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.

    Note: The following fields are mutually exclusive: full_management_config, standard_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::TelcoAutomation::V1::FullManagementConfig) — Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.

    Note: The following fields are mutually exclusive: full_management_config, standard_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#standard_management_config

def standard_management_config() -> ::Google::Cloud::TelcoAutomation::V1::StandardManagementConfig
Returns
  • (::Google::Cloud::TelcoAutomation::V1::StandardManagementConfig) — Configuration of the standard (GKE) cluster management

    Note: The following fields are mutually exclusive: standard_management_config, full_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#standard_management_config=

def standard_management_config=(value) -> ::Google::Cloud::TelcoAutomation::V1::StandardManagementConfig
Parameter
  • value (::Google::Cloud::TelcoAutomation::V1::StandardManagementConfig) — Configuration of the standard (GKE) cluster management

    Note: The following fields are mutually exclusive: standard_management_config, full_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::TelcoAutomation::V1::StandardManagementConfig) — Configuration of the standard (GKE) cluster management

    Note: The following fields are mutually exclusive: standard_management_config, full_management_config. If a field in that set is populated, all other fields in the set will automatically be cleared.