Interface AwsSshConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsSshConfig
,AwsSshConfig.Builder
public interface AwsSshConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEc2KeyPair()
Required.com.google.protobuf.ByteString
getEc2KeyPairBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEc2KeyPair
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:
- The ec2KeyPair.
-
getEc2KeyPairBytes
com.google.protobuf.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:
- The bytes for ec2KeyPair.
-
-