InputFileObjectStorageBucketContentDetails¶
-
class
oci.fleet_apps_management.models.
InputFileObjectStorageBucketContentDetails
(**kwargs)¶ Bases:
oci.fleet_apps_management.models.input_file_content_details.InputFileContentDetails
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 InputFileObjectStorageBucketContentDetails. checksum
[Required] Gets the checksum of this InputFileObjectStorageBucketContentDetails. namespace_name
[Required] Gets the namespace_name of this InputFileObjectStorageBucketContentDetails. object_name
[Required] Gets the object_name of this InputFileObjectStorageBucketContentDetails. source_type
[Required] Gets the source_type of this InputFileContentDetails. Methods
__init__
(**kwargs)Initializes a new InputFileObjectStorageBucketContentDetails 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 InputFileObjectStorageBucketContentDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isOBJECT_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 InputFileObjectStorageBucketContentDetails. Allowed values for this property are: “OBJECT_STORAGE_BUCKET”
- namespace_name (str) – The value to assign to the namespace_name property of this InputFileObjectStorageBucketContentDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this InputFileObjectStorageBucketContentDetails.
- object_name (str) – The value to assign to the object_name property of this InputFileObjectStorageBucketContentDetails.
- checksum (str) – The value to assign to the checksum property of this InputFileObjectStorageBucketContentDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this InputFileObjectStorageBucketContentDetails. Bucket Name.
Returns: The bucket_name of this InputFileObjectStorageBucketContentDetails. Return type: str
-
checksum
¶ [Required] Gets the checksum of this InputFileObjectStorageBucketContentDetails. md5 checksum of the artifact.
Returns: The checksum of this InputFileObjectStorageBucketContentDetails. 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 InputFileObjectStorageBucketContentDetails. Namespace.
Returns: The namespace_name of this InputFileObjectStorageBucketContentDetails. Return type: str
-
object_name
¶ [Required] Gets the object_name of this InputFileObjectStorageBucketContentDetails. Object Name.
Returns: The object_name of this InputFileObjectStorageBucketContentDetails. Return type: str
-
source_type
¶ [Required] Gets the source_type of this InputFileContentDetails. Content Source type details.
Allowed values for this property are: “OBJECT_STORAGE_BUCKET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_type of this InputFileContentDetails. Return type: str
-