Documentation ¶
Index ¶
- func ResourceEndpointGroup() *schema.Resource
- func ResourceIKEPolicy() *schema.Resource
- func ResourceIPSecPolicy() *schema.Resource
- func ResourceService() *schema.Resource
- func ResourceSiteConnection() *schema.Resource
- type EndpointGroupCreateOpts
- type IKEPolicyCreateOpts
- type IPSecPolicyCreateOpts
- type ServiceCreateOpts
- type SiteConnectionCreateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceEndpointGroup ¶
func ResourceIKEPolicy ¶
func ResourceIPSecPolicy ¶
func ResourceService ¶
func ResourceSiteConnection ¶
Types ¶
type EndpointGroupCreateOpts ¶
type EndpointGroupCreateOpts struct {
endpointgroups.CreateOpts
}
EndpointGroupCreateOpts represents the attributes used when creating a new endpoint group.
type IKEPolicyCreateOpts ¶
type IKEPolicyCreateOpts struct {
ikepolicies.CreateOpts
}
IKEPolicyCreateOpts represents the attributes used when creating a new IKE policy.
type IPSecPolicyCreateOpts ¶
type IPSecPolicyCreateOpts struct {
ipsecpolicies.CreateOpts
}
IPSecPolicyCreateOpts represents the attributes used when creating a new IPSec policy.
type ServiceCreateOpts ¶
type ServiceCreateOpts struct {
services.CreateOpts
}
ServiceCreateOpts represents the attributes used when creating a new VPN service.
type SiteConnectionCreateOpts ¶
type SiteConnectionCreateOpts struct {
siteconnections.CreateOpts
}
SiteConnectionCreateOpts represents the attributes used when creating a new IPSec site connection.
Click to show internal directories.
Click to hide internal directories.