v1alpha1

package
v0.0.0-...-798ae07 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2023 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ReturnStatusCodes_name = map[int32]string{
		0: "OK",
		1: "ACCEPTED",
		2: "PERMISSION_DENIED",
		3: "NON_EXISTENT_ELEMENT",
		4: "INTERNAL_ERROR",
		5: "SYNTAX_ERROR",
		6: "NO_CHANGE_ERROR",
		7: "NO_FILTER_RESPONSE_ERROR",
		8: "INVALID_FIELD_ERROR",
		9: "DUPLICATE_ELEMENT_ERROR",
	}
	ReturnStatusCodes_value = map[string]int32{
		"OK":                       0,
		"ACCEPTED":                 1,
		"PERMISSION_DENIED":        2,
		"NON_EXISTENT_ELEMENT":     3,
		"INTERNAL_ERROR":           4,
		"SYNTAX_ERROR":             5,
		"NO_CHANGE_ERROR":          6,
		"NO_FILTER_RESPONSE_ERROR": 7,
		"INVALID_FIELD_ERROR":      8,
		"DUPLICATE_ELEMENT_ERROR":  9,
	}
)

Enum value maps for ReturnStatusCodes.

View Source
var (
	LinkTypes_name = map[int32]string{
		0:  "HARDWARE",
		1:  "VLAN",
		2:  "VETH",
		3:  "VCAN",
		4:  "VXCAN",
		5:  "DUMMY",
		6:  "IFB",
		7:  "MACVLAN",
		8:  "MACVTAP",
		9:  "BRIDGE",
		10: "BOND",
		11: "TEAM",
		12: "IPOIB",
		13: "IP6TNL",
		14: "IPIP",
		15: "SIT",
		16: "VXLAN",
		17: "GRE",
		18: "GRETAP",
		19: "ERSPAN",
		20: "IP6GRE",
		21: "IP6GRETAP",
		22: "IP6ERSPAN",
		23: "VTI",
		24: "NLMON",
		25: "TEAM_SLAVE",
		26: "BOND_SLAVE",
		27: "BRIDGE_SLAVE",
		28: "IPVLAN",
		29: "IPVTAP",
		30: "GENEVE",
		31: "VRF",
		32: "MACSEC",
		33: "NETDEVSIM",
		34: "RMNET",
	}
	LinkTypes_value = map[string]int32{
		"HARDWARE":     0,
		"VLAN":         1,
		"VETH":         2,
		"VCAN":         3,
		"VXCAN":        4,
		"DUMMY":        5,
		"IFB":          6,
		"MACVLAN":      7,
		"MACVTAP":      8,
		"BRIDGE":       9,
		"BOND":         10,
		"TEAM":         11,
		"IPOIB":        12,
		"IP6TNL":       13,
		"IPIP":         14,
		"SIT":          15,
		"VXLAN":        16,
		"GRE":          17,
		"GRETAP":       18,
		"ERSPAN":       19,
		"IP6GRE":       20,
		"IP6GRETAP":    21,
		"IP6ERSPAN":    22,
		"VTI":          23,
		"NLMON":        24,
		"TEAM_SLAVE":   25,
		"BOND_SLAVE":   26,
		"BRIDGE_SLAVE": 27,
		"IPVLAN":       28,
		"IPVTAP":       29,
		"GENEVE":       30,
		"VRF":          31,
		"MACSEC":       32,
		"NETDEVSIM":    33,
		"RMNET":        34,
	}
)

Enum value maps for LinkTypes.

View Source
var (
	LinkElements_name = map[int32]string{
		0: "LINK_NAME",
		1: "LINK_ADDRESS",
		2: "LINK_MACADDRESS",
		3: "LINK_TYPE",
		4: "LINK_MTU",
		5: "LINK_INDEX",
		6: "LINK_UP",
		7: "LINK_ARPENABLED",
		8: "LINK_DYNAMIC",
		9: "LINK_MULTICAST",
	}
	LinkElements_value = map[string]int32{
		"LINK_NAME":       0,
		"LINK_ADDRESS":    1,
		"LINK_MACADDRESS": 2,
		"LINK_TYPE":       3,
		"LINK_MTU":        4,
		"LINK_INDEX":      5,
		"LINK_UP":         6,
		"LINK_ARPENABLED": 7,
		"LINK_DYNAMIC":    8,
		"LINK_MULTICAST":  9,
	}
)

Enum value maps for LinkElements.

View Source
var (
	RouteElements_name = map[int32]string{
		0: "ROUTE_DESTINATION_ADDRESS",
		1: "ROUTE_GATEWAY_CIDR",
		2: "ROUTE_METRIC",
		3: "ROUTE_INTERFACE",
	}
	RouteElements_value = map[string]int32{
		"ROUTE_DESTINATION_ADDRESS": 0,
		"ROUTE_GATEWAY_CIDR":        1,
		"ROUTE_METRIC":              2,
		"ROUTE_INTERFACE":           3,
	}
)

Enum value maps for RouteElements.

View Source
var (
	IPType_name = map[int32]string{
		0: "IPV4",
		1: "IPV6",
	}
	IPType_value = map[string]int32{
		"IPV4": 0,
		"IPV6": 1,
	}
)

Enum value maps for IPType.

View Source
var (
	LinkAddressAssignment_name = map[int32]string{
		0: "STATIC",
		1: "DHCP",
		2: "L2TP",
	}
	LinkAddressAssignment_value = map[string]int32{
		"STATIC": 0,
		"DHCP":   1,
		"L2TP":   2,
	}
)

Enum value maps for LinkAddressAssignment.

View Source
var (
	LinkMACAddressAssignment_name = map[int32]string{
		0: "HW",
		1: "RANDOM",
		2: "STATIC_RANDOM",
		3: "PREDEFINED",
	}
	LinkMACAddressAssignment_value = map[string]int32{
		"HW":            0,
		"RANDOM":        1,
		"STATIC_RANDOM": 2,
		"PREDEFINED":    3,
	}
)

Enum value maps for LinkMACAddressAssignment.

View Source
var (
	NeighborElements_name = map[int32]string{
		0: "NEIGHBOR_ADDRESS",
		1: "NEIGHBOR_MACADDRESS",
		2: "STATE",
	}
	NeighborElements_value = map[string]int32{
		"NEIGHBOR_ADDRESS":    0,
		"NEIGHBOR_MACADDRESS": 1,
		"STATE":               2,
	}
)

Enum value maps for NeighborElements.

View Source
var (
	NeighborState_name = map[int32]string{
		0: "PERMANENT",
		1: "NOARP",
		2: "STALE",
		3: "REACHABLE",
		5: "NONE",
		6: "INCOMPLETE",
		7: "DELAY",
		8: "PROBE",
		9: "FAILED",
	}
	NeighborState_value = map[string]int32{
		"PERMANENT":  0,
		"NOARP":      1,
		"STALE":      2,
		"REACHABLE":  3,
		"NONE":       5,
		"INCOMPLETE": 6,
		"DELAY":      7,
		"PROBE":      8,
		"FAILED":     9,
	}
)

Enum value maps for NeighborState.

View Source
var (
	AddressFamily_name = map[int32]string{
		0: "ADDR_IP",
		1: "ADDR_IP6",
		2: "ADDR_INET",
		3: "ADDR_ARP",
		4: "ADDR_BRIDGE",
		5: "ADDR_NETDEV",
	}
	AddressFamily_value = map[string]int32{
		"ADDR_IP":     0,
		"ADDR_IP6":    1,
		"ADDR_INET":   2,
		"ADDR_ARP":    3,
		"ADDR_BRIDGE": 4,
		"ADDR_NETDEV": 5,
	}
)

Enum value maps for AddressFamily.

View Source
var (
	TableElements_name = map[int32]string{
		0: "TABLE_FAMILY",
		1: "TABLE_NAME",
	}
	TableElements_value = map[string]int32{
		"TABLE_FAMILY": 0,
		"TABLE_NAME":   1,
	}
)

Enum value maps for TableElements.

View Source
var (
	ChainTypes_name = map[int32]string{
		0: "FILTER",
		1: "NAT",
		2: "ROUTE",
	}
	ChainTypes_value = map[string]int32{
		"FILTER": 0,
		"NAT":    1,
		"ROUTE":  2,
	}
)

Enum value maps for ChainTypes.

View Source
var (
	ChainElements_name = map[int32]string{
		0: "CHAIN_TYPE",
		1: "CHAIN_NAME",
	}
	ChainElements_value = map[string]int32{
		"CHAIN_TYPE": 0,
		"CHAIN_NAME": 1,
	}
)

Enum value maps for ChainElements.

View Source
var (
	RuleElements_name = map[int32]string{
		0: "RULE_DEFAULT_ACTION",
		1: "RULE_NAME",
	}
	RuleElements_value = map[string]int32{
		"RULE_DEFAULT_ACTION": 0,
		"RULE_NAME":           1,
	}
)

Enum value maps for RuleElements.

View Source
var File_node_control_proto protoreflect.FileDescriptor
View Source
var NodeControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "v1alpha1.NodeControllerService",
	HandlerType: (*NodeControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateLink",
			Handler:    _NodeControllerService_CreateLink_Handler,
		},
		{
			MethodName: "UpdateLink",
			Handler:    _NodeControllerService_UpdateLink_Handler,
		},
		{
			MethodName: "DeleteLink",
			Handler:    _NodeControllerService_DeleteLink_Handler,
		},
		{
			MethodName: "GetLink",
			Handler:    _NodeControllerService_GetLink_Handler,
		},
		{
			MethodName: "GetAllLinks",
			Handler:    _NodeControllerService_GetAllLinks_Handler,
		},
		{
			MethodName: "CreateStaticRoute",
			Handler:    _NodeControllerService_CreateStaticRoute_Handler,
		},
		{
			MethodName: "DeleteStaticRoute",
			Handler:    _NodeControllerService_DeleteStaticRoute_Handler,
		},
		{
			MethodName: "UpdateStaticRoute",
			Handler:    _NodeControllerService_UpdateStaticRoute_Handler,
		},
		{
			MethodName: "GetRoute",
			Handler:    _NodeControllerService_GetRoute_Handler,
		},
		{
			MethodName: "GetAllRoutes",
			Handler:    _NodeControllerService_GetAllRoutes_Handler,
		},
		{
			MethodName: "GetNeighbor",
			Handler:    _NodeControllerService_GetNeighbor_Handler,
		},
		{
			MethodName: "GetAllNeighbors",
			Handler:    _NodeControllerService_GetAllNeighbors_Handler,
		},
		{
			MethodName: "CreateNeighbor",
			Handler:    _NodeControllerService_CreateNeighbor_Handler,
		},
		{
			MethodName: "DeleteNeighbor",
			Handler:    _NodeControllerService_DeleteNeighbor_Handler,
		},
		{
			MethodName: "UpdateNeighbor",
			Handler:    _NodeControllerService_UpdateNeighbor_Handler,
		},
		{
			MethodName: "GetAddress",
			Handler:    _NodeControllerService_GetAddress_Handler,
		},
		{
			MethodName: "GetAllAddresses",
			Handler:    _NodeControllerService_GetAllAddresses_Handler,
		},
		{
			MethodName: "CreateAddress",
			Handler:    _NodeControllerService_CreateAddress_Handler,
		},
		{
			MethodName: "DeleteAddress",
			Handler:    _NodeControllerService_DeleteAddress_Handler,
		},
		{
			MethodName: "UpdateAddress",
			Handler:    _NodeControllerService_UpdateAddress_Handler,
		},
		{
			MethodName: "GetSysctl",
			Handler:    _NodeControllerService_GetSysctl_Handler,
		},
		{
			MethodName: "SetSysctl",
			Handler:    _NodeControllerService_SetSysctl_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "node_control.proto",
}

NodeControllerService_ServiceDesc is the grpc.ServiceDesc for NodeControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var NodeFirewallControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "v1alpha1.NodeFirewallControllerService",
	HandlerType: (*NodeFirewallControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetTable",
			Handler:    _NodeFirewallControllerService_GetTable_Handler,
		},
		{
			MethodName: "GetAllTables",
			Handler:    _NodeFirewallControllerService_GetAllTables_Handler,
		},
		{
			MethodName: "DeleteTable",
			Handler:    _NodeFirewallControllerService_DeleteTable_Handler,
		},
		{
			MethodName: "CreateTable",
			Handler:    _NodeFirewallControllerService_CreateTable_Handler,
		},
		{
			MethodName: "UpdateTable",
			Handler:    _NodeFirewallControllerService_UpdateTable_Handler,
		},
		{
			MethodName: "GetChain",
			Handler:    _NodeFirewallControllerService_GetChain_Handler,
		},
		{
			MethodName: "GetAllChains",
			Handler:    _NodeFirewallControllerService_GetAllChains_Handler,
		},
		{
			MethodName: "DeleteChain",
			Handler:    _NodeFirewallControllerService_DeleteChain_Handler,
		},
		{
			MethodName: "CreateChain",
			Handler:    _NodeFirewallControllerService_CreateChain_Handler,
		},
		{
			MethodName: "UpdateChain",
			Handler:    _NodeFirewallControllerService_UpdateChain_Handler,
		},
		{
			MethodName: "GetRule",
			Handler:    _NodeFirewallControllerService_GetRule_Handler,
		},
		{
			MethodName: "GetAllRules",
			Handler:    _NodeFirewallControllerService_GetAllRules_Handler,
		},
		{
			MethodName: "DeleteRule",
			Handler:    _NodeFirewallControllerService_DeleteRule_Handler,
		},
		{
			MethodName: "CreateRule",
			Handler:    _NodeFirewallControllerService_CreateRule_Handler,
		},
		{
			MethodName: "UpdateRule",
			Handler:    _NodeFirewallControllerService_UpdateRule_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "node_control.proto",
}

NodeFirewallControllerService_ServiceDesc is the grpc.ServiceDesc for NodeFirewallControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var NodeVPNControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "v1alpha1.NodeVPNControllerService",
	HandlerType: (*NodeVPNControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetL2TPTunnel",
			Handler:    _NodeVPNControllerService_GetL2TPTunnel_Handler,
		},
		{
			MethodName: "GetAllL2TPTunnels",
			Handler:    _NodeVPNControllerService_GetAllL2TPTunnels_Handler,
		},
		{
			MethodName: "DeleteL2TPTunnel",
			Handler:    _NodeVPNControllerService_DeleteL2TPTunnel_Handler,
		},
		{
			MethodName: "CreateL2TPTunnel",
			Handler:    _NodeVPNControllerService_CreateL2TPTunnel_Handler,
		},
		{
			MethodName: "UpdateL2TPTunnel",
			Handler:    _NodeVPNControllerService_UpdateL2TPTunnel_Handler,
		},
		{
			MethodName: "GetIPSecTunnel",
			Handler:    _NodeVPNControllerService_GetIPSecTunnel_Handler,
		},
		{
			MethodName: "GetAllIPSecTunnels",
			Handler:    _NodeVPNControllerService_GetAllIPSecTunnels_Handler,
		},
		{
			MethodName: "DeleteIPSecTunnel",
			Handler:    _NodeVPNControllerService_DeleteIPSecTunnel_Handler,
		},
		{
			MethodName: "CreateIPSecTunnel",
			Handler:    _NodeVPNControllerService_CreateIPSecTunnel_Handler,
		},
		{
			MethodName: "UpdateIPSecTunnel",
			Handler:    _NodeVPNControllerService_UpdateIPSecTunnel_Handler,
		},
		{
			MethodName: "GetWireguardTunnel",
			Handler:    _NodeVPNControllerService_GetWireguardTunnel_Handler,
		},
		{
			MethodName: "GetAllWireguardTunnels",
			Handler:    _NodeVPNControllerService_GetAllWireguardTunnels_Handler,
		},
		{
			MethodName: "DeleteWireguardTunnel",
			Handler:    _NodeVPNControllerService_DeleteWireguardTunnel_Handler,
		},
		{
			MethodName: "CreateWireguardTunnel",
			Handler:    _NodeVPNControllerService_CreateWireguardTunnel_Handler,
		},
		{
			MethodName: "UpdateWireguardTunnel",
			Handler:    _NodeVPNControllerService_UpdateWireguardTunnel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "node_control.proto",
}

NodeVPNControllerService_ServiceDesc is the grpc.ServiceDesc for NodeVPNControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterNodeControllerServiceServer

func RegisterNodeControllerServiceServer(s grpc.ServiceRegistrar, srv NodeControllerServiceServer)

func RegisterNodeFirewallControllerServiceServer

func RegisterNodeFirewallControllerServiceServer(s grpc.ServiceRegistrar, srv NodeFirewallControllerServiceServer)

func RegisterNodeVPNControllerServiceServer

func RegisterNodeVPNControllerServiceServer(s grpc.ServiceRegistrar, srv NodeVPNControllerServiceServer)

Types

type AddressFamily

type AddressFamily int32
const (
	AddressFamily_ADDR_IP     AddressFamily = 0
	AddressFamily_ADDR_IP6    AddressFamily = 1
	AddressFamily_ADDR_INET   AddressFamily = 2
	AddressFamily_ADDR_ARP    AddressFamily = 3
	AddressFamily_ADDR_BRIDGE AddressFamily = 4
	AddressFamily_ADDR_NETDEV AddressFamily = 5
)

func (AddressFamily) Descriptor

func (AddressFamily) Enum

func (x AddressFamily) Enum() *AddressFamily

func (AddressFamily) EnumDescriptor deprecated

func (AddressFamily) EnumDescriptor() ([]byte, []int)

Deprecated: Use AddressFamily.Descriptor instead.

func (AddressFamily) Number

func (AddressFamily) String

func (x AddressFamily) String() string

func (AddressFamily) Type

type Chain

type Chain struct {
	Type ChainTypes `protobuf:"varint,1,opt,name=type,proto3,enum=v1alpha1.ChainTypes" json:"type,omitempty"`
	Name string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Chain) Descriptor deprecated

func (*Chain) Descriptor() ([]byte, []int)

Deprecated: Use Chain.ProtoReflect.Descriptor instead.

func (*Chain) GetName

func (x *Chain) GetName() string

func (*Chain) GetType

func (x *Chain) GetType() ChainTypes

func (*Chain) ProtoMessage

func (*Chain) ProtoMessage()

func (*Chain) ProtoReflect

func (x *Chain) ProtoReflect() protoreflect.Message

func (*Chain) Reset

func (x *Chain) Reset()

func (*Chain) String

