TransferRunbookObjectStorageBucketContentDetails

class oci.fleet_apps_management.models.TransferRunbookObjectStorageBucketContentDetails(**kwargs)

Bases: oci.fleet_apps_management.models.transfer_runbook_content_details.TransferRunbookContentDetails

Details about Object Storage Bucket source. Restricted to the region this is called.

Attributes

SOURCE_TYPE_OBJECT_STORAGE_BUCKET str(object=’’) -> str
SOURCE_TYPE_PAR_URL str(object=’’) -> str
bucket_name [Required] Gets the bucket_name of this TransferRunbookObjectStorageBucketContentDetails.
checksum Gets the checksum of this TransferRunbookObjectStorageBucketContentDetails.
namespace_name [Required] Gets the namespace_name of this TransferRunbookObjectStorageBucketContentDetails.
object_name Gets the object_name of this TransferRunbookObjectStorageBucketContentDetails.
source_type [Required] Gets the source_type of this TransferRunbookContentDetails.

Methods

__init__(**kwargs) Initializes a new TransferRunbookObjectStorageBucketContentDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SOURCE_TYPE_OBJECT_STORAGE_BUCKET = 'OBJECT_STORAGE_BUCKET'
SOURCE_TYPE_PAR_URL = 'PAR_URL'
__init__(**kwargs)

Initializes a new TransferRunbookObjectStorageBucketContentDetails object with values from keyword arguments. The default value of the source_type attribute of this class is OBJECT_STORAGE_BUCKET and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_type (str) – The value to assign to the source_type property of this TransferRunbookObjectStorageBucketContentDetails. Allowed values for this property are: “OBJECT_STORAGE_BUCKET”, “PAR_URL”
  • namespace_name (str) – The value to assign to the namespace_name property of this TransferRunbookObjectStorageBucketContentDetails.
  • bucket_name (str) – The value to assign to the bucket_name property of this TransferRunbookObjectStorageBucketContentDetails.
  • object_name (str) – The value to assign to the object_name property of this TransferRunbookObjectStorageBucketContentDetails.
  • checksum (str) – The value to assign to the checksum property of this TransferRunbookObjectStorageBucketContentDetails.
bucket_name

[Required] Gets the bucket_name of this TransferRunbookObjectStorageBucketContentDetails. Bucket Name.

Returns:The bucket_name of this TransferRunbookObjectStorageBucketContentDetails.
Return type:str
checksum

Gets the checksum of this TransferRunbookObjectStorageBucketContentDetails. md5 checksum of the artifact.

Returns:The checksum of this TransferRunbookObjectStorageBucketContentDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

namespace_name

[Required] Gets the namespace_name of this TransferRunbookObjectStorageBucketContentDetails. Namespace.

Returns:The namespace_name of this TransferRunbookObjectStorageBucketContentDetails.
Return type:str
object_name

Gets the object_name of this TransferRunbookObjectStorageBucketContentDetails. Object Name.

Returns:The object_name of this TransferRunbookObjectStorageBucketContentDetails.
Return type:str
source_type

[Required] Gets the source_type of this TransferRunbookContentDetails. Content Source type details.

Allowed values for this property are: “OBJECT_STORAGE_BUCKET”, “PAR_URL”

Returns:The source_type of this TransferRunbookContentDetails.
Return type:str