public interface ForwardSshTunnelConnectivityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ForwardSshTunnelConnectivity.AuthenticationMethodCase |
getAuthenticationMethodCase() |
String |
getHostname()
Required.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Required.
|
String |
getPassword()
Input only.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Input only.
|
int |
getPort()
Port for the SSH tunnel, default value is 22.
|
String |
getPrivateKey()
Input only.
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
Input only.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
boolean |
hasPassword()
Input only.
|
boolean |
hasPrivateKey()
Input only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostname()
Required. Hostname for the SSH tunnel.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHostnameBytes()
Required. Hostname for the SSH tunnel.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];String getUsername()
Required. Username for the SSH tunnel.
string username = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. Username for the SSH tunnel.
string username = 2 [(.google.api.field_behavior) = REQUIRED];int getPort()
Port for the SSH tunnel, default value is 22.
int32 port = 3;boolean hasPassword()
Input only. SSH password.
string password = 100 [(.google.api.field_behavior) = INPUT_ONLY];String getPassword()
Input only. SSH password.
string password = 100 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.ByteString getPasswordBytes()
Input only. SSH password.
string password = 100 [(.google.api.field_behavior) = INPUT_ONLY];boolean hasPrivateKey()
Input only. SSH private key.
string private_key = 101 [(.google.api.field_behavior) = INPUT_ONLY];String getPrivateKey()
Input only. SSH private key.
string private_key = 101 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.ByteString getPrivateKeyBytes()
Input only. SSH private key.
string private_key = 101 [(.google.api.field_behavior) = INPUT_ONLY];ForwardSshTunnelConnectivity.AuthenticationMethodCase getAuthenticationMethodCase()
Copyright © 2024 Google LLC. All rights reserved.