Documentation ¶
Index ¶
- func DataSourceVpnServiceV2() *schema.Resource
- func ResourceVpnEndpointGroupV2() *schema.Resource
- func ResourceVpnIKEPolicyV2() *schema.Resource
- func ResourceVpnIPSecPolicyV2() *schema.Resource
- func ResourceVpnServiceV2() *schema.Resource
- func ResourceVpnSiteConnectionV2() *schema.Resource
- type VpnEndpointGroupCreateOpts
- type VpnIKEPolicyCreateOpts
- type VpnIKEPolicyLifetimeCreateOpts
- type VpnIPSecPolicyCreateOpts
- type VpnServiceCreateOpts
- type VpnSiteConnectionCreateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceVpnServiceV2 ¶
func ResourceVpnIKEPolicyV2 ¶
func ResourceVpnServiceV2 ¶
Types ¶
type VpnEndpointGroupCreateOpts ¶
type VpnEndpointGroupCreateOpts struct { endpointgroups.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnEndpointGroupCreateOpts represents the attributes used when creating a new endpoint group.
type VpnIKEPolicyCreateOpts ¶
type VpnIKEPolicyCreateOpts struct { ikepolicies.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIKEPolicyCreateOpts represents the attributes used when creating a new IKE policy.
type VpnIKEPolicyLifetimeCreateOpts ¶
type VpnIKEPolicyLifetimeCreateOpts struct { ikepolicies.LifetimeCreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIKEPolicyLifetimeCreateOpts represents the attributes used when creating a new lifetime for an IKE policy.
type VpnIPSecPolicyCreateOpts ¶
type VpnIPSecPolicyCreateOpts struct { ipsecpolicies.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIPSecPolicyCreateOpts represents the attributes used when creating a new IPSec policy.
type VpnServiceCreateOpts ¶
type VpnServiceCreateOpts struct { services.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnServiceCreateOpts represents the attributes used when creating a new VPN service.
type VpnSiteConnectionCreateOpts ¶
type VpnSiteConnectionCreateOpts struct { siteconnections.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnSiteConnectionCreateOpts represents the attributes used when creating a new IPSec site connection.
Source Files ¶
- common.go
- data_source_opentelekomcloud_vpnaas_service_v2.go
- resource_opentelekomcloud_vpnaas_endpoint_group_v2.go
- resource_opentelekomcloud_vpnaas_ike_policy_v2.go
- resource_opentelekomcloud_vpnaas_ipsec_policy_v2.go
- resource_opentelekomcloud_vpnaas_service_v2.go
- resource_opentelekomcloud_vpnaas_site_connection_v2.go
- types.go
Click to show internal directories.
Click to hide internal directories.