satelit_datastore

package
v0.0.0-...-f1b23c0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2021 License: MIT Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_satelitDatastore_proto protoreflect.FileDescriptor

Functions

func RegisterSatelitDatastoreServer

func RegisterSatelitDatastoreServer(s *grpc.Server, srv SatelitDatastoreServer)

Types

type CorePair

type CorePair struct {
	PhysicalCore uint32  `protobuf:"varint,1,opt,name=physical_core,json=physicalCore,proto3" json:"physical_core,omitempty"`
	LogicalCore  *uint32 `protobuf:"varint,2,opt,name=logical_core,json=logicalCore,proto3,oneof" json:"logical_core,omitempty"`
	// contains filtered or unexported fields
}

func (*CorePair) Descriptor deprecated

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

Deprecated: Use CorePair.ProtoReflect.Descriptor instead.

func (*CorePair) GetLogicalCore

func (x *CorePair) GetLogicalCore() uint32

func (*CorePair) GetPhysicalCore

func (x *CorePair) GetPhysicalCore() uint32

func (*CorePair) ProtoMessage

func (*CorePair) ProtoMessage()

func (*CorePair) ProtoReflect

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

func (*CorePair) Reset

func (x *CorePair) Reset()

func (*CorePair) String

func (x *CorePair) String() string

type DHCPLease

