Interface AwsSshConfigOrBuilder (0.13.0)

public interface AwsSshConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEc2KeyPair()

public abstract String getEc2KeyPair()

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

string ec2_key_pair = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The ec2KeyPair.

getEc2KeyPairBytes()

public abstract ByteString getEc2KeyPairBytes()

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

string ec2_key_pair = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for ec2KeyPair.