Class AwsSshConfig (1.0.0-beta01)

public sealed class AwsSshConfig : IMessage<AwsSshConfig>, IEquatable<AwsSshConfig>, IDeepCloneable<AwsSshConfig>, IBufferMessage, IMessage

SSH configuration for AWS resources.

Inheritance

Object > AwsSshConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsSshConfig()

public AwsSshConfig()

AwsSshConfig(AwsSshConfig)

public AwsSshConfig(AwsSshConfig other)
Parameter
NameDescription
otherAwsSshConfig

Properties

Ec2KeyPair

public string Ec2KeyPair { get; set; }

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

Property Value
TypeDescription
String