Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::GenerateAttachedClusterInstallManifestRequest.
Request message for AttachedClusters.GenerateAttachedClusterInstallManifest
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attached_cluster_id
def attached_cluster_id() -> ::String
-
(::String) — 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/<project-id>/locations/<region>/attachedClusters/<cluster-id>
.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/<project-id>/locations/<region>/memberships/<membership-id>
.
#attached_cluster_id=
def attached_cluster_id=(value) -> ::String
-
value (::String) — 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/<project-id>/locations/<region>/attachedClusters/<cluster-id>
.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/<project-id>/locations/<region>/memberships/<membership-id>
.
-
(::String) — 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/<project-id>/locations/<region>/attachedClusters/<cluster-id>
.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/<project-id>/locations/<region>/memberships/<membership-id>
.
#parent
def parent() -> ::String
-
(::String) — Required. The parent location where this
AttachedCluster 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.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent location where this
AttachedCluster 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.
-
(::String) — Required. The parent location where this
AttachedCluster 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.
#platform_version
def platform_version() -> ::String
-
(::String) — 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.
#platform_version=
def platform_version=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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
def proxy_config() -> ::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
- (::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
#proxy_config=
def proxy_config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
- (::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.