ncproxyttrpc

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

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

Enum value maps for RequestTypeInternal.

View Source
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 deprecated

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

Deprecated: Use ConfigureNetworkingInternalRequest.ProtoReflect.Descriptor instead.

func (*ConfigureNetworkingInternalRequest) GetContainerID added in v0.10.0

func (x *ConfigureNetworkingInternalRequest) GetContainerID() string

func (*ConfigureNetworkingInternalRequest) GetRequestType added in v0.10.0

func (*ConfigureNetworkingInternalRequest) ProtoMessage

func (*ConfigureNetworkingInternalRequest) ProtoMessage()

func (*ConfigureNetworkingInternalRequest) ProtoReflect added in v0.10.0

func (*ConfigureNetworkingInternalRequest) Reset

func (*ConfigureNetworkingInternalRequest) String

type ConfigureNetworkingInternalResponse

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

func (*ConfigureNetworkingInternalResponse) Descriptor deprecated

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

Deprecated: Use ConfigureNetworkingInternalResponse.ProtoReflect.Descriptor instead.

func (*ConfigureNetworkingInternalResponse) ProtoMessage

func (*ConfigureNetworkingInternalResponse) ProtoMessage()

func (*ConfigureNetworkingInternalResponse) ProtoReflect added in v0.10.0

func (*ConfigureNetworkingInternalResponse) Reset

func (*ConfigureNetworkingInternalResponse) String

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 deprecated

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

Deprecated: Use RegisterComputeAgentRequest.ProtoReflect.Descriptor instead.

func (*RegisterComputeAgentRequest) GetAgentAddress added in v0.10.0

func (x *RegisterComputeAgentRequest) GetAgentAddress() string

func (*RegisterComputeAgentRequest) GetContainerID added in v0.10.0

func (x *RegisterComputeAgentRequest) GetContainerID() string

func (*RegisterComputeAgentRequest) ProtoMessage

func (*RegisterComputeAgentRequest) ProtoMessage()

func (*RegisterComputeAgentRequest) ProtoReflect added in v0.10.0

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 deprecated

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

Deprecated: Use RegisterComputeAgentResponse.ProtoReflect.Descriptor instead.

func (*RegisterComputeAgentResponse) ProtoMessage

func (*RegisterComputeAgentResponse) ProtoMessage()

func (*RegisterComputeAgentResponse) ProtoReflect added in v0.10.0

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 added in v0.10.0

func (RequestTypeInternal) Enum added in v0.10.0

func (RequestTypeInternal) EnumDescriptor deprecated

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

Deprecated: Use RequestTypeInternal.Descriptor instead.

func (RequestTypeInternal) Number added in v0.10.0

func (RequestTypeInternal) String

func (x RequestTypeInternal) String() string

func (RequestTypeInternal) Type added in v0.10.0

type UnregisterComputeAgentRequest added in v0.9.0

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 deprecated added in v0.9.0

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

Deprecated: Use UnregisterComputeAgentRequest.ProtoReflect.Descriptor instead.

func (*UnregisterComputeAgentRequest) GetContainerID added in v0.10.0

func (x *UnregisterComputeAgentRequest) GetContainerID() string

func (*UnregisterComputeAgentRequest) ProtoMessage added in v0.9.0

func (*UnregisterComputeAgentRequest) ProtoMessage()

func (*UnregisterComputeAgentRequest) ProtoReflect added in v0.10.0

func (*UnregisterComputeAgentRequest) Reset added in v0.9.0

func (x *UnregisterComputeAgentRequest) Reset()

func (*UnregisterComputeAgentRequest) String added in v0.9.0

type UnregisterComputeAgentResponse added in v0.9.0

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

func (*UnregisterComputeAgentResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UnregisterComputeAgentResponse.ProtoReflect.Descriptor instead.

func (*UnregisterComputeAgentResponse) ProtoMessage added in v0.9.0

func (*UnregisterComputeAgentResponse) ProtoMessage()

func (*UnregisterComputeAgentResponse) ProtoReflect added in v0.10.0

func (*UnregisterComputeAgentResponse) Reset added in v0.9.0

func (x *UnregisterComputeAgentResponse) Reset()

func (*UnregisterComputeAgentResponse) String added in v0.9.0

Jump to

Keyboard shortcuts

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