func (x *Chain) String() string

type ChainElements

type ChainElements int32
const (
	ChainElements_CHAIN_TYPE ChainElements = 0
	ChainElements_CHAIN_NAME ChainElements = 1
)

func (ChainElements) Descriptor

func (ChainElements) Enum

func (x ChainElements) Enum() *ChainElements

func (ChainElements) EnumDescriptor deprecated

func (ChainElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChainElements.Descriptor instead.

func (ChainElements) Number

func (ChainElements) String

func (x ChainElements) String() string

func (ChainElements) Type

type ChainTypes

type ChainTypes int32
const (
	ChainTypes_FILTER ChainTypes = 0
	ChainTypes_NAT    ChainTypes = 1
	ChainTypes_ROUTE  ChainTypes = 2
)

func (ChainTypes) Descriptor

func (ChainTypes) Descriptor() protoreflect.EnumDescriptor

func (ChainTypes) Enum

func (x ChainTypes) Enum() *ChainTypes

func (ChainTypes) EnumDescriptor deprecated

func (ChainTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChainTypes.Descriptor instead.

func (ChainTypes) Number

func (x ChainTypes) Number() protoreflect.EnumNumber

func (ChainTypes) String

func (x ChainTypes) String() string

func (ChainTypes) Type

type CreateAddressRequest

type CreateAddressRequest struct {
	// contains filtered or unexported fields
}

func (*CreateAddressRequest) Descriptor deprecated

func (*CreateAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAddressRequest.ProtoReflect.Descriptor instead.

func (*CreateAddressRequest) ProtoMessage

func (*CreateAddressRequest) ProtoMessage()

func (*CreateAddressRequest) ProtoReflect

func (x *CreateAddressRequest) ProtoReflect() protoreflect.Message

func (*CreateAddressRequest) Reset

func (x *CreateAddressRequest) Reset()

func (*CreateAddressRequest) String

func (x *CreateAddressRequest) String() string

type CreateAddressResponse

type CreateAddressResponse struct {
	// contains filtered or unexported fields
}

func (*CreateAddressResponse) Descriptor deprecated

func (*CreateAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAddressResponse.ProtoReflect.Descriptor instead.

func (*CreateAddressResponse) ProtoMessage

func (*CreateAddressResponse) ProtoMessage()

func (*CreateAddressResponse) ProtoReflect

func (x *CreateAddressResponse) ProtoReflect() protoreflect.Message

func (*CreateAddressResponse) Reset

func (x *CreateAddressResponse) Reset()

func (*CreateAddressResponse) String

func (x *CreateAddressResponse) String() string

type CreateChainRequest

type CreateChainRequest struct {
	// contains filtered or unexported fields
}

func (*CreateChainRequest) Descriptor deprecated

func (*CreateChainRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateChainRequest.ProtoReflect.Descriptor instead.

func (*CreateChainRequest) ProtoMessage

func (*CreateChainRequest) ProtoMessage()

func (*CreateChainRequest) ProtoReflect

func (x *CreateChainRequest) ProtoReflect() protoreflect.Message

func (*CreateChainRequest) Reset

func (x *CreateChainRequest) Reset()

func (*CreateChainRequest) String

func (x *CreateChainRequest) String() string

type CreateChainResponse

type CreateChainResponse struct {
	// contains filtered or unexported fields
}

func (*CreateChainResponse) Descriptor deprecated

func (*CreateChainResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateChainResponse.ProtoReflect.Descriptor instead.

func (*CreateChainResponse) ProtoMessage

func (*CreateChainResponse) ProtoMessage()

func (*CreateChainResponse) ProtoReflect

func (x *CreateChainResponse) ProtoReflect() protoreflect.Message

func (*CreateChainResponse) Reset

func (x *CreateChainResponse) Reset()

func (*CreateChainResponse) String

func (x *CreateChainResponse) String() string

type CreateIPSecTunnelRequest

type CreateIPSecTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*CreateIPSecTunnelRequest) Descriptor deprecated

func (*CreateIPSecTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateIPSecTunnelRequest.ProtoReflect.Descriptor instead.

func (*CreateIPSecTunnelRequest) ProtoMessage

func (*CreateIPSecTunnelRequest) ProtoMessage()

func (*CreateIPSecTunnelRequest) ProtoReflect

func (x *CreateIPSecTunnelRequest) ProtoReflect() protoreflect.Message

func (*CreateIPSecTunnelRequest) Reset

func (x *CreateIPSecTunnelRequest) Reset()

func (*CreateIPSecTunnelRequest) String

func (x *CreateIPSecTunnelRequest) String() string

type CreateIPSecTunnelResponse

type CreateIPSecTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*CreateIPSecTunnelResponse) Descriptor deprecated

func (*CreateIPSecTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateIPSecTunnelResponse.ProtoReflect.Descriptor instead.

func (*CreateIPSecTunnelResponse) ProtoMessage

func (*CreateIPSecTunnelResponse) ProtoMessage()

func (*CreateIPSecTunnelResponse) ProtoReflect

func (*CreateIPSecTunnelResponse) Reset

func (x *CreateIPSecTunnelResponse) Reset()

func (*CreateIPSecTunnelResponse) String

func (x *CreateIPSecTunnelResponse) String() string

type CreateL2TPTunnelRequest

type CreateL2TPTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*CreateL2TPTunnelRequest) Descriptor deprecated

func (*CreateL2TPTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateL2TPTunnelRequest.ProtoReflect.Descriptor instead.

func (*CreateL2TPTunnelRequest) ProtoMessage

func (*CreateL2TPTunnelRequest) ProtoMessage()

func (*CreateL2TPTunnelRequest) ProtoReflect

func (x *CreateL2TPTunnelRequest) ProtoReflect() protoreflect.Message

func (*CreateL2TPTunnelRequest) Reset

func (x *CreateL2TPTunnelRequest) Reset()

func (*CreateL2TPTunnelRequest) String

func (x *CreateL2TPTunnelRequest) String() string

type CreateL2TPTunnelResponse

type CreateL2TPTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*CreateL2TPTunnelResponse) Descriptor deprecated

func (*CreateL2TPTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateL2TPTunnelResponse.ProtoReflect.Descriptor instead.

func (*CreateL2TPTunnelResponse) ProtoMessage

func (*CreateL2TPTunnelResponse) ProtoMessage()

func (*CreateL2TPTunnelResponse) ProtoReflect

func (x *CreateL2TPTunnelResponse) ProtoReflect() protoreflect.Message

func (*CreateL2TPTunnelResponse) Reset

func (x *CreateL2TPTunnelResponse) Reset()

func (*CreateL2TPTunnelResponse) String

func (x *CreateL2TPTunnelResponse) String() string

type CreateLinkRequest

type CreateLinkRequest struct {

	// Describes a link that should be created with this request.
	Link *Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLinkRequest) Descriptor deprecated

func (*CreateLinkRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateLinkRequest.ProtoReflect.Descriptor instead.

func (x *CreateLinkRequest) GetLink() *Link

func (*CreateLinkRequest) ProtoMessage

func (*CreateLinkRequest) ProtoMessage()

func (*CreateLinkRequest) ProtoReflect

func (x *CreateLinkRequest) ProtoReflect() protoreflect.Message

func (*CreateLinkRequest) Reset

func (x *CreateLinkRequest) Reset()

func (*CreateLinkRequest) String

func (x *CreateLinkRequest) String() string

type CreateLinkResponse

type CreateLinkResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with creating this link.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLinkResponse) Descriptor deprecated

func (*CreateLinkResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateLinkResponse.ProtoReflect.Descriptor instead.

func (*CreateLinkResponse) GetError

func (x *CreateLinkResponse) GetError() string

func (*CreateLinkResponse) GetStatusCode

func (x *CreateLinkResponse) GetStatusCode() ReturnStatusCodes

func (*CreateLinkResponse) ProtoMessage

func (*CreateLinkResponse) ProtoMessage()

func (*CreateLinkResponse) ProtoReflect

func (x *CreateLinkResponse) ProtoReflect() protoreflect.Message

func (*CreateLinkResponse) Reset

func (x *CreateLinkResponse) Reset()

func (*CreateLinkResponse) String

func (x *CreateLinkResponse) String() string

type CreateNeighborRequest

type CreateNeighborRequest struct {

	// Describe the negibor to be added to the ARP cache with this request.
	Neighbor *Neighbor `protobuf:"bytes,1,opt,name=neighbor,proto3" json:"neighbor,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNeighborRequest) Descriptor deprecated

func (*CreateNeighborRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateNeighborRequest.ProtoReflect.Descriptor instead.

func (*CreateNeighborRequest) GetNeighbor

func (x *CreateNeighborRequest) GetNeighbor() *Neighbor

func (*CreateNeighborRequest) ProtoMessage

func (*CreateNeighborRequest) ProtoMessage()

func (*CreateNeighborRequest) ProtoReflect

func (x *CreateNeighborRequest) ProtoReflect() protoreflect.Message

func (*CreateNeighborRequest) Reset

func (x *CreateNeighborRequest) Reset()

func (*CreateNeighborRequest) String

func (x *CreateNeighborRequest) String() string

type CreateNeighborResponse

type CreateNeighborResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this neighbor schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNeighborResponse) Descriptor deprecated

func (*CreateNeighborResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateNeighborResponse.ProtoReflect.Descriptor instead.

func (*CreateNeighborResponse) GetError

func (x *CreateNeighborResponse) GetError() string

func (*CreateNeighborResponse) GetStatusCode

func (x *CreateNeighborResponse) GetStatusCode() ReturnStatusCodes

func (*CreateNeighborResponse) ProtoMessage

func (*CreateNeighborResponse) ProtoMessage()

func (*CreateNeighborResponse) ProtoReflect

func (x *CreateNeighborResponse) ProtoReflect() protoreflect.Message

func (*CreateNeighborResponse) Reset

func (x *CreateNeighborResponse) Reset()

func (*CreateNeighborResponse) String

func (x *CreateNeighborResponse) String() string

type CreateRuleRequest

type CreateRuleRequest struct {
	// contains filtered or unexported fields
}

func (*CreateRuleRequest) Descriptor deprecated

func (*CreateRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRuleRequest.ProtoReflect.Descriptor instead.

func (*CreateRuleRequest) ProtoMessage

func (*CreateRuleRequest) ProtoMessage()

func (*CreateRuleRequest) ProtoReflect

func (x *CreateRuleRequest) ProtoReflect() protoreflect.Message

func (*CreateRuleRequest) Reset

func (x *CreateRuleRequest) Reset()

func (*CreateRuleRequest) String

func (x *CreateRuleRequest) String() string

type CreateRuleResponse

type CreateRuleResponse struct {
	// contains filtered or unexported fields
}

func (*CreateRuleResponse) Descriptor deprecated

func (*CreateRuleResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateRuleResponse.ProtoReflect.Descriptor instead.

func (*CreateRuleResponse) ProtoMessage

func (*CreateRuleResponse) ProtoMessage()

func (*CreateRuleResponse) ProtoReflect

func (x *CreateRuleResponse) ProtoReflect() protoreflect.Message

func (*CreateRuleResponse) Reset

func (x *CreateRuleResponse) Reset()

func (*CreateRuleResponse) String

func (x *CreateRuleResponse) String() string

type CreateStaticRouteRequest

type CreateStaticRouteRequest struct {

	// Can create one routes with a single request.
	Route *Route `protobuf:"bytes,1,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateStaticRouteRequest) Descriptor deprecated

func (*CreateStaticRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateStaticRouteRequest.ProtoReflect.Descriptor instead.

func (*CreateStaticRouteRequest) GetRoute

func (x *CreateStaticRouteRequest) GetRoute() *Route

func (*CreateStaticRouteRequest) ProtoMessage

func (*CreateStaticRouteRequest) ProtoMessage()

func (*CreateStaticRouteRequest) ProtoReflect

func (x *CreateStaticRouteRequest) ProtoReflect() protoreflect.Message

func (*CreateStaticRouteRequest) Reset

func (x *CreateStaticRouteRequest) Reset()

func (*CreateStaticRouteRequest) String

func (x *CreateStaticRouteRequest) String() string

type CreateStaticRouteResponse

type CreateStaticRouteResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was adding the routes.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateStaticRouteResponse) Descriptor deprecated

func (*CreateStaticRouteResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateStaticRouteResponse.ProtoReflect.Descriptor instead.

func (*CreateStaticRouteResponse) GetError

func (x *CreateStaticRouteResponse) GetError() string

func (*CreateStaticRouteResponse) GetStatusCode

func (x *CreateStaticRouteResponse) GetStatusCode() ReturnStatusCodes

func (*CreateStaticRouteResponse) ProtoMessage

func (*CreateStaticRouteResponse) ProtoMessage()

func (*CreateStaticRouteResponse) ProtoReflect

func (*CreateStaticRouteResponse) Reset

func (x *CreateStaticRouteResponse) Reset()

func (*CreateStaticRouteResponse) String

func (x *CreateStaticRouteResponse) String() string

type CreateTableRequest

type CreateTableRequest struct {
	Table *Table `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTableRequest) Descriptor deprecated

func (*CreateTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTableRequest.ProtoReflect.Descriptor instead.

func (*CreateTableRequest) GetTable

func (x *CreateTableRequest) GetTable() *Table

func (*CreateTableRequest) ProtoMessage

func (*CreateTableRequest) ProtoMessage()

func (*CreateTableRequest) ProtoReflect

func (x *CreateTableRequest) ProtoReflect() protoreflect.Message

func (*CreateTableRequest) Reset

func (x *CreateTableRequest) Reset()

func (*CreateTableRequest) String

func (x *CreateTableRequest) String() string

type CreateTableResponse

type CreateTableResponse struct {
	// contains filtered or unexported fields
}

func (*CreateTableResponse) Descriptor deprecated

func (*CreateTableResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTableResponse.ProtoReflect.Descriptor instead.

func (*CreateTableResponse) ProtoMessage

func (*CreateTableResponse) ProtoMessage()

func (*CreateTableResponse) ProtoReflect

func (x *CreateTableResponse) ProtoReflect() protoreflect.Message

func (*CreateTableResponse) Reset

func (x *CreateTableResponse) Reset()

func (*CreateTableResponse) String

func (x *CreateTableResponse) String() string

type CreateWireguardTunnelRequest

type CreateWireguardTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*CreateWireguardTunnelRequest) Descriptor deprecated

func (*CreateWireguardTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWireguardTunnelRequest.ProtoReflect.Descriptor instead.

func (*CreateWireguardTunnelRequest) ProtoMessage

func (*CreateWireguardTunnelRequest) ProtoMessage()

func (*CreateWireguardTunnelRequest) ProtoReflect

func (*CreateWireguardTunnelRequest) Reset

func (x *CreateWireguardTunnelRequest) Reset()

func (*CreateWireguardTunnelRequest) String

type CreateWireguardTunnelResponse

type CreateWireguardTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*CreateWireguardTunnelResponse) Descriptor deprecated

func (*CreateWireguardTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateWireguardTunnelResponse.ProtoReflect.Descriptor instead.

func (*CreateWireguardTunnelResponse) ProtoMessage

func (*CreateWireguardTunnelResponse) ProtoMessage()

func (*CreateWireguardTunnelResponse) ProtoReflect

func (*CreateWireguardTunnelResponse) Reset

func (x *CreateWireguardTunnelResponse) Reset()

func (*CreateWireguardTunnelResponse) String

type DeleteAddressRequest

type DeleteAddressRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteAddressRequest) Descriptor deprecated

func (*DeleteAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAddressRequest.ProtoReflect.Descriptor instead.

func (*DeleteAddressRequest) ProtoMessage

func (*DeleteAddressRequest) ProtoMessage()

func (*DeleteAddressRequest) ProtoReflect

func (x *DeleteAddressRequest) ProtoReflect() protoreflect.Message

func (*DeleteAddressRequest) Reset

func (x *DeleteAddressRequest) Reset()

func (*DeleteAddressRequest) String

func (x *DeleteAddressRequest) String() string

type DeleteAddressResponse

type DeleteAddressResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAddressResponse) Descriptor deprecated

func (*DeleteAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAddressResponse.ProtoReflect.Descriptor instead.

func (*DeleteAddressResponse) ProtoMessage

func (*DeleteAddressResponse) ProtoMessage()

func (*DeleteAddressResponse) ProtoReflect

func (x *DeleteAddressResponse) ProtoReflect() protoreflect.Message

func (*DeleteAddressResponse) Reset

func (x *DeleteAddressResponse) Reset()

func (*DeleteAddressResponse) String

func (x *DeleteAddressResponse) String() string

type DeleteChainRequest

type DeleteChainRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteChainRequest) Descriptor deprecated

func (*DeleteChainRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteChainRequest.ProtoReflect.Descriptor instead.

func (*DeleteChainRequest) ProtoMessage

func (*DeleteChainRequest) ProtoMessage()

func (*DeleteChainRequest) ProtoReflect

func (x *DeleteChainRequest) ProtoReflect() protoreflect.Message

func (*DeleteChainRequest) Reset

func (x *DeleteChainRequest) Reset()

func (*DeleteChainRequest) String

func (x *DeleteChainRequest) String() string

type DeleteChainResponse

type DeleteChainResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this chain schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The returned deleted chain object.
	Chain *Chain `protobuf:"bytes,3,opt,name=chain,proto3" json:"chain,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteChainResponse) Descriptor deprecated

func (*DeleteChainResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteChainResponse.ProtoReflect.Descriptor instead.

func (*DeleteChainResponse) GetChain

func (x *DeleteChainResponse) GetChain() *Chain

func (*DeleteChainResponse) GetError

func (x *DeleteChainResponse) GetError() string

func (*DeleteChainResponse) GetStatusCode

func (x *DeleteChainResponse) GetStatusCode() ReturnStatusCodes

func (*DeleteChainResponse) ProtoMessage

func (*DeleteChainResponse) ProtoMessage()

func (*DeleteChainResponse) ProtoReflect

func (x *DeleteChainResponse) ProtoReflect() protoreflect.Message

func (*DeleteChainResponse) Reset

func (x *DeleteChainResponse) Reset()

func (*DeleteChainResponse) String

func (x *DeleteChainResponse) String() string

type DeleteIPSecTunnelRequest

type DeleteIPSecTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteIPSecTunnelRequest) Descriptor deprecated

func (*DeleteIPSecTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteIPSecTunnelRequest.ProtoReflect.Descriptor instead.

func (*DeleteIPSecTunnelRequest) ProtoMessage

func (*DeleteIPSecTunnelRequest) ProtoMessage()

func (*DeleteIPSecTunnelRequest) ProtoReflect

func (x *DeleteIPSecTunnelRequest) ProtoReflect() protoreflect.Message

func (*DeleteIPSecTunnelRequest) Reset

func (x *DeleteIPSecTunnelRequest) Reset()

func (*DeleteIPSecTunnelRequest) String

func (x *DeleteIPSecTunnelRequest) String() string

type DeleteIPSecTunnelResponse

type DeleteIPSecTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteIPSecTunnelResponse) Descriptor deprecated

func (*DeleteIPSecTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteIPSecTunnelResponse.ProtoReflect.Descriptor instead.

func (*DeleteIPSecTunnelResponse) ProtoMessage

func (*DeleteIPSecTunnelResponse) ProtoMessage()

func (*DeleteIPSecTunnelResponse) ProtoReflect

func (*DeleteIPSecTunnelResponse) Reset

func (x *DeleteIPSecTunnelResponse) Reset()

func (*DeleteIPSecTunnelResponse) String

func (x *DeleteIPSecTunnelResponse) String() string

type DeleteL2TPTunnelRequest

type DeleteL2TPTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteL2TPTunnelRequest) Descriptor deprecated

func (*DeleteL2TPTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteL2TPTunnelRequest.ProtoReflect.Descriptor instead.

func (*DeleteL2TPTunnelRequest) ProtoMessage

func (*DeleteL2TPTunnelRequest) ProtoMessage()

func (*DeleteL2TPTunnelRequest) ProtoReflect

func (x *DeleteL2TPTunnelRequest) ProtoReflect() protoreflect.Message

func (*DeleteL2TPTunnelRequest) Reset

func (x *DeleteL2TPTunnelRequest) Reset()

func (*DeleteL2TPTunnelRequest) String

func (x *DeleteL2TPTunnelRequest) String() string

type DeleteL2TPTunnelResponse

type DeleteL2TPTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteL2TPTunnelResponse) Descriptor deprecated

func (*DeleteL2TPTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteL2TPTunnelResponse.ProtoReflect.Descriptor instead.

func (*DeleteL2TPTunnelResponse) ProtoMessage

func (*DeleteL2TPTunnelResponse) ProtoMessage()

func (*DeleteL2TPTunnelResponse) ProtoReflect

func (x *DeleteL2TPTunnelResponse) ProtoReflect() protoreflect.Message

func (*DeleteL2TPTunnelResponse) Reset

func (x *DeleteL2TPTunnelResponse) Reset()

func (*DeleteL2TPTunnelResponse) String

func (x *DeleteL2TPTunnelResponse) String() string

type DeleteLinkRequest

type DeleteLinkRequest struct {

	// Delete a link by name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLinkRequest) Descriptor deprecated

func (*DeleteLinkRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLinkRequest.ProtoReflect.Descriptor instead.

func (*DeleteLinkRequest) GetName

func (x *DeleteLinkRequest) GetName() string

func (*DeleteLinkRequest) ProtoMessage

func (*DeleteLinkRequest) ProtoMessage()

func (*DeleteLinkRequest) ProtoReflect

func (x *DeleteLinkRequest) ProtoReflect() protoreflect.Message

func (*DeleteLinkRequest) Reset

func (x *DeleteLinkRequest) Reset()

func (*DeleteLinkRequest) String

func (x *DeleteLinkRequest) String() string

type DeleteLinkResponse

type DeleteLinkResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was any deleting kernel links.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the deleted links that were removed
	// from the kernel with this request.
	DeletedLink *Link `protobuf:"bytes,3,opt,name=deleted_link,json=deletedLink,proto3" json:"deleted_link,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLinkResponse) Descriptor deprecated

func (*DeleteLinkResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLinkResponse.ProtoReflect.Descriptor instead.

func (x *DeleteLinkResponse) GetDeletedLink() *Link

func (*DeleteLinkResponse) GetError

func (x *DeleteLinkResponse) GetError() string

func (*DeleteLinkResponse) GetStatusCode

func (x *DeleteLinkResponse) GetStatusCode() ReturnStatusCodes

func (*DeleteLinkResponse) ProtoMessage

func (*DeleteLinkResponse) ProtoMessage()

func (*DeleteLinkResponse) ProtoReflect

func (x *DeleteLinkResponse) ProtoReflect() protoreflect.Message

func (*DeleteLinkResponse) Reset

func (x *DeleteLinkResponse) Reset()

func (*DeleteLinkResponse) String

func (x *DeleteLinkResponse) String() string

type DeleteNeighborRequest

type DeleteNeighborRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteNeighborRequest) Descriptor deprecated

func (*DeleteNeighborRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNeighborRequest.ProtoReflect.Descriptor instead.

func (*DeleteNeighborRequest) ProtoMessage

func (*DeleteNeighborRequest) ProtoMessage()

func (*DeleteNeighborRequest) ProtoReflect

func (x *DeleteNeighborRequest) ProtoReflect() protoreflect.Message

func (*DeleteNeighborRequest) Reset

func (x *DeleteNeighborRequest) Reset()

func (*DeleteNeighborRequest) String

func (x *DeleteNeighborRequest) String() string

type DeleteNeighborResponse

type DeleteNeighborResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this neighbor schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The returned deleted neighbor object.
	Neighbor *Neighbor `protobuf:"bytes,3,opt,name=neighbor,proto3" json:"neighbor,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNeighborResponse) Descriptor deprecated

func (*DeleteNeighborResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNeighborResponse.ProtoReflect.Descriptor instead.

func (*DeleteNeighborResponse) GetError

func (x *DeleteNeighborResponse) GetError() string

func (*DeleteNeighborResponse) GetNeighbor

func (x *DeleteNeighborResponse) GetNeighbor() *Neighbor

func (*DeleteNeighborResponse) GetStatusCode

func (x *DeleteNeighborResponse) GetStatusCode() ReturnStatusCodes

func (*DeleteNeighborResponse) ProtoMessage

func (*DeleteNeighborResponse) ProtoMessage()

func (*DeleteNeighborResponse) ProtoReflect

func (x *DeleteNeighborResponse) ProtoReflect() protoreflect.Message

func (*DeleteNeighborResponse) Reset

func (x *DeleteNeighborResponse) Reset()

func (*DeleteNeighborResponse) String

func (x *DeleteNeighborResponse) String() string

type DeleteRuleRequest

type DeleteRuleRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteRuleRequest) Descriptor deprecated

func (*DeleteRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteRuleRequest) ProtoMessage

func (*DeleteRuleRequest) ProtoMessage()

func (*DeleteRuleRequest) ProtoReflect

func (x *DeleteRuleRequest) ProtoReflect() protoreflect.Message

func (*DeleteRuleRequest) Reset

func (x *DeleteRuleRequest) Reset()

func (*DeleteRuleRequest) String

func (x *DeleteRuleRequest) String() string

type DeleteRuleResponse

type DeleteRuleResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRuleResponse) Descriptor deprecated

func (*DeleteRuleResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRuleResponse.ProtoReflect.Descriptor instead.

func (*DeleteRuleResponse) ProtoMessage

func (*DeleteRuleResponse) ProtoMessage()

func (*DeleteRuleResponse) ProtoReflect

func (x *DeleteRuleResponse) ProtoReflect() protoreflect.Message

func (*DeleteRuleResponse) Reset

func (x *DeleteRuleResponse) Reset()

func (*DeleteRuleResponse) String

func (x *DeleteRuleResponse) String() string

type DeleteStaticRouteRequest

type DeleteStaticRouteRequest struct {

	// Remove a route from the kernel.
	Route *Route `protobuf:"bytes,1,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteStaticRouteRequest) Descriptor deprecated

func (*DeleteStaticRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteStaticRouteRequest.ProtoReflect.Descriptor instead.

func (*DeleteStaticRouteRequest) GetRoute

func (x *DeleteStaticRouteRequest) GetRoute() *Route

func (*DeleteStaticRouteRequest) ProtoMessage

func (*DeleteStaticRouteRequest) ProtoMessage()

func (*DeleteStaticRouteRequest) ProtoReflect

func (x *DeleteStaticRouteRequest) ProtoReflect() protoreflect.Message

func (*DeleteStaticRouteRequest) Reset

func (x *DeleteStaticRouteRequest) Reset()

func (*DeleteStaticRouteRequest) String

func (x *DeleteStaticRouteRequest) String() string

type DeleteStaticRouteResponse

type DeleteStaticRouteResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this route schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the route struct that was removed from the kernel.
	Route *Route `protobuf:"bytes,3,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteStaticRouteResponse) Descriptor deprecated

func (*DeleteStaticRouteResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteStaticRouteResponse.ProtoReflect.Descriptor instead.

func (*DeleteStaticRouteResponse) GetError

func (x *DeleteStaticRouteResponse) GetError() string

func (*DeleteStaticRouteResponse) GetRoute

func (x *DeleteStaticRouteResponse) GetRoute() *Route

func (*DeleteStaticRouteResponse) GetStatusCode

func (x *DeleteStaticRouteResponse) GetStatusCode() ReturnStatusCodes

func (*DeleteStaticRouteResponse) ProtoMessage

func (*DeleteStaticRouteResponse) ProtoMessage()

func (*DeleteStaticRouteResponse) ProtoReflect

func (*DeleteStaticRouteResponse) Reset

func (x *DeleteStaticRouteResponse) Reset()

func (*DeleteStaticRouteResponse) String

func (x *DeleteStaticRouteResponse) String() string

type DeleteTableRequest

type DeleteTableRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteTableRequest) Descriptor deprecated

func (*DeleteTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTableRequest.ProtoReflect.Descriptor instead.

func (*DeleteTableRequest) ProtoMessage

func (*DeleteTableRequest) ProtoMessage()

func (*DeleteTableRequest) ProtoReflect

func (x *DeleteTableRequest) ProtoReflect() protoreflect.Message

func (*DeleteTableRequest) Reset

func (x *DeleteTableRequest) Reset()

func (*DeleteTableRequest) String

func (x *DeleteTableRequest) String() string

type DeleteTableResponse

type DeleteTableResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this table schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The returned deleted table object.
	Table *Table `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTableResponse) Descriptor deprecated

func (*DeleteTableResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTableResponse.ProtoReflect.Descriptor instead.

func (*DeleteTableResponse) GetError

func (x *DeleteTableResponse) GetError() string

func (*DeleteTableResponse) GetStatusCode

func (x *DeleteTableResponse) GetStatusCode() ReturnStatusCodes

func (*DeleteTableResponse) GetTable

func (x *DeleteTableResponse) GetTable() *Table

func (*DeleteTableResponse) ProtoMessage

func (*DeleteTableResponse) ProtoMessage()

func (*DeleteTableResponse) ProtoReflect

func (x *DeleteTableResponse) ProtoReflect() protoreflect.Message

func (*DeleteTableResponse) Reset

func (x *DeleteTableResponse) Reset()

func (*DeleteTableResponse) String

func (x *DeleteTableResponse) String() string

type DeleteWireguardTunnelRequest

type DeleteWireguardTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteWireguardTunnelRequest) Descriptor deprecated

func (*DeleteWireguardTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWireguardTunnelRequest.ProtoReflect.Descriptor instead.

func (*DeleteWireguardTunnelRequest) ProtoMessage

func (*DeleteWireguardTunnelRequest) ProtoMessage()

func (*DeleteWireguardTunnelRequest) ProtoReflect

func (*DeleteWireguardTunnelRequest) Reset

func (x *DeleteWireguardTunnelRequest) Reset()

func (*DeleteWireguardTunnelRequest) String

type DeleteWireguardTunnelResponse

type DeleteWireguardTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteWireguardTunnelResponse) Descriptor deprecated

func (*DeleteWireguardTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWireguardTunnelResponse.ProtoReflect.Descriptor instead.

func (*DeleteWireguardTunnelResponse) ProtoMessage

func (*DeleteWireguardTunnelResponse) ProtoMessage()

func (*DeleteWireguardTunnelResponse) ProtoReflect

func (*DeleteWireguardTunnelResponse) Reset

func (x *DeleteWireguardTunnelResponse) Reset()

func (*DeleteWireguardTunnelResponse) String

type GetAddressRequest

type GetAddressRequest struct {
	// contains filtered or unexported fields
}

func (*GetAddressRequest) Descriptor deprecated

func (*GetAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAddressRequest.ProtoReflect.Descriptor instead.

func (*GetAddressRequest) ProtoMessage

func (*GetAddressRequest) ProtoMessage()

func (*GetAddressRequest) ProtoReflect

func (x *GetAddressRequest) ProtoReflect() protoreflect.Message

func (*GetAddressRequest) Reset

func (x *GetAddressRequest) Reset()

func (*GetAddressRequest) String

func (x *GetAddressRequest) String() string

type GetAddressResponse

type GetAddressResponse struct {
	// contains filtered or unexported fields
}

func (*GetAddressResponse) Descriptor deprecated

func (*GetAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAddressResponse.ProtoReflect.Descriptor instead.

func (*GetAddressResponse) ProtoMessage

func (*GetAddressResponse) ProtoMessage()

func (*GetAddressResponse) ProtoReflect

func (x *GetAddressResponse) ProtoReflect() protoreflect.Message

func (*GetAddressResponse) Reset

func (x *GetAddressResponse) Reset()

func (*GetAddressResponse) String

func (x *GetAddressResponse) String() string

type GetAllAddressesRequest

type GetAllAddressesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllAddressesRequest) Descriptor deprecated

func (*GetAllAddressesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllAddressesRequest.ProtoReflect.Descriptor instead.

func (*GetAllAddressesRequest) ProtoMessage

func (*GetAllAddressesRequest) ProtoMessage()

func (*GetAllAddressesRequest) ProtoReflect

func (x *GetAllAddressesRequest) ProtoReflect() protoreflect.Message

func (*GetAllAddressesRequest) Reset

func (x *GetAllAddressesRequest) Reset()

func (*GetAllAddressesRequest) String

func (x *GetAllAddressesRequest) String() string

type GetAllAddressesResponse

type GetAllAddressesResponse struct {
	// contains filtered or unexported fields
}

func (*GetAllAddressesResponse) Descriptor deprecated

func (*GetAllAddressesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllAddressesResponse.ProtoReflect.Descriptor instead.

func (*GetAllAddressesResponse) ProtoMessage

func (*GetAllAddressesResponse) ProtoMessage()

func (*GetAllAddressesResponse) ProtoReflect

func (x *GetAllAddressesResponse) ProtoReflect() protoreflect.Message

func (*GetAllAddressesResponse) Reset

func (x *GetAllAddressesResponse) Reset()

func (*GetAllAddressesResponse) String

func (x *GetAllAddressesResponse) String() string

type GetAllChainsRequest

type GetAllChainsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllChainsRequest) Descriptor deprecated

func (*GetAllChainsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllChainsRequest.ProtoReflect.Descriptor instead.

func (*GetAllChainsRequest) ProtoMessage

func (*GetAllChainsRequest) ProtoMessage()

func (*GetAllChainsRequest) ProtoReflect

func (x *GetAllChainsRequest) ProtoReflect() protoreflect.Message

func (*GetAllChainsRequest) Reset

func (x *GetAllChainsRequest) Reset()

func (*GetAllChainsRequest) String

func (x *GetAllChainsRequest) String() string

type GetAllChainsResponse

type GetAllChainsResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with getting this chain schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The return chains from this operation.
	Chain []*Chain `protobuf:"bytes,3,rep,name=chain,proto3" json:"chain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllChainsResponse) Descriptor deprecated

func (*GetAllChainsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllChainsResponse.ProtoReflect.Descriptor instead.

func (*GetAllChainsResponse) GetChain

func (x *GetAllChainsResponse) GetChain() []*Chain

func (*GetAllChainsResponse) GetError

func (x *GetAllChainsResponse) GetError() string

func (*GetAllChainsResponse) GetStatusCode

func (x *GetAllChainsResponse) GetStatusCode() ReturnStatusCodes

func (*GetAllChainsResponse) ProtoMessage

func (*GetAllChainsResponse) ProtoMessage()

func (*GetAllChainsResponse) ProtoReflect

func (x *GetAllChainsResponse) ProtoReflect() protoreflect.Message

func (*GetAllChainsResponse) Reset

func (x *GetAllChainsResponse) Reset()

func (*GetAllChainsResponse) String

func (x *GetAllChainsResponse) String() string

type GetAllIPSecTunnelsRequest

type GetAllIPSecTunnelsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllIPSecTunnelsRequest) Descriptor deprecated

func (*GetAllIPSecTunnelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllIPSecTunnelsRequest.ProtoReflect.Descriptor instead.

func (*GetAllIPSecTunnelsRequest) ProtoMessage

func (*GetAllIPSecTunnelsRequest) ProtoMessage()

func (*GetAllIPSecTunnelsRequest) ProtoReflect

func (*GetAllIPSecTunnelsRequest) Reset

func (x *GetAllIPSecTunnelsRequest) Reset()

func (*GetAllIPSecTunnelsRequest) String

func (x *GetAllIPSecTunnelsRequest) String() string

type GetAllIPSecTunnelsResponse

type GetAllIPSecTunnelsResponse struct {
	// contains filtered or unexported fields
}

func (*GetAllIPSecTunnelsResponse) Descriptor deprecated

func (*GetAllIPSecTunnelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllIPSecTunnelsResponse.ProtoReflect.Descriptor instead.

func (*GetAllIPSecTunnelsResponse) ProtoMessage

func (*GetAllIPSecTunnelsResponse) ProtoMessage()

func (*GetAllIPSecTunnelsResponse) ProtoReflect

func (*GetAllIPSecTunnelsResponse) Reset

func (x *GetAllIPSecTunnelsResponse) Reset()

func (*GetAllIPSecTunnelsResponse) String

func (x *GetAllIPSecTunnelsResponse) String() string

type GetAllL2TPTunnelsRequest

type GetAllL2TPTunnelsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllL2TPTunnelsRequest) Descriptor deprecated

func (*GetAllL2TPTunnelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllL2TPTunnelsRequest.ProtoReflect.Descriptor instead.

func (*GetAllL2TPTunnelsRequest) ProtoMessage

func (*GetAllL2TPTunnelsRequest) ProtoMessage()

func (*GetAllL2TPTunnelsRequest) ProtoReflect

func (x *GetAllL2TPTunnelsRequest) ProtoReflect() protoreflect.Message

func (*GetAllL2TPTunnelsRequest) Reset

func (x *GetAllL2TPTunnelsRequest) Reset()

func (*GetAllL2TPTunnelsRequest) String

func (x *GetAllL2TPTunnelsRequest) String() string

type GetAllL2TPTunnelsResponse

type GetAllL2TPTunnelsResponse struct {
	// contains filtered or unexported fields
}

func (*GetAllL2TPTunnelsResponse) Descriptor deprecated

func (*GetAllL2TPTunnelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllL2TPTunnelsResponse.ProtoReflect.Descriptor instead.

func (*GetAllL2TPTunnelsResponse) ProtoMessage

func (*GetAllL2TPTunnelsResponse) ProtoMessage()

func (*GetAllL2TPTunnelsResponse) ProtoReflect

func (*GetAllL2TPTunnelsResponse) Reset

func (x *GetAllL2TPTunnelsResponse) Reset()

func (*GetAllL2TPTunnelsResponse) String

func (x *GetAllL2TPTunnelsResponse) String() string

type GetAllLinksRequest

type GetAllLinksRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllLinksRequest) Descriptor deprecated

func (*GetAllLinksRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllLinksRequest.ProtoReflect.Descriptor instead.

func (*GetAllLinksRequest) ProtoMessage

func (*GetAllLinksRequest) ProtoMessage()

func (*GetAllLinksRequest) ProtoReflect

func (x *GetAllLinksRequest) ProtoReflect() protoreflect.Message

func (*GetAllLinksRequest) Reset

func (x *GetAllLinksRequest) Reset()

func (*GetAllLinksRequest) String

func (x *GetAllLinksRequest) String() string

type GetAllLinksResponse

type GetAllLinksResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was any getting kernel interfaces.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the interface objects that are on the host.
	Links []*Link `protobuf:"bytes,3,rep,name=links,proto3" json:"links,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllLinksResponse) Descriptor deprecated

func (*GetAllLinksResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllLinksResponse.ProtoReflect.Descriptor instead.

func (*GetAllLinksResponse) GetError

func (x *GetAllLinksResponse) GetError() string
func (x *GetAllLinksResponse) GetLinks() []*Link

func (*GetAllLinksResponse) GetStatusCode

func (x *GetAllLinksResponse) GetStatusCode() ReturnStatusCodes

func (*GetAllLinksResponse) ProtoMessage

func (*GetAllLinksResponse) ProtoMessage()

func (*GetAllLinksResponse) ProtoReflect

func (x *GetAllLinksResponse) ProtoReflect() protoreflect.Message

func (*GetAllLinksResponse) Reset

func (x *GetAllLinksResponse) Reset()

func (*GetAllLinksResponse) String

func (x *GetAllLinksResponse) String() string

type GetAllNeighborsRequest

type GetAllNeighborsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllNeighborsRequest) Descriptor deprecated

func (*GetAllNeighborsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllNeighborsRequest.ProtoReflect.Descriptor instead.

func (*GetAllNeighborsRequest) ProtoMessage

func (*GetAllNeighborsRequest) ProtoMessage()

func (*GetAllNeighborsRequest) ProtoReflect

func (x *GetAllNeighborsRequest) ProtoReflect() protoreflect.Message

func (*GetAllNeighborsRequest) Reset

func (x *GetAllNeighborsRequest) Reset()

func (*GetAllNeighborsRequest) String

func (x *GetAllNeighborsRequest) String() string

type GetAllNeighborsResponse

type GetAllNeighborsResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this neighbor schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The neighbors that are returned.
	Neighbors []*Neighbor `protobuf:"bytes,3,rep,name=neighbors,proto3" json:"neighbors,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllNeighborsResponse) Descriptor deprecated

func (*GetAllNeighborsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllNeighborsResponse.ProtoReflect.Descriptor instead.

func (*GetAllNeighborsResponse) GetError

func (x *GetAllNeighborsResponse) GetError() string

func (*GetAllNeighborsResponse) GetNeighbors

func (x *GetAllNeighborsResponse) GetNeighbors() []*Neighbor

func (*GetAllNeighborsResponse) GetStatusCode

func (x *GetAllNeighborsResponse) GetStatusCode() ReturnStatusCodes

func (*GetAllNeighborsResponse) ProtoMessage

func (*GetAllNeighborsResponse) ProtoMessage()

func (*GetAllNeighborsResponse) ProtoReflect

func (x *GetAllNeighborsResponse) ProtoReflect() protoreflect.Message

func (*GetAllNeighborsResponse) Reset

func (x *GetAllNeighborsResponse) Reset()

func (*GetAllNeighborsResponse) String

func (x *GetAllNeighborsResponse) String() string

type GetAllRoutesRequest

type GetAllRoutesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllRoutesRequest) Descriptor deprecated

func (*GetAllRoutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllRoutesRequest.ProtoReflect.Descriptor instead.

func (*GetAllRoutesRequest) ProtoMessage

func (*GetAllRoutesRequest) ProtoMessage()

func (*GetAllRoutesRequest) ProtoReflect

func (x *GetAllRoutesRequest) ProtoReflect() protoreflect.Message

func (*GetAllRoutesRequest) Reset

func (x *GetAllRoutesRequest) Reset()

func (*GetAllRoutesRequest) String

func (x *GetAllRoutesRequest) String() string

type GetAllRoutesResponse

type GetAllRoutesResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was any getting kernel routes.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the route objects that are on the host.
	Routes []*Route `protobuf:"bytes,3,rep,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllRoutesResponse) Descriptor deprecated

func (*GetAllRoutesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllRoutesResponse.ProtoReflect.Descriptor instead.

func (*GetAllRoutesResponse) GetError

func (x *GetAllRoutesResponse) GetError() string

func (*GetAllRoutesResponse) GetRoutes

func (x *GetAllRoutesResponse) GetRoutes() []*Route

func (*GetAllRoutesResponse) GetStatusCode

func (x *GetAllRoutesResponse) GetStatusCode() ReturnStatusCodes

func (*GetAllRoutesResponse) ProtoMessage

func (*GetAllRoutesResponse) ProtoMessage()

func (*GetAllRoutesResponse) ProtoReflect

func (x *GetAllRoutesResponse) ProtoReflect() protoreflect.Message

func (*GetAllRoutesResponse) Reset

func (x *GetAllRoutesResponse) Reset()

func (*GetAllRoutesResponse) String

func (x *GetAllRoutesResponse) String() string

type GetAllRulesRequest

type GetAllRulesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllRulesRequest) Descriptor deprecated

func (*GetAllRulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllRulesRequest.ProtoReflect.Descriptor instead.

func (*GetAllRulesRequest) ProtoMessage

func (*GetAllRulesRequest) ProtoMessage()

func (*GetAllRulesRequest) ProtoReflect

func (x *GetAllRulesRequest) ProtoReflect() protoreflect.Message

func (*GetAllRulesRequest) Reset

func (x *GetAllRulesRequest) Reset()

func (*GetAllRulesRequest) String

func (x *GetAllRulesRequest) String() string

type GetAllRulesResponse

type GetAllRulesResponse struct {
	// contains filtered or unexported fields
}

func (*GetAllRulesResponse) Descriptor deprecated

func (*GetAllRulesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllRulesResponse.ProtoReflect.Descriptor instead.

func (*GetAllRulesResponse) ProtoMessage

func (*GetAllRulesResponse) ProtoMessage()

func (*GetAllRulesResponse) ProtoReflect

func (x *GetAllRulesResponse) ProtoReflect() protoreflect.Message

func (*GetAllRulesResponse) Reset

func (x *GetAllRulesResponse) Reset()

func (*GetAllRulesResponse) String

func (x *GetAllRulesResponse) String() string

type GetAllTablesRequest

type GetAllTablesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllTablesRequest) Descriptor deprecated

func (*GetAllTablesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllTablesRequest.ProtoReflect.Descriptor instead.

func (*GetAllTablesRequest) ProtoMessage

func (*GetAllTablesRequest) ProtoMessage()

func (*GetAllTablesRequest) ProtoReflect

func (x *GetAllTablesRequest) ProtoReflect() protoreflect.Message

func (*GetAllTablesRequest) Reset

func (x *GetAllTablesRequest) Reset()

func (*GetAllTablesRequest) String

func (x *GetAllTablesRequest) String() string

type GetAllTablesResponse

type GetAllTablesResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with getting this table schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The return tables from this operation.
	Table []*Table `protobuf:"bytes,3,rep,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllTablesResponse) Descriptor deprecated

func (*GetAllTablesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllTablesResponse.ProtoReflect.Descriptor instead.

func (*GetAllTablesResponse) GetError

func (x *GetAllTablesResponse) GetError() string

func (*GetAllTablesResponse) GetStatusCode

func (x *GetAllTablesResponse) GetStatusCode() ReturnStatusCodes

func (*GetAllTablesResponse) GetTable

func (x *GetAllTablesResponse) GetTable() []*Table

func (*GetAllTablesResponse) ProtoMessage

func (*GetAllTablesResponse) ProtoMessage()

func (*GetAllTablesResponse) ProtoReflect

func (x *GetAllTablesResponse) ProtoReflect() protoreflect.Message

func (*GetAllTablesResponse) Reset

func (x *GetAllTablesResponse) Reset()

func (*GetAllTablesResponse) String

func (x *GetAllTablesResponse) String() string

type GetAllWireguardTunnelsRequest

type GetAllWireguardTunnelsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllWireguardTunnelsRequest) Descriptor deprecated

func (*GetAllWireguardTunnelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllWireguardTunnelsRequest.ProtoReflect.Descriptor instead.

func (*GetAllWireguardTunnelsRequest) ProtoMessage

func (*GetAllWireguardTunnelsRequest) ProtoMessage()

func (*GetAllWireguardTunnelsRequest) ProtoReflect

func (*GetAllWireguardTunnelsRequest) Reset

func (x *GetAllWireguardTunnelsRequest) Reset()

func (*GetAllWireguardTunnelsRequest) String

type GetAllWireguardTunnelsResponse

type GetAllWireguardTunnelsResponse struct {
	// contains filtered or unexported fields
}

func (*GetAllWireguardTunnelsResponse) Descriptor deprecated

func (*GetAllWireguardTunnelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllWireguardTunnelsResponse.ProtoReflect.Descriptor instead.

func (*GetAllWireguardTunnelsResponse) ProtoMessage

func (*GetAllWireguardTunnelsResponse) ProtoMessage()

func (*GetAllWireguardTunnelsResponse) ProtoReflect

func (*GetAllWireguardTunnelsResponse) Reset

func (x *GetAllWireguardTunnelsResponse) Reset()

func (*GetAllWireguardTunnelsResponse) String

type GetChainRequest

type GetChainRequest struct {
	// contains filtered or unexported fields
}

func (*GetChainRequest) Descriptor deprecated

func (*GetChainRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetChainRequest.ProtoReflect.Descriptor instead.

func (*GetChainRequest) ProtoMessage

func (*GetChainRequest) ProtoMessage()

func (*GetChainRequest) ProtoReflect

func (x *GetChainRequest) ProtoReflect() protoreflect.Message

func (*GetChainRequest) Reset

func (x *GetChainRequest) Reset()

func (*GetChainRequest) String

func (x *GetChainRequest) String() string

type GetChainResponse

type GetChainResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with getting this chain schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The return chain from this operation.
	Chain *Chain `protobuf:"bytes,3,opt,name=chain,proto3" json:"chain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChainResponse) Descriptor deprecated

func (*GetChainResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetChainResponse.ProtoReflect.Descriptor instead.

func (*GetChainResponse) GetChain

func (x *GetChainResponse) GetChain() *Chain

func (*GetChainResponse) GetError

func (x *GetChainResponse) GetError() string

func (*GetChainResponse) GetStatusCode

func (x *GetChainResponse) GetStatusCode() ReturnStatusCodes

func (*GetChainResponse) ProtoMessage

func (*GetChainResponse) ProtoMessage()

func (*GetChainResponse) ProtoReflect

func (x *GetChainResponse) ProtoReflect() protoreflect.Message

func (*GetChainResponse) Reset

func (x *GetChainResponse) Reset()

func (*GetChainResponse) String

func (x *GetChainResponse) String() string

type GetIPSecTunnelRequest

type GetIPSecTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*GetIPSecTunnelRequest) Descriptor deprecated

func (*GetIPSecTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIPSecTunnelRequest.ProtoReflect.Descriptor instead.

func (*GetIPSecTunnelRequest) ProtoMessage

func (*GetIPSecTunnelRequest) ProtoMessage()

func (*GetIPSecTunnelRequest) ProtoReflect

func (x *GetIPSecTunnelRequest) ProtoReflect() protoreflect.Message

func (*GetIPSecTunnelRequest) Reset

func (x *GetIPSecTunnelRequest) Reset()

func (*GetIPSecTunnelRequest) String

func (x *GetIPSecTunnelRequest) String() string

type GetIPSecTunnelResponse

type GetIPSecTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*GetIPSecTunnelResponse) Descriptor deprecated

func (*GetIPSecTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIPSecTunnelResponse.ProtoReflect.Descriptor instead.

func (*GetIPSecTunnelResponse) ProtoMessage

func (*GetIPSecTunnelResponse) ProtoMessage()

func (*GetIPSecTunnelResponse) ProtoReflect

func (x *GetIPSecTunnelResponse) ProtoReflect() protoreflect.Message

func (*GetIPSecTunnelResponse) Reset

func (x *GetIPSecTunnelResponse) Reset()

func (*GetIPSecTunnelResponse) String

func (x *GetIPSecTunnelResponse) String() string

type GetL2TPTunnelRequest

type GetL2TPTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*GetL2TPTunnelRequest) Descriptor deprecated

func (*GetL2TPTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetL2TPTunnelRequest.ProtoReflect.Descriptor instead.

func (*GetL2TPTunnelRequest) ProtoMessage

func (*GetL2TPTunnelRequest) ProtoMessage()

func (*GetL2TPTunnelRequest) ProtoReflect

func (x *GetL2TPTunnelRequest) ProtoReflect() protoreflect.Message

func (*GetL2TPTunnelRequest) Reset

func (x *GetL2TPTunnelRequest) Reset()

func (*GetL2TPTunnelRequest) String

func (x *GetL2TPTunnelRequest) String() string

type GetL2TPTunnelResponse

type GetL2TPTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*GetL2TPTunnelResponse) Descriptor deprecated

func (*GetL2TPTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetL2TPTunnelResponse.ProtoReflect.Descriptor instead.

func (*GetL2TPTunnelResponse) ProtoMessage

func (*GetL2TPTunnelResponse) ProtoMessage()

func (*GetL2TPTunnelResponse) ProtoReflect

func (x *GetL2TPTunnelResponse) ProtoReflect() protoreflect.Message

func (*GetL2TPTunnelResponse) Reset

func (x *GetL2TPTunnelResponse) Reset()

func (*GetL2TPTunnelResponse) String

func (x *GetL2TPTunnelResponse) String() string

type GetLinkRequest

type GetLinkRequest struct {

	// Specify the elements that you want to sort by.
	FilterElems map[string]string `` /* 182-byte string literal not displayed */
	// Specify the maximum number of links/interfaces that you want back.
	MaxLinks int32 `protobuf:"varint,2,opt,name=max_links,json=maxLinks,proto3" json:"max_links,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLinkRequest) Descriptor deprecated

func (*GetLinkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLinkRequest.ProtoReflect.Descriptor instead.

func (*GetLinkRequest) GetFilterElems

func (x *GetLinkRequest) GetFilterElems() map[string]string
func (x *GetLinkRequest) GetMaxLinks() int32

func (*GetLinkRequest) ProtoMessage

func (*GetLinkRequest) ProtoMessage()

func (*GetLinkRequest) ProtoReflect

func (x *GetLinkRequest) ProtoReflect() protoreflect.Message

func (*GetLinkRequest) Reset

func (x *GetLinkRequest) Reset()

func (*GetLinkRequest) String

func (x *GetLinkRequest) String() string

type GetLinkResponse

type GetLinkResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was any getting kernel links.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the link objects that are on the host.
	Links []*Link `protobuf:"bytes,3,rep,name=links,proto3" json:"links,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLinkResponse) Descriptor deprecated

func (*GetLinkResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLinkResponse.ProtoReflect.Descriptor instead.

func (*GetLinkResponse) GetError

func (x *GetLinkResponse) GetError() string
func (x *GetLinkResponse) GetLinks() []*Link

func (*GetLinkResponse) GetStatusCode

func (x *GetLinkResponse) GetStatusCode() ReturnStatusCodes

func (*GetLinkResponse) ProtoMessage

func (*GetLinkResponse) ProtoMessage()

func (*GetLinkResponse) ProtoReflect

func (x *GetLinkResponse) ProtoReflect() protoreflect.Message

func (*GetLinkResponse) Reset

func (x *GetLinkResponse) Reset()

func (*GetLinkResponse) String

func (x *GetLinkResponse) String() string

type GetNeighborRequest

type GetNeighborRequest struct {

	// Specify the elements that you want to sort by.
	FilterElems map[string]string `` /* 182-byte string literal not displayed */
	// Specify the maximum number of neighbors that you want back.
	MaxNeighbors int32 `protobuf:"varint,2,opt,name=max_neighbors,json=maxNeighbors,proto3" json:"max_neighbors,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNeighborRequest) Descriptor deprecated

func (*GetNeighborRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNeighborRequest.ProtoReflect.Descriptor instead.

func (*GetNeighborRequest) GetFilterElems

func (x *GetNeighborRequest) GetFilterElems() map[string]string

func (*GetNeighborRequest) GetMaxNeighbors

func (x *GetNeighborRequest) GetMaxNeighbors() int32

func (*GetNeighborRequest) ProtoMessage

func (*GetNeighborRequest) ProtoMessage()

func (*GetNeighborRequest) ProtoReflect

func (x *GetNeighborRequest) ProtoReflect() protoreflect.Message

func (*GetNeighborRequest) Reset

func (x *GetNeighborRequest) Reset()

func (*GetNeighborRequest) String

func (x *GetNeighborRequest) String() string

type GetNeighborResponse

type GetNeighborResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating getting neighbor.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The neighbor that is returned.
	Neighbor *Neighbor `protobuf:"bytes,3,opt,name=neighbor,proto3" json:"neighbor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNeighborResponse) Descriptor deprecated

func (*GetNeighborResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNeighborResponse.ProtoReflect.Descriptor instead.

func (*GetNeighborResponse) GetError

func (x *GetNeighborResponse) GetError() string

func (*GetNeighborResponse) GetNeighbor

func (x *GetNeighborResponse) GetNeighbor() *Neighbor

func (*GetNeighborResponse) GetStatusCode

func (x *GetNeighborResponse) GetStatusCode() ReturnStatusCodes

func (*GetNeighborResponse) ProtoMessage

func (*GetNeighborResponse) ProtoMessage()

func (*GetNeighborResponse) ProtoReflect

func (x *GetNeighborResponse) ProtoReflect() protoreflect.Message

func (*GetNeighborResponse) Reset

func (x *GetNeighborResponse) Reset()

func (*GetNeighborResponse) String

func (x *GetNeighborResponse) String() string

type GetRouteRequest

type GetRouteRequest struct {

	// Specify the elements that you want to sort by.
	FilterElems map[string]string `` /* 182-byte string literal not displayed */
	// Specify the maximum number of routes that you want back.
	MaxRoutes int32 `protobuf:"varint,2,opt,name=max_routes,json=maxRoutes,proto3" json:"max_routes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRouteRequest) Descriptor deprecated

func (*GetRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRouteRequest.ProtoReflect.Descriptor instead.

func (*GetRouteRequest) GetFilterElems

func (x *GetRouteRequest) GetFilterElems() map[string]string

func (*GetRouteRequest) GetMaxRoutes

func (x *GetRouteRequest) GetMaxRoutes() int32

func (*GetRouteRequest) ProtoMessage

func (*GetRouteRequest) ProtoMessage()

func (*GetRouteRequest) ProtoReflect

func (x *GetRouteRequest) ProtoReflect() protoreflect.Message

func (*GetRouteRequest) Reset

func (x *GetRouteRequest) Reset()

func (*GetRouteRequest) String

func (x *GetRouteRequest) String() string

type GetRouteResponse

type GetRouteResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error string if there was any getting kernel routes.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// Returns the route objects that are on the host.
	Route *Route `protobuf:"bytes,3,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRouteResponse) Descriptor deprecated

func (*GetRouteResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRouteResponse.ProtoReflect.Descriptor instead.

func (*GetRouteResponse) GetError

func (x *GetRouteResponse) GetError() string

func (*GetRouteResponse) GetRoute

func (x *GetRouteResponse) GetRoute() *Route

func (*GetRouteResponse) GetStatusCode

func (x *GetRouteResponse) GetStatusCode() ReturnStatusCodes

func (*GetRouteResponse) ProtoMessage

func (*GetRouteResponse) ProtoMessage()

func (*GetRouteResponse) ProtoReflect

func (x *GetRouteResponse) ProtoReflect() protoreflect.Message

func (*GetRouteResponse) Reset

func (x *GetRouteResponse) Reset()

func (*GetRouteResponse) String

func (x *GetRouteResponse) String() string

type GetRuleRequest

type GetRuleRequest struct {
	// contains filtered or unexported fields
}

func (*GetRuleRequest) Descriptor deprecated

func (*GetRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleRequest.ProtoReflect.Descriptor instead.

func (*GetRuleRequest) ProtoMessage

func (*GetRuleRequest) ProtoMessage()

func (*GetRuleRequest) ProtoReflect

func (x *GetRuleRequest) ProtoReflect() protoreflect.Message

func (*GetRuleRequest) Reset

func (x *GetRuleRequest) Reset()

func (*GetRuleRequest) String

func (x *GetRuleRequest) String() string

type GetRuleResponse

type GetRuleResponse struct {
	// contains filtered or unexported fields
}

func (*GetRuleResponse) Descriptor deprecated

func (*GetRuleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleResponse.ProtoReflect.Descriptor instead.

func (*GetRuleResponse) ProtoMessage

func (*GetRuleResponse) ProtoMessage()

func (*GetRuleResponse) ProtoReflect

func (x *GetRuleResponse) ProtoReflect() protoreflect.Message

func (*GetRuleResponse) Reset

func (x *GetRuleResponse) Reset()

func (*GetRuleResponse) String

func (x *GetRuleResponse) String() string

type GetSysctlRequest

type GetSysctlRequest struct {

	// Present the string of the sysctl to be returned.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSysctlRequest) Descriptor deprecated

func (*GetSysctlRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSysctlRequest.ProtoReflect.Descriptor instead.

func (*GetSysctlRequest) GetName

func (x *GetSysctlRequest) GetName() string

func (*GetSysctlRequest) ProtoMessage

func (*GetSysctlRequest) ProtoMessage()

func (*GetSysctlRequest) ProtoReflect

func (x *GetSysctlRequest) ProtoReflect() protoreflect.Message

func (*GetSysctlRequest) Reset

func (x *GetSysctlRequest) Reset()

func (*GetSysctlRequest) String

func (x *GetSysctlRequest) String() string

type GetSysctlResponse

type GetSysctlResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with retrieving this sysctl.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The return value of this sysctl.
	Value int64 `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSysctlResponse) Descriptor deprecated

func (*GetSysctlResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSysctlResponse.ProtoReflect.Descriptor instead.

func (*GetSysctlResponse) GetError

func (x *GetSysctlResponse) GetError() string

func (*GetSysctlResponse) GetStatusCode

func (x *GetSysctlResponse) GetStatusCode() ReturnStatusCodes

func (*GetSysctlResponse) GetValue

func (x *GetSysctlResponse) GetValue() int64

func (*GetSysctlResponse) ProtoMessage

func (*GetSysctlResponse) ProtoMessage()

func (*GetSysctlResponse) ProtoReflect

func (x *GetSysctlResponse) ProtoReflect() protoreflect.Message

func (*GetSysctlResponse) Reset

func (x *GetSysctlResponse) Reset()

func (*GetSysctlResponse) String

func (x *GetSysctlResponse) String() string

type GetTableRequest

type GetTableRequest struct {
	// contains filtered or unexported fields
}

func (*GetTableRequest) Descriptor deprecated

func (*GetTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTableRequest.ProtoReflect.Descriptor instead.

func (*GetTableRequest) ProtoMessage

func (*GetTableRequest) ProtoMessage()

func (*GetTableRequest) ProtoReflect

func (x *GetTableRequest) ProtoReflect() protoreflect.Message

func (*GetTableRequest) Reset

func (x *GetTableRequest) Reset()

func (*GetTableRequest) String

func (x *GetTableRequest) String() string

type GetTableResponse

type GetTableResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with getting this table schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The return table from this operation.
	Table *Table `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableResponse) Descriptor deprecated

func (*GetTableResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTableResponse.ProtoReflect.Descriptor instead.

func (*GetTableResponse) GetError

func (x *GetTableResponse) GetError() string

func (*GetTableResponse) GetStatusCode

func (x *GetTableResponse) GetStatusCode() ReturnStatusCodes

func (*GetTableResponse) GetTable

func (x *GetTableResponse) GetTable() *Table

func (*GetTableResponse) ProtoMessage

func (*GetTableResponse) ProtoMessage()

func (*GetTableResponse) ProtoReflect

func (x *GetTableResponse) ProtoReflect() protoreflect.Message

func (*GetTableResponse) Reset

func (x *GetTableResponse) Reset()

func (*GetTableResponse) String

func (x *GetTableResponse) String() string

type GetWireguardTunnelRequest

type GetWireguardTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*GetWireguardTunnelRequest) Descriptor deprecated

func (*GetWireguardTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWireguardTunnelRequest.ProtoReflect.Descriptor instead.

func (*GetWireguardTunnelRequest) ProtoMessage

func (*GetWireguardTunnelRequest) ProtoMessage()

func (*GetWireguardTunnelRequest) ProtoReflect

func (*GetWireguardTunnelRequest) Reset

func (x *GetWireguardTunnelRequest) Reset()

func (*GetWireguardTunnelRequest) String

func (x *GetWireguardTunnelRequest) String() string

type GetWireguardTunnelResponse

type GetWireguardTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*GetWireguardTunnelResponse) Descriptor deprecated

func (*GetWireguardTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWireguardTunnelResponse.ProtoReflect.Descriptor instead.

func (*GetWireguardTunnelResponse) ProtoMessage

func (*GetWireguardTunnelResponse) ProtoMessage()

func (*GetWireguardTunnelResponse) ProtoReflect

func (*GetWireguardTunnelResponse) Reset

func (x *GetWireguardTunnelResponse) Reset()

func (*GetWireguardTunnelResponse) String

func (x *GetWireguardTunnelResponse) String() string

type IPAddress

type IPAddress struct {

	// Specify the type of this address.
	Type IPType `protobuf:"varint,1,opt,name=type,proto3,enum=v1alpha1.IPType" json:"type,omitempty"`
	// The array of bytes that make up the ip address.
	Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*IPAddress) Descriptor deprecated

func (*IPAddress) Descriptor() ([]byte, []int)

Deprecated: Use IPAddress.ProtoReflect.Descriptor instead.

func (*IPAddress) GetAddress

func (x *IPAddress) GetAddress() []byte

func (*IPAddress) GetType

func (x *IPAddress) GetType() IPType

func (*IPAddress) ProtoMessage

func (*IPAddress) ProtoMessage()

func (*IPAddress) ProtoReflect

func (x *IPAddress) ProtoReflect() protoreflect.Message

func (*IPAddress) Reset

func (x *IPAddress) Reset()

func (*IPAddress) String

func (x *IPAddress) String() string

type IPCIDR

type IPCIDR struct {
	Address *IPAddress `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Mask    *IPMask    `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

func (*IPCIDR) Descriptor deprecated

func (*IPCIDR) Descriptor() ([]byte, []int)

Deprecated: Use IPCIDR.ProtoReflect.Descriptor instead.

func (*IPCIDR) GetAddress

func (x *IPCIDR) GetAddress() *IPAddress

func (*IPCIDR) GetMask

func (x *IPCIDR) GetMask() *IPMask

func (*IPCIDR) ProtoMessage

func (*IPCIDR) ProtoMessage()

func (*IPCIDR) ProtoReflect

func (x *IPCIDR) ProtoReflect() protoreflect.Message

func (*IPCIDR) Reset

func (x *IPCIDR) Reset()

func (*IPCIDR) String

func (x *IPCIDR) String() string

type IPMask

type IPMask struct {

	// Specify the type of this mask.
	Type IPType `protobuf:"varint,1,opt,name=type,proto3,enum=v1alpha1.IPType" json:"type,omitempty"`
	// Specification of the number of 1s in the subnet mask for this address.
	//
	// An example is a /24 network or 255.255.255.0 subnet mask would be valued as 24.
	// Same with 255.0.0.0 or /8 network would be 8.
	//
	// The same thing applies for IPv6 addresses.
	Mask uint32 `protobuf:"varint,2,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

func (*IPMask) Descriptor deprecated

func (*IPMask) Descriptor() ([]byte, []int)

Deprecated: Use IPMask.ProtoReflect.Descriptor instead.

func (*IPMask) GetMask

func (x *IPMask) GetMask() uint32

func (*IPMask) GetType

func (x *IPMask) GetType() IPType

func (*IPMask) ProtoMessage

func (*IPMask) ProtoMessage()

func (*IPMask) ProtoReflect

func (x *IPMask) ProtoReflect() protoreflect.Message

func (*IPMask) Reset

func (x *IPMask) Reset()

func (*IPMask) String

func (x *IPMask) String() string

type IPType

type IPType int32
const (
	IPType_IPV4 IPType = 0
	IPType_IPV6 IPType = 1
)

func (IPType) Descriptor

func (IPType) Descriptor() protoreflect.EnumDescriptor

func (IPType) Enum

func (x IPType) Enum() *IPType

func (IPType) EnumDescriptor deprecated

func (IPType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IPType.Descriptor instead.

func (IPType) Number

func (x IPType) Number() protoreflect.EnumNumber

func (IPType) String

func (x IPType) String() string

func (IPType) Type

func (IPType) Type() protoreflect.EnumType
type Link struct {

	// Describes the interface address for this link.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Addressing for this link.
	Address []*LinkAddress `protobuf:"bytes,2,rep,name=address,proto3" json:"address,omitempty"`
	// MAC hardware addressing for this link.
	Mac *LinkMACAddress `protobuf:"bytes,3,opt,name=mac,proto3" json:"mac,omitempty"`
	// The type of this link.
	Type LinkTypes `protobuf:"varint,4,opt,name=type,proto3,enum=v1alpha1.LinkTypes" json:"type,omitempty"`
	// MTU of link.
	Mtu uint32 `protobuf:"varint,5,opt,name=mtu,proto3" json:"mtu,omitempty"`
	// Specify the index of the link.
	Index      uint32          `protobuf:"varint,6,opt,name=index,proto3" json:"index,omitempty"`
	Attributes *LinkAttributes `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Link) Descriptor deprecated

func (*Link) Descriptor() ([]byte, []int)

Deprecated: Use Link.ProtoReflect.Descriptor instead.

func (*Link) GetAddress

func (x *Link) GetAddress() []*LinkAddress

func (*Link) GetAttributes

func (x *Link) GetAttributes() *LinkAttributes

func (*Link) GetIndex

func (x *Link) GetIndex() uint32

func (*Link) GetMac

func (x *Link) GetMac() *LinkMACAddress

func (*Link) GetMtu

func (x *Link) GetMtu() uint32

func (*Link) GetName

func (x *Link) GetName() string

func (*Link) GetType

func (x *Link) GetType() LinkTypes

func (*Link) ProtoMessage

func (*Link) ProtoMessage()

func (*Link) ProtoReflect

func (x *Link) ProtoReflect() protoreflect.Message

func (*Link) Reset

func (x *Link) Reset()

func (*Link) String

func (x *Link) String() string

type LinkAddress

type LinkAddress struct {

	// How is this address assigned.
	Assignment LinkAddressAssignment `protobuf:"varint,2,opt,name=assignment,proto3,enum=v1alpha1.LinkAddressAssignment" json:"assignment,omitempty"`
	// The actual address of this object. Should be formatted
	// so that the "net" package can parse the string into an address.
	Address *IPCIDR `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	// Gateway address of this address. Should be formatted
	// so that the "net" package can parse the string into an address.
	Gateway *IPAddress `protobuf:"bytes,6,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// DNS server address of this link. Should be formatted
	// so that the "net" package can parse the string into an address.
	DnsServer *IPAddress `protobuf:"bytes,7,opt,name=dns_server,json=dnsServer,proto3" json:"dns_server,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkAddress) Descriptor deprecated

func (*LinkAddress) Descriptor() ([]byte, []int)

Deprecated: Use LinkAddress.ProtoReflect.Descriptor instead.

func (*LinkAddress) GetAddress

func (x *LinkAddress) GetAddress() *IPCIDR

func (*LinkAddress) GetAssignment

func (x *LinkAddress) GetAssignment() LinkAddressAssignment

func (*LinkAddress) GetDnsServer

func (x *LinkAddress) GetDnsServer() *IPAddress

func (*LinkAddress) GetGateway

func (x *LinkAddress) GetGateway() *IPAddress

func (*LinkAddress) ProtoMessage

func (*LinkAddress) ProtoMessage()

func (*LinkAddress) ProtoReflect

func (x *LinkAddress) ProtoReflect() protoreflect.Message

func (*LinkAddress) Reset

func (x *LinkAddress) Reset()

func (*LinkAddress) String

func (x *LinkAddress) String() string

type LinkAddressAssignment

type LinkAddressAssignment int32
const (
	LinkAddressAssignment_STATIC LinkAddressAssignment = 0
	LinkAddressAssignment_DHCP   LinkAddressAssignment = 1
	LinkAddressAssignment_L2TP   LinkAddressAssignment = 2
)

func (LinkAddressAssignment) Descriptor

func (LinkAddressAssignment) Enum

func (LinkAddressAssignment) EnumDescriptor deprecated

func (LinkAddressAssignment) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkAddressAssignment.Descriptor instead.

func (LinkAddressAssignment) Number

func (LinkAddressAssignment) String

func (x LinkAddressAssignment) String() string

func (LinkAddressAssignment) Type

type LinkAttributes

type LinkAttributes struct {

	// Is the link up.
	Up bool `protobuf:"varint,1,opt,name=up,proto3" json:"up,omitempty"`
	// Is arp handling enabled on the link. True means ARP is disabled, false means enabled.
	NoArp bool `protobuf:"varint,2,opt,name=no_arp,json=noArp,proto3" json:"no_arp,omitempty"`
	// Is the link dynamic, in which case addresses are lost upon downing of the link.
	Dynamic bool `protobuf:"varint,3,opt,name=dynamic,proto3" json:"dynamic,omitempty"`
	// Is the link supporting multicast transmission.
	Multicast bool `protobuf:"varint,4,opt,name=multicast,proto3" json:"multicast,omitempty"`
	// Does the link have a valid broadcast address.
	Broadcast bool `protobuf:"varint,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	// Is the interface loopback.
	Loopback bool `protobuf:"varint,6,opt,name=loopback,proto3" json:"loopback,omitempty"`
	// Is the interface a point-to-point link.
	P2P bool `protobuf:"varint,7,opt,name=p2p,proto3" json:"p2p,omitempty"`
	// Is the link in promiscuous mode.
	Promiscuous bool `protobuf:"varint,8,opt,name=promiscuous,proto3" json:"promiscuous,omitempty"`
	// contains filtered or unexported fields
}

Attributes for a link.

Mostly ripped from netdevice(7) at https://www.man7.org/linux/man-pages/man7/netdevice.7.html

func (*LinkAttributes) Descriptor deprecated

func (*LinkAttributes) Descriptor() ([]byte, []int)

Deprecated: Use LinkAttributes.ProtoReflect.Descriptor instead.

func (*LinkAttributes) GetBroadcast

func (x *LinkAttributes) GetBroadcast() bool

func (*LinkAttributes) GetDynamic

func (x *LinkAttributes) GetDynamic() bool

func (*LinkAttributes) GetLoopback

func (x *LinkAttributes) GetLoopback() bool

func (*LinkAttributes) GetMulticast

func (x *LinkAttributes) GetMulticast() bool

func (*LinkAttributes) GetNoArp

func (x *LinkAttributes) GetNoArp() bool

func (*LinkAttributes) GetP2P

func (x *LinkAttributes) GetP2P() bool

func (*LinkAttributes) GetPromiscuous

func (x *LinkAttributes) GetPromiscuous() bool

func (*LinkAttributes) GetUp

func (x *LinkAttributes) GetUp() bool

func (*LinkAttributes) ProtoMessage

func (*LinkAttributes) ProtoMessage()

func (*LinkAttributes) ProtoReflect

func (x *LinkAttributes) ProtoReflect() protoreflect.Message

func (*LinkAttributes) Reset

func (x *LinkAttributes) Reset()

func (*LinkAttributes) String

func (x *LinkAttributes) String() string

type LinkElements

type LinkElements int32
const (
	LinkElements_LINK_NAME       LinkElements = 0
	LinkElements_LINK_ADDRESS    LinkElements = 1
	LinkElements_LINK_MACADDRESS LinkElements = 2
	LinkElements_LINK_TYPE       LinkElements = 3
	LinkElements_LINK_MTU        LinkElements = 4
	LinkElements_LINK_INDEX      LinkElements = 5
	LinkElements_LINK_UP         LinkElements = 6
	LinkElements_LINK_ARPENABLED LinkElements = 7
	LinkElements_LINK_DYNAMIC    LinkElements = 8
	LinkElements_LINK_MULTICAST  LinkElements = 9
)

func (LinkElements) Descriptor

func (LinkElements) Enum

func (x LinkElements) Enum() *LinkElements

func (LinkElements) EnumDescriptor deprecated

func (LinkElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkElements.Descriptor instead.

func (LinkElements) Number

func (LinkElements) String

func (x LinkElements) String() string

func (LinkElements) Type

type LinkMACAddress

type LinkMACAddress struct {

	// Assignment type for the MAC address with this.
	Assignment LinkMACAddressAssignment `protobuf:"varint,1,opt,name=assignment,proto3,enum=v1alpha1.LinkMACAddressAssignment" json:"assignment,omitempty"`
	// Should be a string formatted as xx:xx:xx:xx:xx:xx, so that
	// "net" can parse it correctly, otherwise will throw an error.
	Address *MACAddress `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// Broadcast mac address.
	BroadcastAddress *MACAddress `protobuf:"bytes,3,opt,name=broadcast_address,json=broadcastAddress,proto3" json:"broadcast_address,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkMACAddress) Descriptor deprecated

func (*LinkMACAddress) Descriptor() ([]byte, []int)

Deprecated: Use LinkMACAddress.ProtoReflect.Descriptor instead.

func (*LinkMACAddress) GetAddress

func (x *LinkMACAddress) GetAddress() *MACAddress

func (*LinkMACAddress) GetAssignment

func (x *LinkMACAddress) GetAssignment() LinkMACAddressAssignment

func (*LinkMACAddress) GetBroadcastAddress

func (x *LinkMACAddress) GetBroadcastAddress() *MACAddress

func (*LinkMACAddress) ProtoMessage

func (*LinkMACAddress) ProtoMessage()

func (*LinkMACAddress) ProtoReflect

func (x *LinkMACAddress) ProtoReflect() protoreflect.Message

func (*LinkMACAddress) Reset

func (x *LinkMACAddress) Reset()

func (*LinkMACAddress) String

func (x *LinkMACAddress) String() string

type LinkMACAddressAssignment

type LinkMACAddressAssignment int32
const (
	// Use the defined hardware mac address that may come with whatever link
	// you are attaching this address object to.
	LinkMACAddressAssignment_HW LinkMACAddressAssignment = 0
	// Use a randomly generated mac address for this link.
	LinkMACAddressAssignment_RANDOM LinkMACAddressAssignment = 1
	// Link stays static, but was randomly generated.
	LinkMACAddressAssignment_STATIC_RANDOM LinkMACAddressAssignment = 2
	// User defines the address of this link's hardware address.
	LinkMACAddressAssignment_PREDEFINED LinkMACAddressAssignment = 3
)

func (LinkMACAddressAssignment) Descriptor

func (LinkMACAddressAssignment) Enum

func (LinkMACAddressAssignment) EnumDescriptor deprecated

func (LinkMACAddressAssignment) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkMACAddressAssignment.Descriptor instead.

func (LinkMACAddressAssignment) Number

func (LinkMACAddressAssignment) String

func (x LinkMACAddressAssignment) String() string

func (LinkMACAddressAssignment) Type

type LinkTypes

type LinkTypes int32
const (
	// This type is specified for those links that are defined by hardware device drivers,
	// not by users.
	LinkTypes_HARDWARE     LinkTypes = 0 // Other link types that are available (a lot)
	LinkTypes_VLAN         LinkTypes = 1
	LinkTypes_VETH         LinkTypes = 2
	LinkTypes_VCAN         LinkTypes = 3
	LinkTypes_VXCAN        LinkTypes = 4
	LinkTypes_DUMMY        LinkTypes = 5
	LinkTypes_IFB          LinkTypes = 6
	LinkTypes_MACVLAN      LinkTypes = 7
	LinkTypes_MACVTAP      LinkTypes = 8
	LinkTypes_BRIDGE       LinkTypes = 9
	LinkTypes_BOND         LinkTypes = 10
	LinkTypes_TEAM         LinkTypes = 11
	LinkTypes_IPOIB        LinkTypes = 12
	LinkTypes_IP6TNL       LinkTypes = 13
	LinkTypes_IPIP         LinkTypes = 14
	LinkTypes_SIT          LinkTypes = 15
	LinkTypes_VXLAN        LinkTypes = 16
	LinkTypes_GRE          LinkTypes = 17
	LinkTypes_GRETAP       LinkTypes = 18
	LinkTypes_ERSPAN       LinkTypes = 19
	LinkTypes_IP6GRE       LinkTypes = 20
	LinkTypes_IP6GRETAP    LinkTypes = 21
	LinkTypes_IP6ERSPAN    LinkTypes = 22
	LinkTypes_VTI          LinkTypes = 23
	LinkTypes_NLMON        LinkTypes = 24
	LinkTypes_TEAM_SLAVE   LinkTypes = 25
	LinkTypes_BOND_SLAVE   LinkTypes = 26
	LinkTypes_BRIDGE_SLAVE LinkTypes = 27
	LinkTypes_IPVLAN       LinkTypes = 28
	LinkTypes_IPVTAP       LinkTypes = 29
	LinkTypes_GENEVE       LinkTypes = 30
	LinkTypes_VRF          LinkTypes = 31
	LinkTypes_MACSEC       LinkTypes = 32
	LinkTypes_NETDEVSIM    LinkTypes = 33
	LinkTypes_RMNET        LinkTypes = 34
)

func (LinkTypes) Descriptor

func (LinkTypes) Descriptor() protoreflect.EnumDescriptor

func (LinkTypes) Enum

func (x LinkTypes) Enum() *LinkTypes

func (LinkTypes) EnumDescriptor deprecated

func (LinkTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkTypes.Descriptor instead.

func (LinkTypes) Number

func (x LinkTypes) Number() protoreflect.EnumNumber

func (LinkTypes) String

func (x LinkTypes) String() string

func (LinkTypes) Type

type MACAddress

type MACAddress struct {

	// The bytes that make up the hardware address. Should be 6 bytes.
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*MACAddress) Descriptor deprecated

func (*MACAddress) Descriptor() ([]byte, []int)

Deprecated: Use MACAddress.ProtoReflect.Descriptor instead.

func (*MACAddress) GetAddress

func (x *MACAddress) GetAddress() []byte

func (*MACAddress) ProtoMessage

func (*MACAddress) ProtoMessage()

func (*MACAddress) ProtoReflect

func (x *MACAddress) ProtoReflect() protoreflect.Message

func (*MACAddress) Reset

func (x *MACAddress) Reset()

func (*MACAddress) String

func (x *MACAddress) String() string

type Neighbor

type Neighbor struct {

	// The address of this neighbor (ip)
	IpAddress *IPAddress `protobuf:"bytes,2,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// Link-layer address of this neighbor.
	MacAddress *MACAddress `protobuf:"bytes,3,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	// The state of this neighbor.
	State NeighborState `protobuf:"varint,4,opt,name=state,proto3,enum=v1alpha1.NeighborState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Neighbor) Descriptor deprecated

func (*Neighbor) Descriptor() ([]byte, []int)

Deprecated: Use Neighbor.ProtoReflect.Descriptor instead.

func (*Neighbor) GetIpAddress

func (x *Neighbor) GetIpAddress() *IPAddress

func (*Neighbor) GetMacAddress

func (x *Neighbor) GetMacAddress() *MACAddress

func (*Neighbor) GetState

func (x *Neighbor) GetState() NeighborState

func (*Neighbor) ProtoMessage

func (*Neighbor) ProtoMessage()

func (*Neighbor) ProtoReflect

func (x *Neighbor) ProtoReflect() protoreflect.Message

func (*Neighbor) Reset

func (x *Neighbor) Reset()

func (*Neighbor) String

func (x *Neighbor) String() string

type NeighborElements

type NeighborElements int32
const (
	NeighborElements_NEIGHBOR_ADDRESS    NeighborElements = 0
	NeighborElements_NEIGHBOR_MACADDRESS NeighborElements = 1
	NeighborElements_STATE               NeighborElements = 2
)

func (NeighborElements) Descriptor

func (NeighborElements) Enum

func (NeighborElements) EnumDescriptor deprecated

func (NeighborElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use NeighborElements.Descriptor instead.

func (NeighborElements) Number

func (NeighborElements) String

func (x NeighborElements) String() string

func (NeighborElements) Type

type NeighborState

type NeighborState int32
const (
	NeighborState_PERMANENT  NeighborState = 0
	NeighborState_NOARP      NeighborState = 1
	NeighborState_STALE      NeighborState = 2
	NeighborState_REACHABLE  NeighborState = 3
	NeighborState_NONE       NeighborState = 5
	NeighborState_INCOMPLETE NeighborState = 6
	NeighborState_DELAY      NeighborState = 7
	NeighborState_PROBE      NeighborState = 8
	NeighborState_FAILED     NeighborState = 9
)

func (NeighborState) Descriptor

func (NeighborState) Enum

func (x NeighborState) Enum() *NeighborState

func (NeighborState) EnumDescriptor deprecated

func (NeighborState) EnumDescriptor() ([]byte, []int)

Deprecated: Use NeighborState.Descriptor instead.

func (NeighborState) Number

func (NeighborState) String

func (x NeighborState) String() string

func (NeighborState) Type

type NodeControllerServiceClient

type NodeControllerServiceClient interface {
	// Create a new link inside of the kernel by specifying its type and other attributes.
	CreateLink(ctx context.Context, in *CreateLinkRequest, opts ...grpc.CallOption) (*CreateLinkResponse, error)
	// Update a link status/attributes.
	UpdateLink(ctx context.Context, in *UpdateLinkRequest, opts ...grpc.CallOption) (*UpdateLinkResponse, error)
	// Remove a linnk inside of the kernel.
	DeleteLink(ctx context.Context, in *DeleteLinkRequest, opts ...grpc.CallOption) (*DeleteLinkResponse, error)
	// Get a link object returned from the kernel based on filters.
	GetLink(ctx context.Context, in *GetLinkRequest, opts ...grpc.CallOption) (*GetLinkResponse, error)
	// Returns all the links in the kernel.
	GetAllLinks(ctx context.Context, in *GetAllLinksRequest, opts ...grpc.CallOption) (*GetAllLinksResponse, error)
	// Add a static route inside of the kernel.
	CreateStaticRoute(ctx context.Context, in *CreateStaticRouteRequest, opts ...grpc.CallOption) (*CreateStaticRouteResponse, error)
	// Deletes a static route inside the kernel and returns the route object.
	DeleteStaticRoute(ctx context.Context, in *DeleteStaticRouteRequest, opts ...grpc.CallOption) (*DeleteStaticRouteResponse, error)
	// Updates a static route with new parameters.
	UpdateStaticRoute(ctx context.Context, in *UpdateStaticRouteRequest, opts ...grpc.CallOption) (*UpdateStaticRouteResponse, error)
	// Gets a route and returns an object based on the provided filter.
	GetRoute(ctx context.Context, in *GetRouteRequest, opts ...grpc.CallOption) (*GetRouteResponse, error)
	// Gets all route objects within the kernel.
	GetAllRoutes(ctx context.Context, in *GetAllRoutesRequest, opts ...grpc.CallOption) (*GetAllRoutesResponse, error)
	// Gets a neighbor based on the specified
	GetNeighbor(ctx context.Context, in *GetNeighborRequest, opts ...grpc.CallOption) (*GetNeighborResponse, error)
	// Gets all the neighbors on this host.
	GetAllNeighbors(ctx context.Context, in *GetAllNeighborsRequest, opts ...grpc.CallOption) (*GetAllNeighborsResponse, error)
	// Creates a new neighbor with a certain MAC address and IP address.
	CreateNeighbor(ctx context.Context, in *CreateNeighborRequest, opts ...grpc.CallOption) (*CreateNeighborResponse, error)
	// Removes a neighbor from the ARP table on the host.
	DeleteNeighbor(ctx context.Context, in *DeleteNeighborRequest, opts ...grpc.CallOption) (*DeleteNeighborRequest, error)
	// Updates the state of a neighbor on the host.
	UpdateNeighbor(ctx context.Context, in *UpdateNeighborRequest, opts ...grpc.CallOption) (*UpdateNeighborResponse, error)
	// Gets an address on the host.
	GetAddress(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*GetAddressResponse, error)
	// Gets all addresses that are located on the host.
	GetAllAddresses(ctx context.Context, in *GetAllAddressesRequest, opts ...grpc.CallOption) (*GetAllAddressesResponse, error)
	// Adds an address to a link on the host.
	CreateAddress(ctx context.Context, in *CreateAddressRequest, opts ...grpc.CallOption) (*CreateAddressResponse, error)
	// Deletes an address assigned to a link on the host.
	DeleteAddress(ctx context.Context, in *DeleteAddressRequest, opts ...grpc.CallOption) (*DeleteAddressResponse, error)
	// Updates addresses attached to a link on host.
	UpdateAddress(ctx context.Context, in *UpdateAddressRequest, opts ...grpc.CallOption) (*UpdateAddressResponse, error)
	// Returns the status of a sysctl based on the sysctl procfs interface.
	GetSysctl(ctx context.Context, in *GetSysctlRequest, opts ...grpc.CallOption) (*GetSysctlResponse, error)
	// Sets the status of a sysctl based on the sysctl procfs interface.
	SetSysctl(ctx context.Context, in *SetSysctlRequest, opts ...grpc.CallOption) (*SetSysctlResponse, error)
}

NodeControllerServiceClient is the client API for NodeControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type NodeControllerServiceServer

type NodeControllerServiceServer interface {
	// Create a new link inside of the kernel by specifying its type and other attributes.
	CreateLink(context.Context, *CreateLinkRequest) (*CreateLinkResponse, error)
	// Update a link status/attributes.
	UpdateLink(context.Context, *UpdateLinkRequest) (*UpdateLinkResponse, error)
	// Remove a linnk inside of the kernel.
	DeleteLink(context.Context, *DeleteLinkRequest) (*DeleteLinkResponse, error)
	// Get a link object returned from the kernel based on filters.
	GetLink(context.Context, *GetLinkRequest) (*GetLinkResponse, error)
	// Returns all the links in the kernel.
	GetAllLinks(context.Context, *GetAllLinksRequest) (*GetAllLinksResponse, error)
	// Add a static route inside of the kernel.
	CreateStaticRoute(context.Context, *CreateStaticRouteRequest) (*CreateStaticRouteResponse, error)
	// Deletes a static route inside the kernel and returns the route object.
	DeleteStaticRoute(context.Context, *DeleteStaticRouteRequest) (*DeleteStaticRouteResponse, error)
	// Updates a static route with new parameters.
	UpdateStaticRoute(context.Context, *UpdateStaticRouteRequest) (*UpdateStaticRouteResponse, error)
	// Gets a route and returns an object based on the provided filter.
	GetRoute(context.Context, *GetRouteRequest) (*GetRouteResponse, error)
	// Gets all route objects within the kernel.
	GetAllRoutes(context.Context, *GetAllRoutesRequest) (*GetAllRoutesResponse, error)
	// Gets a neighbor based on the specified
	GetNeighbor(context.Context, *GetNeighborRequest) (*GetNeighborResponse, error)
	// Gets all the neighbors on this host.
	GetAllNeighbors(context.Context, *GetAllNeighborsRequest) (*GetAllNeighborsResponse, error)
	// Creates a new neighbor with a certain MAC address and IP address.
	CreateNeighbor(context.Context, *CreateNeighborRequest) (*CreateNeighborResponse, error)
	// Removes a neighbor from the ARP table on the host.
	DeleteNeighbor(context.Context, *DeleteNeighborRequest) (*DeleteNeighborRequest, error)
	// Updates the state of a neighbor on the host.
	UpdateNeighbor(context.Context, *UpdateNeighborRequest) (*UpdateNeighborResponse, error)
	// Gets an address on the host.
	GetAddress(context.Context, *GetAddressRequest) (*GetAddressResponse, error)
	// Gets all addresses that are located on the host.
	GetAllAddresses(context.Context, *GetAllAddressesRequest) (*GetAllAddressesResponse, error)
	// Adds an address to a link on the host.
	CreateAddress(context.Context, *CreateAddressRequest) (*CreateAddressResponse, error)
	// Deletes an address assigned to a link on the host.
	DeleteAddress(context.Context, *DeleteAddressRequest) (*DeleteAddressResponse, error)
	// Updates addresses attached to a link on host.
	UpdateAddress(context.Context, *UpdateAddressRequest) (*UpdateAddressResponse, error)
	// Returns the status of a sysctl based on the sysctl procfs interface.
	GetSysctl(context.Context, *GetSysctlRequest) (*GetSysctlResponse, error)
	// Sets the status of a sysctl based on the sysctl procfs interface.
	SetSysctl(context.Context, *SetSysctlRequest) (*SetSysctlResponse, error)
	// contains filtered or unexported methods
}

NodeControllerServiceServer is the server API for NodeControllerService service. All implementations must embed UnimplementedNodeControllerServiceServer for forward compatibility

type NodeFirewallControllerServiceClient

type NodeFirewallControllerServiceClient interface {
	// Get a table that contains chains and rules. Returns table based on name.
	GetTable(ctx context.Context, in *GetTableRequest, opts ...grpc.CallOption) (*GetTableResponse, error)
	// Returns all netfilter tables that are configured on the host.
	GetAllTables(ctx context.Context, in *GetAllTablesRequest, opts ...grpc.CallOption) (*GetAllTablesResponse, error)
	// Removes a table from the host based on name. Returns the table that was deleted.
	DeleteTable(ctx context.Context, in *DeleteTableRequest, opts ...grpc.CallOption) (*DeleteTableResponse, error)
	// Creates a table based on name. Returns if there was an error with creation.
	CreateTable(ctx context.Context, in *CreateTableRequest, opts ...grpc.CallOption) (*CreateTableResponse, error)
	// Updates a table with with a new table object.
	UpdateTable(ctx context.Context, in *UpdateTableRequest, opts ...grpc.CallOption) (*UpdateTableResponse, error)
	// Returns a chain object based on filters.
	GetChain(ctx context.Context, in *GetChainRequest, opts ...grpc.CallOption) (*GetChainResponse, error)
	// Returns allchains that are loaded on the host.
	GetAllChains(ctx context.Context, in *GetAllChainsRequest, opts ...grpc.CallOption) (*GetAllChainsResponse, error)
	// Removes a chain based on name. Returns the deleted chain object.
	DeleteChain(ctx context.Context, in *DeleteChainRequest, opts ...grpc.CallOption) (*DeleteChainResponse, error)
	// Creates a new chain on the host based on the provided object.
	CreateChain(ctx context.Context, in *CreateChainRequest, opts ...grpc.CallOption) (*CreateChainResponse, error)
	// Updates a chain on the host with the provided object.
	UpdateChain(ctx context.Context, in *UpdateChainRequest, opts ...grpc.CallOption) (*UpdateChainRequest, error)
	// Returns a rule object based on specified filters.
	GetRule(ctx context.Context, in *GetRuleRequest, opts ...grpc.CallOption) (*GetRuleResponse, error)
	// Returns all rules loaded on the host.
	GetAllRules(ctx context.Context, in *GetAllRulesRequest, opts ...grpc.CallOption) (*GetAllRulesResponse, error)
	// Deletes a rule from the host, and returns the rule that was removed.
	DeleteRule(ctx context.Context, in *DeleteRuleRequest, opts ...grpc.CallOption) (*DeleteRuleResponse, error)
	// Creates a new rule based on the provided object.
	CreateRule(ctx context.Context, in *CreateRuleRequest, opts ...grpc.CallOption) (*CreateRuleResponse, error)
	// Updates a new rule on the host via the provided object.
	UpdateRule(ctx context.Context, in *UpdateRuleRequest, opts ...grpc.CallOption) (*UpdateRuleResponse, error)
}

NodeFirewallControllerServiceClient is the client API for NodeFirewallControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type NodeFirewallControllerServiceServer

type NodeFirewallControllerServiceServer interface {
	// Get a table that contains chains and rules. Returns table based on name.
	GetTable(context.Context, *GetTableRequest) (*GetTableResponse, error)
	// Returns all netfilter tables that are configured on the host.
	GetAllTables(context.Context, *GetAllTablesRequest) (*GetAllTablesResponse, error)
	// Removes a table from the host based on name. Returns the table that was deleted.
	DeleteTable(context.Context, *DeleteTableRequest) (*DeleteTableResponse, error)
	// Creates a table based on name. Returns if there was an error with creation.
	CreateTable(context.Context, *CreateTableRequest) (*CreateTableResponse, error)
	// Updates a table with with a new table object.
	UpdateTable(context.Context, *UpdateTableRequest) (*UpdateTableResponse, error)
	// Returns a chain object based on filters.
	GetChain(context.Context, *GetChainRequest) (*GetChainResponse, error)
	// Returns allchains that are loaded on the host.
	GetAllChains(context.Context, *GetAllChainsRequest) (*GetAllChainsResponse, error)
	// Removes a chain based on name. Returns the deleted chain object.
	DeleteChain(context.Context, *DeleteChainRequest) (*DeleteChainResponse, error)
	// Creates a new chain on the host based on the provided object.
	CreateChain(context.Context, *CreateChainRequest) (*CreateChainResponse, error)
	// Updates a chain on the host with the provided object.
	UpdateChain(context.Context, *UpdateChainRequest) (*UpdateChainRequest, error)
	// Returns a rule object based on specified filters.
	GetRule(context.Context, *GetRuleRequest) (*GetRuleResponse, error)
	// Returns all rules loaded on the host.
	GetAllRules(context.Context, *GetAllRulesRequest) (*GetAllRulesResponse, error)
	// Deletes a rule from the host, and returns the rule that was removed.
	DeleteRule(context.Context, *DeleteRuleRequest) (*DeleteRuleResponse, error)
	// Creates a new rule based on the provided object.
	CreateRule(context.Context, *CreateRuleRequest) (*CreateRuleResponse, error)
	// Updates a new rule on the host via the provided object.
	UpdateRule(context.Context, *UpdateRuleRequest) (*UpdateRuleResponse, error)
	// contains filtered or unexported methods
}

NodeFirewallControllerServiceServer is the server API for NodeFirewallControllerService service. All implementations must embed UnimplementedNodeFirewallControllerServiceServer for forward compatibility

type NodeVPNControllerServiceClient

type NodeVPNControllerServiceClient interface {
	GetL2TPTunnel(ctx context.Context, in *GetL2TPTunnelRequest, opts ...grpc.CallOption) (*GetL2TPTunnelResponse, error)
	GetAllL2TPTunnels(ctx context.Context, in *GetAllL2TPTunnelsRequest, opts ...grpc.CallOption) (*GetAllL2TPTunnelsResponse, error)
	// Deletes an L2TP tunnel on the host.
	DeleteL2TPTunnel(ctx context.Context, in *DeleteL2TPTunnelRequest, opts ...grpc.CallOption) (*DeleteL2TPTunnelResponse, error)
	// Creates an L2TP tunnel on the host.
	CreateL2TPTunnel(ctx context.Context, in *CreateL2TPTunnelRequest, opts ...grpc.CallOption) (*CreateL2TPTunnelResponse, error)
	UpdateL2TPTunnel(ctx context.Context, in *UpdateL2TPTunnelRequest, opts ...grpc.CallOption) (*UpdateL2TPTunnelResponse, error)
	GetIPSecTunnel(ctx context.Context, in *GetIPSecTunnelRequest, opts ...grpc.CallOption) (*GetIPSecTunnelResponse, error)
	GetAllIPSecTunnels(ctx context.Context, in *GetAllIPSecTunnelsRequest, opts ...grpc.CallOption) (*GetAllIPSecTunnelsResponse, error)
	// Deletes an IPSec tunnel on the host.
	DeleteIPSecTunnel(ctx context.Context, in *DeleteIPSecTunnelRequest, opts ...grpc.CallOption) (*DeleteIPSecTunnelResponse, error)
	// Creates an IPSec tunnel on the host.
	CreateIPSecTunnel(ctx context.Context, in *CreateIPSecTunnelRequest, opts ...grpc.CallOption) (*CreateIPSecTunnelResponse, error)
	UpdateIPSecTunnel(ctx context.Context, in *UpdateIPSecTunnelRequest, opts ...grpc.CallOption) (*UpdateIPSecTunnelResponse, error)
	GetWireguardTunnel(ctx context.Context, in *GetWireguardTunnelRequest, opts ...grpc.CallOption) (*GetWireguardTunnelResponse, error)
	GetAllWireguardTunnels(ctx context.Context, in *GetAllWireguardTunnelsRequest, opts ...grpc.CallOption) (*GetAllWireguardTunnelsResponse, error)
	// Deletes an Wireguard tunnel on the host.
	DeleteWireguardTunnel(ctx context.Context, in *DeleteWireguardTunnelRequest, opts ...grpc.CallOption) (*DeleteWireguardTunnelResponse, error)
	// Creates an Wireguard tunnel on the host.
	CreateWireguardTunnel(ctx context.Context, in *CreateWireguardTunnelRequest, opts ...grpc.CallOption) (*CreateWireguardTunnelResponse, error)
	UpdateWireguardTunnel(ctx context.Context, in *UpdateWireguardTunnelRequest, opts ...grpc.CallOption) (*UpdateWireguardTunnelResponse, error)
}

NodeVPNControllerServiceClient is the client API for NodeVPNControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type NodeVPNControllerServiceServer

type NodeVPNControllerServiceServer interface {
	GetL2TPTunnel(context.Context, *GetL2TPTunnelRequest) (*GetL2TPTunnelResponse, error)
	GetAllL2TPTunnels(context.Context, *GetAllL2TPTunnelsRequest) (*GetAllL2TPTunnelsResponse, error)
	// Deletes an L2TP tunnel on the host.
	DeleteL2TPTunnel(context.Context, *DeleteL2TPTunnelRequest) (*DeleteL2TPTunnelResponse, error)
	// Creates an L2TP tunnel on the host.
	CreateL2TPTunnel(context.Context, *CreateL2TPTunnelRequest) (*CreateL2TPTunnelResponse, error)
	UpdateL2TPTunnel(context.Context, *UpdateL2TPTunnelRequest) (*UpdateL2TPTunnelResponse, error)
	GetIPSecTunnel(context.Context, *GetIPSecTunnelRequest) (*GetIPSecTunnelResponse, error)
	GetAllIPSecTunnels(context.Context, *GetAllIPSecTunnelsRequest) (*GetAllIPSecTunnelsResponse, error)
	// Deletes an IPSec tunnel on the host.
	DeleteIPSecTunnel(context.Context, *DeleteIPSecTunnelRequest) (*DeleteIPSecTunnelResponse, error)
	// Creates an IPSec tunnel on the host.
	CreateIPSecTunnel(context.Context, *CreateIPSecTunnelRequest) (*CreateIPSecTunnelResponse, error)
	UpdateIPSecTunnel(context.Context, *UpdateIPSecTunnelRequest) (*UpdateIPSecTunnelResponse, error)
	GetWireguardTunnel(context.Context, *GetWireguardTunnelRequest) (*GetWireguardTunnelResponse, error)
	GetAllWireguardTunnels(context.Context, *GetAllWireguardTunnelsRequest) (*GetAllWireguardTunnelsResponse, error)
	// Deletes an Wireguard tunnel on the host.
	DeleteWireguardTunnel(context.Context, *DeleteWireguardTunnelRequest) (*DeleteWireguardTunnelResponse, error)
	// Creates an Wireguard tunnel on the host.
	CreateWireguardTunnel(context.Context, *CreateWireguardTunnelRequest) (*CreateWireguardTunnelResponse, error)
	UpdateWireguardTunnel(context.Context, *UpdateWireguardTunnelRequest) (*UpdateWireguardTunnelResponse, error)
	// contains filtered or unexported methods
}

NodeVPNControllerServiceServer is the server API for NodeVPNControllerService service. All implementations must embed UnimplementedNodeVPNControllerServiceServer for forward compatibility

type ReturnStatusCodes

type ReturnStatusCodes int32
const (
	// Default, action was successful and returned correct objects.
	ReturnStatusCodes_OK ReturnStatusCodes = 0
	// Request was accepted, but no response data yet/ever.
	ReturnStatusCodes_ACCEPTED ReturnStatusCodes = 1
	// Not allowed to create this element/perform operation.
	ReturnStatusCodes_PERMISSION_DENIED ReturnStatusCodes = 2
	// Element you are trying to interface with does not exist.
	ReturnStatusCodes_NON_EXISTENT_ELEMENT ReturnStatusCodes = 3
	// Internal error with the server serving this request.
	ReturnStatusCodes_INTERNAL_ERROR ReturnStatusCodes = 4
	// Error in the request message syntax/format.
	ReturnStatusCodes_SYNTAX_ERROR ReturnStatusCodes = 5
	// No change in an update object, it was the same as original object.
	ReturnStatusCodes_NO_CHANGE_ERROR ReturnStatusCodes = 6
	// Returns if there is no object to return based on the given filter.
	ReturnStatusCodes_NO_FILTER_RESPONSE_ERROR ReturnStatusCodes = 7
	// Returns if there is an invalid field in the object
	ReturnStatusCodes_INVALID_FIELD_ERROR ReturnStatusCodes = 8
	// Returns if the element supplied is a duplicate of an already existing element.
	ReturnStatusCodes_DUPLICATE_ELEMENT_ERROR ReturnStatusCodes = 9
)

func (ReturnStatusCodes) Descriptor

func (ReturnStatusCodes) Enum

func (ReturnStatusCodes) EnumDescriptor deprecated

func (ReturnStatusCodes) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReturnStatusCodes.Descriptor instead.

func (ReturnStatusCodes) Number

func (ReturnStatusCodes) String

func (x ReturnStatusCodes) String() string

func (ReturnStatusCodes) Type

type Route

type Route struct {

	// Describes the destination range for the route.
	Destination *IPCIDR `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	// Gateway IP address for this route.
	Gateway *IPAddress `protobuf:"bytes,2,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// Cost metric for this route.
	Metric uint32 `protobuf:"varint,4,opt,name=metric,proto3" json:"metric,omitempty"`
	// Name of outbound interface for routes.
	Interface string `protobuf:"bytes,5,opt,name=interface,proto3" json:"interface,omitempty"`
	// contains filtered or unexported fields
}

Describes a route object to be managed with this service.

func (*Route) Descriptor deprecated

func (*Route) Descriptor() ([]byte, []int)

Deprecated: Use Route.ProtoReflect.Descriptor instead.

func (*Route) GetDestination

func (x *Route) GetDestination() *IPCIDR

func (*Route) GetGateway

func (x *Route) GetGateway() *IPAddress

func (*Route) GetInterface

func (x *Route) GetInterface() string

func (*Route) GetMetric

func (x *Route) GetMetric() uint32

func (*Route) ProtoMessage

func (*Route) ProtoMessage()

func (*Route) ProtoReflect

func (x *Route) ProtoReflect() protoreflect.Message

func (*Route) Reset

func (x *Route) Reset()

func (*Route) String

func (x *Route) String() string

type RouteElements

type RouteElements int32

Used for GET operations, and allows specification of the elements that the user wants to filter by.

const (
	RouteElements_ROUTE_DESTINATION_ADDRESS RouteElements = 0
	RouteElements_ROUTE_GATEWAY_CIDR        RouteElements = 1
	RouteElements_ROUTE_METRIC              RouteElements = 2
	RouteElements_ROUTE_INTERFACE           RouteElements = 3
)

func (RouteElements) Descriptor

func (RouteElements) Enum

func (x RouteElements) Enum() *RouteElements

func (RouteElements) EnumDescriptor deprecated

func (RouteElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouteElements.Descriptor instead.

func (RouteElements) Number

func (RouteElements) String

func (x RouteElements) String() string

func (RouteElements) Type

type Rule

type Rule struct {
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

func (*Rule) Descriptor() ([]byte, []int)

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

func (x *Rule) ProtoReflect() protoreflect.Message

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type RuleElements

type RuleElements int32
const (
	RuleElements_RULE_DEFAULT_ACTION RuleElements = 0
	RuleElements_RULE_NAME           RuleElements = 1
)

func (RuleElements) Descriptor

func (RuleElements) Enum

func (x RuleElements) Enum() *RuleElements

func (RuleElements) EnumDescriptor deprecated

func (RuleElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use RuleElements.Descriptor instead.

func (RuleElements) Number

func (RuleElements) String

func (x RuleElements) String() string

func (RuleElements) Type

type SetSysctlRequest

type SetSysctlRequest struct {

	// Present the string of the sysctl to be set.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// the value to set this sysctl to.
	Value int64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSysctlRequest) Descriptor deprecated

func (*SetSysctlRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSysctlRequest.ProtoReflect.Descriptor instead.

func (*SetSysctlRequest) GetName

func (x *SetSysctlRequest) GetName() string

func (*SetSysctlRequest) GetValue

func (x *SetSysctlRequest) GetValue() int64

func (*SetSysctlRequest) ProtoMessage

func (*SetSysctlRequest) ProtoMessage()

func (*SetSysctlRequest) ProtoReflect

func (x *SetSysctlRequest) ProtoReflect() protoreflect.Message

func (*SetSysctlRequest) Reset

func (x *SetSysctlRequest) Reset()

func (*SetSysctlRequest) String

func (x *SetSysctlRequest) String() string

type SetSysctlResponse

type SetSysctlResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with retrieving this sysctl.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// The set value of this sysctl.
	Value int64 `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSysctlResponse) Descriptor deprecated

func (*SetSysctlResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSysctlResponse.ProtoReflect.Descriptor instead.

func (*SetSysctlResponse) GetError

func (x *SetSysctlResponse) GetError() string

func (*SetSysctlResponse) GetStatusCode

func (x *SetSysctlResponse) GetStatusCode() ReturnStatusCodes

func (*SetSysctlResponse) GetValue

func (x *SetSysctlResponse) GetValue() int64

func (*SetSysctlResponse) ProtoMessage

func (*SetSysctlResponse) ProtoMessage()

func (*SetSysctlResponse) ProtoReflect

func (x *SetSysctlResponse) ProtoReflect() protoreflect.Message

func (*SetSysctlResponse) Reset

func (x *SetSysctlResponse) Reset()

func (*SetSysctlResponse) String

func (x *SetSysctlResponse) String() string

type Table

type Table struct {
	Family AddressFamily `protobuf:"varint,1,opt,name=family,proto3,enum=v1alpha1.AddressFamily" json:"family,omitempty"`
	Name   string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Table) Descriptor deprecated

func (*Table) Descriptor() ([]byte, []int)

Deprecated: Use Table.ProtoReflect.Descriptor instead.

func (*Table) GetFamily

func (x *Table) GetFamily() AddressFamily

func (*Table) GetName

func (x *Table) GetName() string

func (*Table) ProtoMessage

func (*Table) ProtoMessage()

func (*Table) ProtoReflect

func (x *Table) ProtoReflect() protoreflect.Message

func (*Table) Reset

func (x *Table) Reset()

func (*Table) String

func (x *Table) String() string

type TableElements

type TableElements int32
const (
	TableElements_TABLE_FAMILY TableElements = 0
	TableElements_TABLE_NAME   TableElements = 1
)

func (TableElements) Descriptor

func (TableElements) Enum

func (x TableElements) Enum() *TableElements

func (TableElements) EnumDescriptor deprecated

func (TableElements) EnumDescriptor() ([]byte, []int)

Deprecated: Use TableElements.Descriptor instead.

func (TableElements) Number

func (TableElements) String

func (x TableElements) String() string

func (TableElements) Type

type UnimplementedNodeControllerServiceServer

type UnimplementedNodeControllerServiceServer struct {
}

UnimplementedNodeControllerServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedNodeControllerServiceServer) CreateAddress

func (UnimplementedNodeControllerServiceServer) CreateNeighbor

func (UnimplementedNodeControllerServiceServer) CreateStaticRoute

func (UnimplementedNodeControllerServiceServer) DeleteAddress

func (UnimplementedNodeControllerServiceServer) DeleteNeighbor

func (UnimplementedNodeControllerServiceServer) DeleteStaticRoute

func (UnimplementedNodeControllerServiceServer) GetAddress

func (UnimplementedNodeControllerServiceServer) GetAllAddresses

func (UnimplementedNodeControllerServiceServer) GetAllNeighbors

func (UnimplementedNodeControllerServiceServer) GetAllRoutes

func (UnimplementedNodeControllerServiceServer) GetNeighbor

func (UnimplementedNodeControllerServiceServer) GetRoute

func (UnimplementedNodeControllerServiceServer) GetSysctl

func (UnimplementedNodeControllerServiceServer) SetSysctl

func (UnimplementedNodeControllerServiceServer) UpdateAddress

func (UnimplementedNodeControllerServiceServer) UpdateNeighbor

func (UnimplementedNodeControllerServiceServer) UpdateStaticRoute

type UnimplementedNodeFirewallControllerServiceServer

type UnimplementedNodeFirewallControllerServiceServer struct {
}

UnimplementedNodeFirewallControllerServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedNodeFirewallControllerServiceServer) CreateChain

func (UnimplementedNodeFirewallControllerServiceServer) CreateRule

func (UnimplementedNodeFirewallControllerServiceServer) CreateTable

func (UnimplementedNodeFirewallControllerServiceServer) DeleteChain

func (UnimplementedNodeFirewallControllerServiceServer) DeleteRule

func (UnimplementedNodeFirewallControllerServiceServer) DeleteTable

func (UnimplementedNodeFirewallControllerServiceServer) GetAllChains

func (UnimplementedNodeFirewallControllerServiceServer) GetAllRules

func (UnimplementedNodeFirewallControllerServiceServer) GetAllTables

func (UnimplementedNodeFirewallControllerServiceServer) GetChain

func (UnimplementedNodeFirewallControllerServiceServer) GetRule

func (UnimplementedNodeFirewallControllerServiceServer) GetTable

func (UnimplementedNodeFirewallControllerServiceServer) UpdateChain

func (UnimplementedNodeFirewallControllerServiceServer) UpdateRule

func (UnimplementedNodeFirewallControllerServiceServer) UpdateTable

type UnimplementedNodeVPNControllerServiceServer

type UnimplementedNodeVPNControllerServiceServer struct {
}

UnimplementedNodeVPNControllerServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedNodeVPNControllerServiceServer) CreateIPSecTunnel

func (UnimplementedNodeVPNControllerServiceServer) CreateL2TPTunnel

func (UnimplementedNodeVPNControllerServiceServer) CreateWireguardTunnel

func (UnimplementedNodeVPNControllerServiceServer) DeleteIPSecTunnel

func (UnimplementedNodeVPNControllerServiceServer) DeleteL2TPTunnel

func (UnimplementedNodeVPNControllerServiceServer) DeleteWireguardTunnel

func (UnimplementedNodeVPNControllerServiceServer) GetAllIPSecTunnels

func (UnimplementedNodeVPNControllerServiceServer) GetAllL2TPTunnels

func (UnimplementedNodeVPNControllerServiceServer) GetAllWireguardTunnels

func (UnimplementedNodeVPNControllerServiceServer) GetIPSecTunnel

func (UnimplementedNodeVPNControllerServiceServer) GetL2TPTunnel

func (UnimplementedNodeVPNControllerServiceServer) GetWireguardTunnel

func (UnimplementedNodeVPNControllerServiceServer) UpdateIPSecTunnel

func (UnimplementedNodeVPNControllerServiceServer) UpdateL2TPTunnel

func (UnimplementedNodeVPNControllerServiceServer) UpdateWireguardTunnel

type UnsafeNodeControllerServiceServer

type UnsafeNodeControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNodeControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NodeControllerServiceServer will result in compilation errors.

type UnsafeNodeFirewallControllerServiceServer

type UnsafeNodeFirewallControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNodeFirewallControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NodeFirewallControllerServiceServer will result in compilation errors.

type UnsafeNodeVPNControllerServiceServer

type UnsafeNodeVPNControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNodeVPNControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NodeVPNControllerServiceServer will result in compilation errors.

type UpdateAddressRequest

type UpdateAddressRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateAddressRequest) Descriptor deprecated

func (*UpdateAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAddressRequest.ProtoReflect.Descriptor instead.

func (*UpdateAddressRequest) ProtoMessage

func (*UpdateAddressRequest) ProtoMessage()

func (*UpdateAddressRequest) ProtoReflect

func (x *UpdateAddressRequest) ProtoReflect() protoreflect.Message

func (*UpdateAddressRequest) Reset

func (x *UpdateAddressRequest) Reset()

func (*UpdateAddressRequest) String

func (x *UpdateAddressRequest) String() string

type UpdateAddressResponse

type UpdateAddressResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateAddressResponse) Descriptor deprecated

func (*UpdateAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAddressResponse.ProtoReflect.Descriptor instead.

func (*UpdateAddressResponse) ProtoMessage

func (*UpdateAddressResponse) ProtoMessage()

func (*UpdateAddressResponse) ProtoReflect

func (x *UpdateAddressResponse) ProtoReflect() protoreflect.Message

func (*UpdateAddressResponse) Reset

func (x *UpdateAddressResponse) Reset()

func (*UpdateAddressResponse) String

func (x *UpdateAddressResponse) String() string

type UpdateChainRequest

type UpdateChainRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateChainRequest) Descriptor deprecated

func (*UpdateChainRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateChainRequest.ProtoReflect.Descriptor instead.

func (*UpdateChainRequest) ProtoMessage

func (*UpdateChainRequest) ProtoMessage()

func (*UpdateChainRequest) ProtoReflect

func (x *UpdateChainRequest) ProtoReflect() protoreflect.Message

func (*UpdateChainRequest) Reset

func (x *UpdateChainRequest) Reset()

func (*UpdateChainRequest) String

func (x *UpdateChainRequest) String() string

type UpdateChainResponse

type UpdateChainResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateChainResponse) Descriptor deprecated

func (*UpdateChainResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateChainResponse.ProtoReflect.Descriptor instead.

func (*UpdateChainResponse) ProtoMessage

func (*UpdateChainResponse) ProtoMessage()

func (*UpdateChainResponse) ProtoReflect

func (x *UpdateChainResponse) ProtoReflect() protoreflect.Message

func (*UpdateChainResponse) Reset

func (x *UpdateChainResponse) Reset()

func (*UpdateChainResponse) String

func (x *UpdateChainResponse) String() string

type UpdateIPSecTunnelRequest

type UpdateIPSecTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateIPSecTunnelRequest) Descriptor deprecated

func (*UpdateIPSecTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateIPSecTunnelRequest.ProtoReflect.Descriptor instead.

func (*UpdateIPSecTunnelRequest) ProtoMessage

func (*UpdateIPSecTunnelRequest) ProtoMessage()

func (*UpdateIPSecTunnelRequest) ProtoReflect

func (x *UpdateIPSecTunnelRequest) ProtoReflect() protoreflect.Message

func (*UpdateIPSecTunnelRequest) Reset

func (x *UpdateIPSecTunnelRequest) Reset()

func (*UpdateIPSecTunnelRequest) String

func (x *UpdateIPSecTunnelRequest) String() string

type UpdateIPSecTunnelResponse

type UpdateIPSecTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateIPSecTunnelResponse) Descriptor deprecated

func (*UpdateIPSecTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateIPSecTunnelResponse.ProtoReflect.Descriptor instead.

func (*UpdateIPSecTunnelResponse) ProtoMessage

func (*UpdateIPSecTunnelResponse) ProtoMessage()

func (*UpdateIPSecTunnelResponse) ProtoReflect

func (*UpdateIPSecTunnelResponse) Reset

func (x *UpdateIPSecTunnelResponse) Reset()

func (*UpdateIPSecTunnelResponse) String

func (x *UpdateIPSecTunnelResponse) String() string

type UpdateL2TPTunnelRequest

type UpdateL2TPTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateL2TPTunnelRequest) Descriptor deprecated

func (*UpdateL2TPTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateL2TPTunnelRequest.ProtoReflect.Descriptor instead.

func (*UpdateL2TPTunnelRequest) ProtoMessage

func (*UpdateL2TPTunnelRequest) ProtoMessage()

func (*UpdateL2TPTunnelRequest) ProtoReflect

func (x *UpdateL2TPTunnelRequest) ProtoReflect() protoreflect.Message

func (*UpdateL2TPTunnelRequest) Reset

func (x *UpdateL2TPTunnelRequest) Reset()

func (*UpdateL2TPTunnelRequest) String

func (x *UpdateL2TPTunnelRequest) String() string

type UpdateL2TPTunnelResponse

type UpdateL2TPTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateL2TPTunnelResponse) Descriptor deprecated

func (*UpdateL2TPTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateL2TPTunnelResponse.ProtoReflect.Descriptor instead.

func (*UpdateL2TPTunnelResponse) ProtoMessage

func (*UpdateL2TPTunnelResponse) ProtoMessage()

func (*UpdateL2TPTunnelResponse) ProtoReflect

func (x *UpdateL2TPTunnelResponse) ProtoReflect() protoreflect.Message

func (*UpdateL2TPTunnelResponse) Reset

func (x *UpdateL2TPTunnelResponse) Reset()

func (*UpdateL2TPTunnelResponse) String

func (x *UpdateL2TPTunnelResponse) String() string

type UpdateLinkRequest

type UpdateLinkRequest struct {

	// The name of the link
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The link to compare/update.
	Link *Link `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLinkRequest) Descriptor deprecated

func (*UpdateLinkRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateLinkRequest.ProtoReflect.Descriptor instead.

func (x *UpdateLinkRequest) GetLink() *Link

func (*UpdateLinkRequest) GetName

func (x *UpdateLinkRequest) GetName() string

func (*UpdateLinkRequest) ProtoMessage

func (*UpdateLinkRequest) ProtoMessage()

func (*UpdateLinkRequest) ProtoReflect

func (x *UpdateLinkRequest) ProtoReflect() protoreflect.Message

func (*UpdateLinkRequest) Reset

func (x *UpdateLinkRequest) Reset()

func (*UpdateLinkRequest) String

func (x *UpdateLinkRequest) String() string

type UpdateLinkResponse

type UpdateLinkResponse struct {

	// Return the response status for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this link schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLinkResponse) Descriptor deprecated

func (*UpdateLinkResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateLinkResponse.ProtoReflect.Descriptor instead.

func (*UpdateLinkResponse) GetError

func (x *UpdateLinkResponse) GetError() string

func (*UpdateLinkResponse) GetStatusCode

func (x *UpdateLinkResponse) GetStatusCode() ReturnStatusCodes

func (*UpdateLinkResponse) ProtoMessage

func (*UpdateLinkResponse) ProtoMessage()

func (*UpdateLinkResponse) ProtoReflect

func (x *UpdateLinkResponse) ProtoReflect() protoreflect.Message

func (*UpdateLinkResponse) Reset

func (x *UpdateLinkResponse) Reset()

func (*UpdateLinkResponse) String

func (x *UpdateLinkResponse) String() string

type UpdateNeighborRequest

type UpdateNeighborRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateNeighborRequest) Descriptor deprecated

func (*UpdateNeighborRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNeighborRequest.ProtoReflect.Descriptor instead.

func (*UpdateNeighborRequest) ProtoMessage

func (*UpdateNeighborRequest) ProtoMessage()

func (*UpdateNeighborRequest) ProtoReflect

func (x *UpdateNeighborRequest) ProtoReflect() protoreflect.Message

func (*UpdateNeighborRequest) Reset

func (x *UpdateNeighborRequest) Reset()

func (*UpdateNeighborRequest) String

func (x *UpdateNeighborRequest) String() string

type UpdateNeighborResponse

type UpdateNeighborResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateNeighborResponse) Descriptor deprecated

func (*UpdateNeighborResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNeighborResponse.ProtoReflect.Descriptor instead.

func (*UpdateNeighborResponse) ProtoMessage

func (*UpdateNeighborResponse) ProtoMessage()

func (*UpdateNeighborResponse) ProtoReflect

func (x *UpdateNeighborResponse) ProtoReflect() protoreflect.Message

func (*UpdateNeighborResponse) Reset

func (x *UpdateNeighborResponse) Reset()

func (*UpdateNeighborResponse) String

func (x *UpdateNeighborResponse) String() string

type UpdateRuleRequest

type UpdateRuleRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateRuleRequest) Descriptor deprecated

func (*UpdateRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRuleRequest.ProtoReflect.Descriptor instead.

func (*UpdateRuleRequest) ProtoMessage

func (*UpdateRuleRequest) ProtoMessage()

func (*UpdateRuleRequest) ProtoReflect

func (x *UpdateRuleRequest) ProtoReflect() protoreflect.Message

func (*UpdateRuleRequest) Reset

func (x *UpdateRuleRequest) Reset()

func (*UpdateRuleRequest) String

func (x *UpdateRuleRequest) String() string

type UpdateRuleResponse

type UpdateRuleResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateRuleResponse) Descriptor deprecated

func (*UpdateRuleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRuleResponse.ProtoReflect.Descriptor instead.

func (*UpdateRuleResponse) ProtoMessage

func (*UpdateRuleResponse) ProtoMessage()

func (*UpdateRuleResponse) ProtoReflect

func (x *UpdateRuleResponse) ProtoReflect() protoreflect.Message

func (*UpdateRuleResponse) Reset

func (x *UpdateRuleResponse) Reset()

func (*UpdateRuleResponse) String

func (x *UpdateRuleResponse) String() string

type UpdateStaticRouteRequest

type UpdateStaticRouteRequest struct {

	// string name = 1;
	// Specify the new object that will be compared and override the old.
	Route *Route `protobuf:"bytes,2,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStaticRouteRequest) Descriptor deprecated

func (*UpdateStaticRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateStaticRouteRequest.ProtoReflect.Descriptor instead.

func (*UpdateStaticRouteRequest) GetRoute

func (x *UpdateStaticRouteRequest) GetRoute() *Route

func (*UpdateStaticRouteRequest) ProtoMessage

func (*UpdateStaticRouteRequest) ProtoMessage()

func (*UpdateStaticRouteRequest) ProtoReflect

func (x *UpdateStaticRouteRequest) ProtoReflect() protoreflect.Message

func (*UpdateStaticRouteRequest) Reset

func (x *UpdateStaticRouteRequest) Reset()

func (*UpdateStaticRouteRequest) String

func (x *UpdateStaticRouteRequest) String() string

type UpdateStaticRouteResponse

type UpdateStaticRouteResponse struct {

	// Response code for this RPC call.
	StatusCode ReturnStatusCodes `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,enum=v1alpha1.ReturnStatusCodes" json:"status_code,omitempty"`
	// Error if there is any with updating this route schema.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStaticRouteResponse) Descriptor deprecated

func (*UpdateStaticRouteResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateStaticRouteResponse.ProtoReflect.Descriptor instead.

func (*UpdateStaticRouteResponse) GetError

func (x *UpdateStaticRouteResponse) GetError() string

func (*UpdateStaticRouteResponse) GetStatusCode

func (x *UpdateStaticRouteResponse) GetStatusCode() ReturnStatusCodes

func (*UpdateStaticRouteResponse) ProtoMessage

func (*UpdateStaticRouteResponse) ProtoMessage()

func (*UpdateStaticRouteResponse) ProtoReflect

func (*UpdateStaticRouteResponse) Reset

func (x *UpdateStaticRouteResponse) Reset()

func (*UpdateStaticRouteResponse) String

func (x *UpdateStaticRouteResponse) String() string

type UpdateTableRequest

type UpdateTableRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateTableRequest) Descriptor deprecated

func (*UpdateTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTableRequest.ProtoReflect.Descriptor instead.

func (*UpdateTableRequest) ProtoMessage

func (*UpdateTableRequest) ProtoMessage()

func (*UpdateTableRequest) ProtoReflect

func (x *UpdateTableRequest) ProtoReflect() protoreflect.Message

func (*UpdateTableRequest) Reset

func (x *UpdateTableRequest) Reset()

func (*UpdateTableRequest) String

func (x *UpdateTableRequest) String() string

type UpdateTableResponse

type UpdateTableResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTableResponse) Descriptor deprecated

func (*UpdateTableResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTableResponse.ProtoReflect.Descriptor instead.

func (*UpdateTableResponse) ProtoMessage

func (*UpdateTableResponse) ProtoMessage()

func (*UpdateTableResponse) ProtoReflect

func (x *UpdateTableResponse) ProtoReflect() protoreflect.Message

func (*UpdateTableResponse) Reset

func (x *UpdateTableResponse) Reset()

func (*UpdateTableResponse) String

func (x *UpdateTableResponse) String() string

type UpdateWireguardTunnelRequest

type UpdateWireguardTunnelRequest struct {
	// contains filtered or unexported fields
}

func (*UpdateWireguardTunnelRequest) Descriptor deprecated

func (*UpdateWireguardTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWireguardTunnelRequest.ProtoReflect.Descriptor instead.

func (*UpdateWireguardTunnelRequest) ProtoMessage

func (*UpdateWireguardTunnelRequest) ProtoMessage()

func (*UpdateWireguardTunnelRequest) ProtoReflect

func (*UpdateWireguardTunnelRequest) Reset

func (x *UpdateWireguardTunnelRequest) Reset()

func (*UpdateWireguardTunnelRequest) String

type UpdateWireguardTunnelResponse

type UpdateWireguardTunnelResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateWireguardTunnelResponse) Descriptor deprecated

func (*UpdateWireguardTunnelResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWireguardTunnelResponse.ProtoReflect.Descriptor instead.

func (*UpdateWireguardTunnelResponse) ProtoMessage

func (*UpdateWireguardTunnelResponse) ProtoMessage()

func (*UpdateWireguardTunnelResponse) ProtoReflect

func (*UpdateWireguardTunnelResponse) Reset

func (x *UpdateWireguardTunnelResponse) Reset()

func (*UpdateWireguardTunnelResponse) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL