ExportSetSummary¶
-
class
oci.file_storage.models.
ExportSetSummary
(**kwargs)¶ Bases:
object
Summary information for an export set.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ExportSetSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a ExportSetSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a ExportSetSummary. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a ExportSetSummary. availability_domain
Gets the availability_domain of this ExportSetSummary. compartment_id
[Required] Gets the compartment_id of this ExportSetSummary. display_name
[Required] Gets the display_name of this ExportSetSummary. id
[Required] Gets the id of this ExportSetSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ExportSetSummary. time_created
[Required] Gets the time_created of this ExportSetSummary. vcn_id
[Required] Gets the vcn_id of this ExportSetSummary. Methods
__init__
(**kwargs)Initializes a new ExportSetSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ExportSetSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ExportSetSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ExportSetSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a ExportSetSummary. This constant has a value of “DELETING”
-
__init__
(**kwargs)¶ Initializes a new ExportSetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this ExportSetSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ExportSetSummary.
- display_name (str) – The value to assign to the display_name property of this ExportSetSummary.
- id (str) – The value to assign to the id property of this ExportSetSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExportSetSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this ExportSetSummary.
- vcn_id (str) – The value to assign to the vcn_id property of this ExportSetSummary.
-
availability_domain
¶ Gets the availability_domain of this ExportSetSummary. The availability domain the export set is in. May be unset as a blank or NULL value.
Example: Uocm:PHX-AD-1
Returns: The availability_domain of this ExportSetSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this ExportSetSummary. The OCID of the compartment that contains the export set.
Returns: The compartment_id of this ExportSetSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ExportSetSummary. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My export set
Returns: The display_name of this ExportSetSummary. Return type: str
-
id
¶ [Required] Gets the id of this ExportSetSummary. The OCID of the export set.
Returns: The id of this ExportSetSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ExportSetSummary. The current state of the export set.
Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ExportSetSummary. Return type: str
-