HostDumpTransferDetails

class oci.database_migration.models.HostDumpTransferDetails(**kwargs)

Bases: object

Optional additional properties for dump transfer in source or target host. Default kind is CURL

Attributes

KIND_CURL A constant which can be used with the kind property of a HostDumpTransferDetails.
KIND_OCI_CLI A constant which can be used with the kind property of a HostDumpTransferDetails.
kind [Required] Gets the kind of this HostDumpTransferDetails.
wallet_location Gets the wallet_location of this HostDumpTransferDetails.

Methods

__init__(**kwargs) Initializes a new HostDumpTransferDetails 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.
KIND_CURL = 'CURL'

A constant which can be used with the kind property of a HostDumpTransferDetails. This constant has a value of “CURL”

KIND_OCI_CLI = 'OCI_CLI'

A constant which can be used with the kind property of a HostDumpTransferDetails. This constant has a value of “OCI_CLI”

__init__(**kwargs)

Initializes a new HostDumpTransferDetails 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:
  • wallet_location (str) – The value to assign to the wallet_location property of this HostDumpTransferDetails.
  • kind (str) – The value to assign to the kind property of this HostDumpTransferDetails. Allowed values for this property are: “CURL”, “OCI_CLI”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
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.

kind

[Required] Gets the kind of this HostDumpTransferDetails. Type of dump transfer to use during migration in source or target host. Default kind is CURL

Allowed values for this property are: “CURL”, “OCI_CLI”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The kind of this HostDumpTransferDetails.
Return type:str
wallet_location

Gets the wallet_location of this HostDumpTransferDetails. Directory path to OCI SSL wallet location on Db server node.

Returns:The wallet_location of this HostDumpTransferDetails.
Return type:str