package ncproxyttrpc

import "github.com/Microsoft/hcsshim/internal/ncproxyttrpc"

Code generated by protoc-gen-go-ttrpc. DO NOT EDIT. source: github.com/Microsoft/hcsshim/internal/ncproxyttrpc/networkconfigproxy.proto

Index

Variables

var (
	RequestTypeInternal_name = map[int32]string{
		0: "Setup",
		1: "Teardown",
	}
	RequestTypeInternal_value = map[string]int32{
		"Setup":    0,
		"Teardown": 1,
	}
)

Enum value maps for RequestTypeInternal.

var File_github_com_Microsoft_hcsshim_internal_ncproxyttrpc_networkconfigproxy_proto protoreflect.FileDescriptor

Functions

func RegisterNetworkConfigProxyService

func RegisterNetworkConfigProxyService(srv *ttrpc.Server, svc NetworkConfigProxyService)

Types

type ConfigureNetworkingInternalRequest

type ConfigureNetworkingInternalRequest struct {
	ContainerID string              `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	RequestType RequestTypeInternal `protobuf:"varint,2,opt,name=request_type,json=requestType,proto3,enum=RequestTypeInternal" json:"request_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigureNetworkingInternalRequest) Descriptor

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

Deprecated: Use ConfigureNetworkingInternalRequest.ProtoReflect.Descriptor instead.

func (*ConfigureNetworkingInternalRequest) GetContainerID

func (x *ConfigureNetworkingInternalRequest) GetContainerID() string

func (*ConfigureNetworkingInternalRequest) GetRequestType

func (*ConfigureNetworkingInternalRequest) ProtoMessage

func (*ConfigureNetworkingInternalRequest) ProtoMessage()

func (*ConfigureNetworkingInternalRequest) ProtoReflect

func (*ConfigureNetworkingInternalRequest) Reset

func (*ConfigureNetworkingInternalRequest) String

type ConfigureNetworkingInternalResponse

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

func (*ConfigureNetworkingInternalResponse) Descriptor

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

Deprecated: Use ConfigureNetworkingInternalResponse.ProtoReflect.Descriptor instead.

func (*ConfigureNetworkingInternalResponse) ProtoMessage

func (*ConfigureNetworkingInternalResponse) ProtoMessage()

func (*ConfigureNetworkingInternalResponse) ProtoReflect

func (*ConfigureNetworkingInternalResponse) Reset

func (*ConfigureNetworkingInternalResponse) String

type NetworkConfigProxyService

func NewNetworkConfigProxyClient

func NewNetworkConfigProxyClient(client *ttrpc.Client) NetworkConfigProxyService

type RegisterComputeAgentRequest

type RegisterComputeAgentRequest struct {
	AgentAddress string `protobuf:"bytes,1,opt,name=agent_address,json=agentAddress,proto3" json:"agent_address,omitempty"`
	ContainerID  string `protobuf:"bytes,2,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterComputeAgentRequest) Descriptor

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

Deprecated: Use RegisterComputeAgentRequest.ProtoReflect.Descriptor instead.

func (*RegisterComputeAgentRequest) GetAgentAddress

func (x *RegisterComputeAgentRequest) GetAgentAddress() string

func (*RegisterComputeAgentRequest) GetContainerID

func (x *RegisterComputeAgentRequest) GetContainerID() string

func (*RegisterComputeAgentRequest) ProtoMessage

func (*RegisterComputeAgentRequest) ProtoMessage()

func (*RegisterComputeAgentRequest) ProtoReflect

func (*RegisterComputeAgentRequest) Reset

func (x *RegisterComputeAgentRequest) Reset()

func (*RegisterComputeAgentRequest) String

func (x *RegisterComputeAgentRequest) String() string

type RegisterComputeAgentResponse

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

func (*RegisterComputeAgentResponse) Descriptor

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

Deprecated: Use RegisterComputeAgentResponse.ProtoReflect.Descriptor instead.

func (*RegisterComputeAgentResponse) ProtoMessage

func (*RegisterComputeAgentResponse) ProtoMessage()

func (*RegisterComputeAgentResponse) ProtoReflect

func (*RegisterComputeAgentResponse) Reset

func (x *RegisterComputeAgentResponse) Reset()

func (*RegisterComputeAgentResponse) String

type RequestTypeInternal

type RequestTypeInternal int32
const (
	RequestTypeInternal_Setup    RequestTypeInternal = 0
	RequestTypeInternal_Teardown RequestTypeInternal = 1
)

func (RequestTypeInternal) Descriptor

func (RequestTypeInternal) Enum

func (RequestTypeInternal) EnumDescriptor

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

Deprecated: Use RequestTypeInternal.Descriptor instead.

func (RequestTypeInternal) Number

func (RequestTypeInternal) String

func (x RequestTypeInternal) String() string

func (RequestTypeInternal) Type

type UnregisterComputeAgentRequest

type UnregisterComputeAgentRequest struct {
	ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterComputeAgentRequest) Descriptor

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

Deprecated: Use UnregisterComputeAgentRequest.ProtoReflect.Descriptor instead.

func (*UnregisterComputeAgentRequest) GetContainerID

func (x *UnregisterComputeAgentRequest) GetContainerID() string

func (*UnregisterComputeAgentRequest) ProtoMessage

func (*UnregisterComputeAgentRequest) ProtoMessage()

func (*UnregisterComputeAgentRequest) ProtoReflect

func (*UnregisterComputeAgentRequest) Reset

func (x *UnregisterComputeAgentRequest) Reset()

func (*UnregisterComputeAgentRequest) String

type UnregisterComputeAgentResponse

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

func (*UnregisterComputeAgentResponse) Descriptor

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

Deprecated: Use UnregisterComputeAgentResponse.ProtoReflect.Descriptor instead.

func (*UnregisterComputeAgentResponse) ProtoMessage

func (*UnregisterComputeAgentResponse) ProtoMessage()

func (*UnregisterComputeAgentResponse) ProtoReflect

func (*UnregisterComputeAgentResponse) Reset

func (x *UnregisterComputeAgentResponse) Reset()

func (*UnregisterComputeAgentResponse) String

Source Files

doc.go networkconfigproxy.pb.go networkconfigproxy_ttrpc.pb.go

Version
v0.12.9 (latest)
Published
Oct 30, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
14 hours ago

Tools for package owners.