UpdateOnPremConnectorWalletDetails¶
-
class
oci.data_safe.models.
UpdateOnPremConnectorWalletDetails
(**kwargs)¶ Bases:
object
The details used to update an on-premises connector’s wallet.
Methods
__init__
(**kwargs)Initializes a new UpdateOnPremConnectorWalletDetails object with values from keyword arguments. Attributes
is_update
Gets the is_update of this UpdateOnPremConnectorWalletDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOnPremConnectorWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_update (bool) – The value to assign to the is_update property of this UpdateOnPremConnectorWalletDetails.
-
is_update
¶ Gets the is_update of this UpdateOnPremConnectorWalletDetails. Indicates whether to update or not. If false, the wallet will not be updated. Default is false.
Returns: The is_update of this UpdateOnPremConnectorWalletDetails. Return type: bool
-