Class GenerateAttachedClusterInstallManifestRequest (0.6.8)

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

Request message for AttachedClusters.GenerateAttachedClusterInstallManifest method.

Attributes

NameDescription
parent str
Required. The parent location where this AttachedCluster resource will be created. Location names are formatted as projects/. See `Resource Names
attached_cluster_id str
Required. A client provided ID of 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. When generating an install manifest for importing an existing Membership resource, the attached_cluster_id field must be the Membership id. Membership names are formatted as projects/.
platform_version str
Required. The platform version for the cluster (e.g. 1.19.0-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAttachedServerConfig.
proxy_config google.cloud.gke_multicloud_v1.types.AttachedProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic.