public sealed class AwsSshConfig : IMessage<AwsSshConfig>, IEquatable<AwsSshConfig>, IDeepCloneable<AwsSshConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsSshConfig.
SSH configuration for AWS resources.
Implements
IMessageAwsSshConfig, IEquatableAwsSshConfig, IDeepCloneableAwsSshConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.GkeMultiCloudV1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsSshConfig()
public AwsSshConfig()AwsSshConfig(AwsSshConfig)
public AwsSshConfig(AwsSshConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsSshConfig |
Properties
Ec2KeyPair
public string Ec2KeyPair { get; set; }Required. The name of the EC2 key pair used to login into cluster machines.
| Property Value | |
|---|---|
| Type | Description |
string |
|