Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::GoldengateOciObjectStorageConnectionProperties (v0.14.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateOciObjectStorageConnectionProperties.

The properties of GoldengateOciObjectStorageConnection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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 userId.

#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 userId.
Returns
  • (::String) — Optional. The fingerprint of the API Key of the user specified by the userId.

#region

def region() -> ::String
Returns
  • (::String) — Optional. The name of the region of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.

#region=

def region=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the region of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.
Returns
  • (::String) — Optional. The name of the region of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.

#technology_type

def technology_type() -> ::String
Returns
  • (::String) — Optional. The technology type of OciObjectStorageConnection.

#technology_type=

def technology_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The technology type of OciObjectStorageConnection.
Returns
  • (::String) — Optional. The technology type of OciObjectStorageConnection.

#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 the Object Storage. The user must have write access to the bucket they want to connect to.

#user_id=

def user_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The OCID of the OCI user who will access the Object Storage. The user must have write access to the bucket they want to connect to.
Returns
  • (::String) — Optional. The OCID of the OCI user who will access the Object Storage. The user must have write access to the bucket they want to connect to.