Struct google_api_proto::google::cloud::clouddms::v1::OracleConnectionProfile
source · pub struct OracleConnectionProfile {
pub host: String,
pub port: i32,
pub username: String,
pub password: String,
pub password_set: bool,
pub database_service: String,
pub ssl: Option<SslConfig>,
pub connectivity: Option<Connectivity>,
}
Expand description
Specifies connection parameters required specifically for Oracle databases.
Fields§
§host: String
Required. The IP or hostname of the source Oracle database.
port: i32
Required. The network port of the source Oracle database.
username: String
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
password: String
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.
password_set: bool
Output only. Indicates whether a new password is included in the request.
database_service: String
Required. Database service for the Oracle connection.
ssl: Option<SslConfig>
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.
connectivity: Option<Connectivity>
Connectivity options used to establish a connection to the database server.
Trait Implementations§
source§impl Clone for OracleConnectionProfile
impl Clone for OracleConnectionProfile
source§fn clone(&self) -> OracleConnectionProfile
fn clone(&self) -> OracleConnectionProfile
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OracleConnectionProfile
impl Debug for OracleConnectionProfile
source§impl Default for OracleConnectionProfile
impl Default for OracleConnectionProfile
source§impl Message for OracleConnectionProfile
impl Message for OracleConnectionProfile
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for OracleConnectionProfile
impl PartialEq for OracleConnectionProfile
source§fn eq(&self, other: &OracleConnectionProfile) -> bool
fn eq(&self, other: &OracleConnectionProfile) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OracleConnectionProfile
Auto Trait Implementations§
impl Freeze for OracleConnectionProfile
impl RefUnwindSafe for OracleConnectionProfile
impl Send for OracleConnectionProfile
impl Sync for OracleConnectionProfile
impl Unpin for OracleConnectionProfile
impl UnwindSafe for OracleConnectionProfile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request