Class CreateAzureClusterRequest (1.0.0-beta01)

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

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/&lt;project-id>/locations/&lt;region>/azureClusters/&lt;cluster-id>.

Valid characters are /[a-z][0-9]-/. Cannot be longer than 40 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/&lt;project-id>/locations/&lt;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
Boolean