Anthos Multi-Cloud v1 API - Class UpdateAzureNodePoolRequest (2.5.0)

public sealed class UpdateAzureNodePoolRequest : IMessage<UpdateAzureNodePoolRequest>, IEquatable<UpdateAzureNodePoolRequest>, IDeepCloneable<UpdateAzureNodePoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class UpdateAzureNodePoolRequest.

Request message for AzureClusters.UpdateAzureNodePool method.

Inheritance

object > UpdateAzureNodePoolRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

UpdateAzureNodePoolRequest()

public UpdateAzureNodePoolRequest()

UpdateAzureNodePoolRequest(UpdateAzureNodePoolRequest)

public UpdateAzureNodePoolRequest(UpdateAzureNodePoolRequest other)
Parameter
NameDescription
otherUpdateAzureNodePoolRequest

Properties

AzureNodePool

public AzureNodePool AzureNodePool { get; set; }

Required. The [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource to update.

Property Value
TypeDescription
AzureNodePool

UpdateMask

public FieldMask UpdateMask { get; set; }

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 [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]:

*. annotations.

  • version.
  • autoscaling.min_node_count.
  • autoscaling.max_node_count.
  • config.ssh_config.authorized_key.
  • management.auto_repair.
  • management.
Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

If set, only validate the request, but don't actually update the node pool.

Property Value
TypeDescription
bool