Anthos Multi-Cloud v1 API - Class CreateAzureClusterRequest (2.3.0)

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

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

Request message for AzureClusters.CreateAzureCluster method.

Inheritance

object > CreateAzureClusterRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

CreateAzureClusterRequest()

public CreateAzureClusterRequest()

CreateAzureClusterRequest(CreateAzureClusterRequest)

public CreateAzureClusterRequest(CreateAzureClusterRequest other)
Parameter
NameDescription
otherCreateAzureClusterRequest

Properties

AzureCluster

public AzureCluster AzureCluster { get; set; }

Required. The specification of the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] to create.

Property Value
TypeDescription
AzureCluster

AzureClusterId

public string AzureClusterId { get; set; }

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>.

Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent location where this [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud resource names.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ValidateOnly

public bool ValidateOnly { get; set; }

If set, only validate the request, but do not actually create the cluster.

Property Value
TypeDescription
bool