GgcsArtifactsDetail

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

Bases: object

Details required to deploy artifacts in the GGCS deployment.

Methods

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

Attributes

artifact_object_storage_path Gets the artifact_object_storage_path of this GgcsArtifactsDetail.
instance_id [Required] Gets the instance_id of this GgcsArtifactsDetail.
sources Gets the sources of this GgcsArtifactsDetail.
targets Gets the targets of this GgcsArtifactsDetail.
users Gets the users of this GgcsArtifactsDetail.
__init__(**kwargs)

Initializes a new GgcsArtifactsDetail 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 GgcsArtifactsDetail.
  • artifact_object_storage_path (str) – The value to assign to the artifact_object_storage_path property of this GgcsArtifactsDetail.
  • users (list[oci.dif.models.GgcsUserDetail]) – The value to assign to the users property of this GgcsArtifactsDetail.
  • sources (list[oci.dif.models.GgcsSourceDetail]) – The value to assign to the sources property of this GgcsArtifactsDetail.
  • targets (list[oci.dif.models.GgcsTargetDetail]) – The value to assign to the targets property of this GgcsArtifactsDetail.
artifact_object_storage_path

Gets the artifact_object_storage_path of this GgcsArtifactsDetail. Object storage root path containing GGCS artifacts.

Returns:The artifact_object_storage_path of this GgcsArtifactsDetail.
Return type:str
instance_id

[Required] Gets the instance_id of this GgcsArtifactsDetail. Instance id of the exisitng GGCS instance.

Returns:The instance_id of this GgcsArtifactsDetail.
Return type:str
sources

Gets the sources of this GgcsArtifactsDetail. Source Detail to configure existing or new datasource.

Returns:The sources of this GgcsArtifactsDetail.
Return type:list[oci.dif.models.GgcsSourceDetail]
targets

Gets the targets of this GgcsArtifactsDetail. Target Detail to configure existing or new datasource.

Returns:The targets of this GgcsArtifactsDetail.
Return type:list[oci.dif.models.GgcsTargetDetail]
users

Gets the users of this GgcsArtifactsDetail. Ggcs user details to be created or updated.

Returns:The users of this GgcsArtifactsDetail.
Return type:list[oci.dif.models.GgcsUserDetail]