Documentation
¶
Index ¶
- type ChildSaProposalBuilderClient
- func (c *ChildSaProposalBuilderClient) AddDhGroup(ctx context.Context, arg0 int32) (int64, error)
- func (c *ChildSaProposalBuilderClient) AddEncryptionAlgorithm(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *ChildSaProposalBuilderClient) AddIntegrityAlgorithm(ctx context.Context, arg0 int32) (int64, error)
- func (c *ChildSaProposalBuilderClient) Build(ctx context.Context) (int64, error)
- type ChildSaProposalClient
- func (c *ChildSaProposalClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ChildSaProposalClient) GetSupportedEncryptionAlgorithms(ctx context.Context) (int64, error)
- func (c *ChildSaProposalClient) GetSupportedIntegrityAlgorithms(ctx context.Context) (int64, error)
- func (c *ChildSaProposalClient) HashCode(ctx context.Context) (int32, error)
- type ChildSessionCallbackClient
- func (c *ChildSessionCallbackClient) OnClosed(ctx context.Context) error
- func (c *ChildSessionCallbackClient) OnIpSecTransformCreated(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *ChildSessionCallbackClient) OnIpSecTransformDeleted(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *ChildSessionCallbackClient) OnOpened(ctx context.Context, arg0 int64) error
- type ChildSessionConfigurationBuilderClient
- type ChildSessionConfigurationClient
- type ChildSessionParamsClient
- func (c *ChildSessionParamsClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ChildSessionParamsClient) GetChildSaProposals(ctx context.Context) (int64, error)
- func (c *ChildSessionParamsClient) GetHardLifetimeSeconds(ctx context.Context) (int32, error)
- func (c *ChildSessionParamsClient) GetInboundTrafficSelectors(ctx context.Context) (int64, error)
- func (c *ChildSessionParamsClient) GetOutboundTrafficSelectors(ctx context.Context) (int64, error)
- func (c *ChildSessionParamsClient) GetSoftLifetimeSeconds(ctx context.Context) (int32, error)
- func (c *ChildSessionParamsClient) HashCode(ctx context.Context) (int32, error)
- type DerAsn1DnIdentificationClient
- type FqdnIdentificationClient
- type IkeSaProposalClient
- func (c *IkeSaProposalClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *IkeSaProposalClient) GetPseudorandomFunctions(ctx context.Context) (int64, error)
- func (c *IkeSaProposalClient) GetSupportedEncryptionAlgorithms(ctx context.Context) (int64, error)
- func (c *IkeSaProposalClient) GetSupportedIntegrityAlgorithms(ctx context.Context) (int64, error)
- func (c *IkeSaProposalClient) GetSupportedPseudorandomFunctions(ctx context.Context) (int64, error)
- func (c *IkeSaProposalClient) HashCode(ctx context.Context) (int32, error)
- type Ipv4AddrIdentificationClient
- type Ipv6AddrIdentificationClient
- type KeyIdIdentificationClient
- type Rfc822AddrIdentificationClient
- type SaProposalBuilderClient
- func (c *SaProposalBuilderClient) AddDhGroup(ctx context.Context, arg0 int32) (int64, error)
- func (c *SaProposalBuilderClient) AddEncryptionAlgorithm(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *SaProposalBuilderClient) AddIntegrityAlgorithm(ctx context.Context, arg0 int32) (int64, error)
- func (c *SaProposalBuilderClient) AddPseudorandomFunction(ctx context.Context, arg0 int32) (int64, error)
- func (c *SaProposalBuilderClient) Build(ctx context.Context) (int64, error)
- type SaProposalClient
- func (c *SaProposalClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SaProposalClient) GetDhGroups(ctx context.Context) (int64, error)
- func (c *SaProposalClient) GetIntegrityAlgorithms(ctx context.Context) (int64, error)
- func (c *SaProposalClient) GetSupportedDhGroups(ctx context.Context) (int64, error)
- func (c *SaProposalClient) HashCode(ctx context.Context) (int32, error)
- func (c *SaProposalClient) ToString(ctx context.Context) (string, error)
- type SessionCallbackClient
- type SessionClient
- func (c *SessionClient) Close(ctx context.Context, handle int64) error
- func (c *SessionClient) CloseChildSession(ctx context.Context, handle int64, arg0 int64) error
- func (c *SessionClient) Dump(ctx context.Context, handle int64, arg0 int64) error
- func (c *SessionClient) Finalize(ctx context.Context, handle int64) error
- func (c *SessionClient) Kill(ctx context.Context, handle int64) error
- func (c *SessionClient) OpenChildSession(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- type SessionConfigurationBuilderClient
- func (c *SessionConfigurationBuilderClient) AddIkeExtension(ctx context.Context, arg0 int32) (int64, error)
- func (c *SessionConfigurationBuilderClient) AddRemoteVendorId(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionConfigurationBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SessionConfigurationBuilderClient) ClearIkeExtensions(ctx context.Context) (int64, error)
- func (c *SessionConfigurationBuilderClient) ClearRemoteApplicationVersion(ctx context.Context) (int64, error)
- func (c *SessionConfigurationBuilderClient) ClearRemoteVendorIds(ctx context.Context) (int64, error)
- func (c *SessionConfigurationBuilderClient) SetEapInfo(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionConfigurationBuilderClient) SetRemoteApplicationVersion(ctx context.Context, arg0 string) (int64, error)
- type SessionConfigurationClient
- func (c *SessionConfigurationClient) GetEapInfo(ctx context.Context) (int64, error)
- func (c *SessionConfigurationClient) GetIkeSessionConnectionInfo(ctx context.Context) (int64, error)
- func (c *SessionConfigurationClient) GetRemoteApplicationVersion(ctx context.Context) (string, error)
- func (c *SessionConfigurationClient) GetRemoteVendorIds(ctx context.Context) (int64, error)
- func (c *SessionConfigurationClient) IsIkeExtensionEnabled(ctx context.Context, arg0 int32) (bool, error)
- type SessionConnectionInfoClient
- func (c *SessionConnectionInfoClient) GetLocalAddress(ctx context.Context, handle int64) (int64, error)
- func (c *SessionConnectionInfoClient) GetNetwork(ctx context.Context, handle int64) (int64, error)
- func (c *SessionConnectionInfoClient) GetRemoteAddress(ctx context.Context, handle int64) (int64, error)
- type SessionParamsBuilderClient
- func (c *SessionParamsBuilderClient) AddIkeOption(ctx context.Context, arg0 int32) (int64, error)
- func (c *SessionParamsBuilderClient) AddIkeSaProposal(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SessionParamsBuilderClient) RemoveIkeOption(ctx context.Context, arg0 int32) (int64, error)
- func (c *SessionParamsBuilderClient) SetAuthDigitalSignature(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetAuthEap(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetAuthPsk(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetDpdDelaySeconds(ctx context.Context, arg0 int32) (int64, error)
- func (c *SessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *SessionParamsBuilderClient) SetLocalIdentification(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetNattKeepAliveDelaySeconds(ctx context.Context, arg0 int32) (int64, error)
- func (c *SessionParamsBuilderClient) SetNetwork(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetRemoteIdentification(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetRetransmissionTimeoutsMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *SessionParamsBuilderClient) SetServerHostname(ctx context.Context, arg0 string) (int64, error)
- type SessionParamsClient
- func (c *SessionParamsClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionParamsClient) GetDpdDelaySeconds(ctx context.Context) (int32, error)
- func (c *SessionParamsClient) GetHardLifetimeSeconds(ctx context.Context) (int32, error)
- func (c *SessionParamsClient) GetIkeOptions(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetIkeSaProposals(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetLocalAuthConfig(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetLocalIdentification(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetNattKeepAliveDelaySeconds(ctx context.Context) (int32, error)
- func (c *SessionParamsClient) GetNetwork(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetRemoteAuthConfig(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetRemoteIdentification(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetRetransmissionTimeoutsMillis(ctx context.Context) (int64, error)
- func (c *SessionParamsClient) GetServerHostname(ctx context.Context) (string, error)
- func (c *SessionParamsClient) GetSoftLifetimeSeconds(ctx context.Context) (int32, error)
- func (c *SessionParamsClient) HasIkeOption(ctx context.Context, arg0 int32) (bool, error)
- func (c *SessionParamsClient) HashCode(ctx context.Context) (int32, error)
- type SessionParamsIkeAuthConfigClient
- type SessionParamsIkeAuthDigitalSignLocalConfigClient
- func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetClientEndCertificate(ctx context.Context) (int64, error)
- func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetIntermediateCertificates(ctx context.Context) (int64, error)
- func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetPrivateKey(ctx context.Context) (int64, error)
- func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionParamsIkeAuthDigitalSignRemoteConfigClient
- func (c *SessionParamsIkeAuthDigitalSignRemoteConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SessionParamsIkeAuthDigitalSignRemoteConfigClient) GetRemoteCaCert(ctx context.Context) (int64, error)
- func (c *SessionParamsIkeAuthDigitalSignRemoteConfigClient) HashCode(ctx context.Context) (int32, error)
- type SessionParamsIkeAuthEapConfigClient
- type SessionParamsIkeAuthPskConfigClient
- type TrafficSelectorClient
- type TransportModeChildSessionParamsBuilderClient
- func (c *TransportModeChildSessionParamsBuilderClient) AddChildSaProposal(ctx context.Context, arg0 int64) (int64, error)
- func (c *TransportModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
- func (c *TransportModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
- func (c *TransportModeChildSessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *TransportModeChildSessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- type TunnelConnectionParamsClient
- func (c *TunnelConnectionParamsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *TunnelConnectionParamsClient) GetIkeSessionParams(ctx context.Context, handle int64) (int64, error)
- func (c *TunnelConnectionParamsClient) GetTunnelModeChildSessionParams(ctx context.Context, handle int64) (int64, error)
- func (c *TunnelConnectionParamsClient) HashCode(ctx context.Context, handle int64) (int32, error)
- type TunnelModeChildSessionParamsBuilderClient
- func (c *TunnelModeChildSessionParamsBuilderClient) AddChildSaProposal(ctx context.Context, arg0 int64) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1(ctx context.Context, arg0 int32) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalDhcpServerRequest(ctx context.Context, arg0 int32) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalDnsServerRequest(ctx context.Context, arg0 int32) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *TunnelModeChildSessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- type TunnelModeChildSessionParamsClient
- type TunnelModeChildSessionParamsConfigRequestIpv4AddressClient
- type TunnelModeChildSessionParamsConfigRequestIpv6AddressClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildSaProposalBuilderClient ¶
type ChildSaProposalBuilderClient struct {
// contains filtered or unexported fields
}
ChildSaProposalBuilderClient wraps the gRPC ChildSaProposalBuilderService client.
func NewChildSaProposalBuilderClient ¶
func NewChildSaProposalBuilderClient(cc grpc.ClientConnInterface) *ChildSaProposalBuilderClient
NewChildSaProposalBuilderClient creates a new ChildSaProposalBuilder client.
func (*ChildSaProposalBuilderClient) AddDhGroup ¶
AddDhGroup calls the AddDhGroup RPC.
func (*ChildSaProposalBuilderClient) AddEncryptionAlgorithm ¶
func (c *ChildSaProposalBuilderClient) AddEncryptionAlgorithm(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
AddEncryptionAlgorithm calls the AddEncryptionAlgorithm RPC.
func (*ChildSaProposalBuilderClient) AddIntegrityAlgorithm ¶
func (c *ChildSaProposalBuilderClient) AddIntegrityAlgorithm(ctx context.Context, arg0 int32) (int64, error)
AddIntegrityAlgorithm calls the AddIntegrityAlgorithm RPC.
type ChildSaProposalClient ¶
type ChildSaProposalClient struct {
// contains filtered or unexported fields
}
ChildSaProposalClient wraps the gRPC ChildSaProposalService client.
func NewChildSaProposalClient ¶
func NewChildSaProposalClient(cc grpc.ClientConnInterface) *ChildSaProposalClient
NewChildSaProposalClient creates a new ChildSaProposal client.
func (*ChildSaProposalClient) GetSupportedEncryptionAlgorithms ¶
func (c *ChildSaProposalClient) GetSupportedEncryptionAlgorithms(ctx context.Context) (int64, error)
GetSupportedEncryptionAlgorithms calls the GetSupportedEncryptionAlgorithms RPC.
func (*ChildSaProposalClient) GetSupportedIntegrityAlgorithms ¶
func (c *ChildSaProposalClient) GetSupportedIntegrityAlgorithms(ctx context.Context) (int64, error)
GetSupportedIntegrityAlgorithms calls the GetSupportedIntegrityAlgorithms RPC.
type ChildSessionCallbackClient ¶
type ChildSessionCallbackClient struct {
// contains filtered or unexported fields
}
ChildSessionCallbackClient wraps the gRPC ChildSessionCallbackService client.
func NewChildSessionCallbackClient ¶
func NewChildSessionCallbackClient(cc grpc.ClientConnInterface) *ChildSessionCallbackClient
NewChildSessionCallbackClient creates a new ChildSessionCallback client.
func (*ChildSessionCallbackClient) OnClosed ¶
func (c *ChildSessionCallbackClient) OnClosed(ctx context.Context) error
OnClosed calls the OnClosed RPC.
func (*ChildSessionCallbackClient) OnIpSecTransformCreated ¶
func (c *ChildSessionCallbackClient) OnIpSecTransformCreated(ctx context.Context, arg0 int64, arg1 int32) error
OnIpSecTransformCreated calls the OnIpSecTransformCreated RPC.
func (*ChildSessionCallbackClient) OnIpSecTransformDeleted ¶
func (c *ChildSessionCallbackClient) OnIpSecTransformDeleted(ctx context.Context, arg0 int64, arg1 int32) error
OnIpSecTransformDeleted calls the OnIpSecTransformDeleted RPC.
type ChildSessionConfigurationBuilderClient ¶
type ChildSessionConfigurationBuilderClient struct {
// contains filtered or unexported fields
}
ChildSessionConfigurationBuilderClient wraps the gRPC ChildSessionConfigurationBuilderService client.
func NewChildSessionConfigurationBuilderClient ¶
func NewChildSessionConfigurationBuilderClient(cc grpc.ClientConnInterface) *ChildSessionConfigurationBuilderClient
NewChildSessionConfigurationBuilderClient creates a new ChildSessionConfigurationBuilder client.
type ChildSessionConfigurationClient ¶
type ChildSessionConfigurationClient struct {
// contains filtered or unexported fields
}
ChildSessionConfigurationClient wraps the gRPC ChildSessionConfigurationService client.
func NewChildSessionConfigurationClient ¶
func NewChildSessionConfigurationClient(cc grpc.ClientConnInterface) *ChildSessionConfigurationClient
NewChildSessionConfigurationClient creates a new ChildSessionConfiguration client.
func (*ChildSessionConfigurationClient) GetInboundTrafficSelectors ¶
func (c *ChildSessionConfigurationClient) GetInboundTrafficSelectors(ctx context.Context) (int64, error)
GetInboundTrafficSelectors calls the GetInboundTrafficSelectors RPC.
func (*ChildSessionConfigurationClient) GetOutboundTrafficSelectors ¶
func (c *ChildSessionConfigurationClient) GetOutboundTrafficSelectors(ctx context.Context) (int64, error)
GetOutboundTrafficSelectors calls the GetOutboundTrafficSelectors RPC.
type ChildSessionParamsClient ¶
type ChildSessionParamsClient struct {
// contains filtered or unexported fields
}
ChildSessionParamsClient wraps the gRPC ChildSessionParamsService client.
func NewChildSessionParamsClient ¶
func NewChildSessionParamsClient(cc grpc.ClientConnInterface) *ChildSessionParamsClient
NewChildSessionParamsClient creates a new ChildSessionParams client.
func (*ChildSessionParamsClient) GetChildSaProposals ¶
func (c *ChildSessionParamsClient) GetChildSaProposals(ctx context.Context) (int64, error)
GetChildSaProposals calls the GetChildSaProposals RPC.
func (*ChildSessionParamsClient) GetHardLifetimeSeconds ¶
func (c *ChildSessionParamsClient) GetHardLifetimeSeconds(ctx context.Context) (int32, error)
GetHardLifetimeSeconds calls the GetHardLifetimeSeconds RPC.
func (*ChildSessionParamsClient) GetInboundTrafficSelectors ¶
func (c *ChildSessionParamsClient) GetInboundTrafficSelectors(ctx context.Context) (int64, error)
GetInboundTrafficSelectors calls the GetInboundTrafficSelectors RPC.
func (*ChildSessionParamsClient) GetOutboundTrafficSelectors ¶
func (c *ChildSessionParamsClient) GetOutboundTrafficSelectors(ctx context.Context) (int64, error)
GetOutboundTrafficSelectors calls the GetOutboundTrafficSelectors RPC.
func (*ChildSessionParamsClient) GetSoftLifetimeSeconds ¶
func (c *ChildSessionParamsClient) GetSoftLifetimeSeconds(ctx context.Context) (int32, error)
GetSoftLifetimeSeconds calls the GetSoftLifetimeSeconds RPC.
type DerAsn1DnIdentificationClient ¶
type DerAsn1DnIdentificationClient struct {
// contains filtered or unexported fields
}
DerAsn1DnIdentificationClient wraps the gRPC DerAsn1DnIdentificationService client.
func NewDerAsn1DnIdentificationClient ¶
func NewDerAsn1DnIdentificationClient(cc grpc.ClientConnInterface) *DerAsn1DnIdentificationClient
NewDerAsn1DnIdentificationClient creates a new DerAsn1DnIdentification client.
type FqdnIdentificationClient ¶
type FqdnIdentificationClient struct {
// contains filtered or unexported fields
}
FqdnIdentificationClient wraps the gRPC FqdnIdentificationService client.
func NewFqdnIdentificationClient ¶
func NewFqdnIdentificationClient(cc grpc.ClientConnInterface) *FqdnIdentificationClient
NewFqdnIdentificationClient creates a new FqdnIdentification client.
type IkeSaProposalClient ¶
type IkeSaProposalClient struct {
// contains filtered or unexported fields
}
IkeSaProposalClient wraps the gRPC IkeSaProposalService client.
func NewIkeSaProposalClient ¶
func NewIkeSaProposalClient(cc grpc.ClientConnInterface) *IkeSaProposalClient
NewIkeSaProposalClient creates a new IkeSaProposal client.
func (*IkeSaProposalClient) GetPseudorandomFunctions ¶
func (c *IkeSaProposalClient) GetPseudorandomFunctions(ctx context.Context) (int64, error)
GetPseudorandomFunctions calls the GetPseudorandomFunctions RPC.
func (*IkeSaProposalClient) GetSupportedEncryptionAlgorithms ¶
func (c *IkeSaProposalClient) GetSupportedEncryptionAlgorithms(ctx context.Context) (int64, error)
GetSupportedEncryptionAlgorithms calls the GetSupportedEncryptionAlgorithms RPC.
func (*IkeSaProposalClient) GetSupportedIntegrityAlgorithms ¶
func (c *IkeSaProposalClient) GetSupportedIntegrityAlgorithms(ctx context.Context) (int64, error)
GetSupportedIntegrityAlgorithms calls the GetSupportedIntegrityAlgorithms RPC.
func (*IkeSaProposalClient) GetSupportedPseudorandomFunctions ¶
func (c *IkeSaProposalClient) GetSupportedPseudorandomFunctions(ctx context.Context) (int64, error)
GetSupportedPseudorandomFunctions calls the GetSupportedPseudorandomFunctions RPC.
type Ipv4AddrIdentificationClient ¶
type Ipv4AddrIdentificationClient struct {
// contains filtered or unexported fields
}
Ipv4AddrIdentificationClient wraps the gRPC Ipv4AddrIdentificationService client.
func NewIpv4AddrIdentificationClient ¶
func NewIpv4AddrIdentificationClient(cc grpc.ClientConnInterface) *Ipv4AddrIdentificationClient
NewIpv4AddrIdentificationClient creates a new Ipv4AddrIdentification client.
type Ipv6AddrIdentificationClient ¶
type Ipv6AddrIdentificationClient struct {
// contains filtered or unexported fields
}
Ipv6AddrIdentificationClient wraps the gRPC Ipv6AddrIdentificationService client.
func NewIpv6AddrIdentificationClient ¶
func NewIpv6AddrIdentificationClient(cc grpc.ClientConnInterface) *Ipv6AddrIdentificationClient
NewIpv6AddrIdentificationClient creates a new Ipv6AddrIdentification client.
type KeyIdIdentificationClient ¶
type KeyIdIdentificationClient struct {
// contains filtered or unexported fields
}
KeyIdIdentificationClient wraps the gRPC KeyIdIdentificationService client.
func NewKeyIdIdentificationClient ¶
func NewKeyIdIdentificationClient(cc grpc.ClientConnInterface) *KeyIdIdentificationClient
NewKeyIdIdentificationClient creates a new KeyIdIdentification client.
type Rfc822AddrIdentificationClient ¶
type Rfc822AddrIdentificationClient struct {
// contains filtered or unexported fields
}
Rfc822AddrIdentificationClient wraps the gRPC Rfc822AddrIdentificationService client.
func NewRfc822AddrIdentificationClient ¶
func NewRfc822AddrIdentificationClient(cc grpc.ClientConnInterface) *Rfc822AddrIdentificationClient
NewRfc822AddrIdentificationClient creates a new Rfc822AddrIdentification client.
type SaProposalBuilderClient ¶
type SaProposalBuilderClient struct {
// contains filtered or unexported fields
}
SaProposalBuilderClient wraps the gRPC SaProposalBuilderService client.
func NewSaProposalBuilderClient ¶
func NewSaProposalBuilderClient(cc grpc.ClientConnInterface) *SaProposalBuilderClient
NewSaProposalBuilderClient creates a new SaProposalBuilder client.
func (*SaProposalBuilderClient) AddDhGroup ¶
AddDhGroup calls the AddDhGroup RPC.
func (*SaProposalBuilderClient) AddEncryptionAlgorithm ¶
func (c *SaProposalBuilderClient) AddEncryptionAlgorithm(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
AddEncryptionAlgorithm calls the AddEncryptionAlgorithm RPC.
func (*SaProposalBuilderClient) AddIntegrityAlgorithm ¶
func (c *SaProposalBuilderClient) AddIntegrityAlgorithm(ctx context.Context, arg0 int32) (int64, error)
AddIntegrityAlgorithm calls the AddIntegrityAlgorithm RPC.
func (*SaProposalBuilderClient) AddPseudorandomFunction ¶
func (c *SaProposalBuilderClient) AddPseudorandomFunction(ctx context.Context, arg0 int32) (int64, error)
AddPseudorandomFunction calls the AddPseudorandomFunction RPC.
type SaProposalClient ¶
type SaProposalClient struct {
// contains filtered or unexported fields
}
SaProposalClient wraps the gRPC SaProposalService client.
func NewSaProposalClient ¶
func NewSaProposalClient(cc grpc.ClientConnInterface) *SaProposalClient
NewSaProposalClient creates a new SaProposal client.
func (*SaProposalClient) GetDhGroups ¶
func (c *SaProposalClient) GetDhGroups(ctx context.Context) (int64, error)
GetDhGroups calls the GetDhGroups RPC.
func (*SaProposalClient) GetIntegrityAlgorithms ¶
func (c *SaProposalClient) GetIntegrityAlgorithms(ctx context.Context) (int64, error)
GetIntegrityAlgorithms calls the GetIntegrityAlgorithms RPC.
func (*SaProposalClient) GetSupportedDhGroups ¶
func (c *SaProposalClient) GetSupportedDhGroups(ctx context.Context) (int64, error)
GetSupportedDhGroups calls the GetSupportedDhGroups RPC.
type SessionCallbackClient ¶
type SessionCallbackClient struct {
// contains filtered or unexported fields
}
SessionCallbackClient wraps the gRPC SessionCallbackService client.
func NewSessionCallbackClient ¶
func NewSessionCallbackClient(cc grpc.ClientConnInterface) *SessionCallbackClient
NewSessionCallbackClient creates a new SessionCallback client.
type SessionClient ¶
type SessionClient struct {
// contains filtered or unexported fields
}
SessionClient wraps the gRPC SessionService client.
func NewSessionClient ¶
func NewSessionClient(cc grpc.ClientConnInterface) *SessionClient
NewSessionClient creates a new Session client.
func (*SessionClient) Close ¶
func (c *SessionClient) Close(ctx context.Context, handle int64) error
Close calls the Close RPC.
func (*SessionClient) CloseChildSession ¶
CloseChildSession calls the CloseChildSession RPC.
func (*SessionClient) Finalize ¶
func (c *SessionClient) Finalize(ctx context.Context, handle int64) error
Finalize calls the Finalize RPC.
func (*SessionClient) Kill ¶
func (c *SessionClient) Kill(ctx context.Context, handle int64) error
Kill calls the Kill RPC.
func (*SessionClient) OpenChildSession ¶
func (c *SessionClient) OpenChildSession(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
OpenChildSession calls the OpenChildSession RPC.
type SessionConfigurationBuilderClient ¶
type SessionConfigurationBuilderClient struct {
// contains filtered or unexported fields
}
SessionConfigurationBuilderClient wraps the gRPC SessionConfigurationBuilderService client.
func NewSessionConfigurationBuilderClient ¶
func NewSessionConfigurationBuilderClient(cc grpc.ClientConnInterface) *SessionConfigurationBuilderClient
NewSessionConfigurationBuilderClient creates a new SessionConfigurationBuilder client.
func (*SessionConfigurationBuilderClient) AddIkeExtension ¶
func (c *SessionConfigurationBuilderClient) AddIkeExtension(ctx context.Context, arg0 int32) (int64, error)
AddIkeExtension calls the AddIkeExtension RPC.
func (*SessionConfigurationBuilderClient) AddRemoteVendorId ¶
func (c *SessionConfigurationBuilderClient) AddRemoteVendorId(ctx context.Context, arg0 int64) (int64, error)
AddRemoteVendorId calls the AddRemoteVendorId RPC.
func (*SessionConfigurationBuilderClient) Build ¶
func (c *SessionConfigurationBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SessionConfigurationBuilderClient) ClearIkeExtensions ¶
func (c *SessionConfigurationBuilderClient) ClearIkeExtensions(ctx context.Context) (int64, error)
ClearIkeExtensions calls the ClearIkeExtensions RPC.
func (*SessionConfigurationBuilderClient) ClearRemoteApplicationVersion ¶
func (c *SessionConfigurationBuilderClient) ClearRemoteApplicationVersion(ctx context.Context) (int64, error)
ClearRemoteApplicationVersion calls the ClearRemoteApplicationVersion RPC.
func (*SessionConfigurationBuilderClient) ClearRemoteVendorIds ¶
func (c *SessionConfigurationBuilderClient) ClearRemoteVendorIds(ctx context.Context) (int64, error)
ClearRemoteVendorIds calls the ClearRemoteVendorIds RPC.
func (*SessionConfigurationBuilderClient) SetEapInfo ¶
func (c *SessionConfigurationBuilderClient) SetEapInfo(ctx context.Context, arg0 int64) (int64, error)
SetEapInfo calls the SetEapInfo RPC.
func (*SessionConfigurationBuilderClient) SetRemoteApplicationVersion ¶
func (c *SessionConfigurationBuilderClient) SetRemoteApplicationVersion(ctx context.Context, arg0 string) (int64, error)
SetRemoteApplicationVersion calls the SetRemoteApplicationVersion RPC.
type SessionConfigurationClient ¶
type SessionConfigurationClient struct {
// contains filtered or unexported fields
}
SessionConfigurationClient wraps the gRPC SessionConfigurationService client.
func NewSessionConfigurationClient ¶
func NewSessionConfigurationClient(cc grpc.ClientConnInterface) *SessionConfigurationClient
NewSessionConfigurationClient creates a new SessionConfiguration client.
func (*SessionConfigurationClient) GetEapInfo ¶
func (c *SessionConfigurationClient) GetEapInfo(ctx context.Context) (int64, error)
GetEapInfo calls the GetEapInfo RPC.
func (*SessionConfigurationClient) GetIkeSessionConnectionInfo ¶
func (c *SessionConfigurationClient) GetIkeSessionConnectionInfo(ctx context.Context) (int64, error)
GetIkeSessionConnectionInfo calls the GetIkeSessionConnectionInfo RPC.
func (*SessionConfigurationClient) GetRemoteApplicationVersion ¶
func (c *SessionConfigurationClient) GetRemoteApplicationVersion(ctx context.Context) (string, error)
GetRemoteApplicationVersion calls the GetRemoteApplicationVersion RPC.
func (*SessionConfigurationClient) GetRemoteVendorIds ¶
func (c *SessionConfigurationClient) GetRemoteVendorIds(ctx context.Context) (int64, error)
GetRemoteVendorIds calls the GetRemoteVendorIds RPC.
func (*SessionConfigurationClient) IsIkeExtensionEnabled ¶
func (c *SessionConfigurationClient) IsIkeExtensionEnabled(ctx context.Context, arg0 int32) (bool, error)
IsIkeExtensionEnabled calls the IsIkeExtensionEnabled RPC.
type SessionConnectionInfoClient ¶
type SessionConnectionInfoClient struct {
// contains filtered or unexported fields
}
SessionConnectionInfoClient wraps the gRPC SessionConnectionInfoService client.
func NewSessionConnectionInfoClient ¶
func NewSessionConnectionInfoClient(cc grpc.ClientConnInterface) *SessionConnectionInfoClient
NewSessionConnectionInfoClient creates a new SessionConnectionInfo client.
func (*SessionConnectionInfoClient) GetLocalAddress ¶
func (c *SessionConnectionInfoClient) GetLocalAddress(ctx context.Context, handle int64) (int64, error)
GetLocalAddress calls the GetLocalAddress RPC.
func (*SessionConnectionInfoClient) GetNetwork ¶
GetNetwork calls the GetNetwork RPC.
func (*SessionConnectionInfoClient) GetRemoteAddress ¶
func (c *SessionConnectionInfoClient) GetRemoteAddress(ctx context.Context, handle int64) (int64, error)
GetRemoteAddress calls the GetRemoteAddress RPC.
type SessionParamsBuilderClient ¶
type SessionParamsBuilderClient struct {
// contains filtered or unexported fields
}
SessionParamsBuilderClient wraps the gRPC SessionParamsBuilderService client.
func NewSessionParamsBuilderClient ¶
func NewSessionParamsBuilderClient(cc grpc.ClientConnInterface) *SessionParamsBuilderClient
NewSessionParamsBuilderClient creates a new SessionParamsBuilder client.
func (*SessionParamsBuilderClient) AddIkeOption ¶
AddIkeOption calls the AddIkeOption RPC.
func (*SessionParamsBuilderClient) AddIkeSaProposal ¶
func (c *SessionParamsBuilderClient) AddIkeSaProposal(ctx context.Context, arg0 int64) (int64, error)
AddIkeSaProposal calls the AddIkeSaProposal RPC.
func (*SessionParamsBuilderClient) Build ¶
func (c *SessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SessionParamsBuilderClient) RemoveIkeOption ¶
func (c *SessionParamsBuilderClient) RemoveIkeOption(ctx context.Context, arg0 int32) (int64, error)
RemoveIkeOption calls the RemoveIkeOption RPC.
func (*SessionParamsBuilderClient) SetAuthDigitalSignature ¶
func (c *SessionParamsBuilderClient) SetAuthDigitalSignature(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
SetAuthDigitalSignature calls the SetAuthDigitalSignature RPC.
func (*SessionParamsBuilderClient) SetAuthEap ¶
func (c *SessionParamsBuilderClient) SetAuthEap(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SetAuthEap calls the SetAuthEap RPC.
func (*SessionParamsBuilderClient) SetAuthPsk ¶
SetAuthPsk calls the SetAuthPsk RPC.
func (*SessionParamsBuilderClient) SetDpdDelaySeconds ¶
func (c *SessionParamsBuilderClient) SetDpdDelaySeconds(ctx context.Context, arg0 int32) (int64, error)
SetDpdDelaySeconds calls the SetDpdDelaySeconds RPC.
func (*SessionParamsBuilderClient) SetLifetimeSeconds ¶
func (c *SessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetLifetimeSeconds calls the SetLifetimeSeconds RPC.
func (*SessionParamsBuilderClient) SetLocalIdentification ¶
func (c *SessionParamsBuilderClient) SetLocalIdentification(ctx context.Context, arg0 int64) (int64, error)
SetLocalIdentification calls the SetLocalIdentification RPC.
func (*SessionParamsBuilderClient) SetNattKeepAliveDelaySeconds ¶
func (c *SessionParamsBuilderClient) SetNattKeepAliveDelaySeconds(ctx context.Context, arg0 int32) (int64, error)
SetNattKeepAliveDelaySeconds calls the SetNattKeepAliveDelaySeconds RPC.
func (*SessionParamsBuilderClient) SetNetwork ¶
SetNetwork calls the SetNetwork RPC.
func (*SessionParamsBuilderClient) SetRemoteIdentification ¶
func (c *SessionParamsBuilderClient) SetRemoteIdentification(ctx context.Context, arg0 int64) (int64, error)
SetRemoteIdentification calls the SetRemoteIdentification RPC.
func (*SessionParamsBuilderClient) SetRetransmissionTimeoutsMillis ¶
func (c *SessionParamsBuilderClient) SetRetransmissionTimeoutsMillis(ctx context.Context, arg0 int64) (int64, error)
SetRetransmissionTimeoutsMillis calls the SetRetransmissionTimeoutsMillis RPC.
func (*SessionParamsBuilderClient) SetServerHostname ¶
func (c *SessionParamsBuilderClient) SetServerHostname(ctx context.Context, arg0 string) (int64, error)
SetServerHostname calls the SetServerHostname RPC.
type SessionParamsClient ¶
type SessionParamsClient struct {
// contains filtered or unexported fields
}
SessionParamsClient wraps the gRPC SessionParamsService client.
func NewSessionParamsClient ¶
func NewSessionParamsClient(cc grpc.ClientConnInterface) *SessionParamsClient
NewSessionParamsClient creates a new SessionParams client.
func (*SessionParamsClient) GetDpdDelaySeconds ¶
func (c *SessionParamsClient) GetDpdDelaySeconds(ctx context.Context) (int32, error)
GetDpdDelaySeconds calls the GetDpdDelaySeconds RPC.
func (*SessionParamsClient) GetHardLifetimeSeconds ¶
func (c *SessionParamsClient) GetHardLifetimeSeconds(ctx context.Context) (int32, error)
GetHardLifetimeSeconds calls the GetHardLifetimeSeconds RPC.
func (*SessionParamsClient) GetIkeOptions ¶
func (c *SessionParamsClient) GetIkeOptions(ctx context.Context) (int64, error)
GetIkeOptions calls the GetIkeOptions RPC.
func (*SessionParamsClient) GetIkeSaProposals ¶
func (c *SessionParamsClient) GetIkeSaProposals(ctx context.Context) (int64, error)
GetIkeSaProposals calls the GetIkeSaProposals RPC.
func (*SessionParamsClient) GetLocalAuthConfig ¶
func (c *SessionParamsClient) GetLocalAuthConfig(ctx context.Context) (int64, error)
GetLocalAuthConfig calls the GetLocalAuthConfig RPC.
func (*SessionParamsClient) GetLocalIdentification ¶
func (c *SessionParamsClient) GetLocalIdentification(ctx context.Context) (int64, error)
GetLocalIdentification calls the GetLocalIdentification RPC.
func (*SessionParamsClient) GetNattKeepAliveDelaySeconds ¶
func (c *SessionParamsClient) GetNattKeepAliveDelaySeconds(ctx context.Context) (int32, error)
GetNattKeepAliveDelaySeconds calls the GetNattKeepAliveDelaySeconds RPC.
func (*SessionParamsClient) GetNetwork ¶
func (c *SessionParamsClient) GetNetwork(ctx context.Context) (int64, error)
GetNetwork calls the GetNetwork RPC.
func (*SessionParamsClient) GetRemoteAuthConfig ¶
func (c *SessionParamsClient) GetRemoteAuthConfig(ctx context.Context) (int64, error)
GetRemoteAuthConfig calls the GetRemoteAuthConfig RPC.
func (*SessionParamsClient) GetRemoteIdentification ¶
func (c *SessionParamsClient) GetRemoteIdentification(ctx context.Context) (int64, error)
GetRemoteIdentification calls the GetRemoteIdentification RPC.
func (*SessionParamsClient) GetRetransmissionTimeoutsMillis ¶
func (c *SessionParamsClient) GetRetransmissionTimeoutsMillis(ctx context.Context) (int64, error)
GetRetransmissionTimeoutsMillis calls the GetRetransmissionTimeoutsMillis RPC.
func (*SessionParamsClient) GetServerHostname ¶
func (c *SessionParamsClient) GetServerHostname(ctx context.Context) (string, error)
GetServerHostname calls the GetServerHostname RPC.
func (*SessionParamsClient) GetSoftLifetimeSeconds ¶
func (c *SessionParamsClient) GetSoftLifetimeSeconds(ctx context.Context) (int32, error)
GetSoftLifetimeSeconds calls the GetSoftLifetimeSeconds RPC.
func (*SessionParamsClient) HasIkeOption ¶
HasIkeOption calls the HasIkeOption RPC.
type SessionParamsIkeAuthConfigClient ¶
type SessionParamsIkeAuthConfigClient struct {
// contains filtered or unexported fields
}
SessionParamsIkeAuthConfigClient wraps the gRPC SessionParamsIkeAuthConfigService client.
func NewSessionParamsIkeAuthConfigClient ¶
func NewSessionParamsIkeAuthConfigClient(cc grpc.ClientConnInterface) *SessionParamsIkeAuthConfigClient
NewSessionParamsIkeAuthConfigClient creates a new SessionParamsIkeAuthConfig client.
type SessionParamsIkeAuthDigitalSignLocalConfigClient ¶
type SessionParamsIkeAuthDigitalSignLocalConfigClient struct {
// contains filtered or unexported fields
}
SessionParamsIkeAuthDigitalSignLocalConfigClient wraps the gRPC SessionParamsIkeAuthDigitalSignLocalConfigService client.
func NewSessionParamsIkeAuthDigitalSignLocalConfigClient ¶
func NewSessionParamsIkeAuthDigitalSignLocalConfigClient(cc grpc.ClientConnInterface) *SessionParamsIkeAuthDigitalSignLocalConfigClient
NewSessionParamsIkeAuthDigitalSignLocalConfigClient creates a new SessionParamsIkeAuthDigitalSignLocalConfig client.
func (*SessionParamsIkeAuthDigitalSignLocalConfigClient) Equals ¶
func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*SessionParamsIkeAuthDigitalSignLocalConfigClient) GetClientEndCertificate ¶
func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetClientEndCertificate(ctx context.Context) (int64, error)
GetClientEndCertificate calls the GetClientEndCertificate RPC.
func (*SessionParamsIkeAuthDigitalSignLocalConfigClient) GetIntermediateCertificates ¶
func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetIntermediateCertificates(ctx context.Context) (int64, error)
GetIntermediateCertificates calls the GetIntermediateCertificates RPC.
func (*SessionParamsIkeAuthDigitalSignLocalConfigClient) GetPrivateKey ¶
func (c *SessionParamsIkeAuthDigitalSignLocalConfigClient) GetPrivateKey(ctx context.Context) (int64, error)
GetPrivateKey calls the GetPrivateKey RPC.
type SessionParamsIkeAuthDigitalSignRemoteConfigClient ¶
type SessionParamsIkeAuthDigitalSignRemoteConfigClient struct {
// contains filtered or unexported fields
}
SessionParamsIkeAuthDigitalSignRemoteConfigClient wraps the gRPC SessionParamsIkeAuthDigitalSignRemoteConfigService client.
func NewSessionParamsIkeAuthDigitalSignRemoteConfigClient ¶
func NewSessionParamsIkeAuthDigitalSignRemoteConfigClient(cc grpc.ClientConnInterface) *SessionParamsIkeAuthDigitalSignRemoteConfigClient
NewSessionParamsIkeAuthDigitalSignRemoteConfigClient creates a new SessionParamsIkeAuthDigitalSignRemoteConfig client.
func (*SessionParamsIkeAuthDigitalSignRemoteConfigClient) Equals ¶
func (c *SessionParamsIkeAuthDigitalSignRemoteConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*SessionParamsIkeAuthDigitalSignRemoteConfigClient) GetRemoteCaCert ¶
func (c *SessionParamsIkeAuthDigitalSignRemoteConfigClient) GetRemoteCaCert(ctx context.Context) (int64, error)
GetRemoteCaCert calls the GetRemoteCaCert RPC.
type SessionParamsIkeAuthEapConfigClient ¶
type SessionParamsIkeAuthEapConfigClient struct {
// contains filtered or unexported fields
}
SessionParamsIkeAuthEapConfigClient wraps the gRPC SessionParamsIkeAuthEapConfigService client.
func NewSessionParamsIkeAuthEapConfigClient ¶
func NewSessionParamsIkeAuthEapConfigClient(cc grpc.ClientConnInterface) *SessionParamsIkeAuthEapConfigClient
NewSessionParamsIkeAuthEapConfigClient creates a new SessionParamsIkeAuthEapConfig client.
func (*SessionParamsIkeAuthEapConfigClient) GetEapConfig ¶
func (c *SessionParamsIkeAuthEapConfigClient) GetEapConfig(ctx context.Context) (int64, error)
GetEapConfig calls the GetEapConfig RPC.
type SessionParamsIkeAuthPskConfigClient ¶
type SessionParamsIkeAuthPskConfigClient struct {
// contains filtered or unexported fields
}
SessionParamsIkeAuthPskConfigClient wraps the gRPC SessionParamsIkeAuthPskConfigService client.
func NewSessionParamsIkeAuthPskConfigClient ¶
func NewSessionParamsIkeAuthPskConfigClient(cc grpc.ClientConnInterface) *SessionParamsIkeAuthPskConfigClient
NewSessionParamsIkeAuthPskConfigClient creates a new SessionParamsIkeAuthPskConfig client.
type TrafficSelectorClient ¶
type TrafficSelectorClient struct {
// contains filtered or unexported fields
}
TrafficSelectorClient wraps the gRPC TrafficSelectorService client.
func NewTrafficSelectorClient ¶
func NewTrafficSelectorClient(cc grpc.ClientConnInterface) *TrafficSelectorClient
NewTrafficSelectorClient creates a new TrafficSelector client.
type TransportModeChildSessionParamsBuilderClient ¶
type TransportModeChildSessionParamsBuilderClient struct {
// contains filtered or unexported fields
}
TransportModeChildSessionParamsBuilderClient wraps the gRPC TransportModeChildSessionParamsBuilderService client.
func NewTransportModeChildSessionParamsBuilderClient ¶
func NewTransportModeChildSessionParamsBuilderClient(cc grpc.ClientConnInterface) *TransportModeChildSessionParamsBuilderClient
NewTransportModeChildSessionParamsBuilderClient creates a new TransportModeChildSessionParamsBuilder client.
func (*TransportModeChildSessionParamsBuilderClient) AddChildSaProposal ¶
func (c *TransportModeChildSessionParamsBuilderClient) AddChildSaProposal(ctx context.Context, arg0 int64) (int64, error)
AddChildSaProposal calls the AddChildSaProposal RPC.
func (*TransportModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors ¶
func (c *TransportModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
AddInboundTrafficSelectors calls the AddInboundTrafficSelectors RPC.
func (*TransportModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors ¶
func (c *TransportModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
AddOutboundTrafficSelectors calls the AddOutboundTrafficSelectors RPC.
func (*TransportModeChildSessionParamsBuilderClient) Build ¶
func (c *TransportModeChildSessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*TransportModeChildSessionParamsBuilderClient) SetLifetimeSeconds ¶
func (c *TransportModeChildSessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetLifetimeSeconds calls the SetLifetimeSeconds RPC.
type TunnelConnectionParamsClient ¶
type TunnelConnectionParamsClient struct {
// contains filtered or unexported fields
}
TunnelConnectionParamsClient wraps the gRPC TunnelConnectionParamsService client.
func NewTunnelConnectionParamsClient ¶
func NewTunnelConnectionParamsClient(cc grpc.ClientConnInterface) *TunnelConnectionParamsClient
NewTunnelConnectionParamsClient creates a new TunnelConnectionParams client.
func (*TunnelConnectionParamsClient) Equals ¶
func (c *TunnelConnectionParamsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*TunnelConnectionParamsClient) GetIkeSessionParams ¶
func (c *TunnelConnectionParamsClient) GetIkeSessionParams(ctx context.Context, handle int64) (int64, error)
GetIkeSessionParams calls the GetIkeSessionParams RPC.
func (*TunnelConnectionParamsClient) GetTunnelModeChildSessionParams ¶
func (c *TunnelConnectionParamsClient) GetTunnelModeChildSessionParams(ctx context.Context, handle int64) (int64, error)
GetTunnelModeChildSessionParams calls the GetTunnelModeChildSessionParams RPC.
type TunnelModeChildSessionParamsBuilderClient ¶
type TunnelModeChildSessionParamsBuilderClient struct {
// contains filtered or unexported fields
}
TunnelModeChildSessionParamsBuilderClient wraps the gRPC TunnelModeChildSessionParamsBuilderService client.
func NewTunnelModeChildSessionParamsBuilderClient ¶
func NewTunnelModeChildSessionParamsBuilderClient(cc grpc.ClientConnInterface) *TunnelModeChildSessionParamsBuilderClient
NewTunnelModeChildSessionParamsBuilderClient creates a new TunnelModeChildSessionParamsBuilder client.
func (*TunnelModeChildSessionParamsBuilderClient) AddChildSaProposal ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddChildSaProposal(ctx context.Context, arg0 int64) (int64, error)
AddChildSaProposal calls the AddChildSaProposal RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
AddInboundTrafficSelectors calls the AddInboundTrafficSelectors RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1 ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1(ctx context.Context, arg0 int32) (int64, error)
AddInternalAddressRequest1 calls the AddInternalAddressRequest1 RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1_1 ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest1_1(ctx context.Context, arg0 int64) (int64, error)
AddInternalAddressRequest1_1 calls the AddInternalAddressRequest1_1 RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest2_2 ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalAddressRequest2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
AddInternalAddressRequest2_2 calls the AddInternalAddressRequest2_2 RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInternalDhcpServerRequest ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalDhcpServerRequest(ctx context.Context, arg0 int32) (int64, error)
AddInternalDhcpServerRequest calls the AddInternalDhcpServerRequest RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddInternalDnsServerRequest ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddInternalDnsServerRequest(ctx context.Context, arg0 int32) (int64, error)
AddInternalDnsServerRequest calls the AddInternalDnsServerRequest RPC.
func (*TunnelModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors ¶
func (c *TunnelModeChildSessionParamsBuilderClient) AddOutboundTrafficSelectors(ctx context.Context, arg0 int64) (int64, error)
AddOutboundTrafficSelectors calls the AddOutboundTrafficSelectors RPC.
func (*TunnelModeChildSessionParamsBuilderClient) Build ¶
func (c *TunnelModeChildSessionParamsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*TunnelModeChildSessionParamsBuilderClient) SetLifetimeSeconds ¶
func (c *TunnelModeChildSessionParamsBuilderClient) SetLifetimeSeconds(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetLifetimeSeconds calls the SetLifetimeSeconds RPC.
type TunnelModeChildSessionParamsClient ¶
type TunnelModeChildSessionParamsClient struct {
// contains filtered or unexported fields
}
TunnelModeChildSessionParamsClient wraps the gRPC TunnelModeChildSessionParamsService client.
func NewTunnelModeChildSessionParamsClient ¶
func NewTunnelModeChildSessionParamsClient(cc grpc.ClientConnInterface) *TunnelModeChildSessionParamsClient
NewTunnelModeChildSessionParamsClient creates a new TunnelModeChildSessionParams client.
func (*TunnelModeChildSessionParamsClient) GetConfigurationRequests ¶
func (c *TunnelModeChildSessionParamsClient) GetConfigurationRequests(ctx context.Context) (int64, error)
GetConfigurationRequests calls the GetConfigurationRequests RPC.
type TunnelModeChildSessionParamsConfigRequestIpv4AddressClient ¶
type TunnelModeChildSessionParamsConfigRequestIpv4AddressClient struct {
// contains filtered or unexported fields
}
TunnelModeChildSessionParamsConfigRequestIpv4AddressClient wraps the gRPC TunnelModeChildSessionParamsConfigRequestIpv4AddressService client.
func NewTunnelModeChildSessionParamsConfigRequestIpv4AddressClient ¶
func NewTunnelModeChildSessionParamsConfigRequestIpv4AddressClient(cc grpc.ClientConnInterface) *TunnelModeChildSessionParamsConfigRequestIpv4AddressClient
NewTunnelModeChildSessionParamsConfigRequestIpv4AddressClient creates a new TunnelModeChildSessionParamsConfigRequestIpv4Address client.
func (*TunnelModeChildSessionParamsConfigRequestIpv4AddressClient) GetAddress ¶
func (c *TunnelModeChildSessionParamsConfigRequestIpv4AddressClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
type TunnelModeChildSessionParamsConfigRequestIpv6AddressClient ¶
type TunnelModeChildSessionParamsConfigRequestIpv6AddressClient struct {
// contains filtered or unexported fields
}
TunnelModeChildSessionParamsConfigRequestIpv6AddressClient wraps the gRPC TunnelModeChildSessionParamsConfigRequestIpv6AddressService client.
func NewTunnelModeChildSessionParamsConfigRequestIpv6AddressClient ¶
func NewTunnelModeChildSessionParamsConfigRequestIpv6AddressClient(cc grpc.ClientConnInterface) *TunnelModeChildSessionParamsConfigRequestIpv6AddressClient
NewTunnelModeChildSessionParamsConfigRequestIpv6AddressClient creates a new TunnelModeChildSessionParamsConfigRequestIpv6Address client.
func (*TunnelModeChildSessionParamsConfigRequestIpv6AddressClient) GetAddress ¶
func (c *TunnelModeChildSessionParamsConfigRequestIpv6AddressClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
func (*TunnelModeChildSessionParamsConfigRequestIpv6AddressClient) GetPrefixLength ¶
func (c *TunnelModeChildSessionParamsConfigRequestIpv6AddressClient) GetPrefixLength(ctx context.Context) (int32, error)
GetPrefixLength calls the GetPrefixLength RPC.