type DHCPLease struct {
	MacAddress     string `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Ip             string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	Network        string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	Gateway        string `protobuf:"bytes,4,opt,name=gateway,proto3" json:"gateway,omitempty"`
	DnsServer      string `protobuf:"bytes,5,opt,name=dns_server,json=dnsServer,proto3" json:"dns_server,omitempty"`
	MetadataServer string `protobuf:"bytes,6,opt,name=metadata_server,json=metadataServer,proto3" json:"metadata_server,omitempty"`
	// contains filtered or unexported fields
}

func (*DHCPLease) Descriptor deprecated

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

Deprecated: Use DHCPLease.ProtoReflect.Descriptor instead.

func (*DHCPLease) GetDnsServer

func (x *DHCPLease) GetDnsServer() string

func (*DHCPLease) GetGateway

func (x *DHCPLease) GetGateway() string

func (*DHCPLease) GetIp

func (x *DHCPLease) GetIp() string

func (*DHCPLease) GetMacAddress

func (x *DHCPLease) GetMacAddress() string

func (*DHCPLease) GetMetadataServer

func (x *DHCPLease) GetMetadataServer() string

func (*DHCPLease) GetNetwork

func (x *DHCPLease) GetNetwork() string

func (*DHCPLease) ProtoMessage

func (*DHCPLease) ProtoMessage()

func (*DHCPLease) ProtoReflect

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

func (*DHCPLease) Reset

func (x *DHCPLease) Reset()

func (*DHCPLease) String

func (x *DHCPLease) String() string

type GetCPUCoreByPinningGroupRequest

type GetCPUCoreByPinningGroupRequest struct {
	Hostname         string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	PinningGroupName string `protobuf:"bytes,2,opt,name=pinning_group_name,json=pinningGroupName,proto3" json:"pinning_group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCPUCoreByPinningGroupRequest) Descriptor deprecated

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

Deprecated: Use GetCPUCoreByPinningGroupRequest.ProtoReflect.Descriptor instead.

func (*GetCPUCoreByPinningGroupRequest) GetHostname

func (x *GetCPUCoreByPinningGroupRequest) GetHostname() string

func (*GetCPUCoreByPinningGroupRequest) GetPinningGroupName

func (x *GetCPUCoreByPinningGroupRequest) GetPinningGroupName() string

func (*GetCPUCoreByPinningGroupRequest) ProtoMessage

func (*GetCPUCoreByPinningGroupRequest) ProtoMessage()

func (*GetCPUCoreByPinningGroupRequest) ProtoReflect

func (*GetCPUCoreByPinningGroupRequest) Reset

func (*GetCPUCoreByPinningGroupRequest) String

type GetCPUCoreByPinningGroupResponse

type GetCPUCoreByPinningGroupResponse struct {
	Pairs []*CorePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCPUCoreByPinningGroupResponse) Descriptor deprecated

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

Deprecated: Use GetCPUCoreByPinningGroupResponse.ProtoReflect.Descriptor instead.

func (*GetCPUCoreByPinningGroupResponse) GetPairs

func (x *GetCPUCoreByPinningGroupResponse) GetPairs() []*CorePair

func (*GetCPUCoreByPinningGroupResponse) ProtoMessage

func (*GetCPUCoreByPinningGroupResponse) ProtoMessage()

func (*GetCPUCoreByPinningGroupResponse) ProtoReflect

func (*GetCPUCoreByPinningGroupResponse) Reset

func (*GetCPUCoreByPinningGroupResponse) String

type GetDHCPLeaseRequest

type GetDHCPLeaseRequest struct {
	MacAddress string `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDHCPLeaseRequest) Descriptor deprecated

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

Deprecated: Use GetDHCPLeaseRequest.ProtoReflect.Descriptor instead.

func (*GetDHCPLeaseRequest) GetMacAddress

func (x *GetDHCPLeaseRequest) GetMacAddress() string

func (*GetDHCPLeaseRequest) ProtoMessage

func (*GetDHCPLeaseRequest) ProtoMessage()

func (*GetDHCPLeaseRequest) ProtoReflect

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

func (*GetDHCPLeaseRequest) Reset

func (x *GetDHCPLeaseRequest) Reset()

func (*GetDHCPLeaseRequest) String

func (x *GetDHCPLeaseRequest) String() string

type GetDHCPLeaseResponse

type GetDHCPLeaseResponse struct {
	Lease *DHCPLease `protobuf:"bytes,1,opt,name=lease,proto3" json:"lease,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDHCPLeaseResponse) Descriptor deprecated

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

Deprecated: Use GetDHCPLeaseResponse.ProtoReflect.Descriptor instead.

func (*GetDHCPLeaseResponse) GetLease

func (x *GetDHCPLeaseResponse) GetLease() *DHCPLease

func (*GetDHCPLeaseResponse) ProtoMessage

func (*GetDHCPLeaseResponse) ProtoMessage()

func (*GetDHCPLeaseResponse) ProtoReflect

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

func (*GetDHCPLeaseResponse) Reset

func (x *GetDHCPLeaseResponse) Reset()

func (*GetDHCPLeaseResponse) String

func (x *GetDHCPLeaseResponse) String() string

type GetHostnameByAddressRequest

type GetHostnameByAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHostnameByAddressRequest) Descriptor deprecated

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

Deprecated: Use GetHostnameByAddressRequest.ProtoReflect.Descriptor instead.

func (*GetHostnameByAddressRequest) GetAddress

func (x *GetHostnameByAddressRequest) GetAddress() string

func (*GetHostnameByAddressRequest) ProtoMessage

func (*GetHostnameByAddressRequest) ProtoMessage()

func (*GetHostnameByAddressRequest) ProtoReflect

func (*GetHostnameByAddressRequest) Reset

func (x *GetHostnameByAddressRequest) Reset()

func (*GetHostnameByAddressRequest) String

func (x *GetHostnameByAddressRequest) String() string

type GetHostnameByAddressResponse

type GetHostnameByAddressResponse struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHostnameByAddressResponse) Descriptor deprecated

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

Deprecated: Use GetHostnameByAddressResponse.ProtoReflect.Descriptor instead.

func (*GetHostnameByAddressResponse) GetHostname

func (x *GetHostnameByAddressResponse) GetHostname() string

func (*GetHostnameByAddressResponse) ProtoMessage

func (*GetHostnameByAddressResponse) ProtoMessage()

func (*GetHostnameByAddressResponse) ProtoReflect

func (*GetHostnameByAddressResponse) Reset

func (x *GetHostnameByAddressResponse) Reset()

func (*GetHostnameByAddressResponse) String

type ListBridgeRequest

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

func (*ListBridgeRequest) Descriptor deprecated

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

Deprecated: Use ListBridgeRequest.ProtoReflect.Descriptor instead.

func (*ListBridgeRequest) ProtoMessage

func (*ListBridgeRequest) ProtoMessage()

func (*ListBridgeRequest) ProtoReflect

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

func (*ListBridgeRequest) Reset

func (x *ListBridgeRequest) Reset()

func (*ListBridgeRequest) String

func (x *ListBridgeRequest) String() string

type ListBridgeResponse

type ListBridgeResponse struct {
	Bridges []*ListBridgeResponse_Bridge `protobuf:"bytes,1,rep,name=bridges,proto3" json:"bridges,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBridgeResponse) Descriptor deprecated

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

Deprecated: Use ListBridgeResponse.ProtoReflect.Descriptor instead.

func (*ListBridgeResponse) GetBridges

func (x *ListBridgeResponse) GetBridges() []*ListBridgeResponse_Bridge

func (*ListBridgeResponse) ProtoMessage

func (*ListBridgeResponse) ProtoMessage()

func (*ListBridgeResponse) ProtoReflect

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

func (*ListBridgeResponse) Reset

func (x *ListBridgeResponse) Reset()

func (*ListBridgeResponse) String

func (x *ListBridgeResponse) String() string

type ListBridgeResponse_Bridge

type ListBridgeResponse_Bridge struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	VlanId uint32 `protobuf:"varint,2,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	//    string parent_interface = 3;
	MetadataCidr string `protobuf:"bytes,4,opt,name=metadata_cidr,json=metadataCidr,proto3" json:"metadata_cidr,omitempty"`
	InternalOnly bool   `protobuf:"varint,5,opt,name=internal_only,json=internalOnly,proto3" json:"internal_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBridgeResponse_Bridge) Descriptor deprecated

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

Deprecated: Use ListBridgeResponse_Bridge.ProtoReflect.Descriptor instead.

func (*ListBridgeResponse_Bridge) GetInternalOnly

func (x *ListBridgeResponse_Bridge) GetInternalOnly() bool

func (*ListBridgeResponse_Bridge) GetMetadataCidr

func (x *ListBridgeResponse_Bridge) GetMetadataCidr() string

func (*ListBridgeResponse_Bridge) GetName

func (x *ListBridgeResponse_Bridge) GetName() string

func (*ListBridgeResponse_Bridge) GetVlanId

func (x *ListBridgeResponse_Bridge) GetVlanId() uint32

func (*ListBridgeResponse_Bridge) ProtoMessage

func (*ListBridgeResponse_Bridge) ProtoMessage()

func (*ListBridgeResponse_Bridge) ProtoReflect

func (*ListBridgeResponse_Bridge) Reset

func (x *ListBridgeResponse_Bridge) Reset()

func (*ListBridgeResponse_Bridge) String

func (x *ListBridgeResponse_Bridge) String() string

type NumaNode

type NumaNode struct {
	Pairs           []*CorePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
	PhysicalCoreMin uint32      `protobuf:"varint,2,opt,name=physical_core_min,json=physicalCoreMin,proto3" json:"physical_core_min,omitempty"`
	PhysicalCoreMax uint32      `protobuf:"varint,3,opt,name=physical_core_max,json=physicalCoreMax,proto3" json:"physical_core_max,omitempty"`
	LogicalCoreMin  *uint32     `protobuf:"varint,4,opt,name=logical_core_min,json=logicalCoreMin,proto3,oneof" json:"logical_core_min,omitempty"`
	LogicalCoreMax  *uint32     `protobuf:"varint,5,opt,name=logical_core_max,json=logicalCoreMax,proto3,oneof" json:"logical_core_max,omitempty"`
	// contains filtered or unexported fields
}

func (*NumaNode) Descriptor deprecated

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

Deprecated: Use NumaNode.ProtoReflect.Descriptor instead.

func (*NumaNode) GetLogicalCoreMax

func (x *NumaNode) GetLogicalCoreMax() uint32

func (*NumaNode) GetLogicalCoreMin

func (x *NumaNode) GetLogicalCoreMin() uint32

func (*NumaNode) GetPairs

func (x *NumaNode) GetPairs() []*CorePair

func (*NumaNode) GetPhysicalCoreMax

func (x *NumaNode) GetPhysicalCoreMax() uint32

func (*NumaNode) GetPhysicalCoreMin

func (x *NumaNode) GetPhysicalCoreMin() uint32

func (*NumaNode) ProtoMessage

func (*NumaNode) ProtoMessage()

func (*NumaNode) ProtoReflect

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

func (*NumaNode) Reset

func (x *NumaNode) Reset()

func (*NumaNode) String

func (x *NumaNode) String() string

type RegisterTeleskopAgentRequest

type RegisterTeleskopAgentRequest struct {
	Hostname string      `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Endpoint string      `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Iqn      string      `protobuf:"bytes,4,opt,name=iqn,proto3" json:"iqn,omitempty"`
	Nodes    []*NumaNode `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTeleskopAgentRequest) Descriptor deprecated

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

