AdbArtifactsDetail

class oci.dif.models.AdbArtifactsDetail(**kwargs)

Bases: object

ADW details to upload artifacts.

Methods

__init__(**kwargs) Initializes a new AdbArtifactsDetail object with values from keyword arguments.

Attributes

artifact_object_storage_path [Required] Gets the artifact_object_storage_path of this AdbArtifactsDetail.
db_credentials Gets the db_credentials of this AdbArtifactsDetail.
instance_id [Required] Gets the instance_id of this AdbArtifactsDetail.
__init__(**kwargs)

Initializes a new AdbArtifactsDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • instance_id (str) – The value to assign to the instance_id property of this AdbArtifactsDetail.
  • artifact_object_storage_path (str) – The value to assign to the artifact_object_storage_path property of this AdbArtifactsDetail.
  • db_credentials (list[oci.dif.models.DbCredentialsDetail]) – The value to assign to the db_credentials property of this AdbArtifactsDetail.
artifact_object_storage_path

[Required] Gets the artifact_object_storage_path of this AdbArtifactsDetail. Object storage path for the artifacts.

Returns:The artifact_object_storage_path of this AdbArtifactsDetail.
Return type:str
db_credentials

Gets the db_credentials of this AdbArtifactsDetail. DB credential details.

Returns:The db_credentials of this AdbArtifactsDetail.
Return type:list[oci.dif.models.DbCredentialsDetail]
instance_id

[Required] Gets the instance_id of this AdbArtifactsDetail. Instance id of the existing ADB instance.

Returns:The instance_id of this AdbArtifactsDetail.
Return type:str