Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::UpdateAzureClusterRequest (v0.1.0)

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

Request message for AzureClusters.UpdateAzureCluster method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#azure_cluster

def azure_cluster() -> ::Google::Cloud::GkeMultiCloud::V1::AzureCluster
Returns

#azure_cluster=

def azure_cluster=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureCluster
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 AzureCluster:

    • description.
    • annotations.
    • azureClient.
    • control_plane.version.
    • control_plane.vm_size.
    • authorization.admin_users.
    • control_plane.root_volume.size_gib.
    • logging_config

#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 AzureCluster:

    • description.
    • annotations.
    • azureClient.
    • control_plane.version.
    • control_plane.vm_size.
    • authorization.admin_users.
    • control_plane.root_volume.size_gib.
    • logging_config
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 AzureCluster:

    • description.
    • annotations.
    • azureClient.
    • control_plane.version.
    • control_plane.vm_size.
    • authorization.admin_users.
    • control_plane.root_volume.size_gib.
    • logging_config

#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.