Class: Google::Cloud::GkeMultiCloud::V1::AwsSshConfig

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

Overview

SSH configuration for AWS resources.

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_key_pair::String

Returns Required. The name of the EC2 key pair used to login into cluster machines.

Returns:

  • (::String)

    Required. The name of the EC2 key pair used to login into cluster machines.



762
763
764
765
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 762

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