Class: Google::Cloud::GkeMultiCloud::V1::GetAttachedServerConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GetAttachedServerConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb
Overview
GetAttachedServerConfigRequest gets the server config for attached clusters.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the AttachedServerConfig resource to describe.
AttachedServerConfig
names are formatted as
projects/<project-id>/locations/<region>/attachedServerConfig
.
See Resource Names for more details on Google Cloud resource names.
298 299 300 301 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 298 class GetAttachedServerConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |