DeploymentWalletsOperationSummary

class oci.golden_gate.models.DeploymentWalletsOperationSummary(**kwargs)

Bases: object

Summary of the deployment wallets operations.

Attributes

DEPLOYMENT_WALLET_OPERATION_STATUS_EXPORTED A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_STATUS_EXPORTING A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_STATUS_FAILED A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_STATUS_IMPORTED A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_STATUS_IMPORTING A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_TYPE_EXPORT A constant which can be used with the deployment_wallet_operation_type property of a DeploymentWalletsOperationSummary.
DEPLOYMENT_WALLET_OPERATION_TYPE_IMPORT A constant which can be used with the deployment_wallet_operation_type property of a DeploymentWalletsOperationSummary.
deployment_wallet_operation_status [Required] Gets the deployment_wallet_operation_status of this DeploymentWalletsOperationSummary.
deployment_wallet_operation_type [Required] Gets the deployment_wallet_operation_type of this DeploymentWalletsOperationSummary.
time_completed Gets the time_completed of this DeploymentWalletsOperationSummary.
time_started [Required] Gets the time_started of this DeploymentWalletsOperationSummary.
wallet_operation_id [Required] Gets the wallet_operation_id of this DeploymentWalletsOperationSummary.
wallet_secret_id [Required] Gets the wallet_secret_id of this DeploymentWalletsOperationSummary.

Methods

__init__(**kwargs) Initializes a new DeploymentWalletsOperationSummary object with values from keyword arguments.
DEPLOYMENT_WALLET_OPERATION_STATUS_EXPORTED = 'EXPORTED'

A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary. This constant has a value of “EXPORTED”

DEPLOYMENT_WALLET_OPERATION_STATUS_EXPORTING = 'EXPORTING'

A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary. This constant has a value of “EXPORTING”

DEPLOYMENT_WALLET_OPERATION_STATUS_FAILED = 'FAILED'

A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary. This constant has a value of “FAILED”

DEPLOYMENT_WALLET_OPERATION_STATUS_IMPORTED = 'IMPORTED'

A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary. This constant has a value of “IMPORTED”

DEPLOYMENT_WALLET_OPERATION_STATUS_IMPORTING = 'IMPORTING'

A constant which can be used with the deployment_wallet_operation_status property of a DeploymentWalletsOperationSummary. This constant has a value of “IMPORTING”

DEPLOYMENT_WALLET_OPERATION_TYPE_EXPORT = 'EXPORT'

A constant which can be used with the deployment_wallet_operation_type property of a DeploymentWalletsOperationSummary. This constant has a value of “EXPORT”

DEPLOYMENT_WALLET_OPERATION_TYPE_IMPORT = 'IMPORT'

A constant which can be used with the deployment_wallet_operation_type property of a DeploymentWalletsOperationSummary. This constant has a value of “IMPORT”

__init__(**kwargs)

Initializes a new DeploymentWalletsOperationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • wallet_operation_id (str) – The value to assign to the wallet_operation_id property of this DeploymentWalletsOperationSummary.
  • wallet_secret_id (str) – The value to assign to the wallet_secret_id property of this DeploymentWalletsOperationSummary.
  • deployment_wallet_operation_type (str) – The value to assign to the deployment_wallet_operation_type property of this DeploymentWalletsOperationSummary. Allowed values for this property are: “EXPORT”, “IMPORT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • deployment_wallet_operation_status (str) – The value to assign to the deployment_wallet_operation_status property of this DeploymentWalletsOperationSummary. Allowed values for this property are: “EXPORTING”, “EXPORTED”, “IMPORTED”, “IMPORTING”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_started (datetime) – The value to assign to the time_started property of this DeploymentWalletsOperationSummary.
  • time_completed (datetime) – The value to assign to the time_completed property of this DeploymentWalletsOperationSummary.
deployment_wallet_operation_status

[Required] Gets the deployment_wallet_operation_status of this DeploymentWalletsOperationSummary. The status of the deployment wallet.

Allowed values for this property are: “EXPORTING”, “EXPORTED”, “IMPORTED”, “IMPORTING”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The deployment_wallet_operation_status of this DeploymentWalletsOperationSummary.
Return type:str
deployment_wallet_operation_type

[Required] Gets the deployment_wallet_operation_type of this DeploymentWalletsOperationSummary. The operation type of the deployment wallet.

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

Returns:The deployment_wallet_operation_type of this DeploymentWalletsOperationSummary.
Return type:str
time_completed

Gets the time_completed of this DeploymentWalletsOperationSummary. The date and time the request was finished. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_completed of this DeploymentWalletsOperationSummary.
Return type:datetime
time_started

[Required] Gets the time_started of this DeploymentWalletsOperationSummary. The date and time the request was started. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_started of this DeploymentWalletsOperationSummary.
Return type:datetime
wallet_operation_id

[Required] Gets the wallet_operation_id of this DeploymentWalletsOperationSummary. The UUID of the wallet operation performed by the customer. If provided, this will reference a key which the customer can use to query or search a particular wallet operation

Returns:The wallet_operation_id of this DeploymentWalletsOperationSummary.
Return type:str
wallet_secret_id

[Required] Gets the wallet_secret_id of this DeploymentWalletsOperationSummary. The OCID of the customer’s GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

Returns:The wallet_secret_id of this DeploymentWalletsOperationSummary.
Return type:str