Documentation ¶
Overview ¶
Package vpniface provides an interface to enable mocking the VPN service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type CreateCustomerGatewayInput
- func (s CreateCustomerGatewayInput) GoString() string
- func (s *CreateCustomerGatewayInput) SetCustomerGatewayName(v string) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetDescription(v string) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetIPAddress(v string) *CreateCustomerGatewayInput
- func (s CreateCustomerGatewayInput) String() string
- func (s *CreateCustomerGatewayInput) Validate() error
- type CreateCustomerGatewayOutput
- type CreateVpnConnectionInput
- func (s CreateVpnConnectionInput) GoString() string
- func (s *CreateVpnConnectionInput) SetCustomerGatewayId(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetDescription(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetIkeConfig(v *IkeConfigForCreateVpnConnectionInput) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetIpsecConfig(v *IpsecConfigForCreateVpnConnectionInput) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetLocalSubnet(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetNatTraversal(v bool) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetRemoteSubnet(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetVpnConnectionName(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetVpnGatewayId(v string) *CreateVpnConnectionInput
- func (s CreateVpnConnectionInput) String() string
- func (s *CreateVpnConnectionInput) Validate() error
- type CreateVpnConnectionOutput
- type CreateVpnGatewayInput
- func (s CreateVpnGatewayInput) GoString() string
- func (s *CreateVpnGatewayInput) SetBandwidth(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetBillingType(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetDescription(v string) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetPeriod(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetPeriodUnit(v string) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetRemainRenewTimes(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetRenewPeriod(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetRenewType(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetSubnetId(v string) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetVpcId(v string) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetVpnGatewayName(v string) *CreateVpnGatewayInput
- func (s CreateVpnGatewayInput) String() string
- func (s *CreateVpnGatewayInput) Validate() error
- type CreateVpnGatewayOutput
- func (s CreateVpnGatewayOutput) GoString() string
- func (s *CreateVpnGatewayOutput) SetOrderId(v string) *CreateVpnGatewayOutput
- func (s *CreateVpnGatewayOutput) SetPreOrderNumber(v string) *CreateVpnGatewayOutput
- func (s *CreateVpnGatewayOutput) SetRequestId(v string) *CreateVpnGatewayOutput
- func (s *CreateVpnGatewayOutput) SetVpnGatewayId(v string) *CreateVpnGatewayOutput
- func (s CreateVpnGatewayOutput) String() string
- type CreateVpnGatewayRouteInput
- func (s CreateVpnGatewayRouteInput) GoString() string
- func (s *CreateVpnGatewayRouteInput) SetDestinationCidrBlock(v string) *CreateVpnGatewayRouteInput
- func (s *CreateVpnGatewayRouteInput) SetNextHopId(v string) *CreateVpnGatewayRouteInput
- func (s *CreateVpnGatewayRouteInput) SetVpnGatewayId(v string) *CreateVpnGatewayRouteInput
- func (s CreateVpnGatewayRouteInput) String() string
- func (s *CreateVpnGatewayRouteInput) Validate() error
- type CreateVpnGatewayRouteOutput
- type CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s CustomerGatewayForDescribeCustomerGatewaysOutput) GoString() string
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetAccountId(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetConnectionCount(v int64) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCreationTime(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayId(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayName(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetDescription(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetIpAddress(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetStatus(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetUpdateTime(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
- func (s CustomerGatewayForDescribeCustomerGatewaysOutput) String() string
- type DeleteCustomerGatewayInput
- type DeleteCustomerGatewayOutput
- type DeleteVpnConnectionInput
- type DeleteVpnConnectionOutput
- type DeleteVpnGatewayInput
- type DeleteVpnGatewayOutput
- type DeleteVpnGatewayRouteInput
- type DeleteVpnGatewayRouteOutput
- type DescribeCustomerGatewayAttributesInput
- func (s DescribeCustomerGatewayAttributesInput) GoString() string
- func (s *DescribeCustomerGatewayAttributesInput) SetCustomerGatewayId(v string) *DescribeCustomerGatewayAttributesInput
- func (s DescribeCustomerGatewayAttributesInput) String() string
- func (s *DescribeCustomerGatewayAttributesInput) Validate() error
- type DescribeCustomerGatewayAttributesOutput
- func (s DescribeCustomerGatewayAttributesOutput) GoString() string
- func (s *DescribeCustomerGatewayAttributesOutput) SetAccountId(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetConnectionCount(v int64) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetCreationTime(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayId(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayName(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetDescription(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetIpAddress(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetRequestId(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetStatus(v string) *DescribeCustomerGatewayAttributesOutput
- func (s *DescribeCustomerGatewayAttributesOutput) SetUpdateTime(v string) *DescribeCustomerGatewayAttributesOutput
- func (s DescribeCustomerGatewayAttributesOutput) String() string
- type DescribeCustomerGatewaysInput
- func (s DescribeCustomerGatewaysInput) GoString() string
- func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayIds(v []*string) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayName(v string) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetIPAddress(v string) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetPageNumber(v int64) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetPageSize(v int64) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetStatus(v string) *DescribeCustomerGatewaysInput
- func (s DescribeCustomerGatewaysInput) String() string
- type DescribeCustomerGatewaysOutput
- func (s DescribeCustomerGatewaysOutput) GoString() string
- func (s *DescribeCustomerGatewaysOutput) SetCustomerGateways(v []*CustomerGatewayForDescribeCustomerGatewaysOutput) *DescribeCustomerGatewaysOutput
- func (s *DescribeCustomerGatewaysOutput) SetPageNumber(v int64) *DescribeCustomerGatewaysOutput
- func (s *DescribeCustomerGatewaysOutput) SetPageSize(v int64) *DescribeCustomerGatewaysOutput
- func (s *DescribeCustomerGatewaysOutput) SetRequestId(v string) *DescribeCustomerGatewaysOutput
- func (s *DescribeCustomerGatewaysOutput) SetTotalCount(v int64) *DescribeCustomerGatewaysOutput
- func (s DescribeCustomerGatewaysOutput) String() string
- type DescribeVpnConnectionAttributesInput
- func (s DescribeVpnConnectionAttributesInput) GoString() string
- func (s *DescribeVpnConnectionAttributesInput) SetVpnConnectionId(v string) *DescribeVpnConnectionAttributesInput
- func (s DescribeVpnConnectionAttributesInput) String() string
- func (s *DescribeVpnConnectionAttributesInput) Validate() error
- type DescribeVpnConnectionAttributesOutput
- func (s DescribeVpnConnectionAttributesOutput) GoString() string
- func (s *DescribeVpnConnectionAttributesOutput) SetAccountId(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetCreationTime(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetCustomerGatewayId(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetDescription(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetIkeConfig(v *IkeConfigForDescribeVpnConnectionAttributesOutput) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetIpsecConfig(v *IpsecConfigForDescribeVpnConnectionAttributesOutput) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetLocalSubnet(v []*string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetNatTraversal(v bool) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetRemoteSubnet(v []*string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetRequestId(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetStatus(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetUpdateTime(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetVpnConnectionId(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetVpnConnectionName(v string) *DescribeVpnConnectionAttributesOutput
- func (s *DescribeVpnConnectionAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnConnectionAttributesOutput
- func (s DescribeVpnConnectionAttributesOutput) String() string
- type DescribeVpnConnectionsInput
- func (s DescribeVpnConnectionsInput) GoString() string
- func (s *DescribeVpnConnectionsInput) SetCustomerGatewayId(v string) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetPageNumber(v int64) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetPageSize(v int64) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetStatus(v string) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetVpnConnectionIds(v []*string) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetVpnConnectionName(v string) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetVpnGatewayId(v string) *DescribeVpnConnectionsInput
- func (s DescribeVpnConnectionsInput) String() string
- type DescribeVpnConnectionsOutput
- func (s DescribeVpnConnectionsOutput) GoString() string
- func (s *DescribeVpnConnectionsOutput) SetPageNumber(v int64) *DescribeVpnConnectionsOutput
- func (s *DescribeVpnConnectionsOutput) SetPageSize(v int64) *DescribeVpnConnectionsOutput
- func (s *DescribeVpnConnectionsOutput) SetRequestId(v string) *DescribeVpnConnectionsOutput
- func (s *DescribeVpnConnectionsOutput) SetTotalCount(v int64) *DescribeVpnConnectionsOutput
- func (s *DescribeVpnConnectionsOutput) SetVpnConnections(v []*VpnConnectionForDescribeVpnConnectionsOutput) *DescribeVpnConnectionsOutput
- func (s DescribeVpnConnectionsOutput) String() string
- type DescribeVpnGatewayAttributesInput
- type DescribeVpnGatewayAttributesOutput
- func (s DescribeVpnGatewayAttributesOutput) GoString() string
- func (s *DescribeVpnGatewayAttributesOutput) SetAccountId(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetBandwidth(v int64) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetBillingType(v int64) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetBusinessStatus(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetConnectionCount(v int64) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetCreationTime(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetDeletedTime(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetDescription(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetExpiredTime(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetIpAddress(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetLockReason(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetRequestId(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetRouteCount(v int64) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetStatus(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetSubnetId(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetUpdateTime(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetVpcId(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnGatewayAttributesOutput
- func (s *DescribeVpnGatewayAttributesOutput) SetVpnGatewayName(v string) *DescribeVpnGatewayAttributesOutput
- func (s DescribeVpnGatewayAttributesOutput) String() string
- type DescribeVpnGatewayRouteAttributesInput
- func (s DescribeVpnGatewayRouteAttributesInput) GoString() string
- func (s *DescribeVpnGatewayRouteAttributesInput) SetVpnGatewayRouteId(v string) *DescribeVpnGatewayRouteAttributesInput
- func (s DescribeVpnGatewayRouteAttributesInput) String() string
- func (s *DescribeVpnGatewayRouteAttributesInput) Validate() error
- type DescribeVpnGatewayRouteAttributesOutput
- func (s DescribeVpnGatewayRouteAttributesOutput) GoString() string
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetCreationTime(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetDestinationCidrBlock(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetNextHopId(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetRequestId(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetStatus(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetUpdateTime(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s *DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayRouteId(v string) *DescribeVpnGatewayRouteAttributesOutput
- func (s DescribeVpnGatewayRouteAttributesOutput) String() string
- type DescribeVpnGatewayRoutesInput
- func (s DescribeVpnGatewayRoutesInput) GoString() string
- func (s *DescribeVpnGatewayRoutesInput) SetDestinationCidrBlock(v string) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetNextHopId(v string) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetPageNumber(v int64) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetPageSize(v int64) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetStatus(v string) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetVpnGatewayId(v string) *DescribeVpnGatewayRoutesInput
- func (s *DescribeVpnGatewayRoutesInput) SetVpnGatewayRouteIds(v []*string) *DescribeVpnGatewayRoutesInput
- func (s DescribeVpnGatewayRoutesInput) String() string
- type DescribeVpnGatewayRoutesOutput
- func (s DescribeVpnGatewayRoutesOutput) GoString() string
- func (s *DescribeVpnGatewayRoutesOutput) SetPageNumber(v int64) *DescribeVpnGatewayRoutesOutput
- func (s *DescribeVpnGatewayRoutesOutput) SetPageSize(v int64) *DescribeVpnGatewayRoutesOutput
- func (s *DescribeVpnGatewayRoutesOutput) SetRequestId(v string) *DescribeVpnGatewayRoutesOutput
- func (s *DescribeVpnGatewayRoutesOutput) SetTotalCount(v int64) *DescribeVpnGatewayRoutesOutput
- func (s *DescribeVpnGatewayRoutesOutput) SetVpnGatewayRoutes(v []*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) *DescribeVpnGatewayRoutesOutput
- func (s DescribeVpnGatewayRoutesOutput) String() string
- type DescribeVpnGatewaysBillingInput
- func (s DescribeVpnGatewaysBillingInput) GoString() string
- func (s *DescribeVpnGatewaysBillingInput) SetPageNumber(v int64) *DescribeVpnGatewaysBillingInput
- func (s *DescribeVpnGatewaysBillingInput) SetPageSize(v int64) *DescribeVpnGatewaysBillingInput
- func (s *DescribeVpnGatewaysBillingInput) SetVpnGatewayIds(v []*string) *DescribeVpnGatewaysBillingInput
- func (s DescribeVpnGatewaysBillingInput) String() string
- func (s *DescribeVpnGatewaysBillingInput) Validate() error
- type DescribeVpnGatewaysBillingOutput
- func (s DescribeVpnGatewaysBillingOutput) GoString() string
- func (s *DescribeVpnGatewaysBillingOutput) SetPageNumber(v int64) *DescribeVpnGatewaysBillingOutput
- func (s *DescribeVpnGatewaysBillingOutput) SetPageSize(v int64) *DescribeVpnGatewaysBillingOutput
- func (s *DescribeVpnGatewaysBillingOutput) SetRequestId(v string) *DescribeVpnGatewaysBillingOutput
- func (s *DescribeVpnGatewaysBillingOutput) SetTotalCount(v int64) *DescribeVpnGatewaysBillingOutput
- func (s *DescribeVpnGatewaysBillingOutput) SetVpnGateways(v []*VpnGatewayForDescribeVpnGatewaysBillingOutput) *DescribeVpnGatewaysBillingOutput
- func (s DescribeVpnGatewaysBillingOutput) String() string
- type DescribeVpnGatewaysInput
- func (s DescribeVpnGatewaysInput) GoString() string
- func (s *DescribeVpnGatewaysInput) SetIpAddress(v string) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetPageNumber(v int64) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetPageSize(v int64) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetStatus(v string) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetSubnetId(v string) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetVpcId(v string) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetVpnGatewayIds(v []*string) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetVpnGatewayName(v string) *DescribeVpnGatewaysInput
- func (s DescribeVpnGatewaysInput) String() string
- type DescribeVpnGatewaysOutput
- func (s DescribeVpnGatewaysOutput) GoString() string
- func (s *DescribeVpnGatewaysOutput) SetPageNumber(v int64) *DescribeVpnGatewaysOutput
- func (s *DescribeVpnGatewaysOutput) SetPageSize(v int64) *DescribeVpnGatewaysOutput
- func (s *DescribeVpnGatewaysOutput) SetRequestId(v string) *DescribeVpnGatewaysOutput
- func (s *DescribeVpnGatewaysOutput) SetTotalCount(v int64) *DescribeVpnGatewaysOutput
- func (s *DescribeVpnGatewaysOutput) SetVpnGateways(v []*VpnGatewayForDescribeVpnGatewaysOutput) *DescribeVpnGatewaysOutput
- func (s DescribeVpnGatewaysOutput) String() string
- type IkeConfigForCreateVpnConnectionInput
- func (s IkeConfigForCreateVpnConnectionInput) GoString() string
- func (s *IkeConfigForCreateVpnConnectionInput) SetAuthAlg(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetDhGroup(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetEncAlg(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetLifetime(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetLocalId(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetMode(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetPsk(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetRemoteId(v string) *IkeConfigForCreateVpnConnectionInput
- func (s *IkeConfigForCreateVpnConnectionInput) SetVersion(v string) *IkeConfigForCreateVpnConnectionInput
- func (s IkeConfigForCreateVpnConnectionInput) String() string
- func (s *IkeConfigForCreateVpnConnectionInput) Validate() error
- type IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s IkeConfigForDescribeVpnConnectionAttributesOutput) GoString() string
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetLifetime(v int64) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetLocalId(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetMode(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetPsk(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetRemoteId(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetVersion(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
- func (s IkeConfigForDescribeVpnConnectionAttributesOutput) String() string
- type IkeConfigForDescribeVpnConnectionsOutput
- func (s IkeConfigForDescribeVpnConnectionsOutput) GoString() string
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetAuthAlg(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetDhGroup(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetEncAlg(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetLifetime(v int64) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetLocalId(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetMode(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetPsk(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetRemoteId(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s *IkeConfigForDescribeVpnConnectionsOutput) SetVersion(v string) *IkeConfigForDescribeVpnConnectionsOutput
- func (s IkeConfigForDescribeVpnConnectionsOutput) String() string
- type IkeConfigForModifyVpnConnectionAttributesInput
- func (s IkeConfigForModifyVpnConnectionAttributesInput) GoString() string
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetAuthAlg(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetDhGroup(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetEncAlg(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetLifetime(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetLocalId(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetMode(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetPsk(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetRemoteId(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetVersion(v string) *IkeConfigForModifyVpnConnectionAttributesInput
- func (s IkeConfigForModifyVpnConnectionAttributesInput) String() string
- type IpsecConfigForCreateVpnConnectionInput
- func (s IpsecConfigForCreateVpnConnectionInput) GoString() string
- func (s *IpsecConfigForCreateVpnConnectionInput) SetAuthAlg(v string) *IpsecConfigForCreateVpnConnectionInput
- func (s *IpsecConfigForCreateVpnConnectionInput) SetDhGroup(v string) *IpsecConfigForCreateVpnConnectionInput
- func (s *IpsecConfigForCreateVpnConnectionInput) SetEncAlg(v string) *IpsecConfigForCreateVpnConnectionInput
- func (s *IpsecConfigForCreateVpnConnectionInput) SetLifetime(v string) *IpsecConfigForCreateVpnConnectionInput
- func (s IpsecConfigForCreateVpnConnectionInput) String() string
- type IpsecConfigForDescribeVpnConnectionAttributesOutput
- func (s IpsecConfigForDescribeVpnConnectionAttributesOutput) GoString() string
- func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
- func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
- func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
- func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetLifetime(v int64) *IpsecConfigForDescribeVpnConnectionAttributesOutput
- func (s IpsecConfigForDescribeVpnConnectionAttributesOutput) String() string
- type IpsecConfigForDescribeVpnConnectionsOutput
- func (s IpsecConfigForDescribeVpnConnectionsOutput) GoString() string
- func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetAuthAlg(v string) *IpsecConfigForDescribeVpnConnectionsOutput
- func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetDhGroup(v string) *IpsecConfigForDescribeVpnConnectionsOutput
- func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetEncAlg(v string) *IpsecConfigForDescribeVpnConnectionsOutput
- func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetLifetime(v int64) *IpsecConfigForDescribeVpnConnectionsOutput
- func (s IpsecConfigForDescribeVpnConnectionsOutput) String() string
- type IpsecConfigForModifyVpnConnectionAttributesInput
- func (s IpsecConfigForModifyVpnConnectionAttributesInput) GoString() string
- func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetAuthAlg(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
- func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetDhGroup(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
- func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetEncAlg(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
- func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetLifetime(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
- func (s IpsecConfigForModifyVpnConnectionAttributesInput) String() string
- type ModifyCustomerGatewayAttributesInput
- func (s ModifyCustomerGatewayAttributesInput) GoString() string
- func (s *ModifyCustomerGatewayAttributesInput) SetCustomerGatewayId(v string) *ModifyCustomerGatewayAttributesInput
- func (s *ModifyCustomerGatewayAttributesInput) SetCustomerGatewayName(v string) *ModifyCustomerGatewayAttributesInput
- func (s *ModifyCustomerGatewayAttributesInput) SetDescription(v string) *ModifyCustomerGatewayAttributesInput
- func (s ModifyCustomerGatewayAttributesInput) String() string
- func (s *ModifyCustomerGatewayAttributesInput) Validate() error
- type ModifyCustomerGatewayAttributesOutput
- type ModifyVpnConnectionAttributesInput
- func (s ModifyVpnConnectionAttributesInput) GoString() string
- func (s *ModifyVpnConnectionAttributesInput) SetDescription(v string) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetIkeConfig(v *IkeConfigForModifyVpnConnectionAttributesInput) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetIpsecConfig(v *IpsecConfigForModifyVpnConnectionAttributesInput) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetLocalSubnet(v string) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetNatTraversal(v bool) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetRemoteSubnet(v string) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetVpnConnectionId(v string) *ModifyVpnConnectionAttributesInput
- func (s *ModifyVpnConnectionAttributesInput) SetVpnConnectionName(v string) *ModifyVpnConnectionAttributesInput
- func (s ModifyVpnConnectionAttributesInput) String() string
- func (s *ModifyVpnConnectionAttributesInput) Validate() error
- type ModifyVpnConnectionAttributesOutput
- type ModifyVpnGatewayAttributesInput
- func (s ModifyVpnGatewayAttributesInput) GoString() string
- func (s *ModifyVpnGatewayAttributesInput) SetBandwidth(v int64) *ModifyVpnGatewayAttributesInput
- func (s *ModifyVpnGatewayAttributesInput) SetDescription(v string) *ModifyVpnGatewayAttributesInput
- func (s *ModifyVpnGatewayAttributesInput) SetVpnGatewayId(v string) *ModifyVpnGatewayAttributesInput
- func (s *ModifyVpnGatewayAttributesInput) SetVpnGatewayName(v string) *ModifyVpnGatewayAttributesInput
- func (s ModifyVpnGatewayAttributesInput) String() string
- func (s *ModifyVpnGatewayAttributesInput) Validate() error
- type ModifyVpnGatewayAttributesOutput
- func (s ModifyVpnGatewayAttributesOutput) GoString() string
- func (s *ModifyVpnGatewayAttributesOutput) SetPreOrderNumber(v string) *ModifyVpnGatewayAttributesOutput
- func (s *ModifyVpnGatewayAttributesOutput) SetRequestId(v string) *ModifyVpnGatewayAttributesOutput
- func (s ModifyVpnGatewayAttributesOutput) String() string
- type RenewVpnGatewayInput
- func (s RenewVpnGatewayInput) GoString() string
- func (s *RenewVpnGatewayInput) SetPeriod(v int64) *RenewVpnGatewayInput
- func (s *RenewVpnGatewayInput) SetPeriodUnit(v string) *RenewVpnGatewayInput
- func (s *RenewVpnGatewayInput) SetVpnGatewayId(v string) *RenewVpnGatewayInput
- func (s RenewVpnGatewayInput) String() string
- func (s *RenewVpnGatewayInput) Validate() error
- type RenewVpnGatewayOutput
- type SetVpnGatewayRenewalInput
- func (s SetVpnGatewayRenewalInput) GoString() string
- func (s *SetVpnGatewayRenewalInput) SetRemainRenewTimes(v int64) *SetVpnGatewayRenewalInput
- func (s *SetVpnGatewayRenewalInput) SetRenewPeriod(v int64) *SetVpnGatewayRenewalInput
- func (s *SetVpnGatewayRenewalInput) SetRenewType(v int64) *SetVpnGatewayRenewalInput
- func (s *SetVpnGatewayRenewalInput) SetVpnGatewayId(v string) *SetVpnGatewayRenewalInput
- func (s SetVpnGatewayRenewalInput) String() string
- func (s *SetVpnGatewayRenewalInput) Validate() error
- type SetVpnGatewayRenewalOutput
- type VPN
- func (c *VPN) CreateCustomerGateway(input *CreateCustomerGatewayInput) (*CreateCustomerGatewayOutput, error)
- func (c *VPN) CreateCustomerGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) CreateCustomerGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) CreateCustomerGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) CreateCustomerGatewayRequest(input *CreateCustomerGatewayInput) (req *request.Request, output *CreateCustomerGatewayOutput)
- func (c *VPN) CreateCustomerGatewayWithContext(ctx volcstack.Context, input *CreateCustomerGatewayInput, ...) (*CreateCustomerGatewayOutput, error)
- func (c *VPN) CreateVpnConnection(input *CreateVpnConnectionInput) (*CreateVpnConnectionOutput, error)
- func (c *VPN) CreateVpnConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) CreateVpnConnectionCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnConnectionRequest(input *CreateVpnConnectionInput) (req *request.Request, output *CreateVpnConnectionOutput)
- func (c *VPN) CreateVpnConnectionWithContext(ctx volcstack.Context, input *CreateVpnConnectionInput, opts ...request.Option) (*CreateVpnConnectionOutput, error)
- func (c *VPN) CreateVpnGateway(input *CreateVpnGatewayInput) (*CreateVpnGatewayOutput, error)
- func (c *VPN) CreateVpnGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) CreateVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnGatewayRequest(input *CreateVpnGatewayInput) (req *request.Request, output *CreateVpnGatewayOutput)
- func (c *VPN) CreateVpnGatewayRoute(input *CreateVpnGatewayRouteInput) (*CreateVpnGatewayRouteOutput, error)
- func (c *VPN) CreateVpnGatewayRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnGatewayRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) CreateVpnGatewayRouteCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) CreateVpnGatewayRouteRequest(input *CreateVpnGatewayRouteInput) (req *request.Request, output *CreateVpnGatewayRouteOutput)
- func (c *VPN) CreateVpnGatewayRouteWithContext(ctx volcstack.Context, input *CreateVpnGatewayRouteInput, ...) (*CreateVpnGatewayRouteOutput, error)
- func (c *VPN) CreateVpnGatewayWithContext(ctx volcstack.Context, input *CreateVpnGatewayInput, opts ...request.Option) (*CreateVpnGatewayOutput, error)
- func (c *VPN) DeleteCustomerGateway(input *DeleteCustomerGatewayInput) (*DeleteCustomerGatewayOutput, error)
- func (c *VPN) DeleteCustomerGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DeleteCustomerGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DeleteCustomerGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DeleteCustomerGatewayRequest(input *DeleteCustomerGatewayInput) (req *request.Request, output *DeleteCustomerGatewayOutput)
- func (c *VPN) DeleteCustomerGatewayWithContext(ctx volcstack.Context, input *DeleteCustomerGatewayInput, ...) (*DeleteCustomerGatewayOutput, error)
- func (c *VPN) DeleteVpnConnection(input *DeleteVpnConnectionInput) (*DeleteVpnConnectionOutput, error)
- func (c *VPN) DeleteVpnConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DeleteVpnConnectionCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnConnectionRequest(input *DeleteVpnConnectionInput) (req *request.Request, output *DeleteVpnConnectionOutput)
- func (c *VPN) DeleteVpnConnectionWithContext(ctx volcstack.Context, input *DeleteVpnConnectionInput, opts ...request.Option) (*DeleteVpnConnectionOutput, error)
- func (c *VPN) DeleteVpnGateway(input *DeleteVpnGatewayInput) (*DeleteVpnGatewayOutput, error)
- func (c *VPN) DeleteVpnGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DeleteVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnGatewayRequest(input *DeleteVpnGatewayInput) (req *request.Request, output *DeleteVpnGatewayOutput)
- func (c *VPN) DeleteVpnGatewayRoute(input *DeleteVpnGatewayRouteInput) (*DeleteVpnGatewayRouteOutput, error)
- func (c *VPN) DeleteVpnGatewayRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnGatewayRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DeleteVpnGatewayRouteCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DeleteVpnGatewayRouteRequest(input *DeleteVpnGatewayRouteInput) (req *request.Request, output *DeleteVpnGatewayRouteOutput)
- func (c *VPN) DeleteVpnGatewayRouteWithContext(ctx volcstack.Context, input *DeleteVpnGatewayRouteInput, ...) (*DeleteVpnGatewayRouteOutput, error)
- func (c *VPN) DeleteVpnGatewayWithContext(ctx volcstack.Context, input *DeleteVpnGatewayInput, opts ...request.Option) (*DeleteVpnGatewayOutput, error)
- func (c *VPN) DescribeCustomerGatewayAttributes(input *DescribeCustomerGatewayAttributesInput) (*DescribeCustomerGatewayAttributesOutput, error)
- func (c *VPN) DescribeCustomerGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeCustomerGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeCustomerGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeCustomerGatewayAttributesRequest(input *DescribeCustomerGatewayAttributesInput) (req *request.Request, output *DescribeCustomerGatewayAttributesOutput)
- func (c *VPN) DescribeCustomerGatewayAttributesWithContext(ctx volcstack.Context, input *DescribeCustomerGatewayAttributesInput, ...) (*DescribeCustomerGatewayAttributesOutput, error)
- func (c *VPN) DescribeCustomerGateways(input *DescribeCustomerGatewaysInput) (*DescribeCustomerGatewaysOutput, error)
- func (c *VPN) DescribeCustomerGatewaysCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeCustomerGatewaysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeCustomerGatewaysCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeCustomerGatewaysRequest(input *DescribeCustomerGatewaysInput) (req *request.Request, output *DescribeCustomerGatewaysOutput)
- func (c *VPN) DescribeCustomerGatewaysWithContext(ctx volcstack.Context, input *DescribeCustomerGatewaysInput, ...) (*DescribeCustomerGatewaysOutput, error)
- func (c *VPN) DescribeVpnConnectionAttributes(input *DescribeVpnConnectionAttributesInput) (*DescribeVpnConnectionAttributesOutput, error)
- func (c *VPN) DescribeVpnConnectionAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnConnectionAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnConnectionAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnConnectionAttributesRequest(input *DescribeVpnConnectionAttributesInput) (req *request.Request, output *DescribeVpnConnectionAttributesOutput)
- func (c *VPN) DescribeVpnConnectionAttributesWithContext(ctx volcstack.Context, input *DescribeVpnConnectionAttributesInput, ...) (*DescribeVpnConnectionAttributesOutput, error)
- func (c *VPN) DescribeVpnConnections(input *DescribeVpnConnectionsInput) (*DescribeVpnConnectionsOutput, error)
- func (c *VPN) DescribeVpnConnectionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnConnectionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnConnectionsCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnConnectionsRequest(input *DescribeVpnConnectionsInput) (req *request.Request, output *DescribeVpnConnectionsOutput)
- func (c *VPN) DescribeVpnConnectionsWithContext(ctx volcstack.Context, input *DescribeVpnConnectionsInput, ...) (*DescribeVpnConnectionsOutput, error)
- func (c *VPN) DescribeVpnGatewayAttributes(input *DescribeVpnGatewayAttributesInput) (*DescribeVpnGatewayAttributesOutput, error)
- func (c *VPN) DescribeVpnGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayAttributesRequest(input *DescribeVpnGatewayAttributesInput) (req *request.Request, output *DescribeVpnGatewayAttributesOutput)
- func (c *VPN) DescribeVpnGatewayAttributesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayAttributesInput, ...) (*DescribeVpnGatewayAttributesOutput, error)
- func (c *VPN) DescribeVpnGatewayRouteAttributes(input *DescribeVpnGatewayRouteAttributesInput) (*DescribeVpnGatewayRouteAttributesOutput, error)
- func (c *VPN) DescribeVpnGatewayRouteAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayRouteAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnGatewayRouteAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayRouteAttributesRequest(input *DescribeVpnGatewayRouteAttributesInput) (req *request.Request, output *DescribeVpnGatewayRouteAttributesOutput)
- func (c *VPN) DescribeVpnGatewayRouteAttributesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayRouteAttributesInput, ...) (*DescribeVpnGatewayRouteAttributesOutput, error)
- func (c *VPN) DescribeVpnGatewayRoutes(input *DescribeVpnGatewayRoutesInput) (*DescribeVpnGatewayRoutesOutput, error)
- func (c *VPN) DescribeVpnGatewayRoutesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayRoutesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnGatewayRoutesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewayRoutesRequest(input *DescribeVpnGatewayRoutesInput) (req *request.Request, output *DescribeVpnGatewayRoutesOutput)
- func (c *VPN) DescribeVpnGatewayRoutesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayRoutesInput, ...) (*DescribeVpnGatewayRoutesOutput, error)
- func (c *VPN) DescribeVpnGateways(input *DescribeVpnGatewaysInput) (*DescribeVpnGatewaysOutput, error)
- func (c *VPN) DescribeVpnGatewaysBilling(input *DescribeVpnGatewaysBillingInput) (*DescribeVpnGatewaysBillingOutput, error)
- func (c *VPN) DescribeVpnGatewaysBillingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewaysBillingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnGatewaysBillingCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewaysBillingRequest(input *DescribeVpnGatewaysBillingInput) (req *request.Request, output *DescribeVpnGatewaysBillingOutput)
- func (c *VPN) DescribeVpnGatewaysBillingWithContext(ctx volcstack.Context, input *DescribeVpnGatewaysBillingInput, ...) (*DescribeVpnGatewaysBillingOutput, error)
- func (c *VPN) DescribeVpnGatewaysCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewaysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) DescribeVpnGatewaysCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) DescribeVpnGatewaysRequest(input *DescribeVpnGatewaysInput) (req *request.Request, output *DescribeVpnGatewaysOutput)
- func (c *VPN) DescribeVpnGatewaysWithContext(ctx volcstack.Context, input *DescribeVpnGatewaysInput, opts ...request.Option) (*DescribeVpnGatewaysOutput, error)
- func (c *VPN) ModifyCustomerGatewayAttributes(input *ModifyCustomerGatewayAttributesInput) (*ModifyCustomerGatewayAttributesOutput, error)
- func (c *VPN) ModifyCustomerGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) ModifyCustomerGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) ModifyCustomerGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) ModifyCustomerGatewayAttributesRequest(input *ModifyCustomerGatewayAttributesInput) (req *request.Request, output *ModifyCustomerGatewayAttributesOutput)
- func (c *VPN) ModifyCustomerGatewayAttributesWithContext(ctx volcstack.Context, input *ModifyCustomerGatewayAttributesInput, ...) (*ModifyCustomerGatewayAttributesOutput, error)
- func (c *VPN) ModifyVpnConnectionAttributes(input *ModifyVpnConnectionAttributesInput) (*ModifyVpnConnectionAttributesOutput, error)
- func (c *VPN) ModifyVpnConnectionAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) ModifyVpnConnectionAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) ModifyVpnConnectionAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) ModifyVpnConnectionAttributesRequest(input *ModifyVpnConnectionAttributesInput) (req *request.Request, output *ModifyVpnConnectionAttributesOutput)
- func (c *VPN) ModifyVpnConnectionAttributesWithContext(ctx volcstack.Context, input *ModifyVpnConnectionAttributesInput, ...) (*ModifyVpnConnectionAttributesOutput, error)
- func (c *VPN) ModifyVpnGatewayAttributes(input *ModifyVpnGatewayAttributesInput) (*ModifyVpnGatewayAttributesOutput, error)
- func (c *VPN) ModifyVpnGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) ModifyVpnGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) ModifyVpnGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) ModifyVpnGatewayAttributesRequest(input *ModifyVpnGatewayAttributesInput) (req *request.Request, output *ModifyVpnGatewayAttributesOutput)
- func (c *VPN) ModifyVpnGatewayAttributesWithContext(ctx volcstack.Context, input *ModifyVpnGatewayAttributesInput, ...) (*ModifyVpnGatewayAttributesOutput, error)
- func (c *VPN) RenewVpnGateway(input *RenewVpnGatewayInput) (*RenewVpnGatewayOutput, error)
- func (c *VPN) RenewVpnGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) RenewVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) RenewVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) RenewVpnGatewayRequest(input *RenewVpnGatewayInput) (req *request.Request, output *RenewVpnGatewayOutput)
- func (c *VPN) RenewVpnGatewayWithContext(ctx volcstack.Context, input *RenewVpnGatewayInput, opts ...request.Option) (*RenewVpnGatewayOutput, error)
- func (c *VPN) SetVpnGatewayRenewal(input *SetVpnGatewayRenewalInput) (*SetVpnGatewayRenewalOutput, error)
- func (c *VPN) SetVpnGatewayRenewalCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VPN) SetVpnGatewayRenewalCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VPN) SetVpnGatewayRenewalCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VPN) SetVpnGatewayRenewalRequest(input *SetVpnGatewayRenewalInput) (req *request.Request, output *SetVpnGatewayRenewalOutput)
- func (c *VPN) SetVpnGatewayRenewalWithContext(ctx volcstack.Context, input *SetVpnGatewayRenewalInput, ...) (*SetVpnGatewayRenewalOutput, error)
- type VPNAPI
- type VpnConnectionForDescribeVpnConnectionsOutput
- func (s VpnConnectionForDescribeVpnConnectionsOutput) GoString() string
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetAccountId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetCreationTime(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetCustomerGatewayId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetDescription(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetIkeConfig(v *IkeConfigForDescribeVpnConnectionsOutput) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetIpsecConfig(v *IpsecConfigForDescribeVpnConnectionsOutput) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetLocalSubnet(v []*string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetNatTraversal(v bool) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetRemoteSubnet(v []*string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetStatus(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetUpdateTime(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionName(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnGatewayId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
- func (s VpnConnectionForDescribeVpnConnectionsOutput) String() string
- type VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s VpnGatewayForDescribeVpnGatewaysBillingOutput) GoString() string
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingStatus(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingType(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetExpiredTime(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetReclaimTime(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRemainRenewTimes(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRenewType(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetVpnGatewayId(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
- func (s VpnGatewayForDescribeVpnGatewaysBillingOutput) String() string
- type VpnGatewayForDescribeVpnGatewaysOutput
- func (s VpnGatewayForDescribeVpnGatewaysOutput) GoString() string
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetAccountId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBandwidth(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBillingType(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBusinessStatus(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetConnectionCount(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetCreationTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetDeletedTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetDescription(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetExpiredTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetIpAddress(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetLockReason(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetRouteCount(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetStatus(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetSubnetId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetUpdateTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpcId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayName(v string) *VpnGatewayForDescribeVpnGatewaysOutput
- func (s VpnGatewayForDescribeVpnGatewaysOutput) String() string
- type VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) GoString() string
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetCreationTime(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetDestinationCidrBlock(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetNextHopId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetStatus(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetUpdateTime(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayRouteId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
- func (s VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) String() string
Constants ¶
const ( // IkeConfigAuthAlgForCreateVpnConnectionInputSha1 is a IkeConfigAuthAlgForCreateVpnConnectionInput enum value IkeConfigAuthAlgForCreateVpnConnectionInputSha1 = "sha1" // IkeConfigAuthAlgForCreateVpnConnectionInputMd5 is a IkeConfigAuthAlgForCreateVpnConnectionInput enum value IkeConfigAuthAlgForCreateVpnConnectionInputMd5 = "md5" // IkeConfigAuthAlgForCreateVpnConnectionInputSha256 is a IkeConfigAuthAlgForCreateVpnConnectionInput enum value IkeConfigAuthAlgForCreateVpnConnectionInputSha256 = "sha256" // IkeConfigAuthAlgForCreateVpnConnectionInputSha384 is a IkeConfigAuthAlgForCreateVpnConnectionInput enum value IkeConfigAuthAlgForCreateVpnConnectionInputSha384 = "sha384" // IkeConfigAuthAlgForCreateVpnConnectionInputSha512 is a IkeConfigAuthAlgForCreateVpnConnectionInput enum value IkeConfigAuthAlgForCreateVpnConnectionInputSha512 = "sha512" )
const ( // IkeConfigDhGroupForCreateVpnConnectionInputGroup1 is a IkeConfigDhGroupForCreateVpnConnectionInput enum value IkeConfigDhGroupForCreateVpnConnectionInputGroup1 = "group1" // IkeConfigDhGroupForCreateVpnConnectionInputGroup2 is a IkeConfigDhGroupForCreateVpnConnectionInput enum value IkeConfigDhGroupForCreateVpnConnectionInputGroup2 = "group2" // IkeConfigDhGroupForCreateVpnConnectionInputGroup5 is a IkeConfigDhGroupForCreateVpnConnectionInput enum value IkeConfigDhGroupForCreateVpnConnectionInputGroup5 = "group5" // IkeConfigDhGroupForCreateVpnConnectionInputGroup14 is a IkeConfigDhGroupForCreateVpnConnectionInput enum value IkeConfigDhGroupForCreateVpnConnectionInputGroup14 = "group14" )
const ( // IkeConfigEncAlgForCreateVpnConnectionInputAes is a IkeConfigEncAlgForCreateVpnConnectionInput enum value IkeConfigEncAlgForCreateVpnConnectionInputAes = "aes" // IkeConfigEncAlgForCreateVpnConnectionInputAes192 is a IkeConfigEncAlgForCreateVpnConnectionInput enum value IkeConfigEncAlgForCreateVpnConnectionInputAes192 = "aes192" // IkeConfigEncAlgForCreateVpnConnectionInputAes256 is a IkeConfigEncAlgForCreateVpnConnectionInput enum value IkeConfigEncAlgForCreateVpnConnectionInputAes256 = "aes256" // IkeConfigEncAlgForCreateVpnConnectionInputDes is a IkeConfigEncAlgForCreateVpnConnectionInput enum value IkeConfigEncAlgForCreateVpnConnectionInputDes = "des" // IkeConfigEncAlgForCreateVpnConnectionInput3des is a IkeConfigEncAlgForCreateVpnConnectionInput enum value IkeConfigEncAlgForCreateVpnConnectionInput3des = "3des" )
const ( // IkeConfigModeForCreateVpnConnectionInputMain is a IkeConfigModeForCreateVpnConnectionInput enum value IkeConfigModeForCreateVpnConnectionInputMain = "main" // IkeConfigModeForCreateVpnConnectionInputAggressive is a IkeConfigModeForCreateVpnConnectionInput enum value IkeConfigModeForCreateVpnConnectionInputAggressive = "aggressive" )
const ( // IkeConfigVersionForCreateVpnConnectionInputIkev1 is a IkeConfigVersionForCreateVpnConnectionInput enum value IkeConfigVersionForCreateVpnConnectionInputIkev1 = "ikev1" // IkeConfigVersionForCreateVpnConnectionInputIkev2 is a IkeConfigVersionForCreateVpnConnectionInput enum value IkeConfigVersionForCreateVpnConnectionInputIkev2 = "ikev2" )
const ( // IpsecConfigAuthAlgForCreateVpnConnectionInputSha1 is a IpsecConfigAuthAlgForCreateVpnConnectionInput enum value IpsecConfigAuthAlgForCreateVpnConnectionInputSha1 = "sha1" // IpsecConfigAuthAlgForCreateVpnConnectionInputMd5 is a IpsecConfigAuthAlgForCreateVpnConnectionInput enum value IpsecConfigAuthAlgForCreateVpnConnectionInputMd5 = "md5" // IpsecConfigAuthAlgForCreateVpnConnectionInputSha256 is a IpsecConfigAuthAlgForCreateVpnConnectionInput enum value IpsecConfigAuthAlgForCreateVpnConnectionInputSha256 = "sha256" // IpsecConfigAuthAlgForCreateVpnConnectionInputSha384 is a IpsecConfigAuthAlgForCreateVpnConnectionInput enum value IpsecConfigAuthAlgForCreateVpnConnectionInputSha384 = "sha384" // IpsecConfigAuthAlgForCreateVpnConnectionInputSha512 is a IpsecConfigAuthAlgForCreateVpnConnectionInput enum value IpsecConfigAuthAlgForCreateVpnConnectionInputSha512 = "sha512" )
const ( // IpsecConfigDhGroupForCreateVpnConnectionInputGroup1 is a IpsecConfigDhGroupForCreateVpnConnectionInput enum value IpsecConfigDhGroupForCreateVpnConnectionInputGroup1 = "group1" // IpsecConfigDhGroupForCreateVpnConnectionInputGroup2 is a IpsecConfigDhGroupForCreateVpnConnectionInput enum value IpsecConfigDhGroupForCreateVpnConnectionInputGroup2 = "group2" // IpsecConfigDhGroupForCreateVpnConnectionInputGroup5 is a IpsecConfigDhGroupForCreateVpnConnectionInput enum value IpsecConfigDhGroupForCreateVpnConnectionInputGroup5 = "group5" // IpsecConfigDhGroupForCreateVpnConnectionInputGroup14 is a IpsecConfigDhGroupForCreateVpnConnectionInput enum value IpsecConfigDhGroupForCreateVpnConnectionInputGroup14 = "group14" )
const ( // IpsecConfigEncAlgForCreateVpnConnectionInputAes is a IpsecConfigEncAlgForCreateVpnConnectionInput enum value IpsecConfigEncAlgForCreateVpnConnectionInputAes = "aes" // IpsecConfigEncAlgForCreateVpnConnectionInputAes192 is a IpsecConfigEncAlgForCreateVpnConnectionInput enum value IpsecConfigEncAlgForCreateVpnConnectionInputAes192 = "aes192" // IpsecConfigEncAlgForCreateVpnConnectionInputAes256 is a IpsecConfigEncAlgForCreateVpnConnectionInput enum value IpsecConfigEncAlgForCreateVpnConnectionInputAes256 = "aes256" // IpsecConfigEncAlgForCreateVpnConnectionInputDes is a IpsecConfigEncAlgForCreateVpnConnectionInput enum value IpsecConfigEncAlgForCreateVpnConnectionInputDes = "des" // IpsecConfigEncAlgForCreateVpnConnectionInput3des is a IpsecConfigEncAlgForCreateVpnConnectionInput enum value IpsecConfigEncAlgForCreateVpnConnectionInput3des = "3des" )
const ( // PeriodUnitForCreateVpnGatewayInputMonth is a PeriodUnitForCreateVpnGatewayInput enum value PeriodUnitForCreateVpnGatewayInputMonth = "Month" // PeriodUnitForCreateVpnGatewayInputYear is a PeriodUnitForCreateVpnGatewayInput enum value PeriodUnitForCreateVpnGatewayInputYear = "Year" )
const ( // IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha1 is a IkeConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha1 = "sha1" // IkeConfigAuthAlgForModifyVpnConnectionAttributesInputMd5 is a IkeConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IkeConfigAuthAlgForModifyVpnConnectionAttributesInputMd5 = "md5" // IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha256 is a IkeConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha256 = "sha256" // IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha384 is a IkeConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha384 = "sha384" // IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha512 is a IkeConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IkeConfigAuthAlgForModifyVpnConnectionAttributesInputSha512 = "sha512" )
const ( // IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup1 is a IkeConfigDhGroupForModifyVpnConnectionAttributesInput enum value IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup1 = "group1" // IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup2 is a IkeConfigDhGroupForModifyVpnConnectionAttributesInput enum value IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup2 = "group2" // IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup5 is a IkeConfigDhGroupForModifyVpnConnectionAttributesInput enum value IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup5 = "group5" // IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup14 is a IkeConfigDhGroupForModifyVpnConnectionAttributesInput enum value IkeConfigDhGroupForModifyVpnConnectionAttributesInputGroup14 = "group14" )
const ( // IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes is a IkeConfigEncAlgForModifyVpnConnectionAttributesInput enum value IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes = "aes" // IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes192 is a IkeConfigEncAlgForModifyVpnConnectionAttributesInput enum value IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes192 = "aes192" // IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes256 is a IkeConfigEncAlgForModifyVpnConnectionAttributesInput enum value IkeConfigEncAlgForModifyVpnConnectionAttributesInputAes256 = "aes256" // IkeConfigEncAlgForModifyVpnConnectionAttributesInputDes is a IkeConfigEncAlgForModifyVpnConnectionAttributesInput enum value IkeConfigEncAlgForModifyVpnConnectionAttributesInputDes = "des" // IkeConfigEncAlgForModifyVpnConnectionAttributesInput3des is a IkeConfigEncAlgForModifyVpnConnectionAttributesInput enum value IkeConfigEncAlgForModifyVpnConnectionAttributesInput3des = "3des" )
const ( // IkeConfigModeForModifyVpnConnectionAttributesInputMain is a IkeConfigModeForModifyVpnConnectionAttributesInput enum value IkeConfigModeForModifyVpnConnectionAttributesInputMain = "main" // IkeConfigModeForModifyVpnConnectionAttributesInputAggressive is a IkeConfigModeForModifyVpnConnectionAttributesInput enum value IkeConfigModeForModifyVpnConnectionAttributesInputAggressive = "aggressive" )
const ( // IkeConfigVersionForModifyVpnConnectionAttributesInputIkev1 is a IkeConfigVersionForModifyVpnConnectionAttributesInput enum value IkeConfigVersionForModifyVpnConnectionAttributesInputIkev1 = "ikev1" // IkeConfigVersionForModifyVpnConnectionAttributesInputIkev2 is a IkeConfigVersionForModifyVpnConnectionAttributesInput enum value IkeConfigVersionForModifyVpnConnectionAttributesInputIkev2 = "ikev2" )
const ( // IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha1 is a IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha1 = "sha1" // IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputMd5 is a IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputMd5 = "md5" // IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha256 is a IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha256 = "sha256" // IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha384 is a IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha384 = "sha384" // IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha512 is a IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigAuthAlgForModifyVpnConnectionAttributesInputSha512 = "sha512" )
const ( // IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup1 is a IpsecConfigDhGroupForModifyVpnConnectionAttributesInput enum value IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup1 = "group1" // IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup2 is a IpsecConfigDhGroupForModifyVpnConnectionAttributesInput enum value IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup2 = "group2" // IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup5 is a IpsecConfigDhGroupForModifyVpnConnectionAttributesInput enum value IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup5 = "group5" // IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup14 is a IpsecConfigDhGroupForModifyVpnConnectionAttributesInput enum value IpsecConfigDhGroupForModifyVpnConnectionAttributesInputGroup14 = "group14" )
const ( // IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes is a IpsecConfigEncAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes = "aes" // IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes192 is a IpsecConfigEncAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes192 = "aes192" // IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes256 is a IpsecConfigEncAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigEncAlgForModifyVpnConnectionAttributesInputAes256 = "aes256" // IpsecConfigEncAlgForModifyVpnConnectionAttributesInputDes is a IpsecConfigEncAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigEncAlgForModifyVpnConnectionAttributesInputDes = "des" // IpsecConfigEncAlgForModifyVpnConnectionAttributesInput3des is a IpsecConfigEncAlgForModifyVpnConnectionAttributesInput enum value IpsecConfigEncAlgForModifyVpnConnectionAttributesInput3des = "3des" )
const ( // PeriodUnitForRenewVpnGatewayInputMonth is a PeriodUnitForRenewVpnGatewayInput enum value PeriodUnitForRenewVpnGatewayInputMonth = "Month" // PeriodUnitForRenewVpnGatewayInputYear is a PeriodUnitForRenewVpnGatewayInput enum value PeriodUnitForRenewVpnGatewayInputYear = "Year" )
const ( ServiceName = "vpn" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vpn" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCustomerGatewayInput ¶
type CreateCustomerGatewayInput struct { CustomerGatewayName *string `min:"1" max:"128" type:"string"` Description *string `min:"1" max:"255" type:"string"` // IPAddress is a required field IPAddress *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateCustomerGatewayInput) GoString ¶
func (s CreateCustomerGatewayInput) GoString() string
GoString returns the string representation
func (*CreateCustomerGatewayInput) SetCustomerGatewayName ¶
func (s *CreateCustomerGatewayInput) SetCustomerGatewayName(v string) *CreateCustomerGatewayInput
SetCustomerGatewayName sets the CustomerGatewayName field's value.
func (*CreateCustomerGatewayInput) SetDescription ¶
func (s *CreateCustomerGatewayInput) SetDescription(v string) *CreateCustomerGatewayInput
SetDescription sets the Description field's value.
func (*CreateCustomerGatewayInput) SetIPAddress ¶
func (s *CreateCustomerGatewayInput) SetIPAddress(v string) *CreateCustomerGatewayInput
SetIPAddress sets the IPAddress field's value.
func (CreateCustomerGatewayInput) String ¶
func (s CreateCustomerGatewayInput) String() string
String returns the string representation
func (*CreateCustomerGatewayInput) Validate ¶
func (s *CreateCustomerGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCustomerGatewayOutput ¶
type CreateCustomerGatewayOutput struct { Metadata *response.ResponseMetadata CustomerGatewayId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (CreateCustomerGatewayOutput) GoString ¶
func (s CreateCustomerGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateCustomerGatewayOutput) SetCustomerGatewayId ¶
func (s *CreateCustomerGatewayOutput) SetCustomerGatewayId(v string) *CreateCustomerGatewayOutput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*CreateCustomerGatewayOutput) SetRequestId ¶
func (s *CreateCustomerGatewayOutput) SetRequestId(v string) *CreateCustomerGatewayOutput
SetRequestId sets the RequestId field's value.
func (CreateCustomerGatewayOutput) String ¶
func (s CreateCustomerGatewayOutput) String() string
String returns the string representation
type CreateVpnConnectionInput ¶
type CreateVpnConnectionInput struct { // CustomerGatewayId is a required field CustomerGatewayId *string `type:"string" required:"true"` Description *string `min:"1" max:"255" type:"string"` // IkeConfig is a required field IkeConfig *IkeConfigForCreateVpnConnectionInput `type:"structure" required:"true"` IpsecConfig *IpsecConfigForCreateVpnConnectionInput `type:"structure"` // LocalSubnet is a required field LocalSubnet *string `type:"string" required:"true"` NatTraversal *bool `type:"boolean"` // RemoteSubnet is a required field RemoteSubnet *string `type:"string" required:"true"` VpnConnectionName *string `min:"1" max:"128" type:"string"` // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateVpnConnectionInput) GoString ¶
func (s CreateVpnConnectionInput) GoString() string
GoString returns the string representation
func (*CreateVpnConnectionInput) SetCustomerGatewayId ¶
func (s *CreateVpnConnectionInput) SetCustomerGatewayId(v string) *CreateVpnConnectionInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*CreateVpnConnectionInput) SetDescription ¶
func (s *CreateVpnConnectionInput) SetDescription(v string) *CreateVpnConnectionInput
SetDescription sets the Description field's value.
func (*CreateVpnConnectionInput) SetIkeConfig ¶
func (s *CreateVpnConnectionInput) SetIkeConfig(v *IkeConfigForCreateVpnConnectionInput) *CreateVpnConnectionInput
SetIkeConfig sets the IkeConfig field's value.
func (*CreateVpnConnectionInput) SetIpsecConfig ¶
func (s *CreateVpnConnectionInput) SetIpsecConfig(v *IpsecConfigForCreateVpnConnectionInput) *CreateVpnConnectionInput
SetIpsecConfig sets the IpsecConfig field's value.
func (*CreateVpnConnectionInput) SetLocalSubnet ¶
func (s *CreateVpnConnectionInput) SetLocalSubnet(v string) *CreateVpnConnectionInput
SetLocalSubnet sets the LocalSubnet field's value.
func (*CreateVpnConnectionInput) SetNatTraversal ¶
func (s *CreateVpnConnectionInput) SetNatTraversal(v bool) *CreateVpnConnectionInput
SetNatTraversal sets the NatTraversal field's value.
func (*CreateVpnConnectionInput) SetRemoteSubnet ¶
func (s *CreateVpnConnectionInput) SetRemoteSubnet(v string) *CreateVpnConnectionInput
SetRemoteSubnet sets the RemoteSubnet field's value.
func (*CreateVpnConnectionInput) SetVpnConnectionName ¶
func (s *CreateVpnConnectionInput) SetVpnConnectionName(v string) *CreateVpnConnectionInput
SetVpnConnectionName sets the VpnConnectionName field's value.
func (*CreateVpnConnectionInput) SetVpnGatewayId ¶
func (s *CreateVpnConnectionInput) SetVpnGatewayId(v string) *CreateVpnConnectionInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (CreateVpnConnectionInput) String ¶
func (s CreateVpnConnectionInput) String() string
String returns the string representation
func (*CreateVpnConnectionInput) Validate ¶
func (s *CreateVpnConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnConnectionOutput ¶
type CreateVpnConnectionOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` VpnConnectionId *string `type:"string"` // contains filtered or unexported fields }
func (CreateVpnConnectionOutput) GoString ¶
func (s CreateVpnConnectionOutput) GoString() string
GoString returns the string representation
func (*CreateVpnConnectionOutput) SetRequestId ¶
func (s *CreateVpnConnectionOutput) SetRequestId(v string) *CreateVpnConnectionOutput
SetRequestId sets the RequestId field's value.
func (*CreateVpnConnectionOutput) SetVpnConnectionId ¶
func (s *CreateVpnConnectionOutput) SetVpnConnectionId(v string) *CreateVpnConnectionOutput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (CreateVpnConnectionOutput) String ¶
func (s CreateVpnConnectionOutput) String() string
String returns the string representation
type CreateVpnGatewayInput ¶
type CreateVpnGatewayInput struct { // Bandwidth is a required field Bandwidth *int64 `min:"5" max:"200" type:"integer" required:"true"` BillingType *int64 `min:"1" max:"1" type:"integer"` Description *string `min:"1" max:"255" type:"string"` Period *int64 `type:"integer"` PeriodUnit *string `type:"string" enum:"PeriodUnitForCreateVpnGatewayInput"` RemainRenewTimes *int64 `type:"integer"` RenewPeriod *int64 `type:"integer"` RenewType *int64 `min:"1" max:"3" type:"integer"` // SubnetId is a required field SubnetId *string `type:"string" required:"true"` // VpcId is a required field VpcId *string `type:"string" required:"true"` VpnGatewayName *string `min:"1" max:"128" type:"string"` // contains filtered or unexported fields }
func (CreateVpnGatewayInput) GoString ¶
func (s CreateVpnGatewayInput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayInput) SetBandwidth ¶
func (s *CreateVpnGatewayInput) SetBandwidth(v int64) *CreateVpnGatewayInput
SetBandwidth sets the Bandwidth field's value.
func (*CreateVpnGatewayInput) SetBillingType ¶
func (s *CreateVpnGatewayInput) SetBillingType(v int64) *CreateVpnGatewayInput
SetBillingType sets the BillingType field's value.
func (*CreateVpnGatewayInput) SetDescription ¶
func (s *CreateVpnGatewayInput) SetDescription(v string) *CreateVpnGatewayInput
SetDescription sets the Description field's value.
func (*CreateVpnGatewayInput) SetPeriod ¶
func (s *CreateVpnGatewayInput) SetPeriod(v int64) *CreateVpnGatewayInput
SetPeriod sets the Period field's value.
func (*CreateVpnGatewayInput) SetPeriodUnit ¶
func (s *CreateVpnGatewayInput) SetPeriodUnit(v string) *CreateVpnGatewayInput
SetPeriodUnit sets the PeriodUnit field's value.
func (*CreateVpnGatewayInput) SetRemainRenewTimes ¶
func (s *CreateVpnGatewayInput) SetRemainRenewTimes(v int64) *CreateVpnGatewayInput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*CreateVpnGatewayInput) SetRenewPeriod ¶
func (s *CreateVpnGatewayInput) SetRenewPeriod(v int64) *CreateVpnGatewayInput
SetRenewPeriod sets the RenewPeriod field's value.
func (*CreateVpnGatewayInput) SetRenewType ¶
func (s *CreateVpnGatewayInput) SetRenewType(v int64) *CreateVpnGatewayInput
SetRenewType sets the RenewType field's value.
func (*CreateVpnGatewayInput) SetSubnetId ¶
func (s *CreateVpnGatewayInput) SetSubnetId(v string) *CreateVpnGatewayInput
SetSubnetId sets the SubnetId field's value.
func (*CreateVpnGatewayInput) SetVpcId ¶
func (s *CreateVpnGatewayInput) SetVpcId(v string) *CreateVpnGatewayInput
SetVpcId sets the VpcId field's value.
func (*CreateVpnGatewayInput) SetVpnGatewayName ¶
func (s *CreateVpnGatewayInput) SetVpnGatewayName(v string) *CreateVpnGatewayInput
SetVpnGatewayName sets the VpnGatewayName field's value.
func (CreateVpnGatewayInput) String ¶
func (s CreateVpnGatewayInput) String() string
String returns the string representation
func (*CreateVpnGatewayInput) Validate ¶
func (s *CreateVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnGatewayOutput ¶
type CreateVpnGatewayOutput struct { Metadata *response.ResponseMetadata OrderId *string `type:"string"` PreOrderNumber *string `type:"string"` RequestId *string `type:"string"` VpnGatewayId *string `type:"string"` // contains filtered or unexported fields }
func (CreateVpnGatewayOutput) GoString ¶
func (s CreateVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayOutput) SetOrderId ¶
func (s *CreateVpnGatewayOutput) SetOrderId(v string) *CreateVpnGatewayOutput
SetOrderId sets the OrderId field's value.
func (*CreateVpnGatewayOutput) SetPreOrderNumber ¶
func (s *CreateVpnGatewayOutput) SetPreOrderNumber(v string) *CreateVpnGatewayOutput
SetPreOrderNumber sets the PreOrderNumber field's value.
func (*CreateVpnGatewayOutput) SetRequestId ¶
func (s *CreateVpnGatewayOutput) SetRequestId(v string) *CreateVpnGatewayOutput
SetRequestId sets the RequestId field's value.
func (*CreateVpnGatewayOutput) SetVpnGatewayId ¶
func (s *CreateVpnGatewayOutput) SetVpnGatewayId(v string) *CreateVpnGatewayOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (CreateVpnGatewayOutput) String ¶
func (s CreateVpnGatewayOutput) String() string
String returns the string representation
type CreateVpnGatewayRouteInput ¶
type CreateVpnGatewayRouteInput struct { // DestinationCidrBlock is a required field DestinationCidrBlock *string `type:"string" required:"true"` // NextHopId is a required field NextHopId *string `type:"string" required:"true"` // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateVpnGatewayRouteInput) GoString ¶
func (s CreateVpnGatewayRouteInput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayRouteInput) SetDestinationCidrBlock ¶
func (s *CreateVpnGatewayRouteInput) SetDestinationCidrBlock(v string) *CreateVpnGatewayRouteInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*CreateVpnGatewayRouteInput) SetNextHopId ¶
func (s *CreateVpnGatewayRouteInput) SetNextHopId(v string) *CreateVpnGatewayRouteInput
SetNextHopId sets the NextHopId field's value.
func (*CreateVpnGatewayRouteInput) SetVpnGatewayId ¶
func (s *CreateVpnGatewayRouteInput) SetVpnGatewayId(v string) *CreateVpnGatewayRouteInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (CreateVpnGatewayRouteInput) String ¶
func (s CreateVpnGatewayRouteInput) String() string
String returns the string representation
func (*CreateVpnGatewayRouteInput) Validate ¶
func (s *CreateVpnGatewayRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnGatewayRouteOutput ¶
type CreateVpnGatewayRouteOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` VpnGatewayRouteId *string `type:"string"` // contains filtered or unexported fields }
func (CreateVpnGatewayRouteOutput) GoString ¶
func (s CreateVpnGatewayRouteOutput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayRouteOutput) SetRequestId ¶
func (s *CreateVpnGatewayRouteOutput) SetRequestId(v string) *CreateVpnGatewayRouteOutput
SetRequestId sets the RequestId field's value.
func (*CreateVpnGatewayRouteOutput) SetVpnGatewayRouteId ¶
func (s *CreateVpnGatewayRouteOutput) SetVpnGatewayRouteId(v string) *CreateVpnGatewayRouteOutput
SetVpnGatewayRouteId sets the VpnGatewayRouteId field's value.
func (CreateVpnGatewayRouteOutput) String ¶
func (s CreateVpnGatewayRouteOutput) String() string
String returns the string representation
type CustomerGatewayForDescribeCustomerGatewaysOutput ¶
type CustomerGatewayForDescribeCustomerGatewaysOutput struct { AccountId *string `type:"string"` ConnectionCount *int64 `type:"integer"` CreationTime *string `type:"string"` CustomerGatewayId *string `type:"string"` CustomerGatewayName *string `type:"string"` Description *string `type:"string"` IpAddress *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (CustomerGatewayForDescribeCustomerGatewaysOutput) GoString ¶
func (s CustomerGatewayForDescribeCustomerGatewaysOutput) GoString() string
GoString returns the string representation
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetAccountId ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetAccountId(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetAccountId sets the AccountId field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetConnectionCount ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetConnectionCount(v int64) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetConnectionCount sets the ConnectionCount field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetCreationTime ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCreationTime(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetCreationTime sets the CreationTime field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayId ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayId(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayName ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetCustomerGatewayName(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetCustomerGatewayName sets the CustomerGatewayName field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetDescription ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetDescription(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetDescription sets the Description field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetIpAddress ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetIpAddress(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetIpAddress sets the IpAddress field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetStatus ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetStatus(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetStatus sets the Status field's value.
func (*CustomerGatewayForDescribeCustomerGatewaysOutput) SetUpdateTime ¶
func (s *CustomerGatewayForDescribeCustomerGatewaysOutput) SetUpdateTime(v string) *CustomerGatewayForDescribeCustomerGatewaysOutput
SetUpdateTime sets the UpdateTime field's value.
func (CustomerGatewayForDescribeCustomerGatewaysOutput) String ¶
func (s CustomerGatewayForDescribeCustomerGatewaysOutput) String() string
String returns the string representation
type DeleteCustomerGatewayInput ¶
type DeleteCustomerGatewayInput struct { // CustomerGatewayId is a required field CustomerGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCustomerGatewayInput) GoString ¶
func (s DeleteCustomerGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteCustomerGatewayInput) SetCustomerGatewayId ¶
func (s *DeleteCustomerGatewayInput) SetCustomerGatewayId(v string) *DeleteCustomerGatewayInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (DeleteCustomerGatewayInput) String ¶
func (s DeleteCustomerGatewayInput) String() string
String returns the string representation
func (*DeleteCustomerGatewayInput) Validate ¶
func (s *DeleteCustomerGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomerGatewayOutput ¶
type DeleteCustomerGatewayOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteCustomerGatewayOutput) GoString ¶
func (s DeleteCustomerGatewayOutput) GoString() string
GoString returns the string representation
func (*DeleteCustomerGatewayOutput) SetRequestId ¶
func (s *DeleteCustomerGatewayOutput) SetRequestId(v string) *DeleteCustomerGatewayOutput
SetRequestId sets the RequestId field's value.
func (DeleteCustomerGatewayOutput) String ¶
func (s DeleteCustomerGatewayOutput) String() string
String returns the string representation
type DeleteVpnConnectionInput ¶
type DeleteVpnConnectionInput struct { // VpnConnectionId is a required field VpnConnectionId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteVpnConnectionInput) GoString ¶
func (s DeleteVpnConnectionInput) GoString() string
GoString returns the string representation
func (*DeleteVpnConnectionInput) SetVpnConnectionId ¶
func (s *DeleteVpnConnectionInput) SetVpnConnectionId(v string) *DeleteVpnConnectionInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (DeleteVpnConnectionInput) String ¶
func (s DeleteVpnConnectionInput) String() string
String returns the string representation
func (*DeleteVpnConnectionInput) Validate ¶
func (s *DeleteVpnConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnConnectionOutput ¶
type DeleteVpnConnectionOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteVpnConnectionOutput) GoString ¶
func (s DeleteVpnConnectionOutput) GoString() string
GoString returns the string representation
func (*DeleteVpnConnectionOutput) SetRequestId ¶
func (s *DeleteVpnConnectionOutput) SetRequestId(v string) *DeleteVpnConnectionOutput
SetRequestId sets the RequestId field's value.
func (DeleteVpnConnectionOutput) String ¶
func (s DeleteVpnConnectionOutput) String() string
String returns the string representation
type DeleteVpnGatewayInput ¶
type DeleteVpnGatewayInput struct { // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteVpnGatewayInput) GoString ¶
func (s DeleteVpnGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteVpnGatewayInput) SetVpnGatewayId ¶
func (s *DeleteVpnGatewayInput) SetVpnGatewayId(v string) *DeleteVpnGatewayInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (DeleteVpnGatewayInput) String ¶
func (s DeleteVpnGatewayInput) String() string
String returns the string representation
func (*DeleteVpnGatewayInput) Validate ¶
func (s *DeleteVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnGatewayOutput ¶
type DeleteVpnGatewayOutput struct { Metadata *response.ResponseMetadata PreOrderNumber *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteVpnGatewayOutput) GoString ¶
func (s DeleteVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*DeleteVpnGatewayOutput) SetPreOrderNumber ¶
func (s *DeleteVpnGatewayOutput) SetPreOrderNumber(v string) *DeleteVpnGatewayOutput
SetPreOrderNumber sets the PreOrderNumber field's value.
func (*DeleteVpnGatewayOutput) SetRequestId ¶
func (s *DeleteVpnGatewayOutput) SetRequestId(v string) *DeleteVpnGatewayOutput
SetRequestId sets the RequestId field's value.
func (DeleteVpnGatewayOutput) String ¶
func (s DeleteVpnGatewayOutput) String() string
String returns the string representation
type DeleteVpnGatewayRouteInput ¶
type DeleteVpnGatewayRouteInput struct { // VpnGatewayRouteId is a required field VpnGatewayRouteId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteVpnGatewayRouteInput) GoString ¶
func (s DeleteVpnGatewayRouteInput) GoString() string
GoString returns the string representation
func (*DeleteVpnGatewayRouteInput) SetVpnGatewayRouteId ¶
func (s *DeleteVpnGatewayRouteInput) SetVpnGatewayRouteId(v string) *DeleteVpnGatewayRouteInput
SetVpnGatewayRouteId sets the VpnGatewayRouteId field's value.
func (DeleteVpnGatewayRouteInput) String ¶
func (s DeleteVpnGatewayRouteInput) String() string
String returns the string representation
func (*DeleteVpnGatewayRouteInput) Validate ¶
func (s *DeleteVpnGatewayRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnGatewayRouteOutput ¶
type DeleteVpnGatewayRouteOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteVpnGatewayRouteOutput) GoString ¶
func (s DeleteVpnGatewayRouteOutput) GoString() string
GoString returns the string representation
func (*DeleteVpnGatewayRouteOutput) SetRequestId ¶
func (s *DeleteVpnGatewayRouteOutput) SetRequestId(v string) *DeleteVpnGatewayRouteOutput
SetRequestId sets the RequestId field's value.
func (DeleteVpnGatewayRouteOutput) String ¶
func (s DeleteVpnGatewayRouteOutput) String() string
String returns the string representation
type DescribeCustomerGatewayAttributesInput ¶
type DescribeCustomerGatewayAttributesInput struct { // CustomerGatewayId is a required field CustomerGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeCustomerGatewayAttributesInput) GoString ¶
func (s DescribeCustomerGatewayAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewayAttributesInput) SetCustomerGatewayId ¶
func (s *DescribeCustomerGatewayAttributesInput) SetCustomerGatewayId(v string) *DescribeCustomerGatewayAttributesInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (DescribeCustomerGatewayAttributesInput) String ¶
func (s DescribeCustomerGatewayAttributesInput) String() string
String returns the string representation
func (*DescribeCustomerGatewayAttributesInput) Validate ¶
func (s *DescribeCustomerGatewayAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCustomerGatewayAttributesOutput ¶
type DescribeCustomerGatewayAttributesOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` ConnectionCount *int64 `type:"integer"` CreationTime *string `type:"string"` CustomerGatewayId *string `type:"string"` CustomerGatewayName *string `type:"string"` Description *string `type:"string"` IpAddress *string `type:"string"` RequestId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCustomerGatewayAttributesOutput) GoString ¶
func (s DescribeCustomerGatewayAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewayAttributesOutput) SetAccountId ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetAccountId(v string) *DescribeCustomerGatewayAttributesOutput
SetAccountId sets the AccountId field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetConnectionCount ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetConnectionCount(v int64) *DescribeCustomerGatewayAttributesOutput
SetConnectionCount sets the ConnectionCount field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetCreationTime ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetCreationTime(v string) *DescribeCustomerGatewayAttributesOutput
SetCreationTime sets the CreationTime field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayId ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayId(v string) *DescribeCustomerGatewayAttributesOutput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayName ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetCustomerGatewayName(v string) *DescribeCustomerGatewayAttributesOutput
SetCustomerGatewayName sets the CustomerGatewayName field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetDescription ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetDescription(v string) *DescribeCustomerGatewayAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetIpAddress ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetIpAddress(v string) *DescribeCustomerGatewayAttributesOutput
SetIpAddress sets the IpAddress field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetRequestId ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetRequestId(v string) *DescribeCustomerGatewayAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetStatus ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetStatus(v string) *DescribeCustomerGatewayAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeCustomerGatewayAttributesOutput) SetUpdateTime ¶
func (s *DescribeCustomerGatewayAttributesOutput) SetUpdateTime(v string) *DescribeCustomerGatewayAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribeCustomerGatewayAttributesOutput) String ¶
func (s DescribeCustomerGatewayAttributesOutput) String() string
String returns the string representation
type DescribeCustomerGatewaysInput ¶
type DescribeCustomerGatewaysInput struct { CustomerGatewayIds []*string `type:"list"` CustomerGatewayName *string `type:"string"` IPAddress *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCustomerGatewaysInput) GoString ¶
func (s DescribeCustomerGatewaysInput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewaysInput) SetCustomerGatewayIds ¶
func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayIds(v []*string) *DescribeCustomerGatewaysInput
SetCustomerGatewayIds sets the CustomerGatewayIds field's value.
func (*DescribeCustomerGatewaysInput) SetCustomerGatewayName ¶
func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayName(v string) *DescribeCustomerGatewaysInput
SetCustomerGatewayName sets the CustomerGatewayName field's value.
func (*DescribeCustomerGatewaysInput) SetIPAddress ¶
func (s *DescribeCustomerGatewaysInput) SetIPAddress(v string) *DescribeCustomerGatewaysInput
SetIPAddress sets the IPAddress field's value.
func (*DescribeCustomerGatewaysInput) SetPageNumber ¶
func (s *DescribeCustomerGatewaysInput) SetPageNumber(v int64) *DescribeCustomerGatewaysInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeCustomerGatewaysInput) SetPageSize ¶
func (s *DescribeCustomerGatewaysInput) SetPageSize(v int64) *DescribeCustomerGatewaysInput
SetPageSize sets the PageSize field's value.
func (*DescribeCustomerGatewaysInput) SetStatus ¶
func (s *DescribeCustomerGatewaysInput) SetStatus(v string) *DescribeCustomerGatewaysInput
SetStatus sets the Status field's value.
func (DescribeCustomerGatewaysInput) String ¶
func (s DescribeCustomerGatewaysInput) String() string
String returns the string representation
type DescribeCustomerGatewaysOutput ¶
type DescribeCustomerGatewaysOutput struct { Metadata *response.ResponseMetadata CustomerGateways []*CustomerGatewayForDescribeCustomerGatewaysOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeCustomerGatewaysOutput) GoString ¶
func (s DescribeCustomerGatewaysOutput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewaysOutput) SetCustomerGateways ¶
func (s *DescribeCustomerGatewaysOutput) SetCustomerGateways(v []*CustomerGatewayForDescribeCustomerGatewaysOutput) *DescribeCustomerGatewaysOutput
SetCustomerGateways sets the CustomerGateways field's value.
func (*DescribeCustomerGatewaysOutput) SetPageNumber ¶
func (s *DescribeCustomerGatewaysOutput) SetPageNumber(v int64) *DescribeCustomerGatewaysOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeCustomerGatewaysOutput) SetPageSize ¶
func (s *DescribeCustomerGatewaysOutput) SetPageSize(v int64) *DescribeCustomerGatewaysOutput
SetPageSize sets the PageSize field's value.
func (*DescribeCustomerGatewaysOutput) SetRequestId ¶
func (s *DescribeCustomerGatewaysOutput) SetRequestId(v string) *DescribeCustomerGatewaysOutput
SetRequestId sets the RequestId field's value.
func (*DescribeCustomerGatewaysOutput) SetTotalCount ¶
func (s *DescribeCustomerGatewaysOutput) SetTotalCount(v int64) *DescribeCustomerGatewaysOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeCustomerGatewaysOutput) String ¶
func (s DescribeCustomerGatewaysOutput) String() string
String returns the string representation
type DescribeVpnConnectionAttributesInput ¶
type DescribeVpnConnectionAttributesInput struct { // VpnConnectionId is a required field VpnConnectionId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeVpnConnectionAttributesInput) GoString ¶
func (s DescribeVpnConnectionAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeVpnConnectionAttributesInput) SetVpnConnectionId ¶
func (s *DescribeVpnConnectionAttributesInput) SetVpnConnectionId(v string) *DescribeVpnConnectionAttributesInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (DescribeVpnConnectionAttributesInput) String ¶
func (s DescribeVpnConnectionAttributesInput) String() string
String returns the string representation
func (*DescribeVpnConnectionAttributesInput) Validate ¶
func (s *DescribeVpnConnectionAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpnConnectionAttributesOutput ¶
type DescribeVpnConnectionAttributesOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` CreationTime *string `type:"string"` CustomerGatewayId *string `type:"string"` Description *string `type:"string"` IkeConfig *IkeConfigForDescribeVpnConnectionAttributesOutput `type:"structure"` IpsecConfig *IpsecConfigForDescribeVpnConnectionAttributesOutput `type:"structure"` LocalSubnet []*string `type:"list"` NatTraversal *bool `type:"boolean"` RemoteSubnet []*string `type:"list"` RequestId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` VpnConnectionId *string `type:"string"` VpnConnectionName *string `type:"string"` VpnGatewayId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpnConnectionAttributesOutput) GoString ¶
func (s DescribeVpnConnectionAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnConnectionAttributesOutput) SetAccountId ¶
func (s *DescribeVpnConnectionAttributesOutput) SetAccountId(v string) *DescribeVpnConnectionAttributesOutput
SetAccountId sets the AccountId field's value.
func (*DescribeVpnConnectionAttributesOutput) SetCreationTime ¶
func (s *DescribeVpnConnectionAttributesOutput) SetCreationTime(v string) *DescribeVpnConnectionAttributesOutput
SetCreationTime sets the CreationTime field's value.
func (*DescribeVpnConnectionAttributesOutput) SetCustomerGatewayId ¶
func (s *DescribeVpnConnectionAttributesOutput) SetCustomerGatewayId(v string) *DescribeVpnConnectionAttributesOutput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*DescribeVpnConnectionAttributesOutput) SetDescription ¶
func (s *DescribeVpnConnectionAttributesOutput) SetDescription(v string) *DescribeVpnConnectionAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeVpnConnectionAttributesOutput) SetIkeConfig ¶
func (s *DescribeVpnConnectionAttributesOutput) SetIkeConfig(v *IkeConfigForDescribeVpnConnectionAttributesOutput) *DescribeVpnConnectionAttributesOutput
SetIkeConfig sets the IkeConfig field's value.
func (*DescribeVpnConnectionAttributesOutput) SetIpsecConfig ¶
func (s *DescribeVpnConnectionAttributesOutput) SetIpsecConfig(v *IpsecConfigForDescribeVpnConnectionAttributesOutput) *DescribeVpnConnectionAttributesOutput
SetIpsecConfig sets the IpsecConfig field's value.
func (*DescribeVpnConnectionAttributesOutput) SetLocalSubnet ¶
func (s *DescribeVpnConnectionAttributesOutput) SetLocalSubnet(v []*string) *DescribeVpnConnectionAttributesOutput
SetLocalSubnet sets the LocalSubnet field's value.
func (*DescribeVpnConnectionAttributesOutput) SetNatTraversal ¶
func (s *DescribeVpnConnectionAttributesOutput) SetNatTraversal(v bool) *DescribeVpnConnectionAttributesOutput
SetNatTraversal sets the NatTraversal field's value.
func (*DescribeVpnConnectionAttributesOutput) SetRemoteSubnet ¶
func (s *DescribeVpnConnectionAttributesOutput) SetRemoteSubnet(v []*string) *DescribeVpnConnectionAttributesOutput
SetRemoteSubnet sets the RemoteSubnet field's value.
func (*DescribeVpnConnectionAttributesOutput) SetRequestId ¶
func (s *DescribeVpnConnectionAttributesOutput) SetRequestId(v string) *DescribeVpnConnectionAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnConnectionAttributesOutput) SetStatus ¶
func (s *DescribeVpnConnectionAttributesOutput) SetStatus(v string) *DescribeVpnConnectionAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeVpnConnectionAttributesOutput) SetUpdateTime ¶
func (s *DescribeVpnConnectionAttributesOutput) SetUpdateTime(v string) *DescribeVpnConnectionAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DescribeVpnConnectionAttributesOutput) SetVpnConnectionId ¶
func (s *DescribeVpnConnectionAttributesOutput) SetVpnConnectionId(v string) *DescribeVpnConnectionAttributesOutput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (*DescribeVpnConnectionAttributesOutput) SetVpnConnectionName ¶
func (s *DescribeVpnConnectionAttributesOutput) SetVpnConnectionName(v string) *DescribeVpnConnectionAttributesOutput
SetVpnConnectionName sets the VpnConnectionName field's value.
func (*DescribeVpnConnectionAttributesOutput) SetVpnGatewayId ¶
func (s *DescribeVpnConnectionAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnConnectionAttributesOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (DescribeVpnConnectionAttributesOutput) String ¶
func (s DescribeVpnConnectionAttributesOutput) String() string
String returns the string representation
type DescribeVpnConnectionsInput ¶
type DescribeVpnConnectionsInput struct { CustomerGatewayId *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` Status *string `type:"string"` VpnConnectionIds []*string `type:"list"` VpnConnectionName *string `type:"string"` VpnGatewayId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpnConnectionsInput) GoString ¶
func (s DescribeVpnConnectionsInput) GoString() string
GoString returns the string representation
func (*DescribeVpnConnectionsInput) SetCustomerGatewayId ¶
func (s *DescribeVpnConnectionsInput) SetCustomerGatewayId(v string) *DescribeVpnConnectionsInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*DescribeVpnConnectionsInput) SetPageNumber ¶
func (s *DescribeVpnConnectionsInput) SetPageNumber(v int64) *DescribeVpnConnectionsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnConnectionsInput) SetPageSize ¶
func (s *DescribeVpnConnectionsInput) SetPageSize(v int64) *DescribeVpnConnectionsInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnConnectionsInput) SetStatus ¶
func (s *DescribeVpnConnectionsInput) SetStatus(v string) *DescribeVpnConnectionsInput
SetStatus sets the Status field's value.
func (*DescribeVpnConnectionsInput) SetVpnConnectionIds ¶
func (s *DescribeVpnConnectionsInput) SetVpnConnectionIds(v []*string) *DescribeVpnConnectionsInput
SetVpnConnectionIds sets the VpnConnectionIds field's value.
func (*DescribeVpnConnectionsInput) SetVpnConnectionName ¶
func (s *DescribeVpnConnectionsInput) SetVpnConnectionName(v string) *DescribeVpnConnectionsInput
SetVpnConnectionName sets the VpnConnectionName field's value.
func (*DescribeVpnConnectionsInput) SetVpnGatewayId ¶
func (s *DescribeVpnConnectionsInput) SetVpnGatewayId(v string) *DescribeVpnConnectionsInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (DescribeVpnConnectionsInput) String ¶
func (s DescribeVpnConnectionsInput) String() string
String returns the string representation
type DescribeVpnConnectionsOutput ¶
type DescribeVpnConnectionsOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` VpnConnections []*VpnConnectionForDescribeVpnConnectionsOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeVpnConnectionsOutput) GoString ¶
func (s DescribeVpnConnectionsOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnConnectionsOutput) SetPageNumber ¶
func (s *DescribeVpnConnectionsOutput) SetPageNumber(v int64) *DescribeVpnConnectionsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnConnectionsOutput) SetPageSize ¶
func (s *DescribeVpnConnectionsOutput) SetPageSize(v int64) *DescribeVpnConnectionsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnConnectionsOutput) SetRequestId ¶
func (s *DescribeVpnConnectionsOutput) SetRequestId(v string) *DescribeVpnConnectionsOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnConnectionsOutput) SetTotalCount ¶
func (s *DescribeVpnConnectionsOutput) SetTotalCount(v int64) *DescribeVpnConnectionsOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeVpnConnectionsOutput) SetVpnConnections ¶
func (s *DescribeVpnConnectionsOutput) SetVpnConnections(v []*VpnConnectionForDescribeVpnConnectionsOutput) *DescribeVpnConnectionsOutput
SetVpnConnections sets the VpnConnections field's value.
func (DescribeVpnConnectionsOutput) String ¶
func (s DescribeVpnConnectionsOutput) String() string
String returns the string representation
type DescribeVpnGatewayAttributesInput ¶
type DescribeVpnGatewayAttributesInput struct { // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeVpnGatewayAttributesInput) GoString ¶
func (s DescribeVpnGatewayAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayAttributesInput) SetVpnGatewayId ¶
func (s *DescribeVpnGatewayAttributesInput) SetVpnGatewayId(v string) *DescribeVpnGatewayAttributesInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (DescribeVpnGatewayAttributesInput) String ¶
func (s DescribeVpnGatewayAttributesInput) String() string
String returns the string representation
func (*DescribeVpnGatewayAttributesInput) Validate ¶
func (s *DescribeVpnGatewayAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpnGatewayAttributesOutput ¶
type DescribeVpnGatewayAttributesOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` Bandwidth *int64 `type:"integer"` BillingType *int64 `type:"integer"` BusinessStatus *string `type:"string"` ConnectionCount *int64 `type:"integer"` CreationTime *string `type:"string"` DeletedTime *string `type:"string"` Description *string `type:"string"` ExpiredTime *string `type:"string"` IpAddress *string `type:"string"` LockReason *string `type:"string"` RequestId *string `type:"string"` RouteCount *int64 `type:"integer"` Status *string `type:"string"` SubnetId *string `type:"string"` UpdateTime *string `type:"string"` VpcId *string `type:"string"` VpnGatewayId *string `type:"string"` VpnGatewayName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpnGatewayAttributesOutput) GoString ¶
func (s DescribeVpnGatewayAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayAttributesOutput) SetAccountId ¶
func (s *DescribeVpnGatewayAttributesOutput) SetAccountId(v string) *DescribeVpnGatewayAttributesOutput
SetAccountId sets the AccountId field's value.
func (*DescribeVpnGatewayAttributesOutput) SetBandwidth ¶
func (s *DescribeVpnGatewayAttributesOutput) SetBandwidth(v int64) *DescribeVpnGatewayAttributesOutput
SetBandwidth sets the Bandwidth field's value.
func (*DescribeVpnGatewayAttributesOutput) SetBillingType ¶
func (s *DescribeVpnGatewayAttributesOutput) SetBillingType(v int64) *DescribeVpnGatewayAttributesOutput
SetBillingType sets the BillingType field's value.
func (*DescribeVpnGatewayAttributesOutput) SetBusinessStatus ¶
func (s *DescribeVpnGatewayAttributesOutput) SetBusinessStatus(v string) *DescribeVpnGatewayAttributesOutput
SetBusinessStatus sets the BusinessStatus field's value.
func (*DescribeVpnGatewayAttributesOutput) SetConnectionCount ¶
func (s *DescribeVpnGatewayAttributesOutput) SetConnectionCount(v int64) *DescribeVpnGatewayAttributesOutput
SetConnectionCount sets the ConnectionCount field's value.
func (*DescribeVpnGatewayAttributesOutput) SetCreationTime ¶
func (s *DescribeVpnGatewayAttributesOutput) SetCreationTime(v string) *DescribeVpnGatewayAttributesOutput
SetCreationTime sets the CreationTime field's value.
func (*DescribeVpnGatewayAttributesOutput) SetDeletedTime ¶
func (s *DescribeVpnGatewayAttributesOutput) SetDeletedTime(v string) *DescribeVpnGatewayAttributesOutput
SetDeletedTime sets the DeletedTime field's value.
func (*DescribeVpnGatewayAttributesOutput) SetDescription ¶
func (s *DescribeVpnGatewayAttributesOutput) SetDescription(v string) *DescribeVpnGatewayAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeVpnGatewayAttributesOutput) SetExpiredTime ¶
func (s *DescribeVpnGatewayAttributesOutput) SetExpiredTime(v string) *DescribeVpnGatewayAttributesOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*DescribeVpnGatewayAttributesOutput) SetIpAddress ¶
func (s *DescribeVpnGatewayAttributesOutput) SetIpAddress(v string) *DescribeVpnGatewayAttributesOutput
SetIpAddress sets the IpAddress field's value.
func (*DescribeVpnGatewayAttributesOutput) SetLockReason ¶
func (s *DescribeVpnGatewayAttributesOutput) SetLockReason(v string) *DescribeVpnGatewayAttributesOutput
SetLockReason sets the LockReason field's value.
func (*DescribeVpnGatewayAttributesOutput) SetRequestId ¶
func (s *DescribeVpnGatewayAttributesOutput) SetRequestId(v string) *DescribeVpnGatewayAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnGatewayAttributesOutput) SetRouteCount ¶
func (s *DescribeVpnGatewayAttributesOutput) SetRouteCount(v int64) *DescribeVpnGatewayAttributesOutput
SetRouteCount sets the RouteCount field's value.
func (*DescribeVpnGatewayAttributesOutput) SetStatus ¶
func (s *DescribeVpnGatewayAttributesOutput) SetStatus(v string) *DescribeVpnGatewayAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeVpnGatewayAttributesOutput) SetSubnetId ¶
func (s *DescribeVpnGatewayAttributesOutput) SetSubnetId(v string) *DescribeVpnGatewayAttributesOutput
SetSubnetId sets the SubnetId field's value.
func (*DescribeVpnGatewayAttributesOutput) SetUpdateTime ¶
func (s *DescribeVpnGatewayAttributesOutput) SetUpdateTime(v string) *DescribeVpnGatewayAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DescribeVpnGatewayAttributesOutput) SetVpcId ¶
func (s *DescribeVpnGatewayAttributesOutput) SetVpcId(v string) *DescribeVpnGatewayAttributesOutput
SetVpcId sets the VpcId field's value.
func (*DescribeVpnGatewayAttributesOutput) SetVpnGatewayId ¶
func (s *DescribeVpnGatewayAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnGatewayAttributesOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*DescribeVpnGatewayAttributesOutput) SetVpnGatewayName ¶
func (s *DescribeVpnGatewayAttributesOutput) SetVpnGatewayName(v string) *DescribeVpnGatewayAttributesOutput
SetVpnGatewayName sets the VpnGatewayName field's value.
func (DescribeVpnGatewayAttributesOutput) String ¶
func (s DescribeVpnGatewayAttributesOutput) String() string
String returns the string representation
type DescribeVpnGatewayRouteAttributesInput ¶
type DescribeVpnGatewayRouteAttributesInput struct { // VpnGatewayRouteId is a required field VpnGatewayRouteId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeVpnGatewayRouteAttributesInput) GoString ¶
func (s DescribeVpnGatewayRouteAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayRouteAttributesInput) SetVpnGatewayRouteId ¶
func (s *DescribeVpnGatewayRouteAttributesInput) SetVpnGatewayRouteId(v string) *DescribeVpnGatewayRouteAttributesInput
SetVpnGatewayRouteId sets the VpnGatewayRouteId field's value.
func (DescribeVpnGatewayRouteAttributesInput) String ¶
func (s DescribeVpnGatewayRouteAttributesInput) String() string
String returns the string representation
func (*DescribeVpnGatewayRouteAttributesInput) Validate ¶
func (s *DescribeVpnGatewayRouteAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpnGatewayRouteAttributesOutput ¶
type DescribeVpnGatewayRouteAttributesOutput struct { Metadata *response.ResponseMetadata CreationTime *string `type:"string"` DestinationCidrBlock *string `type:"string"` NextHopId *string `type:"string"` RequestId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` VpnGatewayId *string `type:"string"` VpnGatewayRouteId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpnGatewayRouteAttributesOutput) GoString ¶
func (s DescribeVpnGatewayRouteAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayRouteAttributesOutput) SetCreationTime ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetCreationTime(v string) *DescribeVpnGatewayRouteAttributesOutput
SetCreationTime sets the CreationTime field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetDestinationCidrBlock ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetDestinationCidrBlock(v string) *DescribeVpnGatewayRouteAttributesOutput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetNextHopId ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetNextHopId(v string) *DescribeVpnGatewayRouteAttributesOutput
SetNextHopId sets the NextHopId field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetRequestId ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetRequestId(v string) *DescribeVpnGatewayRouteAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetStatus ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetStatus(v string) *DescribeVpnGatewayRouteAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetUpdateTime ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetUpdateTime(v string) *DescribeVpnGatewayRouteAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayId ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayId(v string) *DescribeVpnGatewayRouteAttributesOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayRouteId ¶
func (s *DescribeVpnGatewayRouteAttributesOutput) SetVpnGatewayRouteId(v string) *DescribeVpnGatewayRouteAttributesOutput
SetVpnGatewayRouteId sets the VpnGatewayRouteId field's value.
func (DescribeVpnGatewayRouteAttributesOutput) String ¶
func (s DescribeVpnGatewayRouteAttributesOutput) String() string
String returns the string representation
type DescribeVpnGatewayRoutesInput ¶
type DescribeVpnGatewayRoutesInput struct { DestinationCidrBlock *string `type:"string"` NextHopId *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` Status *string `type:"string"` VpnGatewayId *string `type:"string"` VpnGatewayRouteIds []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeVpnGatewayRoutesInput) GoString ¶
func (s DescribeVpnGatewayRoutesInput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayRoutesInput) SetDestinationCidrBlock ¶
func (s *DescribeVpnGatewayRoutesInput) SetDestinationCidrBlock(v string) *DescribeVpnGatewayRoutesInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*DescribeVpnGatewayRoutesInput) SetNextHopId ¶
func (s *DescribeVpnGatewayRoutesInput) SetNextHopId(v string) *DescribeVpnGatewayRoutesInput
SetNextHopId sets the NextHopId field's value.
func (*DescribeVpnGatewayRoutesInput) SetPageNumber ¶
func (s *DescribeVpnGatewayRoutesInput) SetPageNumber(v int64) *DescribeVpnGatewayRoutesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewayRoutesInput) SetPageSize ¶
func (s *DescribeVpnGatewayRoutesInput) SetPageSize(v int64) *DescribeVpnGatewayRoutesInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewayRoutesInput) SetStatus ¶
func (s *DescribeVpnGatewayRoutesInput) SetStatus(v string) *DescribeVpnGatewayRoutesInput
SetStatus sets the Status field's value.
func (*DescribeVpnGatewayRoutesInput) SetVpnGatewayId ¶
func (s *DescribeVpnGatewayRoutesInput) SetVpnGatewayId(v string) *DescribeVpnGatewayRoutesInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*DescribeVpnGatewayRoutesInput) SetVpnGatewayRouteIds ¶
func (s *DescribeVpnGatewayRoutesInput) SetVpnGatewayRouteIds(v []*string) *DescribeVpnGatewayRoutesInput
SetVpnGatewayRouteIds sets the VpnGatewayRouteIds field's value.
func (DescribeVpnGatewayRoutesInput) String ¶
func (s DescribeVpnGatewayRoutesInput) String() string
String returns the string representation
type DescribeVpnGatewayRoutesOutput ¶
type DescribeVpnGatewayRoutesOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` VpnGatewayRoutes []*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeVpnGatewayRoutesOutput) GoString ¶
func (s DescribeVpnGatewayRoutesOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewayRoutesOutput) SetPageNumber ¶
func (s *DescribeVpnGatewayRoutesOutput) SetPageNumber(v int64) *DescribeVpnGatewayRoutesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewayRoutesOutput) SetPageSize ¶
func (s *DescribeVpnGatewayRoutesOutput) SetPageSize(v int64) *DescribeVpnGatewayRoutesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewayRoutesOutput) SetRequestId ¶
func (s *DescribeVpnGatewayRoutesOutput) SetRequestId(v string) *DescribeVpnGatewayRoutesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnGatewayRoutesOutput) SetTotalCount ¶
func (s *DescribeVpnGatewayRoutesOutput) SetTotalCount(v int64) *DescribeVpnGatewayRoutesOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeVpnGatewayRoutesOutput) SetVpnGatewayRoutes ¶
func (s *DescribeVpnGatewayRoutesOutput) SetVpnGatewayRoutes(v []*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) *DescribeVpnGatewayRoutesOutput
SetVpnGatewayRoutes sets the VpnGatewayRoutes field's value.
func (DescribeVpnGatewayRoutesOutput) String ¶
func (s DescribeVpnGatewayRoutesOutput) String() string
String returns the string representation
type DescribeVpnGatewaysBillingInput ¶
type DescribeVpnGatewaysBillingInput struct { PageNumber *int64 `type:"integer"` PageSize *int64 `max:"100" type:"integer"` // VpnGatewayIds is a required field VpnGatewayIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (DescribeVpnGatewaysBillingInput) GoString ¶
func (s DescribeVpnGatewaysBillingInput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewaysBillingInput) SetPageNumber ¶
func (s *DescribeVpnGatewaysBillingInput) SetPageNumber(v int64) *DescribeVpnGatewaysBillingInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewaysBillingInput) SetPageSize ¶
func (s *DescribeVpnGatewaysBillingInput) SetPageSize(v int64) *DescribeVpnGatewaysBillingInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewaysBillingInput) SetVpnGatewayIds ¶
func (s *DescribeVpnGatewaysBillingInput) SetVpnGatewayIds(v []*string) *DescribeVpnGatewaysBillingInput
SetVpnGatewayIds sets the VpnGatewayIds field's value.
func (DescribeVpnGatewaysBillingInput) String ¶
func (s DescribeVpnGatewaysBillingInput) String() string
String returns the string representation
func (*DescribeVpnGatewaysBillingInput) Validate ¶
func (s *DescribeVpnGatewaysBillingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpnGatewaysBillingOutput ¶
type DescribeVpnGatewaysBillingOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` VpnGateways []*VpnGatewayForDescribeVpnGatewaysBillingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeVpnGatewaysBillingOutput) GoString ¶
func (s DescribeVpnGatewaysBillingOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewaysBillingOutput) SetPageNumber ¶
func (s *DescribeVpnGatewaysBillingOutput) SetPageNumber(v int64) *DescribeVpnGatewaysBillingOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewaysBillingOutput) SetPageSize ¶
func (s *DescribeVpnGatewaysBillingOutput) SetPageSize(v int64) *DescribeVpnGatewaysBillingOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewaysBillingOutput) SetRequestId ¶
func (s *DescribeVpnGatewaysBillingOutput) SetRequestId(v string) *DescribeVpnGatewaysBillingOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnGatewaysBillingOutput) SetTotalCount ¶
func (s *DescribeVpnGatewaysBillingOutput) SetTotalCount(v int64) *DescribeVpnGatewaysBillingOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeVpnGatewaysBillingOutput) SetVpnGateways ¶
func (s *DescribeVpnGatewaysBillingOutput) SetVpnGateways(v []*VpnGatewayForDescribeVpnGatewaysBillingOutput) *DescribeVpnGatewaysBillingOutput
SetVpnGateways sets the VpnGateways field's value.
func (DescribeVpnGatewaysBillingOutput) String ¶
func (s DescribeVpnGatewaysBillingOutput) String() string
String returns the string representation
type DescribeVpnGatewaysInput ¶
type DescribeVpnGatewaysInput struct { IpAddress *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` Status *string `type:"string"` SubnetId *string `type:"string"` VpcId *string `type:"string"` VpnGatewayIds []*string `type:"list"` VpnGatewayName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpnGatewaysInput) GoString ¶
func (s DescribeVpnGatewaysInput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewaysInput) SetIpAddress ¶
func (s *DescribeVpnGatewaysInput) SetIpAddress(v string) *DescribeVpnGatewaysInput
SetIpAddress sets the IpAddress field's value.
func (*DescribeVpnGatewaysInput) SetPageNumber ¶
func (s *DescribeVpnGatewaysInput) SetPageNumber(v int64) *DescribeVpnGatewaysInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewaysInput) SetPageSize ¶
func (s *DescribeVpnGatewaysInput) SetPageSize(v int64) *DescribeVpnGatewaysInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewaysInput) SetStatus ¶
func (s *DescribeVpnGatewaysInput) SetStatus(v string) *DescribeVpnGatewaysInput
SetStatus sets the Status field's value.
func (*DescribeVpnGatewaysInput) SetSubnetId ¶
func (s *DescribeVpnGatewaysInput) SetSubnetId(v string) *DescribeVpnGatewaysInput
SetSubnetId sets the SubnetId field's value.
func (*DescribeVpnGatewaysInput) SetVpcId ¶
func (s *DescribeVpnGatewaysInput) SetVpcId(v string) *DescribeVpnGatewaysInput
SetVpcId sets the VpcId field's value.
func (*DescribeVpnGatewaysInput) SetVpnGatewayIds ¶
func (s *DescribeVpnGatewaysInput) SetVpnGatewayIds(v []*string) *DescribeVpnGatewaysInput
SetVpnGatewayIds sets the VpnGatewayIds field's value.
func (*DescribeVpnGatewaysInput) SetVpnGatewayName ¶
func (s *DescribeVpnGatewaysInput) SetVpnGatewayName(v string) *DescribeVpnGatewaysInput
SetVpnGatewayName sets the VpnGatewayName field's value.
func (DescribeVpnGatewaysInput) String ¶
func (s DescribeVpnGatewaysInput) String() string
String returns the string representation
type DescribeVpnGatewaysOutput ¶
type DescribeVpnGatewaysOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` VpnGateways []*VpnGatewayForDescribeVpnGatewaysOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeVpnGatewaysOutput) GoString ¶
func (s DescribeVpnGatewaysOutput) GoString() string
GoString returns the string representation
func (*DescribeVpnGatewaysOutput) SetPageNumber ¶
func (s *DescribeVpnGatewaysOutput) SetPageNumber(v int64) *DescribeVpnGatewaysOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpnGatewaysOutput) SetPageSize ¶
func (s *DescribeVpnGatewaysOutput) SetPageSize(v int64) *DescribeVpnGatewaysOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpnGatewaysOutput) SetRequestId ¶
func (s *DescribeVpnGatewaysOutput) SetRequestId(v string) *DescribeVpnGatewaysOutput
SetRequestId sets the RequestId field's value.
func (*DescribeVpnGatewaysOutput) SetTotalCount ¶
func (s *DescribeVpnGatewaysOutput) SetTotalCount(v int64) *DescribeVpnGatewaysOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeVpnGatewaysOutput) SetVpnGateways ¶
func (s *DescribeVpnGatewaysOutput) SetVpnGateways(v []*VpnGatewayForDescribeVpnGatewaysOutput) *DescribeVpnGatewaysOutput
SetVpnGateways sets the VpnGateways field's value.
func (DescribeVpnGatewaysOutput) String ¶
func (s DescribeVpnGatewaysOutput) String() string
String returns the string representation
type IkeConfigForCreateVpnConnectionInput ¶
type IkeConfigForCreateVpnConnectionInput struct { AuthAlg *string `type:"string" enum:"IkeConfigAuthAlgForCreateVpnConnectionInput"` DhGroup *string `type:"string" enum:"IkeConfigDhGroupForCreateVpnConnectionInput"` EncAlg *string `type:"string" enum:"IkeConfigEncAlgForCreateVpnConnectionInput"` Lifetime *string `type:"string"` LocalId *string `type:"string"` Mode *string `type:"string" enum:"IkeConfigModeForCreateVpnConnectionInput"` // Psk is a required field Psk *string `type:"string" required:"true"` RemoteId *string `type:"string"` Version *string `type:"string" enum:"IkeConfigVersionForCreateVpnConnectionInput"` // contains filtered or unexported fields }
func (IkeConfigForCreateVpnConnectionInput) GoString ¶
func (s IkeConfigForCreateVpnConnectionInput) GoString() string
GoString returns the string representation
func (*IkeConfigForCreateVpnConnectionInput) SetAuthAlg ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetAuthAlg(v string) *IkeConfigForCreateVpnConnectionInput
SetAuthAlg sets the AuthAlg field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetDhGroup ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetDhGroup(v string) *IkeConfigForCreateVpnConnectionInput
SetDhGroup sets the DhGroup field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetEncAlg ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetEncAlg(v string) *IkeConfigForCreateVpnConnectionInput
SetEncAlg sets the EncAlg field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetLifetime ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetLifetime(v string) *IkeConfigForCreateVpnConnectionInput
SetLifetime sets the Lifetime field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetLocalId ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetLocalId(v string) *IkeConfigForCreateVpnConnectionInput
SetLocalId sets the LocalId field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetMode ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetMode(v string) *IkeConfigForCreateVpnConnectionInput
SetMode sets the Mode field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetPsk ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetPsk(v string) *IkeConfigForCreateVpnConnectionInput
SetPsk sets the Psk field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetRemoteId ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetRemoteId(v string) *IkeConfigForCreateVpnConnectionInput
SetRemoteId sets the RemoteId field's value.
func (*IkeConfigForCreateVpnConnectionInput) SetVersion ¶
func (s *IkeConfigForCreateVpnConnectionInput) SetVersion(v string) *IkeConfigForCreateVpnConnectionInput
SetVersion sets the Version field's value.
func (IkeConfigForCreateVpnConnectionInput) String ¶
func (s IkeConfigForCreateVpnConnectionInput) String() string
String returns the string representation
func (*IkeConfigForCreateVpnConnectionInput) Validate ¶
func (s *IkeConfigForCreateVpnConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IkeConfigForDescribeVpnConnectionAttributesOutput ¶
type IkeConfigForDescribeVpnConnectionAttributesOutput struct { AuthAlg *string `type:"string"` DhGroup *string `type:"string"` EncAlg *string `type:"string"` Lifetime *int64 `type:"integer"` LocalId *string `type:"string"` Mode *string `type:"string"` Psk *string `type:"string"` RemoteId *string `type:"string"` Version *string `type:"string"` // contains filtered or unexported fields }
func (IkeConfigForDescribeVpnConnectionAttributesOutput) GoString ¶
func (s IkeConfigForDescribeVpnConnectionAttributesOutput) GoString() string
GoString returns the string representation
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetAuthAlg sets the AuthAlg field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetDhGroup sets the DhGroup field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetEncAlg sets the EncAlg field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetLifetime ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetLifetime(v int64) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetLifetime sets the Lifetime field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetLocalId ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetLocalId(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetLocalId sets the LocalId field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetMode ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetMode(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetMode sets the Mode field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetPsk ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetPsk(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetPsk sets the Psk field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetRemoteId ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetRemoteId(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetRemoteId sets the RemoteId field's value.
func (*IkeConfigForDescribeVpnConnectionAttributesOutput) SetVersion ¶
func (s *IkeConfigForDescribeVpnConnectionAttributesOutput) SetVersion(v string) *IkeConfigForDescribeVpnConnectionAttributesOutput
SetVersion sets the Version field's value.
func (IkeConfigForDescribeVpnConnectionAttributesOutput) String ¶
func (s IkeConfigForDescribeVpnConnectionAttributesOutput) String() string
String returns the string representation
type IkeConfigForDescribeVpnConnectionsOutput ¶
type IkeConfigForDescribeVpnConnectionsOutput struct { AuthAlg *string `type:"string"` DhGroup *string `type:"string"` EncAlg *string `type:"string"` Lifetime *int64 `type:"integer"` LocalId *string `type:"string"` Mode *string `type:"string"` Psk *string `type:"string"` RemoteId *string `type:"string"` Version *string `type:"string"` // contains filtered or unexported fields }
func (IkeConfigForDescribeVpnConnectionsOutput) GoString ¶
func (s IkeConfigForDescribeVpnConnectionsOutput) GoString() string
GoString returns the string representation
func (*IkeConfigForDescribeVpnConnectionsOutput) SetAuthAlg ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetAuthAlg(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetAuthAlg sets the AuthAlg field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetDhGroup ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetDhGroup(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetDhGroup sets the DhGroup field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetEncAlg ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetEncAlg(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetEncAlg sets the EncAlg field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetLifetime ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetLifetime(v int64) *IkeConfigForDescribeVpnConnectionsOutput
SetLifetime sets the Lifetime field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetLocalId ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetLocalId(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetLocalId sets the LocalId field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetMode ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetMode(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetMode sets the Mode field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetPsk ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetPsk(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetPsk sets the Psk field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetRemoteId ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetRemoteId(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetRemoteId sets the RemoteId field's value.
func (*IkeConfigForDescribeVpnConnectionsOutput) SetVersion ¶
func (s *IkeConfigForDescribeVpnConnectionsOutput) SetVersion(v string) *IkeConfigForDescribeVpnConnectionsOutput
SetVersion sets the Version field's value.
func (IkeConfigForDescribeVpnConnectionsOutput) String ¶
func (s IkeConfigForDescribeVpnConnectionsOutput) String() string
String returns the string representation
type IkeConfigForModifyVpnConnectionAttributesInput ¶
type IkeConfigForModifyVpnConnectionAttributesInput struct { AuthAlg *string `type:"string" enum:"IkeConfigAuthAlgForModifyVpnConnectionAttributesInput"` DhGroup *string `type:"string" enum:"IkeConfigDhGroupForModifyVpnConnectionAttributesInput"` EncAlg *string `type:"string" enum:"IkeConfigEncAlgForModifyVpnConnectionAttributesInput"` Lifetime *string `type:"string"` LocalId *string `type:"string"` Mode *string `type:"string" enum:"IkeConfigModeForModifyVpnConnectionAttributesInput"` Psk *string `type:"string"` RemoteId *string `type:"string"` Version *string `type:"string" enum:"IkeConfigVersionForModifyVpnConnectionAttributesInput"` // contains filtered or unexported fields }
func (IkeConfigForModifyVpnConnectionAttributesInput) GoString ¶
func (s IkeConfigForModifyVpnConnectionAttributesInput) GoString() string
GoString returns the string representation
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetAuthAlg ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetAuthAlg(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetAuthAlg sets the AuthAlg field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetDhGroup ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetDhGroup(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetDhGroup sets the DhGroup field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetEncAlg ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetEncAlg(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetEncAlg sets the EncAlg field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetLifetime ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetLifetime(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetLifetime sets the Lifetime field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetLocalId ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetLocalId(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetLocalId sets the LocalId field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetMode ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetMode(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetMode sets the Mode field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetPsk ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetPsk(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetPsk sets the Psk field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetRemoteId ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetRemoteId(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetRemoteId sets the RemoteId field's value.
func (*IkeConfigForModifyVpnConnectionAttributesInput) SetVersion ¶
func (s *IkeConfigForModifyVpnConnectionAttributesInput) SetVersion(v string) *IkeConfigForModifyVpnConnectionAttributesInput
SetVersion sets the Version field's value.
func (IkeConfigForModifyVpnConnectionAttributesInput) String ¶
func (s IkeConfigForModifyVpnConnectionAttributesInput) String() string
String returns the string representation
type IpsecConfigForCreateVpnConnectionInput ¶
type IpsecConfigForCreateVpnConnectionInput struct { AuthAlg *string `type:"string" enum:"IpsecConfigAuthAlgForCreateVpnConnectionInput"` DhGroup *string `type:"string" enum:"IpsecConfigDhGroupForCreateVpnConnectionInput"` EncAlg *string `type:"string" enum:"IpsecConfigEncAlgForCreateVpnConnectionInput"` Lifetime *string `type:"string"` // contains filtered or unexported fields }
func (IpsecConfigForCreateVpnConnectionInput) GoString ¶
func (s IpsecConfigForCreateVpnConnectionInput) GoString() string
GoString returns the string representation
func (*IpsecConfigForCreateVpnConnectionInput) SetAuthAlg ¶
func (s *IpsecConfigForCreateVpnConnectionInput) SetAuthAlg(v string) *IpsecConfigForCreateVpnConnectionInput
SetAuthAlg sets the AuthAlg field's value.
func (*IpsecConfigForCreateVpnConnectionInput) SetDhGroup ¶
func (s *IpsecConfigForCreateVpnConnectionInput) SetDhGroup(v string) *IpsecConfigForCreateVpnConnectionInput
SetDhGroup sets the DhGroup field's value.
func (*IpsecConfigForCreateVpnConnectionInput) SetEncAlg ¶
func (s *IpsecConfigForCreateVpnConnectionInput) SetEncAlg(v string) *IpsecConfigForCreateVpnConnectionInput
SetEncAlg sets the EncAlg field's value.
func (*IpsecConfigForCreateVpnConnectionInput) SetLifetime ¶
func (s *IpsecConfigForCreateVpnConnectionInput) SetLifetime(v string) *IpsecConfigForCreateVpnConnectionInput
SetLifetime sets the Lifetime field's value.
func (IpsecConfigForCreateVpnConnectionInput) String ¶
func (s IpsecConfigForCreateVpnConnectionInput) String() string
String returns the string representation
type IpsecConfigForDescribeVpnConnectionAttributesOutput ¶
type IpsecConfigForDescribeVpnConnectionAttributesOutput struct { AuthAlg *string `type:"string"` DhGroup *string `type:"string"` EncAlg *string `type:"string"` Lifetime *int64 `type:"integer"` // contains filtered or unexported fields }
func (IpsecConfigForDescribeVpnConnectionAttributesOutput) GoString ¶
func (s IpsecConfigForDescribeVpnConnectionAttributesOutput) GoString() string
GoString returns the string representation
func (*IpsecConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg ¶
func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetAuthAlg(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
SetAuthAlg sets the AuthAlg field's value.
func (*IpsecConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup ¶
func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetDhGroup(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
SetDhGroup sets the DhGroup field's value.
func (*IpsecConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg ¶
func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetEncAlg(v string) *IpsecConfigForDescribeVpnConnectionAttributesOutput
SetEncAlg sets the EncAlg field's value.
func (*IpsecConfigForDescribeVpnConnectionAttributesOutput) SetLifetime ¶
func (s *IpsecConfigForDescribeVpnConnectionAttributesOutput) SetLifetime(v int64) *IpsecConfigForDescribeVpnConnectionAttributesOutput
SetLifetime sets the Lifetime field's value.
func (IpsecConfigForDescribeVpnConnectionAttributesOutput) String ¶
func (s IpsecConfigForDescribeVpnConnectionAttributesOutput) String() string
String returns the string representation
type IpsecConfigForDescribeVpnConnectionsOutput ¶
type IpsecConfigForDescribeVpnConnectionsOutput struct { AuthAlg *string `type:"string"` DhGroup *string `type:"string"` EncAlg *string `type:"string"` Lifetime *int64 `type:"integer"` // contains filtered or unexported fields }
func (IpsecConfigForDescribeVpnConnectionsOutput) GoString ¶
func (s IpsecConfigForDescribeVpnConnectionsOutput) GoString() string
GoString returns the string representation
func (*IpsecConfigForDescribeVpnConnectionsOutput) SetAuthAlg ¶
func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetAuthAlg(v string) *IpsecConfigForDescribeVpnConnectionsOutput
SetAuthAlg sets the AuthAlg field's value.
func (*IpsecConfigForDescribeVpnConnectionsOutput) SetDhGroup ¶
func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetDhGroup(v string) *IpsecConfigForDescribeVpnConnectionsOutput
SetDhGroup sets the DhGroup field's value.
func (*IpsecConfigForDescribeVpnConnectionsOutput) SetEncAlg ¶
func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetEncAlg(v string) *IpsecConfigForDescribeVpnConnectionsOutput
SetEncAlg sets the EncAlg field's value.
func (*IpsecConfigForDescribeVpnConnectionsOutput) SetLifetime ¶
func (s *IpsecConfigForDescribeVpnConnectionsOutput) SetLifetime(v int64) *IpsecConfigForDescribeVpnConnectionsOutput
SetLifetime sets the Lifetime field's value.
func (IpsecConfigForDescribeVpnConnectionsOutput) String ¶
func (s IpsecConfigForDescribeVpnConnectionsOutput) String() string
String returns the string representation
type IpsecConfigForModifyVpnConnectionAttributesInput ¶
type IpsecConfigForModifyVpnConnectionAttributesInput struct { AuthAlg *string `type:"string" enum:"IpsecConfigAuthAlgForModifyVpnConnectionAttributesInput"` DhGroup *string `type:"string" enum:"IpsecConfigDhGroupForModifyVpnConnectionAttributesInput"` EncAlg *string `type:"string" enum:"IpsecConfigEncAlgForModifyVpnConnectionAttributesInput"` Lifetime *string `type:"string"` // contains filtered or unexported fields }
func (IpsecConfigForModifyVpnConnectionAttributesInput) GoString ¶
func (s IpsecConfigForModifyVpnConnectionAttributesInput) GoString() string
GoString returns the string representation
func (*IpsecConfigForModifyVpnConnectionAttributesInput) SetAuthAlg ¶
func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetAuthAlg(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
SetAuthAlg sets the AuthAlg field's value.
func (*IpsecConfigForModifyVpnConnectionAttributesInput) SetDhGroup ¶
func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetDhGroup(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
SetDhGroup sets the DhGroup field's value.
func (*IpsecConfigForModifyVpnConnectionAttributesInput) SetEncAlg ¶
func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetEncAlg(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
SetEncAlg sets the EncAlg field's value.
func (*IpsecConfigForModifyVpnConnectionAttributesInput) SetLifetime ¶
func (s *IpsecConfigForModifyVpnConnectionAttributesInput) SetLifetime(v string) *IpsecConfigForModifyVpnConnectionAttributesInput
SetLifetime sets the Lifetime field's value.
func (IpsecConfigForModifyVpnConnectionAttributesInput) String ¶
func (s IpsecConfigForModifyVpnConnectionAttributesInput) String() string
String returns the string representation
type ModifyCustomerGatewayAttributesInput ¶
type ModifyCustomerGatewayAttributesInput struct { // CustomerGatewayId is a required field CustomerGatewayId *string `type:"string" required:"true"` CustomerGatewayName *string `min:"1" max:"128" type:"string"` Description *string `min:"1" max:"255" type:"string"` // contains filtered or unexported fields }
func (ModifyCustomerGatewayAttributesInput) GoString ¶
func (s ModifyCustomerGatewayAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyCustomerGatewayAttributesInput) SetCustomerGatewayId ¶
func (s *ModifyCustomerGatewayAttributesInput) SetCustomerGatewayId(v string) *ModifyCustomerGatewayAttributesInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*ModifyCustomerGatewayAttributesInput) SetCustomerGatewayName ¶
func (s *ModifyCustomerGatewayAttributesInput) SetCustomerGatewayName(v string) *ModifyCustomerGatewayAttributesInput
SetCustomerGatewayName sets the CustomerGatewayName field's value.
func (*ModifyCustomerGatewayAttributesInput) SetDescription ¶
func (s *ModifyCustomerGatewayAttributesInput) SetDescription(v string) *ModifyCustomerGatewayAttributesInput
SetDescription sets the Description field's value.
func (ModifyCustomerGatewayAttributesInput) String ¶
func (s ModifyCustomerGatewayAttributesInput) String() string
String returns the string representation
func (*ModifyCustomerGatewayAttributesInput) Validate ¶
func (s *ModifyCustomerGatewayAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyCustomerGatewayAttributesOutput ¶
type ModifyCustomerGatewayAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyCustomerGatewayAttributesOutput) GoString ¶
func (s ModifyCustomerGatewayAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyCustomerGatewayAttributesOutput) SetRequestId ¶
func (s *ModifyCustomerGatewayAttributesOutput) SetRequestId(v string) *ModifyCustomerGatewayAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyCustomerGatewayAttributesOutput) String ¶
func (s ModifyCustomerGatewayAttributesOutput) String() string
String returns the string representation
type ModifyVpnConnectionAttributesInput ¶
type ModifyVpnConnectionAttributesInput struct { Description *string `min:"1" max:"255" type:"string"` IkeConfig *IkeConfigForModifyVpnConnectionAttributesInput `type:"structure"` IpsecConfig *IpsecConfigForModifyVpnConnectionAttributesInput `type:"structure"` LocalSubnet *string `type:"string"` NatTraversal *bool `type:"boolean"` RemoteSubnet *string `type:"string"` // VpnConnectionId is a required field VpnConnectionId *string `type:"string" required:"true"` VpnConnectionName *string `min:"1" max:"128" type:"string"` // contains filtered or unexported fields }
func (ModifyVpnConnectionAttributesInput) GoString ¶
func (s ModifyVpnConnectionAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyVpnConnectionAttributesInput) SetDescription ¶
func (s *ModifyVpnConnectionAttributesInput) SetDescription(v string) *ModifyVpnConnectionAttributesInput
SetDescription sets the Description field's value.
func (*ModifyVpnConnectionAttributesInput) SetIkeConfig ¶
func (s *ModifyVpnConnectionAttributesInput) SetIkeConfig(v *IkeConfigForModifyVpnConnectionAttributesInput) *ModifyVpnConnectionAttributesInput
SetIkeConfig sets the IkeConfig field's value.
func (*ModifyVpnConnectionAttributesInput) SetIpsecConfig ¶
func (s *ModifyVpnConnectionAttributesInput) SetIpsecConfig(v *IpsecConfigForModifyVpnConnectionAttributesInput) *ModifyVpnConnectionAttributesInput
SetIpsecConfig sets the IpsecConfig field's value.
func (*ModifyVpnConnectionAttributesInput) SetLocalSubnet ¶
func (s *ModifyVpnConnectionAttributesInput) SetLocalSubnet(v string) *ModifyVpnConnectionAttributesInput
SetLocalSubnet sets the LocalSubnet field's value.
func (*ModifyVpnConnectionAttributesInput) SetNatTraversal ¶
func (s *ModifyVpnConnectionAttributesInput) SetNatTraversal(v bool) *ModifyVpnConnectionAttributesInput
SetNatTraversal sets the NatTraversal field's value.
func (*ModifyVpnConnectionAttributesInput) SetRemoteSubnet ¶
func (s *ModifyVpnConnectionAttributesInput) SetRemoteSubnet(v string) *ModifyVpnConnectionAttributesInput
SetRemoteSubnet sets the RemoteSubnet field's value.
func (*ModifyVpnConnectionAttributesInput) SetVpnConnectionId ¶
func (s *ModifyVpnConnectionAttributesInput) SetVpnConnectionId(v string) *ModifyVpnConnectionAttributesInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (*ModifyVpnConnectionAttributesInput) SetVpnConnectionName ¶
func (s *ModifyVpnConnectionAttributesInput) SetVpnConnectionName(v string) *ModifyVpnConnectionAttributesInput
SetVpnConnectionName sets the VpnConnectionName field's value.
func (ModifyVpnConnectionAttributesInput) String ¶
func (s ModifyVpnConnectionAttributesInput) String() string
String returns the string representation
func (*ModifyVpnConnectionAttributesInput) Validate ¶
func (s *ModifyVpnConnectionAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyVpnConnectionAttributesOutput ¶
type ModifyVpnConnectionAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyVpnConnectionAttributesOutput) GoString ¶
func (s ModifyVpnConnectionAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyVpnConnectionAttributesOutput) SetRequestId ¶
func (s *ModifyVpnConnectionAttributesOutput) SetRequestId(v string) *ModifyVpnConnectionAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyVpnConnectionAttributesOutput) String ¶
func (s ModifyVpnConnectionAttributesOutput) String() string
String returns the string representation
type ModifyVpnGatewayAttributesInput ¶
type ModifyVpnGatewayAttributesInput struct { Bandwidth *int64 `min:"5" max:"200" type:"integer"` Description *string `min:"1" max:"255" type:"string"` // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` VpnGatewayName *string `min:"1" max:"128" type:"string"` // contains filtered or unexported fields }
func (ModifyVpnGatewayAttributesInput) GoString ¶
func (s ModifyVpnGatewayAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyVpnGatewayAttributesInput) SetBandwidth ¶
func (s *ModifyVpnGatewayAttributesInput) SetBandwidth(v int64) *ModifyVpnGatewayAttributesInput
SetBandwidth sets the Bandwidth field's value.
func (*ModifyVpnGatewayAttributesInput) SetDescription ¶
func (s *ModifyVpnGatewayAttributesInput) SetDescription(v string) *ModifyVpnGatewayAttributesInput
SetDescription sets the Description field's value.
func (*ModifyVpnGatewayAttributesInput) SetVpnGatewayId ¶
func (s *ModifyVpnGatewayAttributesInput) SetVpnGatewayId(v string) *ModifyVpnGatewayAttributesInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*ModifyVpnGatewayAttributesInput) SetVpnGatewayName ¶
func (s *ModifyVpnGatewayAttributesInput) SetVpnGatewayName(v string) *ModifyVpnGatewayAttributesInput
SetVpnGatewayName sets the VpnGatewayName field's value.
func (ModifyVpnGatewayAttributesInput) String ¶
func (s ModifyVpnGatewayAttributesInput) String() string
String returns the string representation
func (*ModifyVpnGatewayAttributesInput) Validate ¶
func (s *ModifyVpnGatewayAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyVpnGatewayAttributesOutput ¶
type ModifyVpnGatewayAttributesOutput struct { Metadata *response.ResponseMetadata PreOrderNumber *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyVpnGatewayAttributesOutput) GoString ¶
func (s ModifyVpnGatewayAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyVpnGatewayAttributesOutput) SetPreOrderNumber ¶
func (s *ModifyVpnGatewayAttributesOutput) SetPreOrderNumber(v string) *ModifyVpnGatewayAttributesOutput
SetPreOrderNumber sets the PreOrderNumber field's value.
func (*ModifyVpnGatewayAttributesOutput) SetRequestId ¶
func (s *ModifyVpnGatewayAttributesOutput) SetRequestId(v string) *ModifyVpnGatewayAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyVpnGatewayAttributesOutput) String ¶
func (s ModifyVpnGatewayAttributesOutput) String() string
String returns the string representation
type RenewVpnGatewayInput ¶
type RenewVpnGatewayInput struct { Period *int64 `type:"integer"` PeriodUnit *string `type:"string" enum:"PeriodUnitForRenewVpnGatewayInput"` // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (RenewVpnGatewayInput) GoString ¶
func (s RenewVpnGatewayInput) GoString() string
GoString returns the string representation
func (*RenewVpnGatewayInput) SetPeriod ¶
func (s *RenewVpnGatewayInput) SetPeriod(v int64) *RenewVpnGatewayInput
SetPeriod sets the Period field's value.
func (*RenewVpnGatewayInput) SetPeriodUnit ¶
func (s *RenewVpnGatewayInput) SetPeriodUnit(v string) *RenewVpnGatewayInput
SetPeriodUnit sets the PeriodUnit field's value.
func (*RenewVpnGatewayInput) SetVpnGatewayId ¶
func (s *RenewVpnGatewayInput) SetVpnGatewayId(v string) *RenewVpnGatewayInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (RenewVpnGatewayInput) String ¶
func (s RenewVpnGatewayInput) String() string
String returns the string representation
func (*RenewVpnGatewayInput) Validate ¶
func (s *RenewVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RenewVpnGatewayOutput ¶
type RenewVpnGatewayOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (RenewVpnGatewayOutput) GoString ¶
func (s RenewVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*RenewVpnGatewayOutput) SetRequestId ¶
func (s *RenewVpnGatewayOutput) SetRequestId(v string) *RenewVpnGatewayOutput
SetRequestId sets the RequestId field's value.
func (RenewVpnGatewayOutput) String ¶
func (s RenewVpnGatewayOutput) String() string
String returns the string representation
type SetVpnGatewayRenewalInput ¶
type SetVpnGatewayRenewalInput struct { RemainRenewTimes *int64 `type:"integer"` RenewPeriod *int64 `type:"integer"` // RenewType is a required field RenewType *int64 `min:"1" max:"3" type:"integer" required:"true"` // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SetVpnGatewayRenewalInput) GoString ¶
func (s SetVpnGatewayRenewalInput) GoString() string
GoString returns the string representation
func (*SetVpnGatewayRenewalInput) SetRemainRenewTimes ¶
func (s *SetVpnGatewayRenewalInput) SetRemainRenewTimes(v int64) *SetVpnGatewayRenewalInput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*SetVpnGatewayRenewalInput) SetRenewPeriod ¶
func (s *SetVpnGatewayRenewalInput) SetRenewPeriod(v int64) *SetVpnGatewayRenewalInput
SetRenewPeriod sets the RenewPeriod field's value.
func (*SetVpnGatewayRenewalInput) SetRenewType ¶
func (s *SetVpnGatewayRenewalInput) SetRenewType(v int64) *SetVpnGatewayRenewalInput
SetRenewType sets the RenewType field's value.
func (*SetVpnGatewayRenewalInput) SetVpnGatewayId ¶
func (s *SetVpnGatewayRenewalInput) SetVpnGatewayId(v string) *SetVpnGatewayRenewalInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (SetVpnGatewayRenewalInput) String ¶
func (s SetVpnGatewayRenewalInput) String() string
String returns the string representation
func (*SetVpnGatewayRenewalInput) Validate ¶
func (s *SetVpnGatewayRenewalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetVpnGatewayRenewalOutput ¶
type SetVpnGatewayRenewalOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (SetVpnGatewayRenewalOutput) GoString ¶
func (s SetVpnGatewayRenewalOutput) GoString() string
GoString returns the string representation
func (*SetVpnGatewayRenewalOutput) SetRequestId ¶
func (s *SetVpnGatewayRenewalOutput) SetRequestId(v string) *SetVpnGatewayRenewalOutput
SetRequestId sets the RequestId field's value.
func (SetVpnGatewayRenewalOutput) String ¶
func (s SetVpnGatewayRenewalOutput) String() string
String returns the string representation
type VPN ¶
VPN provides the API operation methods for making requests to VPN. See this package's package overview docs for details on the service.
VPN methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcstack.Config) *VPN
New create int can support ssl or region locate set
func (*VPN) CreateCustomerGateway ¶
func (c *VPN) CreateCustomerGateway(input *CreateCustomerGatewayInput) (*CreateCustomerGatewayOutput, error)
CreateCustomerGateway API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateCustomerGateway for usage and error information.
func (*VPN) CreateCustomerGatewayCommon ¶
func (c *VPN) CreateCustomerGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateCustomerGatewayCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateCustomerGatewayCommon for usage and error information.
func (*VPN) CreateCustomerGatewayCommonRequest ¶
func (c *VPN) CreateCustomerGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateCustomerGatewayCommonRequest generates a "volcstack/request.Request" representing the client's request for the CreateCustomerGatewayCommon operation. The "output" return value will be populated with the CreateCustomerGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateCustomerGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after CreateCustomerGatewayCommon Send returns without error.
See CreateCustomerGatewayCommon for more information on using the CreateCustomerGatewayCommon API call, and error handling.
// Example sending a request using the CreateCustomerGatewayCommonRequest method. req, resp := client.CreateCustomerGatewayCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateCustomerGatewayCommonWithContext ¶
func (c *VPN) CreateCustomerGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateCustomerGatewayCommonWithContext is the same as CreateCustomerGatewayCommon with the addition of the ability to pass a context and additional request options.
See CreateCustomerGatewayCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateCustomerGatewayRequest ¶
func (c *VPN) CreateCustomerGatewayRequest(input *CreateCustomerGatewayInput) (req *request.Request, output *CreateCustomerGatewayOutput)
CreateCustomerGatewayRequest generates a "volcstack/request.Request" representing the client's request for the CreateCustomerGateway operation. The "output" return value will be populated with the CreateCustomerGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateCustomerGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after CreateCustomerGatewayCommon Send returns without error.
See CreateCustomerGateway for more information on using the CreateCustomerGateway API call, and error handling.
// Example sending a request using the CreateCustomerGatewayRequest method. req, resp := client.CreateCustomerGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateCustomerGatewayWithContext ¶
func (c *VPN) CreateCustomerGatewayWithContext(ctx volcstack.Context, input *CreateCustomerGatewayInput, opts ...request.Option) (*CreateCustomerGatewayOutput, error)
CreateCustomerGatewayWithContext is the same as CreateCustomerGateway with the addition of the ability to pass a context and additional request options.
See CreateCustomerGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnConnection ¶
func (c *VPN) CreateVpnConnection(input *CreateVpnConnectionInput) (*CreateVpnConnectionOutput, error)
CreateVpnConnection API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnConnection for usage and error information.
func (*VPN) CreateVpnConnectionCommon ¶
func (c *VPN) CreateVpnConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateVpnConnectionCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnConnectionCommon for usage and error information.
func (*VPN) CreateVpnConnectionCommonRequest ¶
func (c *VPN) CreateVpnConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateVpnConnectionCommonRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnConnectionCommon operation. The "output" return value will be populated with the CreateVpnConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnConnectionCommon Send returns without error.
See CreateVpnConnectionCommon for more information on using the CreateVpnConnectionCommon API call, and error handling.
// Example sending a request using the CreateVpnConnectionCommonRequest method. req, resp := client.CreateVpnConnectionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnConnectionCommonWithContext ¶
func (c *VPN) CreateVpnConnectionCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateVpnConnectionCommonWithContext is the same as CreateVpnConnectionCommon with the addition of the ability to pass a context and additional request options.
See CreateVpnConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnConnectionRequest ¶
func (c *VPN) CreateVpnConnectionRequest(input *CreateVpnConnectionInput) (req *request.Request, output *CreateVpnConnectionOutput)
CreateVpnConnectionRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnConnection operation. The "output" return value will be populated with the CreateVpnConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnConnectionCommon Send returns without error.
See CreateVpnConnection for more information on using the CreateVpnConnection API call, and error handling.
// Example sending a request using the CreateVpnConnectionRequest method. req, resp := client.CreateVpnConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnConnectionWithContext ¶
func (c *VPN) CreateVpnConnectionWithContext(ctx volcstack.Context, input *CreateVpnConnectionInput, opts ...request.Option) (*CreateVpnConnectionOutput, error)
CreateVpnConnectionWithContext is the same as CreateVpnConnection with the addition of the ability to pass a context and additional request options.
See CreateVpnConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnGateway ¶
func (c *VPN) CreateVpnGateway(input *CreateVpnGatewayInput) (*CreateVpnGatewayOutput, error)
CreateVpnGateway API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnGateway for usage and error information.
func (*VPN) CreateVpnGatewayCommon ¶
func (c *VPN) CreateVpnGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateVpnGatewayCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnGatewayCommon for usage and error information.
func (*VPN) CreateVpnGatewayCommonRequest ¶
func (c *VPN) CreateVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateVpnGatewayCommonRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnGatewayCommon operation. The "output" return value will be populated with the CreateVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnGatewayCommon Send returns without error.
See CreateVpnGatewayCommon for more information on using the CreateVpnGatewayCommon API call, and error handling.
// Example sending a request using the CreateVpnGatewayCommonRequest method. req, resp := client.CreateVpnGatewayCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnGatewayCommonWithContext ¶
func (c *VPN) CreateVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateVpnGatewayCommonWithContext is the same as CreateVpnGatewayCommon with the addition of the ability to pass a context and additional request options.
See CreateVpnGatewayCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnGatewayRequest ¶
func (c *VPN) CreateVpnGatewayRequest(input *CreateVpnGatewayInput) (req *request.Request, output *CreateVpnGatewayOutput)
CreateVpnGatewayRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnGateway operation. The "output" return value will be populated with the CreateVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnGatewayCommon Send returns without error.
See CreateVpnGateway for more information on using the CreateVpnGateway API call, and error handling.
// Example sending a request using the CreateVpnGatewayRequest method. req, resp := client.CreateVpnGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnGatewayRoute ¶
func (c *VPN) CreateVpnGatewayRoute(input *CreateVpnGatewayRouteInput) (*CreateVpnGatewayRouteOutput, error)
CreateVpnGatewayRoute API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnGatewayRoute for usage and error information.
func (*VPN) CreateVpnGatewayRouteCommon ¶
func (c *VPN) CreateVpnGatewayRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateVpnGatewayRouteCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation CreateVpnGatewayRouteCommon for usage and error information.
func (*VPN) CreateVpnGatewayRouteCommonRequest ¶
func (c *VPN) CreateVpnGatewayRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateVpnGatewayRouteCommonRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnGatewayRouteCommon operation. The "output" return value will be populated with the CreateVpnGatewayRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnGatewayRouteCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnGatewayRouteCommon Send returns without error.
See CreateVpnGatewayRouteCommon for more information on using the CreateVpnGatewayRouteCommon API call, and error handling.
// Example sending a request using the CreateVpnGatewayRouteCommonRequest method. req, resp := client.CreateVpnGatewayRouteCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnGatewayRouteCommonWithContext ¶
func (c *VPN) CreateVpnGatewayRouteCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateVpnGatewayRouteCommonWithContext is the same as CreateVpnGatewayRouteCommon with the addition of the ability to pass a context and additional request options.
See CreateVpnGatewayRouteCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnGatewayRouteRequest ¶
func (c *VPN) CreateVpnGatewayRouteRequest(input *CreateVpnGatewayRouteInput) (req *request.Request, output *CreateVpnGatewayRouteOutput)
CreateVpnGatewayRouteRequest generates a "volcstack/request.Request" representing the client's request for the CreateVpnGatewayRoute operation. The "output" return value will be populated with the CreateVpnGatewayRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateVpnGatewayRouteCommon Request to send the API call to the service. the "output" return value is not valid until after CreateVpnGatewayRouteCommon Send returns without error.
See CreateVpnGatewayRoute for more information on using the CreateVpnGatewayRoute API call, and error handling.
// Example sending a request using the CreateVpnGatewayRouteRequest method. req, resp := client.CreateVpnGatewayRouteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) CreateVpnGatewayRouteWithContext ¶
func (c *VPN) CreateVpnGatewayRouteWithContext(ctx volcstack.Context, input *CreateVpnGatewayRouteInput, opts ...request.Option) (*CreateVpnGatewayRouteOutput, error)
CreateVpnGatewayRouteWithContext is the same as CreateVpnGatewayRoute with the addition of the ability to pass a context and additional request options.
See CreateVpnGatewayRoute for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) CreateVpnGatewayWithContext ¶
func (c *VPN) CreateVpnGatewayWithContext(ctx volcstack.Context, input *CreateVpnGatewayInput, opts ...request.Option) (*CreateVpnGatewayOutput, error)
CreateVpnGatewayWithContext is the same as CreateVpnGateway with the addition of the ability to pass a context and additional request options.
See CreateVpnGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteCustomerGateway ¶
func (c *VPN) DeleteCustomerGateway(input *DeleteCustomerGatewayInput) (*DeleteCustomerGatewayOutput, error)
DeleteCustomerGateway API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteCustomerGateway for usage and error information.
func (*VPN) DeleteCustomerGatewayCommon ¶
func (c *VPN) DeleteCustomerGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteCustomerGatewayCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteCustomerGatewayCommon for usage and error information.
func (*VPN) DeleteCustomerGatewayCommonRequest ¶
func (c *VPN) DeleteCustomerGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteCustomerGatewayCommonRequest generates a "volcstack/request.Request" representing the client's request for the DeleteCustomerGatewayCommon operation. The "output" return value will be populated with the DeleteCustomerGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCustomerGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCustomerGatewayCommon Send returns without error.
See DeleteCustomerGatewayCommon for more information on using the DeleteCustomerGatewayCommon API call, and error handling.
// Example sending a request using the DeleteCustomerGatewayCommonRequest method. req, resp := client.DeleteCustomerGatewayCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteCustomerGatewayCommonWithContext ¶
func (c *VPN) DeleteCustomerGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteCustomerGatewayCommonWithContext is the same as DeleteCustomerGatewayCommon with the addition of the ability to pass a context and additional request options.
See DeleteCustomerGatewayCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteCustomerGatewayRequest ¶
func (c *VPN) DeleteCustomerGatewayRequest(input *DeleteCustomerGatewayInput) (req *request.Request, output *DeleteCustomerGatewayOutput)
DeleteCustomerGatewayRequest generates a "volcstack/request.Request" representing the client's request for the DeleteCustomerGateway operation. The "output" return value will be populated with the DeleteCustomerGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCustomerGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCustomerGatewayCommon Send returns without error.
See DeleteCustomerGateway for more information on using the DeleteCustomerGateway API call, and error handling.
// Example sending a request using the DeleteCustomerGatewayRequest method. req, resp := client.DeleteCustomerGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteCustomerGatewayWithContext ¶
func (c *VPN) DeleteCustomerGatewayWithContext(ctx volcstack.Context, input *DeleteCustomerGatewayInput, opts ...request.Option) (*DeleteCustomerGatewayOutput, error)
DeleteCustomerGatewayWithContext is the same as DeleteCustomerGateway with the addition of the ability to pass a context and additional request options.
See DeleteCustomerGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnConnection ¶
func (c *VPN) DeleteVpnConnection(input *DeleteVpnConnectionInput) (*DeleteVpnConnectionOutput, error)
DeleteVpnConnection API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnConnection for usage and error information.
func (*VPN) DeleteVpnConnectionCommon ¶
func (c *VPN) DeleteVpnConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteVpnConnectionCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnConnectionCommon for usage and error information.
func (*VPN) DeleteVpnConnectionCommonRequest ¶
func (c *VPN) DeleteVpnConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteVpnConnectionCommonRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnConnectionCommon operation. The "output" return value will be populated with the DeleteVpnConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnConnectionCommon Send returns without error.
See DeleteVpnConnectionCommon for more information on using the DeleteVpnConnectionCommon API call, and error handling.
// Example sending a request using the DeleteVpnConnectionCommonRequest method. req, resp := client.DeleteVpnConnectionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnConnectionCommonWithContext ¶
func (c *VPN) DeleteVpnConnectionCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteVpnConnectionCommonWithContext is the same as DeleteVpnConnectionCommon with the addition of the ability to pass a context and additional request options.
See DeleteVpnConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnConnectionRequest ¶
func (c *VPN) DeleteVpnConnectionRequest(input *DeleteVpnConnectionInput) (req *request.Request, output *DeleteVpnConnectionOutput)
DeleteVpnConnectionRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnConnection operation. The "output" return value will be populated with the DeleteVpnConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnConnectionCommon Send returns without error.
See DeleteVpnConnection for more information on using the DeleteVpnConnection API call, and error handling.
// Example sending a request using the DeleteVpnConnectionRequest method. req, resp := client.DeleteVpnConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnConnectionWithContext ¶
func (c *VPN) DeleteVpnConnectionWithContext(ctx volcstack.Context, input *DeleteVpnConnectionInput, opts ...request.Option) (*DeleteVpnConnectionOutput, error)
DeleteVpnConnectionWithContext is the same as DeleteVpnConnection with the addition of the ability to pass a context and additional request options.
See DeleteVpnConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnGateway ¶
func (c *VPN) DeleteVpnGateway(input *DeleteVpnGatewayInput) (*DeleteVpnGatewayOutput, error)
DeleteVpnGateway API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnGateway for usage and error information.
func (*VPN) DeleteVpnGatewayCommon ¶
func (c *VPN) DeleteVpnGatewayCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteVpnGatewayCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnGatewayCommon for usage and error information.
func (*VPN) DeleteVpnGatewayCommonRequest ¶
func (c *VPN) DeleteVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteVpnGatewayCommonRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnGatewayCommon operation. The "output" return value will be populated with the DeleteVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnGatewayCommon Send returns without error.
See DeleteVpnGatewayCommon for more information on using the DeleteVpnGatewayCommon API call, and error handling.
// Example sending a request using the DeleteVpnGatewayCommonRequest method. req, resp := client.DeleteVpnGatewayCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnGatewayCommonWithContext ¶
func (c *VPN) DeleteVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteVpnGatewayCommonWithContext is the same as DeleteVpnGatewayCommon with the addition of the ability to pass a context and additional request options.
See DeleteVpnGatewayCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnGatewayRequest ¶
func (c *VPN) DeleteVpnGatewayRequest(input *DeleteVpnGatewayInput) (req *request.Request, output *DeleteVpnGatewayOutput)
DeleteVpnGatewayRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnGateway operation. The "output" return value will be populated with the DeleteVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnGatewayCommon Send returns without error.
See DeleteVpnGateway for more information on using the DeleteVpnGateway API call, and error handling.
// Example sending a request using the DeleteVpnGatewayRequest method. req, resp := client.DeleteVpnGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnGatewayRoute ¶
func (c *VPN) DeleteVpnGatewayRoute(input *DeleteVpnGatewayRouteInput) (*DeleteVpnGatewayRouteOutput, error)
DeleteVpnGatewayRoute API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnGatewayRoute for usage and error information.
func (*VPN) DeleteVpnGatewayRouteCommon ¶
func (c *VPN) DeleteVpnGatewayRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteVpnGatewayRouteCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DeleteVpnGatewayRouteCommon for usage and error information.
func (*VPN) DeleteVpnGatewayRouteCommonRequest ¶
func (c *VPN) DeleteVpnGatewayRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteVpnGatewayRouteCommonRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnGatewayRouteCommon operation. The "output" return value will be populated with the DeleteVpnGatewayRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnGatewayRouteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnGatewayRouteCommon Send returns without error.
See DeleteVpnGatewayRouteCommon for more information on using the DeleteVpnGatewayRouteCommon API call, and error handling.
// Example sending a request using the DeleteVpnGatewayRouteCommonRequest method. req, resp := client.DeleteVpnGatewayRouteCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnGatewayRouteCommonWithContext ¶
func (c *VPN) DeleteVpnGatewayRouteCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteVpnGatewayRouteCommonWithContext is the same as DeleteVpnGatewayRouteCommon with the addition of the ability to pass a context and additional request options.
See DeleteVpnGatewayRouteCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnGatewayRouteRequest ¶
func (c *VPN) DeleteVpnGatewayRouteRequest(input *DeleteVpnGatewayRouteInput) (req *request.Request, output *DeleteVpnGatewayRouteOutput)
DeleteVpnGatewayRouteRequest generates a "volcstack/request.Request" representing the client's request for the DeleteVpnGatewayRoute operation. The "output" return value will be populated with the DeleteVpnGatewayRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpnGatewayRouteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpnGatewayRouteCommon Send returns without error.
See DeleteVpnGatewayRoute for more information on using the DeleteVpnGatewayRoute API call, and error handling.
// Example sending a request using the DeleteVpnGatewayRouteRequest method. req, resp := client.DeleteVpnGatewayRouteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DeleteVpnGatewayRouteWithContext ¶
func (c *VPN) DeleteVpnGatewayRouteWithContext(ctx volcstack.Context, input *DeleteVpnGatewayRouteInput, opts ...request.Option) (*DeleteVpnGatewayRouteOutput, error)
DeleteVpnGatewayRouteWithContext is the same as DeleteVpnGatewayRoute with the addition of the ability to pass a context and additional request options.
See DeleteVpnGatewayRoute for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DeleteVpnGatewayWithContext ¶
func (c *VPN) DeleteVpnGatewayWithContext(ctx volcstack.Context, input *DeleteVpnGatewayInput, opts ...request.Option) (*DeleteVpnGatewayOutput, error)
DeleteVpnGatewayWithContext is the same as DeleteVpnGateway with the addition of the ability to pass a context and additional request options.
See DeleteVpnGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeCustomerGatewayAttributes ¶
func (c *VPN) DescribeCustomerGatewayAttributes(input *DescribeCustomerGatewayAttributesInput) (*DescribeCustomerGatewayAttributesOutput, error)
DescribeCustomerGatewayAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeCustomerGatewayAttributes for usage and error information.
func (*VPN) DescribeCustomerGatewayAttributesCommon ¶
func (c *VPN) DescribeCustomerGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCustomerGatewayAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeCustomerGatewayAttributesCommon for usage and error information.
func (*VPN) DescribeCustomerGatewayAttributesCommonRequest ¶
func (c *VPN) DescribeCustomerGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCustomerGatewayAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeCustomerGatewayAttributesCommon operation. The "output" return value will be populated with the DescribeCustomerGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCustomerGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCustomerGatewayAttributesCommon Send returns without error.
See DescribeCustomerGatewayAttributesCommon for more information on using the DescribeCustomerGatewayAttributesCommon API call, and error handling.
// Example sending a request using the DescribeCustomerGatewayAttributesCommonRequest method. req, resp := client.DescribeCustomerGatewayAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeCustomerGatewayAttributesCommonWithContext ¶
func (c *VPN) DescribeCustomerGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCustomerGatewayAttributesCommonWithContext is the same as DescribeCustomerGatewayAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeCustomerGatewayAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeCustomerGatewayAttributesRequest ¶
func (c *VPN) DescribeCustomerGatewayAttributesRequest(input *DescribeCustomerGatewayAttributesInput) (req *request.Request, output *DescribeCustomerGatewayAttributesOutput)
DescribeCustomerGatewayAttributesRequest generates a "volcstack/request.Request" representing the client's request for the DescribeCustomerGatewayAttributes operation. The "output" return value will be populated with the DescribeCustomerGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCustomerGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCustomerGatewayAttributesCommon Send returns without error.
See DescribeCustomerGatewayAttributes for more information on using the DescribeCustomerGatewayAttributes API call, and error handling.
// Example sending a request using the DescribeCustomerGatewayAttributesRequest method. req, resp := client.DescribeCustomerGatewayAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeCustomerGatewayAttributesWithContext ¶
func (c *VPN) DescribeCustomerGatewayAttributesWithContext(ctx volcstack.Context, input *DescribeCustomerGatewayAttributesInput, opts ...request.Option) (*DescribeCustomerGatewayAttributesOutput, error)
DescribeCustomerGatewayAttributesWithContext is the same as DescribeCustomerGatewayAttributes with the addition of the ability to pass a context and additional request options.
See DescribeCustomerGatewayAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeCustomerGateways ¶
func (c *VPN) DescribeCustomerGateways(input *DescribeCustomerGatewaysInput) (*DescribeCustomerGatewaysOutput, error)
DescribeCustomerGateways API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeCustomerGateways for usage and error information.
func (*VPN) DescribeCustomerGatewaysCommon ¶
func (c *VPN) DescribeCustomerGatewaysCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCustomerGatewaysCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeCustomerGatewaysCommon for usage and error information.
func (*VPN) DescribeCustomerGatewaysCommonRequest ¶
func (c *VPN) DescribeCustomerGatewaysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCustomerGatewaysCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeCustomerGatewaysCommon operation. The "output" return value will be populated with the DescribeCustomerGatewaysCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCustomerGatewaysCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCustomerGatewaysCommon Send returns without error.
See DescribeCustomerGatewaysCommon for more information on using the DescribeCustomerGatewaysCommon API call, and error handling.
// Example sending a request using the DescribeCustomerGatewaysCommonRequest method. req, resp := client.DescribeCustomerGatewaysCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeCustomerGatewaysCommonWithContext ¶
func (c *VPN) DescribeCustomerGatewaysCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCustomerGatewaysCommonWithContext is the same as DescribeCustomerGatewaysCommon with the addition of the ability to pass a context and additional request options.
See DescribeCustomerGatewaysCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeCustomerGatewaysRequest ¶
func (c *VPN) DescribeCustomerGatewaysRequest(input *DescribeCustomerGatewaysInput) (req *request.Request, output *DescribeCustomerGatewaysOutput)
DescribeCustomerGatewaysRequest generates a "volcstack/request.Request" representing the client's request for the DescribeCustomerGateways operation. The "output" return value will be populated with the DescribeCustomerGatewaysCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCustomerGatewaysCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCustomerGatewaysCommon Send returns without error.
See DescribeCustomerGateways for more information on using the DescribeCustomerGateways API call, and error handling.
// Example sending a request using the DescribeCustomerGatewaysRequest method. req, resp := client.DescribeCustomerGatewaysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeCustomerGatewaysWithContext ¶
func (c *VPN) DescribeCustomerGatewaysWithContext(ctx volcstack.Context, input *DescribeCustomerGatewaysInput, opts ...request.Option) (*DescribeCustomerGatewaysOutput, error)
DescribeCustomerGatewaysWithContext is the same as DescribeCustomerGateways with the addition of the ability to pass a context and additional request options.
See DescribeCustomerGateways for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnConnectionAttributes ¶
func (c *VPN) DescribeVpnConnectionAttributes(input *DescribeVpnConnectionAttributesInput) (*DescribeVpnConnectionAttributesOutput, error)
DescribeVpnConnectionAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnConnectionAttributes for usage and error information.
func (*VPN) DescribeVpnConnectionAttributesCommon ¶
func (c *VPN) DescribeVpnConnectionAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnConnectionAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnConnectionAttributesCommon for usage and error information.
func (*VPN) DescribeVpnConnectionAttributesCommonRequest ¶
func (c *VPN) DescribeVpnConnectionAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnConnectionAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnConnectionAttributesCommon operation. The "output" return value will be populated with the DescribeVpnConnectionAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnConnectionAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnConnectionAttributesCommon Send returns without error.
See DescribeVpnConnectionAttributesCommon for more information on using the DescribeVpnConnectionAttributesCommon API call, and error handling.
// Example sending a request using the DescribeVpnConnectionAttributesCommonRequest method. req, resp := client.DescribeVpnConnectionAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnConnectionAttributesCommonWithContext ¶
func (c *VPN) DescribeVpnConnectionAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnConnectionAttributesCommonWithContext is the same as DescribeVpnConnectionAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnConnectionAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnConnectionAttributesRequest ¶
func (c *VPN) DescribeVpnConnectionAttributesRequest(input *DescribeVpnConnectionAttributesInput) (req *request.Request, output *DescribeVpnConnectionAttributesOutput)
DescribeVpnConnectionAttributesRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnConnectionAttributes operation. The "output" return value will be populated with the DescribeVpnConnectionAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnConnectionAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnConnectionAttributesCommon Send returns without error.
See DescribeVpnConnectionAttributes for more information on using the DescribeVpnConnectionAttributes API call, and error handling.
// Example sending a request using the DescribeVpnConnectionAttributesRequest method. req, resp := client.DescribeVpnConnectionAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnConnectionAttributesWithContext ¶
func (c *VPN) DescribeVpnConnectionAttributesWithContext(ctx volcstack.Context, input *DescribeVpnConnectionAttributesInput, opts ...request.Option) (*DescribeVpnConnectionAttributesOutput, error)
DescribeVpnConnectionAttributesWithContext is the same as DescribeVpnConnectionAttributes with the addition of the ability to pass a context and additional request options.
See DescribeVpnConnectionAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnConnections ¶
func (c *VPN) DescribeVpnConnections(input *DescribeVpnConnectionsInput) (*DescribeVpnConnectionsOutput, error)
DescribeVpnConnections API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnConnections for usage and error information.
func (*VPN) DescribeVpnConnectionsCommon ¶
func (c *VPN) DescribeVpnConnectionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnConnectionsCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnConnectionsCommon for usage and error information.
func (*VPN) DescribeVpnConnectionsCommonRequest ¶
func (c *VPN) DescribeVpnConnectionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnConnectionsCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnConnectionsCommon operation. The "output" return value will be populated with the DescribeVpnConnectionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnConnectionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnConnectionsCommon Send returns without error.
See DescribeVpnConnectionsCommon for more information on using the DescribeVpnConnectionsCommon API call, and error handling.
// Example sending a request using the DescribeVpnConnectionsCommonRequest method. req, resp := client.DescribeVpnConnectionsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnConnectionsCommonWithContext ¶
func (c *VPN) DescribeVpnConnectionsCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnConnectionsCommonWithContext is the same as DescribeVpnConnectionsCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnConnectionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnConnectionsRequest ¶
func (c *VPN) DescribeVpnConnectionsRequest(input *DescribeVpnConnectionsInput) (req *request.Request, output *DescribeVpnConnectionsOutput)
DescribeVpnConnectionsRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnConnections operation. The "output" return value will be populated with the DescribeVpnConnectionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnConnectionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnConnectionsCommon Send returns without error.
See DescribeVpnConnections for more information on using the DescribeVpnConnections API call, and error handling.
// Example sending a request using the DescribeVpnConnectionsRequest method. req, resp := client.DescribeVpnConnectionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnConnectionsWithContext ¶
func (c *VPN) DescribeVpnConnectionsWithContext(ctx volcstack.Context, input *DescribeVpnConnectionsInput, opts ...request.Option) (*DescribeVpnConnectionsOutput, error)
DescribeVpnConnectionsWithContext is the same as DescribeVpnConnections with the addition of the ability to pass a context and additional request options.
See DescribeVpnConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayAttributes ¶
func (c *VPN) DescribeVpnGatewayAttributes(input *DescribeVpnGatewayAttributesInput) (*DescribeVpnGatewayAttributesOutput, error)
DescribeVpnGatewayAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayAttributes for usage and error information.
func (*VPN) DescribeVpnGatewayAttributesCommon ¶
func (c *VPN) DescribeVpnGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnGatewayAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayAttributesCommon for usage and error information.
func (*VPN) DescribeVpnGatewayAttributesCommonRequest ¶
func (c *VPN) DescribeVpnGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnGatewayAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayAttributesCommon operation. The "output" return value will be populated with the DescribeVpnGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayAttributesCommon Send returns without error.
See DescribeVpnGatewayAttributesCommon for more information on using the DescribeVpnGatewayAttributesCommon API call, and error handling.
// Example sending a request using the DescribeVpnGatewayAttributesCommonRequest method. req, resp := client.DescribeVpnGatewayAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayAttributesCommonWithContext ¶
func (c *VPN) DescribeVpnGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnGatewayAttributesCommonWithContext is the same as DescribeVpnGatewayAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayAttributesRequest ¶
func (c *VPN) DescribeVpnGatewayAttributesRequest(input *DescribeVpnGatewayAttributesInput) (req *request.Request, output *DescribeVpnGatewayAttributesOutput)
DescribeVpnGatewayAttributesRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayAttributes operation. The "output" return value will be populated with the DescribeVpnGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayAttributesCommon Send returns without error.
See DescribeVpnGatewayAttributes for more information on using the DescribeVpnGatewayAttributes API call, and error handling.
// Example sending a request using the DescribeVpnGatewayAttributesRequest method. req, resp := client.DescribeVpnGatewayAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayAttributesWithContext ¶
func (c *VPN) DescribeVpnGatewayAttributesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayAttributesInput, opts ...request.Option) (*DescribeVpnGatewayAttributesOutput, error)
DescribeVpnGatewayAttributesWithContext is the same as DescribeVpnGatewayAttributes with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayRouteAttributes ¶
func (c *VPN) DescribeVpnGatewayRouteAttributes(input *DescribeVpnGatewayRouteAttributesInput) (*DescribeVpnGatewayRouteAttributesOutput, error)
DescribeVpnGatewayRouteAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayRouteAttributes for usage and error information.
func (*VPN) DescribeVpnGatewayRouteAttributesCommon ¶
func (c *VPN) DescribeVpnGatewayRouteAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnGatewayRouteAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayRouteAttributesCommon for usage and error information.
func (*VPN) DescribeVpnGatewayRouteAttributesCommonRequest ¶
func (c *VPN) DescribeVpnGatewayRouteAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnGatewayRouteAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayRouteAttributesCommon operation. The "output" return value will be populated with the DescribeVpnGatewayRouteAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayRouteAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayRouteAttributesCommon Send returns without error.
See DescribeVpnGatewayRouteAttributesCommon for more information on using the DescribeVpnGatewayRouteAttributesCommon API call, and error handling.
// Example sending a request using the DescribeVpnGatewayRouteAttributesCommonRequest method. req, resp := client.DescribeVpnGatewayRouteAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayRouteAttributesCommonWithContext ¶
func (c *VPN) DescribeVpnGatewayRouteAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnGatewayRouteAttributesCommonWithContext is the same as DescribeVpnGatewayRouteAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayRouteAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayRouteAttributesRequest ¶
func (c *VPN) DescribeVpnGatewayRouteAttributesRequest(input *DescribeVpnGatewayRouteAttributesInput) (req *request.Request, output *DescribeVpnGatewayRouteAttributesOutput)
DescribeVpnGatewayRouteAttributesRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayRouteAttributes operation. The "output" return value will be populated with the DescribeVpnGatewayRouteAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayRouteAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayRouteAttributesCommon Send returns without error.
See DescribeVpnGatewayRouteAttributes for more information on using the DescribeVpnGatewayRouteAttributes API call, and error handling.
// Example sending a request using the DescribeVpnGatewayRouteAttributesRequest method. req, resp := client.DescribeVpnGatewayRouteAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayRouteAttributesWithContext ¶
func (c *VPN) DescribeVpnGatewayRouteAttributesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayRouteAttributesInput, opts ...request.Option) (*DescribeVpnGatewayRouteAttributesOutput, error)
DescribeVpnGatewayRouteAttributesWithContext is the same as DescribeVpnGatewayRouteAttributes with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayRouteAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayRoutes ¶
func (c *VPN) DescribeVpnGatewayRoutes(input *DescribeVpnGatewayRoutesInput) (*DescribeVpnGatewayRoutesOutput, error)
DescribeVpnGatewayRoutes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayRoutes for usage and error information.
func (*VPN) DescribeVpnGatewayRoutesCommon ¶
func (c *VPN) DescribeVpnGatewayRoutesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnGatewayRoutesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewayRoutesCommon for usage and error information.
func (*VPN) DescribeVpnGatewayRoutesCommonRequest ¶
func (c *VPN) DescribeVpnGatewayRoutesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnGatewayRoutesCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayRoutesCommon operation. The "output" return value will be populated with the DescribeVpnGatewayRoutesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayRoutesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayRoutesCommon Send returns without error.
See DescribeVpnGatewayRoutesCommon for more information on using the DescribeVpnGatewayRoutesCommon API call, and error handling.
// Example sending a request using the DescribeVpnGatewayRoutesCommonRequest method. req, resp := client.DescribeVpnGatewayRoutesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayRoutesCommonWithContext ¶
func (c *VPN) DescribeVpnGatewayRoutesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnGatewayRoutesCommonWithContext is the same as DescribeVpnGatewayRoutesCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayRoutesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewayRoutesRequest ¶
func (c *VPN) DescribeVpnGatewayRoutesRequest(input *DescribeVpnGatewayRoutesInput) (req *request.Request, output *DescribeVpnGatewayRoutesOutput)
DescribeVpnGatewayRoutesRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewayRoutes operation. The "output" return value will be populated with the DescribeVpnGatewayRoutesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewayRoutesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewayRoutesCommon Send returns without error.
See DescribeVpnGatewayRoutes for more information on using the DescribeVpnGatewayRoutes API call, and error handling.
// Example sending a request using the DescribeVpnGatewayRoutesRequest method. req, resp := client.DescribeVpnGatewayRoutesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewayRoutesWithContext ¶
func (c *VPN) DescribeVpnGatewayRoutesWithContext(ctx volcstack.Context, input *DescribeVpnGatewayRoutesInput, opts ...request.Option) (*DescribeVpnGatewayRoutesOutput, error)
DescribeVpnGatewayRoutesWithContext is the same as DescribeVpnGatewayRoutes with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewayRoutes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGateways ¶
func (c *VPN) DescribeVpnGateways(input *DescribeVpnGatewaysInput) (*DescribeVpnGatewaysOutput, error)
DescribeVpnGateways API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGateways for usage and error information.
func (*VPN) DescribeVpnGatewaysBilling ¶
func (c *VPN) DescribeVpnGatewaysBilling(input *DescribeVpnGatewaysBillingInput) (*DescribeVpnGatewaysBillingOutput, error)
DescribeVpnGatewaysBilling API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewaysBilling for usage and error information.
func (*VPN) DescribeVpnGatewaysBillingCommon ¶
func (c *VPN) DescribeVpnGatewaysBillingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnGatewaysBillingCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewaysBillingCommon for usage and error information.
func (*VPN) DescribeVpnGatewaysBillingCommonRequest ¶
func (c *VPN) DescribeVpnGatewaysBillingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnGatewaysBillingCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewaysBillingCommon operation. The "output" return value will be populated with the DescribeVpnGatewaysBillingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewaysBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewaysBillingCommon Send returns without error.
See DescribeVpnGatewaysBillingCommon for more information on using the DescribeVpnGatewaysBillingCommon API call, and error handling.
// Example sending a request using the DescribeVpnGatewaysBillingCommonRequest method. req, resp := client.DescribeVpnGatewaysBillingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewaysBillingCommonWithContext ¶
func (c *VPN) DescribeVpnGatewaysBillingCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnGatewaysBillingCommonWithContext is the same as DescribeVpnGatewaysBillingCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewaysBillingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewaysBillingRequest ¶
func (c *VPN) DescribeVpnGatewaysBillingRequest(input *DescribeVpnGatewaysBillingInput) (req *request.Request, output *DescribeVpnGatewaysBillingOutput)
DescribeVpnGatewaysBillingRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewaysBilling operation. The "output" return value will be populated with the DescribeVpnGatewaysBillingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewaysBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewaysBillingCommon Send returns without error.
See DescribeVpnGatewaysBilling for more information on using the DescribeVpnGatewaysBilling API call, and error handling.
// Example sending a request using the DescribeVpnGatewaysBillingRequest method. req, resp := client.DescribeVpnGatewaysBillingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewaysBillingWithContext ¶
func (c *VPN) DescribeVpnGatewaysBillingWithContext(ctx volcstack.Context, input *DescribeVpnGatewaysBillingInput, opts ...request.Option) (*DescribeVpnGatewaysBillingOutput, error)
DescribeVpnGatewaysBillingWithContext is the same as DescribeVpnGatewaysBilling with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewaysBilling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewaysCommon ¶
func (c *VPN) DescribeVpnGatewaysCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpnGatewaysCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation DescribeVpnGatewaysCommon for usage and error information.
func (*VPN) DescribeVpnGatewaysCommonRequest ¶
func (c *VPN) DescribeVpnGatewaysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpnGatewaysCommonRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGatewaysCommon operation. The "output" return value will be populated with the DescribeVpnGatewaysCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewaysCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewaysCommon Send returns without error.
See DescribeVpnGatewaysCommon for more information on using the DescribeVpnGatewaysCommon API call, and error handling.
// Example sending a request using the DescribeVpnGatewaysCommonRequest method. req, resp := client.DescribeVpnGatewaysCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewaysCommonWithContext ¶
func (c *VPN) DescribeVpnGatewaysCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpnGatewaysCommonWithContext is the same as DescribeVpnGatewaysCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpnGatewaysCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) DescribeVpnGatewaysRequest ¶
func (c *VPN) DescribeVpnGatewaysRequest(input *DescribeVpnGatewaysInput) (req *request.Request, output *DescribeVpnGatewaysOutput)
DescribeVpnGatewaysRequest generates a "volcstack/request.Request" representing the client's request for the DescribeVpnGateways operation. The "output" return value will be populated with the DescribeVpnGatewaysCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpnGatewaysCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpnGatewaysCommon Send returns without error.
See DescribeVpnGateways for more information on using the DescribeVpnGateways API call, and error handling.
// Example sending a request using the DescribeVpnGatewaysRequest method. req, resp := client.DescribeVpnGatewaysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) DescribeVpnGatewaysWithContext ¶
func (c *VPN) DescribeVpnGatewaysWithContext(ctx volcstack.Context, input *DescribeVpnGatewaysInput, opts ...request.Option) (*DescribeVpnGatewaysOutput, error)
DescribeVpnGatewaysWithContext is the same as DescribeVpnGateways with the addition of the ability to pass a context and additional request options.
See DescribeVpnGateways for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyCustomerGatewayAttributes ¶
func (c *VPN) ModifyCustomerGatewayAttributes(input *ModifyCustomerGatewayAttributesInput) (*ModifyCustomerGatewayAttributesOutput, error)
ModifyCustomerGatewayAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyCustomerGatewayAttributes for usage and error information.
func (*VPN) ModifyCustomerGatewayAttributesCommon ¶
func (c *VPN) ModifyCustomerGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyCustomerGatewayAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyCustomerGatewayAttributesCommon for usage and error information.
func (*VPN) ModifyCustomerGatewayAttributesCommonRequest ¶
func (c *VPN) ModifyCustomerGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyCustomerGatewayAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the ModifyCustomerGatewayAttributesCommon operation. The "output" return value will be populated with the ModifyCustomerGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyCustomerGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCustomerGatewayAttributesCommon Send returns without error.
See ModifyCustomerGatewayAttributesCommon for more information on using the ModifyCustomerGatewayAttributesCommon API call, and error handling.
// Example sending a request using the ModifyCustomerGatewayAttributesCommonRequest method. req, resp := client.ModifyCustomerGatewayAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyCustomerGatewayAttributesCommonWithContext ¶
func (c *VPN) ModifyCustomerGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyCustomerGatewayAttributesCommonWithContext is the same as ModifyCustomerGatewayAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyCustomerGatewayAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyCustomerGatewayAttributesRequest ¶
func (c *VPN) ModifyCustomerGatewayAttributesRequest(input *ModifyCustomerGatewayAttributesInput) (req *request.Request, output *ModifyCustomerGatewayAttributesOutput)
ModifyCustomerGatewayAttributesRequest generates a "volcstack/request.Request" representing the client's request for the ModifyCustomerGatewayAttributes operation. The "output" return value will be populated with the ModifyCustomerGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyCustomerGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCustomerGatewayAttributesCommon Send returns without error.
See ModifyCustomerGatewayAttributes for more information on using the ModifyCustomerGatewayAttributes API call, and error handling.
// Example sending a request using the ModifyCustomerGatewayAttributesRequest method. req, resp := client.ModifyCustomerGatewayAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyCustomerGatewayAttributesWithContext ¶
func (c *VPN) ModifyCustomerGatewayAttributesWithContext(ctx volcstack.Context, input *ModifyCustomerGatewayAttributesInput, opts ...request.Option) (*ModifyCustomerGatewayAttributesOutput, error)
ModifyCustomerGatewayAttributesWithContext is the same as ModifyCustomerGatewayAttributes with the addition of the ability to pass a context and additional request options.
See ModifyCustomerGatewayAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyVpnConnectionAttributes ¶
func (c *VPN) ModifyVpnConnectionAttributes(input *ModifyVpnConnectionAttributesInput) (*ModifyVpnConnectionAttributesOutput, error)
ModifyVpnConnectionAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyVpnConnectionAttributes for usage and error information.
func (*VPN) ModifyVpnConnectionAttributesCommon ¶
func (c *VPN) ModifyVpnConnectionAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyVpnConnectionAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyVpnConnectionAttributesCommon for usage and error information.
func (*VPN) ModifyVpnConnectionAttributesCommonRequest ¶
func (c *VPN) ModifyVpnConnectionAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyVpnConnectionAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the ModifyVpnConnectionAttributesCommon operation. The "output" return value will be populated with the ModifyVpnConnectionAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpnConnectionAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpnConnectionAttributesCommon Send returns without error.
See ModifyVpnConnectionAttributesCommon for more information on using the ModifyVpnConnectionAttributesCommon API call, and error handling.
// Example sending a request using the ModifyVpnConnectionAttributesCommonRequest method. req, resp := client.ModifyVpnConnectionAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyVpnConnectionAttributesCommonWithContext ¶
func (c *VPN) ModifyVpnConnectionAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyVpnConnectionAttributesCommonWithContext is the same as ModifyVpnConnectionAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyVpnConnectionAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyVpnConnectionAttributesRequest ¶
func (c *VPN) ModifyVpnConnectionAttributesRequest(input *ModifyVpnConnectionAttributesInput) (req *request.Request, output *ModifyVpnConnectionAttributesOutput)
ModifyVpnConnectionAttributesRequest generates a "volcstack/request.Request" representing the client's request for the ModifyVpnConnectionAttributes operation. The "output" return value will be populated with the ModifyVpnConnectionAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpnConnectionAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpnConnectionAttributesCommon Send returns without error.
See ModifyVpnConnectionAttributes for more information on using the ModifyVpnConnectionAttributes API call, and error handling.
// Example sending a request using the ModifyVpnConnectionAttributesRequest method. req, resp := client.ModifyVpnConnectionAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyVpnConnectionAttributesWithContext ¶
func (c *VPN) ModifyVpnConnectionAttributesWithContext(ctx volcstack.Context, input *ModifyVpnConnectionAttributesInput, opts ...request.Option) (*ModifyVpnConnectionAttributesOutput, error)
ModifyVpnConnectionAttributesWithContext is the same as ModifyVpnConnectionAttributes with the addition of the ability to pass a context and additional request options.
See ModifyVpnConnectionAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyVpnGatewayAttributes ¶
func (c *VPN) ModifyVpnGatewayAttributes(input *ModifyVpnGatewayAttributesInput) (*ModifyVpnGatewayAttributesOutput, error)
ModifyVpnGatewayAttributes API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyVpnGatewayAttributes for usage and error information.
func (*VPN) ModifyVpnGatewayAttributesCommon ¶
func (c *VPN) ModifyVpnGatewayAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyVpnGatewayAttributesCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation ModifyVpnGatewayAttributesCommon for usage and error information.
func (*VPN) ModifyVpnGatewayAttributesCommonRequest ¶
func (c *VPN) ModifyVpnGatewayAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyVpnGatewayAttributesCommonRequest generates a "volcstack/request.Request" representing the client's request for the ModifyVpnGatewayAttributesCommon operation. The "output" return value will be populated with the ModifyVpnGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpnGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpnGatewayAttributesCommon Send returns without error.
See ModifyVpnGatewayAttributesCommon for more information on using the ModifyVpnGatewayAttributesCommon API call, and error handling.
// Example sending a request using the ModifyVpnGatewayAttributesCommonRequest method. req, resp := client.ModifyVpnGatewayAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyVpnGatewayAttributesCommonWithContext ¶
func (c *VPN) ModifyVpnGatewayAttributesCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyVpnGatewayAttributesCommonWithContext is the same as ModifyVpnGatewayAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyVpnGatewayAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) ModifyVpnGatewayAttributesRequest ¶
func (c *VPN) ModifyVpnGatewayAttributesRequest(input *ModifyVpnGatewayAttributesInput) (req *request.Request, output *ModifyVpnGatewayAttributesOutput)
ModifyVpnGatewayAttributesRequest generates a "volcstack/request.Request" representing the client's request for the ModifyVpnGatewayAttributes operation. The "output" return value will be populated with the ModifyVpnGatewayAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpnGatewayAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpnGatewayAttributesCommon Send returns without error.
See ModifyVpnGatewayAttributes for more information on using the ModifyVpnGatewayAttributes API call, and error handling.
// Example sending a request using the ModifyVpnGatewayAttributesRequest method. req, resp := client.ModifyVpnGatewayAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) ModifyVpnGatewayAttributesWithContext ¶
func (c *VPN) ModifyVpnGatewayAttributesWithContext(ctx volcstack.Context, input *ModifyVpnGatewayAttributesInput, opts ...request.Option) (*ModifyVpnGatewayAttributesOutput, error)
ModifyVpnGatewayAttributesWithContext is the same as ModifyVpnGatewayAttributes with the addition of the ability to pass a context and additional request options.
See ModifyVpnGatewayAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) RenewVpnGateway ¶
func (c *VPN) RenewVpnGateway(input *RenewVpnGatewayInput) (*RenewVpnGatewayOutput, error)
RenewVpnGateway API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation RenewVpnGateway for usage and error information.
func (*VPN) RenewVpnGatewayCommon ¶
RenewVpnGatewayCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation RenewVpnGatewayCommon for usage and error information.
func (*VPN) RenewVpnGatewayCommonRequest ¶
func (c *VPN) RenewVpnGatewayCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RenewVpnGatewayCommonRequest generates a "volcstack/request.Request" representing the client's request for the RenewVpnGatewayCommon operation. The "output" return value will be populated with the RenewVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after RenewVpnGatewayCommon Send returns without error.
See RenewVpnGatewayCommon for more information on using the RenewVpnGatewayCommon API call, and error handling.
// Example sending a request using the RenewVpnGatewayCommonRequest method. req, resp := client.RenewVpnGatewayCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) RenewVpnGatewayCommonWithContext ¶
func (c *VPN) RenewVpnGatewayCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RenewVpnGatewayCommonWithContext is the same as RenewVpnGatewayCommon with the addition of the ability to pass a context and additional request options.
See RenewVpnGatewayCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) RenewVpnGatewayRequest ¶
func (c *VPN) RenewVpnGatewayRequest(input *RenewVpnGatewayInput) (req *request.Request, output *RenewVpnGatewayOutput)
RenewVpnGatewayRequest generates a "volcstack/request.Request" representing the client's request for the RenewVpnGateway operation. The "output" return value will be populated with the RenewVpnGatewayCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewVpnGatewayCommon Request to send the API call to the service. the "output" return value is not valid until after RenewVpnGatewayCommon Send returns without error.
See RenewVpnGateway for more information on using the RenewVpnGateway API call, and error handling.
// Example sending a request using the RenewVpnGatewayRequest method. req, resp := client.RenewVpnGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) RenewVpnGatewayWithContext ¶
func (c *VPN) RenewVpnGatewayWithContext(ctx volcstack.Context, input *RenewVpnGatewayInput, opts ...request.Option) (*RenewVpnGatewayOutput, error)
RenewVpnGatewayWithContext is the same as RenewVpnGateway with the addition of the ability to pass a context and additional request options.
See RenewVpnGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) SetVpnGatewayRenewal ¶
func (c *VPN) SetVpnGatewayRenewal(input *SetVpnGatewayRenewalInput) (*SetVpnGatewayRenewalOutput, error)
SetVpnGatewayRenewal API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation SetVpnGatewayRenewal for usage and error information.
func (*VPN) SetVpnGatewayRenewalCommon ¶
func (c *VPN) SetVpnGatewayRenewalCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetVpnGatewayRenewalCommon API operation for VPN.
Returns volcstackerr.Error for service API and SDK errors. Use runtime type assertions with volcstackerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCSTACK API reference guide for VPN's API operation SetVpnGatewayRenewalCommon for usage and error information.
func (*VPN) SetVpnGatewayRenewalCommonRequest ¶
func (c *VPN) SetVpnGatewayRenewalCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetVpnGatewayRenewalCommonRequest generates a "volcstack/request.Request" representing the client's request for the SetVpnGatewayRenewalCommon operation. The "output" return value will be populated with the SetVpnGatewayRenewalCommon request's response once the request completes successfully.
Use "Send" method on the returned SetVpnGatewayRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetVpnGatewayRenewalCommon Send returns without error.
See SetVpnGatewayRenewalCommon for more information on using the SetVpnGatewayRenewalCommon API call, and error handling.
// Example sending a request using the SetVpnGatewayRenewalCommonRequest method. req, resp := client.SetVpnGatewayRenewalCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) SetVpnGatewayRenewalCommonWithContext ¶
func (c *VPN) SetVpnGatewayRenewalCommonWithContext(ctx volcstack.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetVpnGatewayRenewalCommonWithContext is the same as SetVpnGatewayRenewalCommon with the addition of the ability to pass a context and additional request options.
See SetVpnGatewayRenewalCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VPN) SetVpnGatewayRenewalRequest ¶
func (c *VPN) SetVpnGatewayRenewalRequest(input *SetVpnGatewayRenewalInput) (req *request.Request, output *SetVpnGatewayRenewalOutput)
SetVpnGatewayRenewalRequest generates a "volcstack/request.Request" representing the client's request for the SetVpnGatewayRenewal operation. The "output" return value will be populated with the SetVpnGatewayRenewalCommon request's response once the request completes successfully.
Use "Send" method on the returned SetVpnGatewayRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetVpnGatewayRenewalCommon Send returns without error.
See SetVpnGatewayRenewal for more information on using the SetVpnGatewayRenewal API call, and error handling.
// Example sending a request using the SetVpnGatewayRenewalRequest method. req, resp := client.SetVpnGatewayRenewalRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VPN) SetVpnGatewayRenewalWithContext ¶
func (c *VPN) SetVpnGatewayRenewalWithContext(ctx volcstack.Context, input *SetVpnGatewayRenewalInput, opts ...request.Option) (*SetVpnGatewayRenewalOutput, error)
SetVpnGatewayRenewalWithContext is the same as SetVpnGatewayRenewal with the addition of the ability to pass a context and additional request options.
See SetVpnGatewayRenewal for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type VPNAPI ¶
type VPNAPI interface { CreateCustomerGatewayCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateCustomerGatewayCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateCustomerGatewayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateCustomerGateway(*CreateCustomerGatewayInput) (*CreateCustomerGatewayOutput, error) CreateCustomerGatewayWithContext(volcstack.Context, *CreateCustomerGatewayInput, ...request.Option) (*CreateCustomerGatewayOutput, error) CreateCustomerGatewayRequest(*CreateCustomerGatewayInput) (*request.Request, *CreateCustomerGatewayOutput) CreateVpnConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateVpnConnectionCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateVpnConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateVpnConnection(*CreateVpnConnectionInput) (*CreateVpnConnectionOutput, error) CreateVpnConnectionWithContext(volcstack.Context, *CreateVpnConnectionInput, ...request.Option) (*CreateVpnConnectionOutput, error) CreateVpnConnectionRequest(*CreateVpnConnectionInput) (*request.Request, *CreateVpnConnectionOutput) CreateVpnGatewayCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateVpnGatewayCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateVpnGatewayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateVpnGateway(*CreateVpnGatewayInput) (*CreateVpnGatewayOutput, error) CreateVpnGatewayWithContext(volcstack.Context, *CreateVpnGatewayInput, ...request.Option) (*CreateVpnGatewayOutput, error) CreateVpnGatewayRequest(*CreateVpnGatewayInput) (*request.Request, *CreateVpnGatewayOutput) CreateVpnGatewayRouteCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateVpnGatewayRouteCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateVpnGatewayRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateVpnGatewayRoute(*CreateVpnGatewayRouteInput) (*CreateVpnGatewayRouteOutput, error) CreateVpnGatewayRouteWithContext(volcstack.Context, *CreateVpnGatewayRouteInput, ...request.Option) (*CreateVpnGatewayRouteOutput, error) CreateVpnGatewayRouteRequest(*CreateVpnGatewayRouteInput) (*request.Request, *CreateVpnGatewayRouteOutput) DeleteCustomerGatewayCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteCustomerGatewayCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteCustomerGatewayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteCustomerGateway(*DeleteCustomerGatewayInput) (*DeleteCustomerGatewayOutput, error) DeleteCustomerGatewayWithContext(volcstack.Context, *DeleteCustomerGatewayInput, ...request.Option) (*DeleteCustomerGatewayOutput, error) DeleteCustomerGatewayRequest(*DeleteCustomerGatewayInput) (*request.Request, *DeleteCustomerGatewayOutput) DeleteVpnConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteVpnConnectionCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteVpnConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteVpnConnection(*DeleteVpnConnectionInput) (*DeleteVpnConnectionOutput, error) DeleteVpnConnectionWithContext(volcstack.Context, *DeleteVpnConnectionInput, ...request.Option) (*DeleteVpnConnectionOutput, error) DeleteVpnConnectionRequest(*DeleteVpnConnectionInput) (*request.Request, *DeleteVpnConnectionOutput) DeleteVpnGatewayCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteVpnGatewayCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteVpnGatewayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteVpnGateway(*DeleteVpnGatewayInput) (*DeleteVpnGatewayOutput, error) DeleteVpnGatewayWithContext(volcstack.Context, *DeleteVpnGatewayInput, ...request.Option) (*DeleteVpnGatewayOutput, error) DeleteVpnGatewayRequest(*DeleteVpnGatewayInput) (*request.Request, *DeleteVpnGatewayOutput) DeleteVpnGatewayRouteCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteVpnGatewayRouteCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteVpnGatewayRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteVpnGatewayRoute(*DeleteVpnGatewayRouteInput) (*DeleteVpnGatewayRouteOutput, error) DeleteVpnGatewayRouteWithContext(volcstack.Context, *DeleteVpnGatewayRouteInput, ...request.Option) (*DeleteVpnGatewayRouteOutput, error) DeleteVpnGatewayRouteRequest(*DeleteVpnGatewayRouteInput) (*request.Request, *DeleteVpnGatewayRouteOutput) DescribeCustomerGatewayAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCustomerGatewayAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCustomerGatewayAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCustomerGatewayAttributes(*DescribeCustomerGatewayAttributesInput) (*DescribeCustomerGatewayAttributesOutput, error) DescribeCustomerGatewayAttributesWithContext(volcstack.Context, *DescribeCustomerGatewayAttributesInput, ...request.Option) (*DescribeCustomerGatewayAttributesOutput, error) DescribeCustomerGatewayAttributesRequest(*DescribeCustomerGatewayAttributesInput) (*request.Request, *DescribeCustomerGatewayAttributesOutput) DescribeCustomerGatewaysCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCustomerGatewaysCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCustomerGatewaysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCustomerGateways(*DescribeCustomerGatewaysInput) (*DescribeCustomerGatewaysOutput, error) DescribeCustomerGatewaysWithContext(volcstack.Context, *DescribeCustomerGatewaysInput, ...request.Option) (*DescribeCustomerGatewaysOutput, error) DescribeCustomerGatewaysRequest(*DescribeCustomerGatewaysInput) (*request.Request, *DescribeCustomerGatewaysOutput) DescribeVpnConnectionAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnConnectionAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnConnectionAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnConnectionAttributes(*DescribeVpnConnectionAttributesInput) (*DescribeVpnConnectionAttributesOutput, error) DescribeVpnConnectionAttributesWithContext(volcstack.Context, *DescribeVpnConnectionAttributesInput, ...request.Option) (*DescribeVpnConnectionAttributesOutput, error) DescribeVpnConnectionAttributesRequest(*DescribeVpnConnectionAttributesInput) (*request.Request, *DescribeVpnConnectionAttributesOutput) DescribeVpnConnectionsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnConnectionsCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnConnectionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnConnections(*DescribeVpnConnectionsInput) (*DescribeVpnConnectionsOutput, error) DescribeVpnConnectionsWithContext(volcstack.Context, *DescribeVpnConnectionsInput, ...request.Option) (*DescribeVpnConnectionsOutput, error) DescribeVpnConnectionsRequest(*DescribeVpnConnectionsInput) (*request.Request, *DescribeVpnConnectionsOutput) DescribeVpnGatewayAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnGatewayAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnGatewayAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnGatewayAttributes(*DescribeVpnGatewayAttributesInput) (*DescribeVpnGatewayAttributesOutput, error) DescribeVpnGatewayAttributesWithContext(volcstack.Context, *DescribeVpnGatewayAttributesInput, ...request.Option) (*DescribeVpnGatewayAttributesOutput, error) DescribeVpnGatewayAttributesRequest(*DescribeVpnGatewayAttributesInput) (*request.Request, *DescribeVpnGatewayAttributesOutput) DescribeVpnGatewayRouteAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnGatewayRouteAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnGatewayRouteAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnGatewayRouteAttributes(*DescribeVpnGatewayRouteAttributesInput) (*DescribeVpnGatewayRouteAttributesOutput, error) DescribeVpnGatewayRouteAttributesWithContext(volcstack.Context, *DescribeVpnGatewayRouteAttributesInput, ...request.Option) (*DescribeVpnGatewayRouteAttributesOutput, error) DescribeVpnGatewayRouteAttributesRequest(*DescribeVpnGatewayRouteAttributesInput) (*request.Request, *DescribeVpnGatewayRouteAttributesOutput) DescribeVpnGatewayRoutesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnGatewayRoutesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnGatewayRoutesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnGatewayRoutes(*DescribeVpnGatewayRoutesInput) (*DescribeVpnGatewayRoutesOutput, error) DescribeVpnGatewayRoutesWithContext(volcstack.Context, *DescribeVpnGatewayRoutesInput, ...request.Option) (*DescribeVpnGatewayRoutesOutput, error) DescribeVpnGatewayRoutesRequest(*DescribeVpnGatewayRoutesInput) (*request.Request, *DescribeVpnGatewayRoutesOutput) DescribeVpnGatewaysCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnGatewaysCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnGatewaysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnGateways(*DescribeVpnGatewaysInput) (*DescribeVpnGatewaysOutput, error) DescribeVpnGatewaysWithContext(volcstack.Context, *DescribeVpnGatewaysInput, ...request.Option) (*DescribeVpnGatewaysOutput, error) DescribeVpnGatewaysRequest(*DescribeVpnGatewaysInput) (*request.Request, *DescribeVpnGatewaysOutput) DescribeVpnGatewaysBillingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpnGatewaysBillingCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpnGatewaysBillingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpnGatewaysBilling(*DescribeVpnGatewaysBillingInput) (*DescribeVpnGatewaysBillingOutput, error) DescribeVpnGatewaysBillingWithContext(volcstack.Context, *DescribeVpnGatewaysBillingInput, ...request.Option) (*DescribeVpnGatewaysBillingOutput, error) DescribeVpnGatewaysBillingRequest(*DescribeVpnGatewaysBillingInput) (*request.Request, *DescribeVpnGatewaysBillingOutput) ModifyCustomerGatewayAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyCustomerGatewayAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyCustomerGatewayAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyCustomerGatewayAttributes(*ModifyCustomerGatewayAttributesInput) (*ModifyCustomerGatewayAttributesOutput, error) ModifyCustomerGatewayAttributesWithContext(volcstack.Context, *ModifyCustomerGatewayAttributesInput, ...request.Option) (*ModifyCustomerGatewayAttributesOutput, error) ModifyCustomerGatewayAttributesRequest(*ModifyCustomerGatewayAttributesInput) (*request.Request, *ModifyCustomerGatewayAttributesOutput) ModifyVpnConnectionAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyVpnConnectionAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyVpnConnectionAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyVpnConnectionAttributes(*ModifyVpnConnectionAttributesInput) (*ModifyVpnConnectionAttributesOutput, error) ModifyVpnConnectionAttributesWithContext(volcstack.Context, *ModifyVpnConnectionAttributesInput, ...request.Option) (*ModifyVpnConnectionAttributesOutput, error) ModifyVpnConnectionAttributesRequest(*ModifyVpnConnectionAttributesInput) (*request.Request, *ModifyVpnConnectionAttributesOutput) ModifyVpnGatewayAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyVpnGatewayAttributesCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyVpnGatewayAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyVpnGatewayAttributes(*ModifyVpnGatewayAttributesInput) (*ModifyVpnGatewayAttributesOutput, error) ModifyVpnGatewayAttributesWithContext(volcstack.Context, *ModifyVpnGatewayAttributesInput, ...request.Option) (*ModifyVpnGatewayAttributesOutput, error) ModifyVpnGatewayAttributesRequest(*ModifyVpnGatewayAttributesInput) (*request.Request, *ModifyVpnGatewayAttributesOutput) RenewVpnGatewayCommon(*map[string]interface{}) (*map[string]interface{}, error) RenewVpnGatewayCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) RenewVpnGatewayCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) RenewVpnGateway(*RenewVpnGatewayInput) (*RenewVpnGatewayOutput, error) RenewVpnGatewayWithContext(volcstack.Context, *RenewVpnGatewayInput, ...request.Option) (*RenewVpnGatewayOutput, error) RenewVpnGatewayRequest(*RenewVpnGatewayInput) (*request.Request, *RenewVpnGatewayOutput) SetVpnGatewayRenewalCommon(*map[string]interface{}) (*map[string]interface{}, error) SetVpnGatewayRenewalCommonWithContext(volcstack.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SetVpnGatewayRenewalCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SetVpnGatewayRenewal(*SetVpnGatewayRenewalInput) (*SetVpnGatewayRenewalOutput, error) SetVpnGatewayRenewalWithContext(volcstack.Context, *SetVpnGatewayRenewalInput, ...request.Option) (*SetVpnGatewayRenewalOutput, error) SetVpnGatewayRenewalRequest(*SetVpnGatewayRenewalInput) (*request.Request, *SetVpnGatewayRenewalOutput) }
VPNAPI provides an interface to enable mocking the vpn.VPN service client's API operation,
// volcstack sdk func uses an SDK service client to make a request to // VPN. func myFunc(svc VPNAPI) bool { // Make svc.CreateCustomerGateway request } func main() { sess := session.New() svc := vpn.New(sess) myFunc(svc) }
type VpnConnectionForDescribeVpnConnectionsOutput ¶
type VpnConnectionForDescribeVpnConnectionsOutput struct { AccountId *string `type:"string"` CreationTime *string `type:"string"` CustomerGatewayId *string `type:"string"` Description *string `type:"string"` IkeConfig *IkeConfigForDescribeVpnConnectionsOutput `type:"structure"` IpsecConfig *IpsecConfigForDescribeVpnConnectionsOutput `type:"structure"` LocalSubnet []*string `type:"list"` NatTraversal *bool `type:"boolean"` RemoteSubnet []*string `type:"list"` Status *string `type:"string"` UpdateTime *string `type:"string"` VpnConnectionId *string `type:"string"` VpnConnectionName *string `type:"string"` VpnGatewayId *string `type:"string"` // contains filtered or unexported fields }
func (VpnConnectionForDescribeVpnConnectionsOutput) GoString ¶
func (s VpnConnectionForDescribeVpnConnectionsOutput) GoString() string
GoString returns the string representation
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetAccountId ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetAccountId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetAccountId sets the AccountId field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetCreationTime ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetCreationTime(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetCreationTime sets the CreationTime field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetCustomerGatewayId ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetCustomerGatewayId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetDescription ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetDescription(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetDescription sets the Description field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetIkeConfig ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetIkeConfig(v *IkeConfigForDescribeVpnConnectionsOutput) *VpnConnectionForDescribeVpnConnectionsOutput
SetIkeConfig sets the IkeConfig field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetIpsecConfig ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetIpsecConfig(v *IpsecConfigForDescribeVpnConnectionsOutput) *VpnConnectionForDescribeVpnConnectionsOutput
SetIpsecConfig sets the IpsecConfig field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetLocalSubnet ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetLocalSubnet(v []*string) *VpnConnectionForDescribeVpnConnectionsOutput
SetLocalSubnet sets the LocalSubnet field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetNatTraversal ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetNatTraversal(v bool) *VpnConnectionForDescribeVpnConnectionsOutput
SetNatTraversal sets the NatTraversal field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetRemoteSubnet ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetRemoteSubnet(v []*string) *VpnConnectionForDescribeVpnConnectionsOutput
SetRemoteSubnet sets the RemoteSubnet field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetStatus ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetStatus(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetStatus sets the Status field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetUpdateTime ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetUpdateTime(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionId ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionName ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnConnectionName(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetVpnConnectionName sets the VpnConnectionName field's value.
func (*VpnConnectionForDescribeVpnConnectionsOutput) SetVpnGatewayId ¶
func (s *VpnConnectionForDescribeVpnConnectionsOutput) SetVpnGatewayId(v string) *VpnConnectionForDescribeVpnConnectionsOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (VpnConnectionForDescribeVpnConnectionsOutput) String ¶
func (s VpnConnectionForDescribeVpnConnectionsOutput) String() string
String returns the string representation
type VpnGatewayForDescribeVpnGatewaysBillingOutput ¶
type VpnGatewayForDescribeVpnGatewaysBillingOutput struct { BillingStatus *int64 `type:"integer"` BillingType *int64 `type:"integer"` ExpiredTime *string `type:"string"` ReclaimTime *string `type:"string"` RemainRenewTimes *int64 `type:"integer"` RenewType *int64 `type:"integer"` VpnGatewayId *string `type:"string"` // contains filtered or unexported fields }
func (VpnGatewayForDescribeVpnGatewaysBillingOutput) GoString ¶
func (s VpnGatewayForDescribeVpnGatewaysBillingOutput) GoString() string
GoString returns the string representation
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingStatus ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingStatus(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetBillingStatus sets the BillingStatus field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingType ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetBillingType(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetBillingType sets the BillingType field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetExpiredTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetExpiredTime(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetReclaimTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetReclaimTime(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetReclaimTime sets the ReclaimTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRemainRenewTimes ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRemainRenewTimes(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRenewType ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetRenewType(v int64) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetRenewType sets the RenewType field's value.
func (*VpnGatewayForDescribeVpnGatewaysBillingOutput) SetVpnGatewayId ¶
func (s *VpnGatewayForDescribeVpnGatewaysBillingOutput) SetVpnGatewayId(v string) *VpnGatewayForDescribeVpnGatewaysBillingOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (VpnGatewayForDescribeVpnGatewaysBillingOutput) String ¶
func (s VpnGatewayForDescribeVpnGatewaysBillingOutput) String() string
String returns the string representation
type VpnGatewayForDescribeVpnGatewaysOutput ¶
type VpnGatewayForDescribeVpnGatewaysOutput struct { AccountId *string `type:"string"` Bandwidth *int64 `type:"integer"` BillingType *int64 `type:"integer"` BusinessStatus *string `type:"string"` ConnectionCount *int64 `type:"integer"` CreationTime *string `type:"string"` DeletedTime *string `type:"string"` Description *string `type:"string"` ExpiredTime *string `type:"string"` IpAddress *string `type:"string"` LockReason *string `type:"string"` RouteCount *int64 `type:"integer"` Status *string `type:"string"` SubnetId *string `type:"string"` UpdateTime *string `type:"string"` VpcId *string `type:"string"` VpnGatewayId *string `type:"string"` VpnGatewayName *string `type:"string"` // contains filtered or unexported fields }
func (VpnGatewayForDescribeVpnGatewaysOutput) GoString ¶
func (s VpnGatewayForDescribeVpnGatewaysOutput) GoString() string
GoString returns the string representation
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetAccountId ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetAccountId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetAccountId sets the AccountId field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetBandwidth ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBandwidth(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
SetBandwidth sets the Bandwidth field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetBillingType ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBillingType(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
SetBillingType sets the BillingType field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetBusinessStatus ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetBusinessStatus(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetBusinessStatus sets the BusinessStatus field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetConnectionCount ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetConnectionCount(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
SetConnectionCount sets the ConnectionCount field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetCreationTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetCreationTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetCreationTime sets the CreationTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetDeletedTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetDeletedTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetDeletedTime sets the DeletedTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetDescription ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetDescription(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetDescription sets the Description field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetExpiredTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetExpiredTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetIpAddress ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetIpAddress(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetIpAddress sets the IpAddress field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetLockReason ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetLockReason(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetLockReason sets the LockReason field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetRouteCount ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetRouteCount(v int64) *VpnGatewayForDescribeVpnGatewaysOutput
SetRouteCount sets the RouteCount field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetStatus ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetStatus(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetStatus sets the Status field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetSubnetId ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetSubnetId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetSubnetId sets the SubnetId field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetUpdateTime ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetUpdateTime(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetUpdateTime sets the UpdateTime field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetVpcId ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpcId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetVpcId sets the VpcId field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayId ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayId(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayName ¶
func (s *VpnGatewayForDescribeVpnGatewaysOutput) SetVpnGatewayName(v string) *VpnGatewayForDescribeVpnGatewaysOutput
SetVpnGatewayName sets the VpnGatewayName field's value.
func (VpnGatewayForDescribeVpnGatewaysOutput) String ¶
func (s VpnGatewayForDescribeVpnGatewaysOutput) String() string
String returns the string representation
type VpnGatewayRouteForDescribeVpnGatewayRoutesOutput ¶
type VpnGatewayRouteForDescribeVpnGatewayRoutesOutput struct { CreationTime *string `type:"string"` DestinationCidrBlock *string `type:"string"` NextHopId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` VpnGatewayId *string `type:"string"` VpnGatewayRouteId *string `type:"string"` // contains filtered or unexported fields }
func (VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) GoString ¶
func (s VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) GoString() string
GoString returns the string representation
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetCreationTime ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetCreationTime(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetCreationTime sets the CreationTime field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetDestinationCidrBlock ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetDestinationCidrBlock(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetNextHopId ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetNextHopId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetNextHopId sets the NextHopId field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetStatus ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetStatus(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetStatus sets the Status field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetUpdateTime ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetUpdateTime(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayId ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (*VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayRouteId ¶
func (s *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) SetVpnGatewayRouteId(v string) *VpnGatewayRouteForDescribeVpnGatewayRoutesOutput
SetVpnGatewayRouteId sets the VpnGatewayRouteId field's value.
func (VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) String ¶
func (s VpnGatewayRouteForDescribeVpnGatewayRoutesOutput) String() string
String returns the string representation
Source Files ¶
- api_create_customer_gateway.go
- api_create_vpn_connection.go
- api_create_vpn_gateway.go
- api_create_vpn_gateway_route.go
- api_delete_customer_gateway.go
- api_delete_vpn_connection.go
- api_delete_vpn_gateway.go
- api_delete_vpn_gateway_route.go
- api_describe_customer_gateway_attributes.go
- api_describe_customer_gateways.go
- api_describe_vpn_connection_attributes.go
- api_describe_vpn_connections.go
- api_describe_vpn_gateway_attributes.go
- api_describe_vpn_gateway_route_attributes.go
- api_describe_vpn_gateway_routes.go
- api_describe_vpn_gateways.go
- api_describe_vpn_gateways_billing.go
- api_modify_customer_gateway_attributes.go
- api_modify_vpn_connection_attributes.go
- api_modify_vpn_gateway_attributes.go
- api_renew_vpn_gateway.go
- api_set_vpn_gateway_renewal.go
- interface_vpn.go
- service_vpn.go