BucketDetailsDefinition¶
-
class
oci.gdp.models.BucketDetailsDefinition(**kwargs)¶ Bases:
objectInformation about a particular bucket.
Attributes
BUCKET_TYPE_DESTINATIONA constant which can be used with the bucket_type property of a BucketDetailsDefinition. BUCKET_TYPE_REJECTA constant which can be used with the bucket_type property of a BucketDetailsDefinition. BUCKET_TYPE_SOURCEA constant which can be used with the bucket_type property of a BucketDetailsDefinition. BUCKET_TYPE_TRANSFERA constant which can be used with the bucket_type property of a BucketDetailsDefinition. bucket_type[Required] Gets the bucket_type of this BucketDetailsDefinition. id[Required] Gets the id of this BucketDetailsDefinition. name[Required] Gets the name of this BucketDetailsDefinition. namespace[Required] Gets the namespace of this BucketDetailsDefinition. Methods
__init__(**kwargs)Initializes a new BucketDetailsDefinition object with values from keyword arguments. -
BUCKET_TYPE_DESTINATION= 'DESTINATION'¶ A constant which can be used with the bucket_type property of a BucketDetailsDefinition. This constant has a value of “DESTINATION”
-
BUCKET_TYPE_REJECT= 'REJECT'¶ A constant which can be used with the bucket_type property of a BucketDetailsDefinition. This constant has a value of “REJECT”
-
BUCKET_TYPE_SOURCE= 'SOURCE'¶ A constant which can be used with the bucket_type property of a BucketDetailsDefinition. This constant has a value of “SOURCE”
-
BUCKET_TYPE_TRANSFER= 'TRANSFER'¶ A constant which can be used with the bucket_type property of a BucketDetailsDefinition. This constant has a value of “TRANSFER”
-
__init__(**kwargs)¶ Initializes a new BucketDetailsDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_type (str) – The value to assign to the bucket_type property of this BucketDetailsDefinition. Allowed values for this property are: “SOURCE”, “TRANSFER”, “REJECT”, “DESTINATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- namespace (str) – The value to assign to the namespace property of this BucketDetailsDefinition.
- name (str) – The value to assign to the name property of this BucketDetailsDefinition.
- id (str) – The value to assign to the id property of this BucketDetailsDefinition.
-
bucket_type¶ [Required] Gets the bucket_type of this BucketDetailsDefinition. Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
Allowed values for this property are: “SOURCE”, “TRANSFER”, “REJECT”, “DESTINATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The bucket_type of this BucketDetailsDefinition. Return type: str
-
id¶ [Required] Gets the id of this BucketDetailsDefinition. OCID of the bucket.
Returns: The id of this BucketDetailsDefinition. Return type: str
-
name¶ [Required] Gets the name of this BucketDetailsDefinition. Name of the bucket.
Returns: The name of this BucketDetailsDefinition. Return type: str
-
namespace¶ [Required] Gets the namespace of this BucketDetailsDefinition. Namespace of the bucket.
Returns: The namespace of this BucketDetailsDefinition. Return type: str
-