Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateOracleAIDataPlatformConnectionProperties.
The properties of GoldengateOracleAIDataPlatformConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection_url
def connection_url() -> ::String
Returns
- (::String) — Optional. Connection URL. It must start with 'jdbc:spark://'
#connection_url=
def connection_url=(value) -> ::String
Parameter
- value (::String) — Optional. Connection URL. It must start with 'jdbc:spark://'
Returns
- (::String) — Optional. Connection URL. It must start with 'jdbc:spark://'
#private_key_file
def private_key_file() -> ::String
Returns
- (::String) — Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
#private_key_file=
def private_key_file=(value) -> ::String
Parameter
- value (::String) — Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
Returns
- (::String) — Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
#private_key_passphrase_secret
def private_key_passphrase_secret() -> ::String
Returns
- (::String) — Optional. The passphrase of the private key.
#private_key_passphrase_secret=
def private_key_passphrase_secret=(value) -> ::String
Parameter
- value (::String) — Optional. The passphrase of the private key.
Returns
- (::String) — Optional. The passphrase of the private key.
#public_key_fingerprint
def public_key_fingerprint() -> ::String
Returns
- (::String) — Optional. The fingerprint of the API Key of the user specified by the user_id.
#public_key_fingerprint=
def public_key_fingerprint=(value) -> ::String
Parameter
- value (::String) — Optional. The fingerprint of the API Key of the user specified by the user_id.
Returns
- (::String) — Optional. The fingerprint of the API Key of the user specified by the user_id.
#region
def region() -> ::String
Returns
- (::String) — Optional. The name of the region. e.g.: us-ashburn-1
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the region. e.g.: us-ashburn-1
Returns
- (::String) — Optional. The name of the region. e.g.: us-ashburn-1
#technology_type
def technology_type() -> ::String
Returns
- (::String) — Optional. The technology type of OracleAiDataPlatformConnection.
#technology_type=
def technology_type=(value) -> ::String
Parameter
- value (::String) — Optional. The technology type of OracleAiDataPlatformConnection.
Returns
- (::String) — Optional. The technology type of OracleAiDataPlatformConnection.
#tenancy_id
def tenancy_id() -> ::String
Returns
- (::String) — Optional. The OCID of the related OCI tenancy.
#tenancy_id=
def tenancy_id=(value) -> ::String
Parameter
- value (::String) — Optional. The OCID of the related OCI tenancy.
Returns
- (::String) — Optional. The OCID of the related OCI tenancy.
#use_resource_principal
def use_resource_principal() -> ::Boolean
Returns
- (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
#use_resource_principal=
def use_resource_principal=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
Returns
- (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
#user_id
def user_id() -> ::String
Returns
- (::String) — Optional. The OCID of the OCI user who will access.
#user_id=
def user_id=(value) -> ::String
Parameter
- value (::String) — Optional. The OCID of the OCI user who will access.
Returns
- (::String) — Optional. The OCID of the OCI user who will access.