Anthos Multi-Cloud v1 API - Class AwsSshConfig (2.5.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsSshConfig.

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