public interface OracleConnectionProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OracleConnectionProfile.ConnectivityCase |
getConnectivityCase() |
String |
getDatabaseService()
Required.
|
com.google.protobuf.ByteString |
getDatabaseServiceBytes()
Required.
|
ForwardSshTunnelConnectivity |
getForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
ForwardSshTunnelConnectivityOrBuilder |
getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
|
String |
getHost()
Required.
|
com.google.protobuf.ByteString |
getHostBytes()
Required.
|
String |
getPassword()
Required.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Required.
|
boolean |
getPasswordSet()
Output only.
|
int |
getPort()
Required.
|
PrivateConnectivity |
getPrivateConnectivity()
Private connectivity.
|
PrivateConnectivityOrBuilder |
getPrivateConnectivityOrBuilder()
Private connectivity.
|
SslConfig |
getSsl()
SSL configuration for the connection to the source Oracle database.
|
SslConfigOrBuilder |
getSslOrBuilder()
SSL configuration for the connection to the source Oracle database.
|
StaticServiceIpConnectivity |
getStaticServiceIpConnectivity()
Static Service IP connectivity.
|
StaticServiceIpConnectivityOrBuilder |
getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
boolean |
hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
boolean |
hasPrivateConnectivity()
Private connectivity.
|
boolean |
hasSsl()
SSL configuration for the connection to the source Oracle database.
|
boolean |
hasStaticServiceIpConnectivity()
Static Service IP connectivity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHost()
Required. The IP or hostname of the source Oracle database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHostBytes()
Required. The IP or hostname of the source Oracle database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];int getPort()
Required. The network port of the source Oracle database.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];String getUsername()
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];String getPassword()
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getPasswordBytes()
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
boolean getPasswordSet()
Output only. Indicates whether a new password is included in the request.
bool password_set = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDatabaseService()
Required. Database service for the Oracle connection.
string database_service = 6 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatabaseServiceBytes()
Required. Database service for the Oracle connection.
string database_service = 6 [(.google.api.field_behavior) = REQUIRED];boolean hasSsl()
SSL configuration for the connection to the source Oracle database. * Only `SERVER_ONLY` configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above.
.google.cloud.clouddms.v1.SslConfig ssl = 7;SslConfig getSsl()
SSL configuration for the connection to the source Oracle database. * Only `SERVER_ONLY` configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above.
.google.cloud.clouddms.v1.SslConfig ssl = 7;SslConfigOrBuilder getSslOrBuilder()
SSL configuration for the connection to the source Oracle database. * Only `SERVER_ONLY` configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above.
.google.cloud.clouddms.v1.SslConfig ssl = 7;boolean hasStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
boolean hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;OracleConnectionProfile.ConnectivityCase getConnectivityCase()
Copyright © 2024 Google LLC. All rights reserved.