IPSecConnectionTunnelSharedSecret¶
-
class
oci.vn_monitoring.models.
IPSecConnectionTunnelSharedSecret
(**kwargs)¶ Bases:
object
The tunnel’s shared secret (pre-shared key).
Methods
__init__
(**kwargs)Initializes a new IPSecConnectionTunnelSharedSecret object with values from keyword arguments. Attributes
shared_secret
[Required] Gets the shared_secret of this IPSecConnectionTunnelSharedSecret. -
__init__
(**kwargs)¶ Initializes a new IPSecConnectionTunnelSharedSecret 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 IPSecConnectionTunnelSharedSecret.
-
shared_secret
¶ [Required] Gets the shared_secret of this IPSecConnectionTunnelSharedSecret. The tunnel’s shared secret (pre-shared key).
Returns: The shared_secret of this IPSecConnectionTunnelSharedSecret. Return type: str
-