Class CreateAttachedClusterRequest (0.6.10)

CreateAttachedClusterRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for AttachedClusters.CreateAttachedCluster method.

Attributes

Name Description
parent str
Required. The parent location where this AttachedCluster resource will be created. Location names are formatted as projects/. See `Resource Names
attached_cluster google.cloud.gke_multicloud_v1.types.AttachedCluster
Required. The specification of the AttachedCluster to create.
attached_cluster_id str
Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AttachedCluster resource name formatted as projects/. Valid characters are /a-z][0-9]-/. Cannot be longer than 63 characters.
validate_only bool
If set, only validate the request, but do not actually create the cluster.