Class ImportAttachedClusterRequest (0.6.8)

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

Request message for AttachedClusters.ImportAttachedCluster 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
validate_only bool
If set, only validate the request, but do not actually import the cluster.
fleet_membership str
Required. The name of the fleet membership resource to import.
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.
distribution str
Required. The Kubernetes distribution of the underlying attached cluster. Supported values: ["eks", "aks"].
proxy_config google.cloud.gke_multicloud_v1.types.AttachedProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic.