ObjectStorageBucketConfigFileDetails

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

Bases: oci.fleet_apps_management.models.config_file_details.ConfigFileDetails

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

Attributes

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

Methods

__init__(**kwargs) Initializes a new ObjectStorageBucketConfigFileDetails 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'
__init__(**kwargs)

Initializes a new ObjectStorageBucketConfigFileDetails 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 ObjectStorageBucketConfigFileDetails. Allowed values for this property are: “OBJECT_STORAGE_BUCKET”
  • namespace_name (str) – The value to assign to the namespace_name property of this ObjectStorageBucketConfigFileDetails.
  • bucket_name (str) – The value to assign to the bucket_name property of this ObjectStorageBucketConfigFileDetails.
  • object_name (str) – The value to assign to the object_name property of this ObjectStorageBucketConfigFileDetails.
  • checksum (str) – The value to assign to the checksum property of this ObjectStorageBucketConfigFileDetails.
bucket_name

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

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

[Required] Gets the checksum of this ObjectStorageBucketConfigFileDetails. md5 checksum of the artifact.

Returns:The checksum of this ObjectStorageBucketConfigFileDetails.
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 ObjectStorageBucketConfigFileDetails. Namespace.

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

[Required] Gets the object_name of this ObjectStorageBucketConfigFileDetails. Object Name.

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

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

Allowed values for this property are: “OBJECT_STORAGE_BUCKET”

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