Deprecated: Use RegisterTeleskopAgentRequest.ProtoReflect.Descriptor instead.

func (*RegisterTeleskopAgentRequest) GetEndpoint

func (x *RegisterTeleskopAgentRequest) GetEndpoint() string

func (*RegisterTeleskopAgentRequest) GetHostname

func (x *RegisterTeleskopAgentRequest) GetHostname() string

func (*RegisterTeleskopAgentRequest) GetIqn

func (*RegisterTeleskopAgentRequest) GetNodes

func (x *RegisterTeleskopAgentRequest) GetNodes() []*NumaNode

func (*RegisterTeleskopAgentRequest) ProtoMessage

func (*RegisterTeleskopAgentRequest) ProtoMessage()

func (*RegisterTeleskopAgentRequest) ProtoReflect

func (*RegisterTeleskopAgentRequest) Reset

func (x *RegisterTeleskopAgentRequest) Reset()

func (*RegisterTeleskopAgentRequest) String

type RegisterTeleskopAgentResponse

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

func (*RegisterTeleskopAgentResponse) Descriptor deprecated

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

Deprecated: Use RegisterTeleskopAgentResponse.ProtoReflect.Descriptor instead.

func (*RegisterTeleskopAgentResponse) ProtoMessage

func (*RegisterTeleskopAgentResponse) ProtoMessage()

func (*RegisterTeleskopAgentResponse) ProtoReflect

func (*RegisterTeleskopAgentResponse) Reset

func (x *RegisterTeleskopAgentResponse) Reset()

func (*RegisterTeleskopAgentResponse) String

type SatelitDatastoreClient

type SatelitDatastoreClient interface {
	GetDHCPLease(ctx context.Context, in *GetDHCPLeaseRequest, opts ...grpc.CallOption) (*GetDHCPLeaseResponse, error)
	GetHostnameByAddress(ctx context.Context, in *GetHostnameByAddressRequest, opts ...grpc.CallOption) (*GetHostnameByAddressResponse, error)
	ListBridge(ctx context.Context, in *ListBridgeRequest, opts ...grpc.CallOption) (*ListBridgeResponse, error)
	RegisterTeleskopAgent(ctx context.Context, in *RegisterTeleskopAgentRequest, opts ...grpc.CallOption) (*RegisterTeleskopAgentResponse, error)
	GetCPUCoreByPinningGroup(ctx context.Context, in *GetCPUCoreByPinningGroupRequest, opts ...grpc.CallOption) (*GetCPUCoreByPinningGroupResponse, error)
}

SatelitDatastoreClient is the client API for SatelitDatastore service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type SatelitDatastoreServer

SatelitDatastoreServer is the server API for SatelitDatastore service.

type UnimplementedSatelitDatastoreServer

type UnimplementedSatelitDatastoreServer struct {
}

UnimplementedSatelitDatastoreServer can be embedded to have forward compatible implementations.

func (*UnimplementedSatelitDatastoreServer) GetDHCPLease

func (*UnimplementedSatelitDatastoreServer) GetHostnameByAddress

func (*UnimplementedSatelitDatastoreServer) ListBridge

func (*UnimplementedSatelitDatastoreServer) RegisterTeleskopAgent

Jump to

Keyboard shortcuts

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