The IPSecSiteConnection class inherits from
Resource.
openstack.network.v2.ipsec_site_connection.IPSecSiteConnection(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
dpd¶A dictionary with dead peer detection (DPD) protocol controls.
ikepolicy_id¶The ID of the IKE policy.
ipsecpolicy_id¶The ID of the IPsec policy.
peer_address¶The peer gateway public IPv4 or IPv6 address or FQDN.
name¶Human-readable name of the resource. Default is an empty string.
project_id¶The ID of the project.
psk¶The pre-shared key. A valid value is any string.
route_mode¶The route mode. A valid value is static, which is the default.
vpnservice_id¶The ID of the VPN service.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.