NoneSourceDetails¶
-
class
oci.psql.models.
NoneSourceDetails
(**kwargs)¶ Bases:
oci.psql.models.source_details.SourceDetails
This is used to create new database system or update without restoring from backup.
Attributes
SOURCE_TYPE_BACKUP
str(object=’’) -> str SOURCE_TYPE_NONE
str(object=’’) -> str source_type
[Required] Gets the source_type of this SourceDetails. Methods
__init__
(**kwargs)Initializes a new NoneSourceDetails 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_BACKUP
= 'BACKUP'¶
-
SOURCE_TYPE_NONE
= 'NONE'¶
-
__init__
(**kwargs)¶ Initializes a new NoneSourceDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isNONE
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 NoneSourceDetails. Allowed values for this property are: “BACKUP”, “NONE”
-
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.
-
source_type
¶ [Required] Gets the source_type of this SourceDetails. The source descriminator.
Allowed values for this property are: “BACKUP”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_type of this SourceDetails. Return type: str
-