Class: Google::Cloud::GkeMultiCloud::V1::AwsSshConfig Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsSshConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
SSH configuration for AWS resources.
Instance Attribute Summary collapse
-
#ec2_key_pair ⇒ ::String
Required.
Instance Attribute Details
#ec2_key_pair ⇒ ::String
Returns Required. The name of the EC2 key pair used to login into cluster machines.
782 783 784 785 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 782 class AwsSshConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |