DeploymentWalletExistsResponseDetails¶
-
class
oci.golden_gate.models.
DeploymentWalletExistsResponseDetails
(**kwargs)¶ Bases:
object
Indicates whether the wallet exists in the deployment container
Methods
__init__
(**kwargs)Initializes a new DeploymentWalletExistsResponseDetails object with values from keyword arguments. Attributes
is_ogg_wallet_exists
[Required] Gets the is_ogg_wallet_exists of this DeploymentWalletExistsResponseDetails. -
__init__
(**kwargs)¶ Initializes a new DeploymentWalletExistsResponseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_ogg_wallet_exists (bool) – The value to assign to the is_ogg_wallet_exists property of this DeploymentWalletExistsResponseDetails.
-
is_ogg_wallet_exists
¶ [Required] Gets the is_ogg_wallet_exists of this DeploymentWalletExistsResponseDetails. Indicates if the wallet is present in the deployment container
Returns: The is_ogg_wallet_exists of this DeploymentWalletExistsResponseDetails. Return type: bool
-