Class: Google::Cloud::GkeMultiCloud::V1::ImportAttachedClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb

Overview

Request message for AttachedClusters.ImportAttachedCluster method.

Instance Attribute Summary collapse

Instance Attribute Details

#distribution::String

Returns Required. The Kubernetes distribution of the underlying attached cluster.

Supported values: ["eks", "aks", "generic"].

Returns:

  • (::String)

    Required. The Kubernetes distribution of the underlying attached cluster.

    Supported values: ["eks", "aks", "generic"].



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#fleet_membership::String

Returns Required. The name of the fleet membership resource to import.

Returns:

  • (::String)

    Required. The name of the fleet membership resource to import.



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.

Returns:

  • (::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.



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#platform_version::String

Returns 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.

Returns:

  • (::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.



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#proxy_config::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig

Returns Optional. Proxy configuration for outbound HTTP(S) traffic.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns If set, only validate the request, but do not actually import the cluster.

Returns:

  • (::Boolean)

    If set, only validate the request, but do not actually import the cluster.



145
146
147
148
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145

class ImportAttachedClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end