SnapshotExportDetails¶
-
class
oci.data_labeling_service.models.
SnapshotExportDetails
(**kwargs)¶ Bases:
object
Specifies where to output the export.
Attributes
EXPORT_TYPE_OBJECT_STORAGE
A constant which can be used with the export_type property of a SnapshotExportDetails. export_type
[Required] Gets the export_type of this SnapshotExportDetails. Methods
__init__
(**kwargs)Initializes a new SnapshotExportDetails 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. -
EXPORT_TYPE_OBJECT_STORAGE
= 'OBJECT_STORAGE'¶ A constant which can be used with the export_type property of a SnapshotExportDetails. This constant has a value of “OBJECT_STORAGE”
-
__init__
(**kwargs)¶ Initializes a new SnapshotExportDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: export_type (str) – The value to assign to the export_type property of this SnapshotExportDetails. Allowed values for this property are: “OBJECT_STORAGE”
-
export_type
¶ [Required] Gets the export_type of this SnapshotExportDetails. The target destination for the snapshot. Using OBJECT_STORAGE means the snapshot will be written to Object Storage.
Allowed values for this property are: “OBJECT_STORAGE”
Returns: The export_type of this SnapshotExportDetails. 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.
-