Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsSshConfig.
SSH configuration for AWS resources.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsSshConfig
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ec2_key_pair |
string
Required. The name of the EC2 key pair used to login into cluster machines. |
getEc2KeyPair
Required. The name of the EC2 key pair used to login into cluster machines.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEc2KeyPair
Required. The name of the EC2 key pair used to login into cluster machines.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|