Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::UpdateAttachedClusterRequest (v0.9.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::UpdateAttachedClusterRequest.

Request message for AttachedClusters.UpdateAttachedCluster method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attached_cluster

def attached_cluster() -> ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster
Returns

#attached_cluster=

def attached_cluster=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) —

    Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

    • annotations.
    • authorization.admin_groups.
    • authorization.admin_users.
    • binary_authorization.evaluation_mode.
    • description.
    • logging_config.component_config.enable_components.
    • monitoring_config.managed_prometheus_config.enabled.
    • platform_version.
    • proxy_config.kubernetes_secret.name.
    • proxy_config.kubernetes_secret.namespace.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) —

    Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

    • annotations.
    • authorization.admin_groups.
    • authorization.admin_users.
    • binary_authorization.evaluation_mode.
    • description.
    • logging_config.component_config.enable_components.
    • monitoring_config.managed_prometheus_config.enabled.
    • platform_version.
    • proxy_config.kubernetes_secret.name.
    • proxy_config.kubernetes_secret.namespace.
Returns
  • (::Google::Protobuf::FieldMask) —

    Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

    • annotations.
    • authorization.admin_groups.
    • authorization.admin_users.
    • binary_authorization.evaluation_mode.
    • description.
    • logging_config.component_config.enable_components.
    • monitoring_config.managed_prometheus_config.enabled.
    • platform_version.
    • proxy_config.kubernetes_secret.name.
    • proxy_config.kubernetes_secret.namespace.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, only validate the request, but do not actually update the cluster.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set, only validate the request, but do not actually update the cluster.
Returns
  • (::Boolean) — If set, only validate the request, but do not actually update the cluster.