UpdateIPSecConnectionTunnelSharedSecretDetails¶
-
class
oci.vn_monitoring.models.
UpdateIPSecConnectionTunnelSharedSecretDetails
(**kwargs)¶ Bases:
object
UpdateIPSecConnectionTunnelSharedSecretDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateIPSecConnectionTunnelSharedSecretDetails object with values from keyword arguments. Attributes
shared_secret
Gets the shared_secret of this UpdateIPSecConnectionTunnelSharedSecretDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateIPSecConnectionTunnelSharedSecretDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: shared_secret (str) – The value to assign to the shared_secret property of this UpdateIPSecConnectionTunnelSharedSecretDetails.
-
shared_secret
¶ Gets the shared_secret of this UpdateIPSecConnectionTunnelSharedSecretDetails. The shared secret (pre-shared key) to use for the tunnel. Only numbers, letters, and spaces are allowed.
Returns: The shared_secret of this UpdateIPSecConnectionTunnelSharedSecretDetails. Return type: str
-