cbtumblebug

package
v0.0.0-...-3d28840 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCbtumblebug        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCbtumblebug          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCbtumblebug = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterMCIRServer

func RegisterMCIRServer(s *grpc.Server, srv MCIRServer)

func RegisterMCISServer

func RegisterMCISServer(s *grpc.Server, srv MCISServer)

func RegisterNSServer

func RegisterNSServer(s *grpc.Server, srv NSServer)

func RegisterUtilityServer

func RegisterUtilityServer(s *grpc.Server, srv UtilityServer)

Types

type AutoAction

type AutoAction struct {
	ActionType           string      `protobuf:"bytes,1,opt,name=action_type,json=actionType,proto3" json:"actionType" yaml:"actionType"`
	Vm                   *TbVmInfo   `protobuf:"bytes,2,opt,name=vm,proto3" json:"vm" yaml:"vm"`
	PostCommand          *McisCmdReq `protobuf:"bytes,3,opt,name=post_command,json=postCommand,proto3" json:"postCommand" yaml:"postCommand"`
	PlacementAlgo        string      `protobuf:"bytes,4,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*AutoAction) Descriptor

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

func (*AutoAction) GetActionType

func (m *AutoAction) GetActionType() string

func (*AutoAction) GetPlacementAlgo

func (m *AutoAction) GetPlacementAlgo() string

func (*AutoAction) GetPostCommand

func (m *AutoAction) GetPostCommand() *McisCmdReq

func (*AutoAction) GetVm

func (m *AutoAction) GetVm() *TbVmInfo

func (*AutoAction) Marshal

func (m *AutoAction) Marshal() (dAtA []byte, err error)

func (*AutoAction) MarshalTo

func (m *AutoAction) MarshalTo(dAtA []byte) (int, error)

func (*AutoAction) MarshalToSizedBuffer

func (m *AutoAction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutoAction) ProtoMessage

func (*AutoAction) ProtoMessage()

func (*AutoAction) Reset

func (m *AutoAction) Reset()

func (*AutoAction) Size

func (m *AutoAction) Size() (n int)

func (*AutoAction) String

func (m *AutoAction) String() string

func (*AutoAction) Unmarshal

func (m *AutoAction) Unmarshal(dAtA []byte) error

func (*AutoAction) XXX_DiscardUnknown

func (m *AutoAction) XXX_DiscardUnknown()

func (*AutoAction) XXX_Marshal

func (m *AutoAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutoAction) XXX_Merge

func (m *AutoAction) XXX_Merge(src proto.Message)

func (*AutoAction) XXX_Size

func (m *AutoAction) XXX_Size() int

func (*AutoAction) XXX_Unmarshal

func (m *AutoAction) XXX_Unmarshal(b []byte) error

type AutoCondition

type AutoCondition struct {
	Metric               string   `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric" yaml:"metric"`
	Operator             string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator" yaml:"operator"`
	Operand              string   `protobuf:"bytes,3,opt,name=operand,proto3" json:"operand" yaml:"operand"`
	EvaluationPeriod     string   `protobuf:"bytes,4,opt,name=evaluation_period,json=evaluationPeriod,proto3" json:"evaluationPeriod" yaml:"evaluationPeriod"`
	EvaluationValue      []string `protobuf:"bytes,5,rep,name=evaluation_value,json=evaluationValue,proto3" json:"evaluationValue" yaml:"evaluationValue"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutoCondition) Descriptor

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

func (*AutoCondition) GetEvaluationPeriod

func (m *AutoCondition) GetEvaluationPeriod() string

func (*AutoCondition) GetEvaluationValue

func (m *AutoCondition) GetEvaluationValue() []string

func (*AutoCondition) GetMetric

func (m *AutoCondition) GetMetric() string

func (*AutoCondition) GetOperand

func (m *AutoCondition) GetOperand() string

func (*AutoCondition) GetOperator

func (m *AutoCondition) GetOperator() string

func (*AutoCondition) Marshal

func (m *AutoCondition) Marshal() (dAtA []byte, err error)

func (*AutoCondition) MarshalTo

func (m *AutoCondition) MarshalTo(dAtA []byte) (int, error)

func (*AutoCondition) MarshalToSizedBuffer

func (m *AutoCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutoCondition) ProtoMessage

func (*AutoCondition) ProtoMessage()

func (*AutoCondition) Reset

func (m *AutoCondition) Reset()

func (*AutoCondition) Size

func (m *AutoCondition) Size() (n int)

func (*AutoCondition) String

func (m *AutoCondition) String() string

func (*AutoCondition) Unmarshal

func (m *AutoCondition) Unmarshal(dAtA []byte) error

func (*AutoCondition) XXX_DiscardUnknown

func (m *AutoCondition) XXX_DiscardUnknown()

func (*AutoCondition) XXX_Marshal

func (m *AutoCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutoCondition) XXX_Merge

func (m *AutoCondition) XXX_Merge(src proto.Message)

func (*AutoCondition) XXX_Size

func (m *AutoCondition) XXX_Size() int

func (*AutoCondition) XXX_Unmarshal

func (m *AutoCondition) XXX_Unmarshal(b []byte) error

type BenchmarkInfo

type BenchmarkInfo struct {
	Result               string           `protobuf:"bytes,1,opt,name=result,proto3" json:"result" yaml:"result"`
	Unit                 string           `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit" yaml:"unit"`
	Desc                 string           `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc" yaml:"desc"`
	Elapsed              string           `protobuf:"bytes,4,opt,name=elapsed,proto3" json:"elapsed" yaml:"elapsed"`
	SpecId               string           `protobuf:"bytes,5,opt,name=spec_id,json=specid,proto3" json:"specid" yaml:"specid"`
	ResultArray          []*BenchmarkInfo `protobuf:"bytes,6,rep,name=result_array,json=resultarray,proto3" json:"resultarray" yaml:"resultarray"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*BenchmarkInfo) Descriptor

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

func (*BenchmarkInfo) GetDesc

func (m *BenchmarkInfo) GetDesc() string

func (*BenchmarkInfo) GetElapsed

func (m *BenchmarkInfo) GetElapsed() string

func (*BenchmarkInfo) GetResult

func (m *BenchmarkInfo) GetResult() string

func (*BenchmarkInfo) GetResultArray

func (m *BenchmarkInfo) GetResultArray() []*BenchmarkInfo

func (*BenchmarkInfo) GetSpecId

func (m *BenchmarkInfo) GetSpecId() string

func (*BenchmarkInfo) GetUnit

func (m *BenchmarkInfo) GetUnit() string

func (*BenchmarkInfo) Marshal

func (m *BenchmarkInfo) Marshal() (dAtA []byte, err error)

func (*BenchmarkInfo) MarshalTo

func (m *BenchmarkInfo) MarshalTo(dAtA []byte) (int, error)

func (*BenchmarkInfo) MarshalToSizedBuffer

func (m *BenchmarkInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BenchmarkInfo) ProtoMessage

func (*BenchmarkInfo) ProtoMessage()

func (*BenchmarkInfo) Reset

func (m *BenchmarkInfo) Reset()

func (*BenchmarkInfo) Size

func (m *BenchmarkInfo) Size() (n int)

func (*BenchmarkInfo) String

func (m *BenchmarkInfo) String() string

func (*BenchmarkInfo) Unmarshal

func (m *BenchmarkInfo) Unmarshal(dAtA []byte) error

func (*BenchmarkInfo) XXX_DiscardUnknown

func (m *BenchmarkInfo) XXX_DiscardUnknown()

func (*BenchmarkInfo) XXX_Marshal

func (m *BenchmarkInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BenchmarkInfo) XXX_Merge

func (m *BenchmarkInfo) XXX_Merge(src proto.Message)

func (*BenchmarkInfo) XXX_Size

func (m *BenchmarkInfo) XXX_Size() int

func (*BenchmarkInfo) XXX_Unmarshal

func (m *BenchmarkInfo) XXX_Unmarshal(b []byte) error

type BmQryAllRequest

type BmQryAllRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Item                 *BmReq   `protobuf:"bytes,3,opt,name=item,json=bm,proto3" json:"bm" yaml:"bm"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmQryAllRequest) Descriptor

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

func (*BmQryAllRequest) GetItem

func (m *BmQryAllRequest) GetItem() *BmReq

func (*BmQryAllRequest) GetMcisId

func (m *BmQryAllRequest) GetMcisId() string

func (*BmQryAllRequest) GetNsId

func (m *BmQryAllRequest) GetNsId() string

func (*BmQryAllRequest) Marshal

func (m *BmQryAllRequest) Marshal() (dAtA []byte, err error)

func (*BmQryAllRequest) MarshalTo

func (m *BmQryAllRequest) MarshalTo(dAtA []byte) (int, error)

func (*BmQryAllRequest) MarshalToSizedBuffer

func (m *BmQryAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BmQryAllRequest) ProtoMessage

func (*BmQryAllRequest) ProtoMessage()

func (*BmQryAllRequest) Reset

func (m *BmQryAllRequest) Reset()

func (*BmQryAllRequest) Size

func (m *BmQryAllRequest) Size() (n int)

func (*BmQryAllRequest) String

func (m *BmQryAllRequest) String() string

func (*BmQryAllRequest) Unmarshal

func (m *BmQryAllRequest) Unmarshal(dAtA []byte) error

func (*BmQryAllRequest) XXX_DiscardUnknown

func (m *BmQryAllRequest) XXX_DiscardUnknown()

func (*BmQryAllRequest) XXX_Marshal

func (m *BmQryAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BmQryAllRequest) XXX_Merge

func (m *BmQryAllRequest) XXX_Merge(src proto.Message)

func (*BmQryAllRequest) XXX_Size

func (m *BmQryAllRequest) XXX_Size() int

func (*BmQryAllRequest) XXX_Unmarshal

func (m *BmQryAllRequest) XXX_Unmarshal(b []byte) error

type BmQryRequest

type BmQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Action               string   `protobuf:"bytes,3,opt,name=action,proto3" json:"action" yaml:"action"`
	Item                 *BmReq   `protobuf:"bytes,4,opt,name=item,json=bm,proto3" json:"bm" yaml:"bm"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmQryRequest) Descriptor

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

func (*BmQryRequest) GetAction

func (m *BmQryRequest) GetAction() string

func (*BmQryRequest) GetItem

func (m *BmQryRequest) GetItem() *BmReq

func (*BmQryRequest) GetMcisId

func (m *BmQryRequest) GetMcisId() string

func (*BmQryRequest) GetNsId

func (m *BmQryRequest) GetNsId() string

func (*BmQryRequest) Marshal

func (m *BmQryRequest) Marshal() (dAtA []byte, err error)

func (*BmQryRequest) MarshalTo

func (m *BmQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*BmQryRequest) MarshalToSizedBuffer

func (m *BmQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BmQryRequest) ProtoMessage

func (*BmQryRequest) ProtoMessage()

func (*BmQryRequest) Reset

func (m *BmQryRequest) Reset()

func (*BmQryRequest) Size

func (m *BmQryRequest) Size() (n int)

func (*BmQryRequest) String

func (m *BmQryRequest) String() string

func (*BmQryRequest) Unmarshal

func (m *BmQryRequest) Unmarshal(dAtA []byte) error

func (*BmQryRequest) XXX_DiscardUnknown

func (m *BmQryRequest) XXX_DiscardUnknown()

func (*BmQryRequest) XXX_Marshal

func (m *BmQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BmQryRequest) XXX_Merge

func (m *BmQryRequest) XXX_Merge(src proto.Message)

func (*BmQryRequest) XXX_Size

func (m *BmQryRequest) XXX_Size() int

func (*BmQryRequest) XXX_Unmarshal

func (m *BmQryRequest) XXX_Unmarshal(b []byte) error

type BmReq

type BmReq struct {
	Host                 string   `protobuf:"bytes,1,opt,name=host,proto3" json:"host" yaml:"host"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmReq) Descriptor

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

func (*BmReq) GetHost

func (m *BmReq) GetHost() string

func (*BmReq) Marshal

func (m *BmReq) Marshal() (dAtA []byte, err error)

func (*BmReq) MarshalTo

func (m *BmReq) MarshalTo(dAtA []byte) (int, error)

func (*BmReq) MarshalToSizedBuffer

func (m *BmReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BmReq) ProtoMessage

func (*BmReq) ProtoMessage()

func (*BmReq) Reset

func (m *BmReq) Reset()

func (*BmReq) Size

func (m *BmReq) Size() (n int)

func (*BmReq) String

func (m *BmReq) String() string

func (*BmReq) Unmarshal

func (m *BmReq) Unmarshal(dAtA []byte) error

func (*BmReq) XXX_DiscardUnknown

func (m *BmReq) XXX_DiscardUnknown()

func (*BmReq) XXX_Marshal

func (m *BmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BmReq) XXX_Merge

func (m *BmReq) XXX_Merge(src proto.Message)

func (*BmReq) XXX_Size

func (m *BmReq) XXX_Size() int

func (*BmReq) XXX_Unmarshal

func (m *BmReq) XXX_Unmarshal(b []byte) error

type BooleanResponse

type BooleanResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,json=Result,proto3" json:"Result" yaml:"Result"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BooleanResponse) Descriptor

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

func (*BooleanResponse) GetResult

func (m *BooleanResponse) GetResult() bool

func (*BooleanResponse) Marshal

func (m *BooleanResponse) Marshal() (dAtA []byte, err error)

func (*BooleanResponse) MarshalTo

func (m *BooleanResponse) MarshalTo(dAtA []byte) (int, error)

func (*BooleanResponse) MarshalToSizedBuffer

func (m *BooleanResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BooleanResponse) ProtoMessage

func (*BooleanResponse) ProtoMessage()

func (*BooleanResponse) Reset

func (m *BooleanResponse) Reset()

func (*BooleanResponse) Size

func (m *BooleanResponse) Size() (n int)

func (*BooleanResponse) String

func (m *BooleanResponse) String() string

func (*BooleanResponse) Unmarshal

func (m *BooleanResponse) Unmarshal(dAtA []byte) error

func (*BooleanResponse) XXX_DiscardUnknown

func (m *BooleanResponse) XXX_DiscardUnknown()

func (*BooleanResponse) XXX_Marshal

func (m *BooleanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BooleanResponse) XXX_Merge

func (m *BooleanResponse) XXX_Merge(src proto.Message)

func (*BooleanResponse) XXX_Size

func (m *BooleanResponse) XXX_Size() int

func (*BooleanResponse) XXX_Unmarshal

func (m *BooleanResponse) XXX_Unmarshal(b []byte) error

type CmdMcisResult

type CmdMcisResult struct {
	McisId               string   `protobuf:"bytes,1,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	VmId                 string   `protobuf:"bytes,2,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	VmIp                 string   `protobuf:"bytes,3,opt,name=vm_ip,json=vmIp,proto3" json:"vmIp" yaml:"vmIp"`
	Result               string   `protobuf:"bytes,4,opt,name=result,proto3" json:"result" yaml:"result"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CmdMcisResult) Descriptor

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

func (*CmdMcisResult) GetMcisId

func (m *CmdMcisResult) GetMcisId() string

func (*CmdMcisResult) GetResult

func (m *CmdMcisResult) GetResult() string

func (*CmdMcisResult) GetVmId

func (m *CmdMcisResult) GetVmId() string

func (*CmdMcisResult) GetVmIp

func (m *CmdMcisResult) GetVmIp() string

func (*CmdMcisResult) Marshal

func (m *CmdMcisResult) Marshal() (dAtA []byte, err error)

func (*CmdMcisResult) MarshalTo

func (m *CmdMcisResult) MarshalTo(dAtA []byte) (int, error)

func (*CmdMcisResult) MarshalToSizedBuffer

func (m *CmdMcisResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CmdMcisResult) ProtoMessage

func (*CmdMcisResult) ProtoMessage()

func (*CmdMcisResult) Reset

func (m *CmdMcisResult) Reset()

func (*CmdMcisResult) Size

func (m *CmdMcisResult) Size() (n int)

func (*CmdMcisResult) String

func (m *CmdMcisResult) String() string

func (*CmdMcisResult) Unmarshal

func (m *CmdMcisResult) Unmarshal(dAtA []byte) error

func (*CmdMcisResult) XXX_DiscardUnknown

func (m *CmdMcisResult) XXX_DiscardUnknown()

func (*CmdMcisResult) XXX_Marshal

func (m *CmdMcisResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CmdMcisResult) XXX_Merge

func (m *CmdMcisResult) XXX_Merge(src proto.Message)

func (*CmdMcisResult) XXX_Size

func (m *CmdMcisResult) XXX_Size() int

func (*CmdMcisResult) XXX_Unmarshal

func (m *CmdMcisResult) XXX_Unmarshal(b []byte) error

type ConfigCreateRequest

type ConfigCreateRequest struct {
	Item                 *ConfigReq `protobuf:"bytes,1,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ConfigCreateRequest) Descriptor

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

func (*ConfigCreateRequest) GetItem

func (m *ConfigCreateRequest) GetItem() *ConfigReq

func (*ConfigCreateRequest) Marshal

func (m *ConfigCreateRequest) Marshal() (dAtA []byte, err error)

func (*ConfigCreateRequest) MarshalTo

func (m *ConfigCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConfigCreateRequest) MarshalToSizedBuffer

func (m *ConfigCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigCreateRequest) ProtoMessage

func (*ConfigCreateRequest) ProtoMessage()

func (*ConfigCreateRequest) Reset

func (m *ConfigCreateRequest) Reset()

func (*ConfigCreateRequest) Size

func (m *ConfigCreateRequest) Size() (n int)

func (*ConfigCreateRequest) String

func (m *ConfigCreateRequest) String() string

func (*ConfigCreateRequest) Unmarshal

func (m *ConfigCreateRequest) Unmarshal(dAtA []byte) error

func (*ConfigCreateRequest) XXX_DiscardUnknown

func (m *ConfigCreateRequest) XXX_DiscardUnknown()

func (*ConfigCreateRequest) XXX_Marshal

func (m *ConfigCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigCreateRequest) XXX_Merge

func (m *ConfigCreateRequest) XXX_Merge(src proto.Message)

func (*ConfigCreateRequest) XXX_Size

func (m *ConfigCreateRequest) XXX_Size() int

func (*ConfigCreateRequest) XXX_Unmarshal

func (m *ConfigCreateRequest) XXX_Unmarshal(b []byte) error

type ConfigInfo

type ConfigInfo struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value" yaml:"value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigInfo) Descriptor

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

func (*ConfigInfo) GetId

func (m *ConfigInfo) GetId() string

func (*ConfigInfo) GetName

func (m *ConfigInfo) GetName() string

func (*ConfigInfo) GetValue

func (m *ConfigInfo) GetValue() string

func (*ConfigInfo) Marshal

func (m *ConfigInfo) Marshal() (dAtA []byte, err error)

func (*ConfigInfo) MarshalTo

func (m *ConfigInfo) MarshalTo(dAtA []byte) (int, error)

func (*ConfigInfo) MarshalToSizedBuffer

func (m *ConfigInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigInfo) ProtoMessage

func (*ConfigInfo) ProtoMessage()

func (*ConfigInfo) Reset

func (m *ConfigInfo) Reset()

func (*ConfigInfo) Size

func (m *ConfigInfo) Size() (n int)

func (*ConfigInfo) String

func (m *ConfigInfo) String() string

func (*ConfigInfo) Unmarshal

func (m *ConfigInfo) Unmarshal(dAtA []byte) error

func (*ConfigInfo) XXX_DiscardUnknown

func (m *ConfigInfo) XXX_DiscardUnknown()

func (*ConfigInfo) XXX_Marshal

func (m *ConfigInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigInfo) XXX_Merge

func (m *ConfigInfo) XXX_Merge(src proto.Message)

func (*ConfigInfo) XXX_Size

func (m *ConfigInfo) XXX_Size() int

func (*ConfigInfo) XXX_Unmarshal

func (m *ConfigInfo) XXX_Unmarshal(b []byte) error

type ConfigInfoResponse

type ConfigInfoResponse struct {
	Item                 *ConfigInfo `protobuf:"bytes,1,opt,name=item,json=config,proto3" json:"config" yaml:"config"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ConfigInfoResponse) Descriptor

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

func (*ConfigInfoResponse) GetItem

func (m *ConfigInfoResponse) GetItem() *ConfigInfo

func (*ConfigInfoResponse) Marshal

func (m *ConfigInfoResponse) Marshal() (dAtA []byte, err error)

func (*ConfigInfoResponse) MarshalTo

func (m *ConfigInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ConfigInfoResponse) MarshalToSizedBuffer

func (m *ConfigInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigInfoResponse) ProtoMessage

func (*ConfigInfoResponse) ProtoMessage()

func (*ConfigInfoResponse) Reset

func (m *ConfigInfoResponse) Reset()

func (*ConfigInfoResponse) Size

func (m *ConfigInfoResponse) Size() (n int)

func (*ConfigInfoResponse) String

func (m *ConfigInfoResponse) String() string

func (*ConfigInfoResponse) Unmarshal

func (m *ConfigInfoResponse) Unmarshal(dAtA []byte) error

func (*ConfigInfoResponse) XXX_DiscardUnknown

func (m *ConfigInfoResponse) XXX_DiscardUnknown()

func (*ConfigInfoResponse) XXX_Marshal

func (m *ConfigInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigInfoResponse) XXX_Merge

func (m *ConfigInfoResponse) XXX_Merge(src proto.Message)

func (*ConfigInfoResponse) XXX_Size

func (m *ConfigInfoResponse) XXX_Size() int

func (*ConfigInfoResponse) XXX_Unmarshal

func (m *ConfigInfoResponse) XXX_Unmarshal(b []byte) error

type ConfigQryRequest

type ConfigQryRequest struct {
	ConfigId             string   `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"configId" yaml:"configId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigQryRequest) Descriptor

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

func (*ConfigQryRequest) GetConfigId

func (m *ConfigQryRequest) GetConfigId() string

func (*ConfigQryRequest) Marshal

func (m *ConfigQryRequest) Marshal() (dAtA []byte, err error)

func (*ConfigQryRequest) MarshalTo

func (m *ConfigQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConfigQryRequest) MarshalToSizedBuffer

func (m *ConfigQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigQryRequest) ProtoMessage

func (*ConfigQryRequest) ProtoMessage()

func (*ConfigQryRequest) Reset

func (m *ConfigQryRequest) Reset()

func (*ConfigQryRequest) Size

func (m *ConfigQryRequest) Size() (n int)

func (*ConfigQryRequest) String

func (m *ConfigQryRequest) String() string

func (*ConfigQryRequest) Unmarshal

func (m *ConfigQryRequest) Unmarshal(dAtA []byte) error

func (*ConfigQryRequest) XXX_DiscardUnknown

func (m *ConfigQryRequest) XXX_DiscardUnknown()

func (*ConfigQryRequest) XXX_Marshal

func (m *ConfigQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigQryRequest) XXX_Merge

func (m *ConfigQryRequest) XXX_Merge(src proto.Message)

func (*ConfigQryRequest) XXX_Size

func (m *ConfigQryRequest) XXX_Size() int

func (*ConfigQryRequest) XXX_Unmarshal

func (m *ConfigQryRequest) XXX_Unmarshal(b []byte) error

type ConfigReq

type ConfigReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value" yaml:"value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigReq) Descriptor

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

func (*ConfigReq) GetName

func (m *ConfigReq) GetName() string

func (*ConfigReq) GetValue

func (m *ConfigReq) GetValue() string

func (*ConfigReq) Marshal

func (m *ConfigReq) Marshal() (dAtA []byte, err error)

func (*ConfigReq) MarshalTo

func (m *ConfigReq) MarshalTo(dAtA []byte) (int, error)

func (*ConfigReq) MarshalToSizedBuffer

func (m *ConfigReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigReq) ProtoMessage

func (*ConfigReq) ProtoMessage()

func (*ConfigReq) Reset

func (m *ConfigReq) Reset()

func (*ConfigReq) Size

func (m *ConfigReq) Size() (n int)

func (*ConfigReq) String

func (m *ConfigReq) String() string

func (*ConfigReq) Unmarshal

func (m *ConfigReq) Unmarshal(dAtA []byte) error

func (*ConfigReq) XXX_DiscardUnknown

func (m *ConfigReq) XXX_DiscardUnknown()

func (*ConfigReq) XXX_Marshal

func (m *ConfigReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigReq) XXX_Merge

func (m *ConfigReq) XXX_Merge(src proto.Message)

func (*ConfigReq) XXX_Size

func (m *ConfigReq) XXX_Size() int

func (*ConfigReq) XXX_Unmarshal

func (m *ConfigReq) XXX_Unmarshal(b []byte) error

type ConnConfig

type ConnConfig struct {
	ConfigName           string   `protobuf:"bytes,1,opt,name=config_name,json=ConfigName,proto3" json:"ConfigName" yaml:"ConfigName"`
	ProviderName         string   `protobuf:"bytes,2,opt,name=provider_name,json=ProviderName,proto3" json:"ProviderName" yaml:"ProviderName"`
	DriverName           string   `protobuf:"bytes,3,opt,name=driver_name,json=DriverName,proto3" json:"DriverName" yaml:"DriverName"`
	CredentialName       string   `protobuf:"bytes,4,opt,name=credential_name,json=CredentialName,proto3" json:"CredentialName" yaml:"CredentialName"`
	RegionName           string   `protobuf:"bytes,5,opt,name=region_name,json=RegionName,proto3" json:"RegionName" yaml:"RegionName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConnConfig) Descriptor

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

func (*ConnConfig) GetConfigName

func (m *ConnConfig) GetConfigName() string

func (*ConnConfig) GetCredentialName

func (m *ConnConfig) GetCredentialName() string

func (*ConnConfig) GetDriverName

func (m *ConnConfig) GetDriverName() string

func (*ConnConfig) GetProviderName

func (m *ConnConfig) GetProviderName() string

func (*ConnConfig) GetRegionName

func (m *ConnConfig) GetRegionName() string

func (*ConnConfig) Marshal

func (m *ConnConfig) Marshal() (dAtA []byte, err error)

func (*ConnConfig) MarshalTo

func (m *ConnConfig) MarshalTo(dAtA []byte) (int, error)

func (*ConnConfig) MarshalToSizedBuffer

func (m *ConnConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConnConfig) ProtoMessage

func (*ConnConfig) ProtoMessage()

func (*ConnConfig) Reset

func (m *ConnConfig) Reset()

func (*ConnConfig) Size

func (m *ConnConfig) Size() (n int)

func (*ConnConfig) String

func (m *ConnConfig) String() string

func (*ConnConfig) Unmarshal

func (m *ConnConfig) Unmarshal(dAtA []byte) error

func (*ConnConfig) XXX_DiscardUnknown

func (m *ConnConfig) XXX_DiscardUnknown()

func (*ConnConfig) XXX_Marshal

func (m *ConnConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnConfig) XXX_Merge

func (m *ConnConfig) XXX_Merge(src proto.Message)

func (*ConnConfig) XXX_Size

func (m *ConnConfig) XXX_Size() int

func (*ConnConfig) XXX_Unmarshal

func (m *ConnConfig) XXX_Unmarshal(b []byte) error

type ConnConfigQryRequest

type ConnConfigQryRequest struct {
	ConnConfigName       string   `protobuf:"bytes,1,opt,name=conn_config_name,json=connConfigName,proto3" json:"connConfigName" yaml:"connConfigName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConnConfigQryRequest) Descriptor

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

func (*ConnConfigQryRequest) GetConnConfigName

func (m *ConnConfigQryRequest) GetConnConfigName() string

func (*ConnConfigQryRequest) Marshal

func (m *ConnConfigQryRequest) Marshal() (dAtA []byte, err error)

func (*ConnConfigQryRequest) MarshalTo

func (m *ConnConfigQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConnConfigQryRequest) MarshalToSizedBuffer

func (m *ConnConfigQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConnConfigQryRequest) ProtoMessage

func (*ConnConfigQryRequest) ProtoMessage()

func (*ConnConfigQryRequest) Reset

func (m *ConnConfigQryRequest) Reset()

func (*ConnConfigQryRequest) Size

func (m *ConnConfigQryRequest) Size() (n int)

func (*ConnConfigQryRequest) String

func (m *ConnConfigQryRequest) String() string

func (*ConnConfigQryRequest) Unmarshal

func (m *ConnConfigQryRequest) Unmarshal(dAtA []byte) error

func (*ConnConfigQryRequest) XXX_DiscardUnknown

func (m *ConnConfigQryRequest) XXX_DiscardUnknown()

func (*ConnConfigQryRequest) XXX_Marshal

func (m *ConnConfigQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnConfigQryRequest) XXX_Merge

func (m *ConnConfigQryRequest) XXX_Merge(src proto.Message)

func (*ConnConfigQryRequest) XXX_Size

func (m *ConnConfigQryRequest) XXX_Size() int

func (*ConnConfigQryRequest) XXX_Unmarshal

func (m *ConnConfigQryRequest) XXX_Unmarshal(b []byte) error

type ConnConfigResponse

type ConnConfigResponse struct {
	Item                 *ConnConfig `protobuf:"bytes,1,opt,name=item,json=connectionconfig,proto3" json:"connectionconfig" yaml:"connectionconfig"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ConnConfigResponse) Descriptor

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

func (*ConnConfigResponse) GetItem

func (m *ConnConfigResponse) GetItem() *ConnConfig

func (*ConnConfigResponse) Marshal

func (m *ConnConfigResponse) Marshal() (dAtA []byte, err error)

func (*ConnConfigResponse) MarshalTo

func (m *ConnConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*ConnConfigResponse) MarshalToSizedBuffer

func (m *ConnConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConnConfigResponse) ProtoMessage

func (*ConnConfigResponse) ProtoMessage()

func (*ConnConfigResponse) Reset

func (m *ConnConfigResponse) Reset()

func (*ConnConfigResponse) Size

func (m *ConnConfigResponse) Size() (n int)

func (*ConnConfigResponse) String

func (m *ConnConfigResponse) String() string

func (*ConnConfigResponse) Unmarshal

func (m *ConnConfigResponse) Unmarshal(dAtA []byte) error

func (*ConnConfigResponse) XXX_DiscardUnknown

func (m *ConnConfigResponse) XXX_DiscardUnknown()

func (*ConnConfigResponse) XXX_Marshal

func (m *ConnConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnConfigResponse) XXX_Merge

func (m *ConnConfigResponse) XXX_Merge(src proto.Message)

func (*ConnConfigResponse) XXX_Size

func (m *ConnConfigResponse) XXX_Size() int

func (*ConnConfigResponse) XXX_Unmarshal

func (m *ConnConfigResponse) XXX_Unmarshal(b []byte) error

type DeploymentPlan

type DeploymentPlan struct {
	Filter               *FilterInfo   `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter" yaml:"filter"`
	Priority             *PriorityInfo `protobuf:"bytes,2,opt,name=priority,proto3" json:"priority" yaml:"priority"`
	Limit                string        `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit" yaml:"limit"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DeploymentPlan) Descriptor

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

func (*DeploymentPlan) GetFilter

func (m *DeploymentPlan) GetFilter() *FilterInfo

func (*DeploymentPlan) GetLimit

func (m *DeploymentPlan) GetLimit() string

func (*DeploymentPlan) GetPriority

func (m *DeploymentPlan) GetPriority() *PriorityInfo

func (*DeploymentPlan) Marshal

func (m *DeploymentPlan) Marshal() (dAtA []byte, err error)

func (*DeploymentPlan) MarshalTo

func (m *DeploymentPlan) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentPlan) MarshalToSizedBuffer

func (m *DeploymentPlan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentPlan) ProtoMessage

func (*DeploymentPlan) ProtoMessage()

func (*DeploymentPlan) Reset

func (m *DeploymentPlan) Reset()

func (*DeploymentPlan) Size

func (m *DeploymentPlan) Size() (n int)

func (*DeploymentPlan) String

func (m *DeploymentPlan) String() string

func (*DeploymentPlan) Unmarshal

func (m *DeploymentPlan) Unmarshal(dAtA []byte) error

func (*DeploymentPlan) XXX_DiscardUnknown

func (m *DeploymentPlan) XXX_DiscardUnknown()

func (*DeploymentPlan) XXX_Marshal

func (m *DeploymentPlan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentPlan) XXX_Merge

func (m *DeploymentPlan) XXX_Merge(src proto.Message)

func (*DeploymentPlan) XXX_Size

func (m *DeploymentPlan) XXX_Size() int

func (*DeploymentPlan) XXX_Unmarshal

func (m *DeploymentPlan) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

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

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (m *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type ExistsResponse

type ExistsResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists" yaml:"exists"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExistsResponse) Descriptor

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

func (*ExistsResponse) GetExists

func (m *ExistsResponse) GetExists() bool

func (*ExistsResponse) Marshal

func (m *ExistsResponse) Marshal() (dAtA []byte, err error)

func (*ExistsResponse) MarshalTo

func (m *ExistsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ExistsResponse) MarshalToSizedBuffer

func (m *ExistsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExistsResponse) ProtoMessage

func (*ExistsResponse) ProtoMessage()

func (*ExistsResponse) Reset

func (m *ExistsResponse) Reset()

func (*ExistsResponse) Size

func (m *ExistsResponse) Size() (n int)

func (*ExistsResponse) String

func (m *ExistsResponse) String() string

func (*ExistsResponse) Unmarshal

func (m *ExistsResponse) Unmarshal(dAtA []byte) error

func (*ExistsResponse) XXX_DiscardUnknown

func (m *ExistsResponse) XXX_DiscardUnknown()

func (*ExistsResponse) XXX_Marshal

func (m *ExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExistsResponse) XXX_Merge

func (m *ExistsResponse) XXX_Merge(src proto.Message)

func (*ExistsResponse) XXX_Size

func (m *ExistsResponse) XXX_Size() int

func (*ExistsResponse) XXX_Unmarshal

func (m *ExistsResponse) XXX_Unmarshal(b []byte) error

type FetchImageQryRequest

type FetchImageQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	NsId                 string   `protobuf:"bytes,2,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchImageQryRequest) Descriptor

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

func (*FetchImageQryRequest) GetConnectionName

func (m *FetchImageQryRequest) GetConnectionName() string

func (*FetchImageQryRequest) GetNsId

func (m *FetchImageQryRequest) GetNsId() string

func (*FetchImageQryRequest) Marshal

func (m *FetchImageQryRequest) Marshal() (dAtA []byte, err error)

func (*FetchImageQryRequest) MarshalTo

func (m *FetchImageQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*FetchImageQryRequest) MarshalToSizedBuffer

func (m *FetchImageQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FetchImageQryRequest) ProtoMessage

func (*FetchImageQryRequest) ProtoMessage()

func (*FetchImageQryRequest) Reset

func (m *FetchImageQryRequest) Reset()

func (*FetchImageQryRequest) Size

func (m *FetchImageQryRequest) Size() (n int)

func (*FetchImageQryRequest) String

func (m *FetchImageQryRequest) String() string

func (*FetchImageQryRequest) Unmarshal

func (m *FetchImageQryRequest) Unmarshal(dAtA []byte) error

func (*FetchImageQryRequest) XXX_DiscardUnknown

func (m *FetchImageQryRequest) XXX_DiscardUnknown()

func (*FetchImageQryRequest) XXX_Marshal

func (m *FetchImageQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchImageQryRequest) XXX_Merge

func (m *FetchImageQryRequest) XXX_Merge(src proto.Message)

func (*FetchImageQryRequest) XXX_Size

func (m *FetchImageQryRequest) XXX_Size() int

func (*FetchImageQryRequest) XXX_Unmarshal

func (m *FetchImageQryRequest) XXX_Unmarshal(b []byte) error

type FetchSpecQryRequest

type FetchSpecQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	NsId                 string   `protobuf:"bytes,2,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchSpecQryRequest) Descriptor

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

func (*FetchSpecQryRequest) GetConnectionName

func (m *FetchSpecQryRequest) GetConnectionName() string

func (*FetchSpecQryRequest) GetNsId

func (m *FetchSpecQryRequest) GetNsId() string

func (*FetchSpecQryRequest) Marshal

func (m *FetchSpecQryRequest) Marshal() (dAtA []byte, err error)

func (*FetchSpecQryRequest) MarshalTo

func (m *FetchSpecQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*FetchSpecQryRequest) MarshalToSizedBuffer

func (m *FetchSpecQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FetchSpecQryRequest) ProtoMessage

func (*FetchSpecQryRequest) ProtoMessage()

func (*FetchSpecQryRequest) Reset

func (m *FetchSpecQryRequest) Reset()

func (*FetchSpecQryRequest) Size

func (m *FetchSpecQryRequest) Size() (n int)

func (*FetchSpecQryRequest) String

func (m *FetchSpecQryRequest) String() string

func (*FetchSpecQryRequest) Unmarshal

func (m *FetchSpecQryRequest) Unmarshal(dAtA []byte) error

func (*FetchSpecQryRequest) XXX_DiscardUnknown

func (m *FetchSpecQryRequest) XXX_DiscardUnknown()

func (*FetchSpecQryRequest) XXX_Marshal

func (m *FetchSpecQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchSpecQryRequest) XXX_Merge

func (m *FetchSpecQryRequest) XXX_Merge(src proto.Message)

func (*FetchSpecQryRequest) XXX_Size

func (m *FetchSpecQryRequest) XXX_Size() int

func (*FetchSpecQryRequest) XXX_Unmarshal

func (m *FetchSpecQryRequest) XXX_Unmarshal(b []byte) error

type FilterCondition

type FilterCondition struct {
	Metric               string       `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric" yaml:"metric"`
	Condition            []*Operation `protobuf:"bytes,2,rep,name=condition,proto3" json:"condition" yaml:"condition"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*FilterCondition) Descriptor

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

func (*FilterCondition) GetCondition

func (m *FilterCondition) GetCondition() []*Operation

func (*FilterCondition) GetMetric

func (m *FilterCondition) GetMetric() string

func (*FilterCondition) Marshal

func (m *FilterCondition) Marshal() (dAtA []byte, err error)

func (*FilterCondition) MarshalTo

func (m *FilterCondition) MarshalTo(dAtA []byte) (int, error)

func (*FilterCondition) MarshalToSizedBuffer

func (m *FilterCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FilterCondition) ProtoMessage

func (*FilterCondition) ProtoMessage()

func (*FilterCondition) Reset

func (m *FilterCondition) Reset()

func (*FilterCondition) Size

func (m *FilterCondition) Size() (n int)

func (*FilterCondition) String

func (m *FilterCondition) String() string

func (*FilterCondition) Unmarshal

func (m *FilterCondition) Unmarshal(dAtA []byte) error

func (*FilterCondition) XXX_DiscardUnknown

func (m *FilterCondition) XXX_DiscardUnknown()

func (*FilterCondition) XXX_Marshal

func (m *FilterCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilterCondition) XXX_Merge

func (m *FilterCondition) XXX_Merge(src proto.Message)

func (*FilterCondition) XXX_Size

func (m *FilterCondition) XXX_Size() int

func (*FilterCondition) XXX_Unmarshal

func (m *FilterCondition) XXX_Unmarshal(b []byte) error

type FilterInfo

type FilterInfo struct {
	Policy               []*FilterCondition `protobuf:"bytes,1,rep,name=policy,proto3" json:"policy" yaml:"policy"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*FilterInfo) Descriptor

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

func (*FilterInfo) GetPolicy

func (m *FilterInfo) GetPolicy() []*FilterCondition

func (*FilterInfo) Marshal

func (m *FilterInfo) Marshal() (dAtA []byte, err error)

func (*FilterInfo) MarshalTo

func (m *FilterInfo) MarshalTo(dAtA []byte) (int, error)

func (*FilterInfo) MarshalToSizedBuffer

func (m *FilterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FilterInfo) ProtoMessage

func (*FilterInfo) ProtoMessage()

func (*FilterInfo) Reset

func (m *FilterInfo) Reset()

func (*FilterInfo) Size

func (m *FilterInfo) Size() (n int)

func (*FilterInfo) String

func (m *FilterInfo) String() string

func (*FilterInfo) Unmarshal

func (m *FilterInfo) Unmarshal(dAtA []byte) error

func (*FilterInfo) XXX_DiscardUnknown

func (m *FilterInfo) XXX_DiscardUnknown()

func (*FilterInfo) XXX_Marshal

func (m *FilterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilterInfo) XXX_Merge

func (m *FilterInfo) XXX_Merge(src proto.Message)

func (*FilterInfo) XXX_Size

func (m *FilterInfo) XXX_Size() int

func (*FilterInfo) XXX_Unmarshal

func (m *FilterInfo) XXX_Unmarshal(b []byte) error

type FilterSpecsByRangeRequest

type FilterSpecsByRangeRequest struct {
	NsId                 string           `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Filter               *SpecRangeFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter" yaml:"filter"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*FilterSpecsByRangeRequest) Descriptor

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

func (*FilterSpecsByRangeRequest) GetFilter

func (*FilterSpecsByRangeRequest) GetNsId

func (m *FilterSpecsByRangeRequest) GetNsId() string

func (*FilterSpecsByRangeRequest) Marshal

func (m *FilterSpecsByRangeRequest) Marshal() (dAtA []byte, err error)

func (*FilterSpecsByRangeRequest) MarshalTo

func (m *FilterSpecsByRangeRequest) MarshalTo(dAtA []byte) (int, error)

func (*FilterSpecsByRangeRequest) MarshalToSizedBuffer

func (m *FilterSpecsByRangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FilterSpecsByRangeRequest) ProtoMessage

func (*FilterSpecsByRangeRequest) ProtoMessage()

func (*FilterSpecsByRangeRequest) Reset

func (m *FilterSpecsByRangeRequest) Reset()

func (*FilterSpecsByRangeRequest) Size

func (m *FilterSpecsByRangeRequest) Size() (n int)

func (*FilterSpecsByRangeRequest) String

func (m *FilterSpecsByRangeRequest) String() string

func (*FilterSpecsByRangeRequest) Unmarshal

func (m *FilterSpecsByRangeRequest) Unmarshal(dAtA []byte) error

func (*FilterSpecsByRangeRequest) XXX_DiscardUnknown

func (m *FilterSpecsByRangeRequest) XXX_DiscardUnknown()

func (*FilterSpecsByRangeRequest) XXX_Marshal

func (m *FilterSpecsByRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilterSpecsByRangeRequest) XXX_Merge

func (m *FilterSpecsByRangeRequest) XXX_Merge(src proto.Message)

func (*FilterSpecsByRangeRequest) XXX_Size

func (m *FilterSpecsByRangeRequest) XXX_Size() int

func (*FilterSpecsByRangeRequest) XXX_Unmarshal

func (m *FilterSpecsByRangeRequest) XXX_Unmarshal(b []byte) error

type GeoLocation

type GeoLocation struct {
	Latitude             string   `protobuf:"bytes,1,opt,name=latitude,proto3" json:"latitude" yaml:"latitude"`
	Longitude            string   `protobuf:"bytes,2,opt,name=longitude,proto3" json:"longitude" yaml:"longitude"`
	BriefAddr            string   `protobuf:"bytes,3,opt,name=brief_addr,json=briefAddr,proto3" json:"briefAddr" yaml:"briefAddr"`
	CloudType            string   `protobuf:"bytes,4,opt,name=cloud_type,json=cloudType,proto3" json:"cloudType" yaml:"cloudType"`
	NativeRegion         string   `protobuf:"bytes,5,opt,name=native_region,json=nativeRegion,proto3" json:"nativeRegion" yaml:"nativeRegion"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoLocation) Descriptor

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

func (*GeoLocation) GetBriefAddr

func (m *GeoLocation) GetBriefAddr() string

func (*GeoLocation) GetCloudType

func (m *GeoLocation) GetCloudType() string

func (*GeoLocation) GetLatitude

func (m *GeoLocation) GetLatitude() string

func (*GeoLocation) GetLongitude

func (m *GeoLocation) GetLongitude() string

func (*GeoLocation) GetNativeRegion

func (m *GeoLocation) GetNativeRegion() string

func (*GeoLocation) Marshal

func (m *GeoLocation) Marshal() (dAtA []byte, err error)

func (*GeoLocation) MarshalTo

func (m *GeoLocation) MarshalTo(dAtA []byte) (int, error)

func (*GeoLocation) MarshalToSizedBuffer

func (m *GeoLocation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GeoLocation) ProtoMessage

func (*GeoLocation) ProtoMessage()

func (*GeoLocation) Reset

func (m *GeoLocation) Reset()

func (*GeoLocation) Size

func (m *GeoLocation) Size() (n int)

func (*GeoLocation) String

func (m *GeoLocation) String() string

func (*GeoLocation) Unmarshal

func (m *GeoLocation) Unmarshal(dAtA []byte) error

func (*GeoLocation) XXX_DiscardUnknown

func (m *GeoLocation) XXX_DiscardUnknown()

func (*GeoLocation) XXX_Marshal

func (m *GeoLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoLocation) XXX_Merge

func (m *GeoLocation) XXX_Merge(src proto.Message)

func (*GeoLocation) XXX_Size

func (m *GeoLocation) XXX_Size() int

func (*GeoLocation) XXX_Unmarshal

func (m *GeoLocation) XXX_Unmarshal(b []byte) error

type IID

type IID struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=NameId,proto3" json:"NameId" yaml:"NameId"`
	SystemId             string   `protobuf:"bytes,2,opt,name=system_id,json=SystemId,proto3" json:"SystemId" yaml:"SystemId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IID is defined & used by CB-Spider

func (*IID) Descriptor

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

func (*IID) GetNameId

func (m *IID) GetNameId() string

func (*IID) GetSystemId

func (m *IID) GetSystemId() string

func (*IID) Marshal

func (m *IID) Marshal() (dAtA []byte, err error)

func (*IID) MarshalTo

func (m *IID) MarshalTo(dAtA []byte) (int, error)

func (*IID) MarshalToSizedBuffer

func (m *IID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IID) ProtoMessage

func (*IID) ProtoMessage()

func (*IID) Reset

func (m *IID) Reset()

func (*IID) Size

func (m *IID) Size() (n int)

func (*IID) String

func (m *IID) String() string

func (*IID) Unmarshal

func (m *IID) Unmarshal(dAtA []byte) error

func (*IID) XXX_DiscardUnknown

func (m *IID) XXX_DiscardUnknown()

func (*IID) XXX_Marshal

func (m *IID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IID) XXX_Merge

func (m *IID) XXX_Merge(src proto.Message)

func (*IID) XXX_Size

func (m *IID) XXX_Size() int

func (*IID) XXX_Unmarshal

func (m *IID) XXX_Unmarshal(b []byte) error

type InspectMcirInfo

type InspectMcirInfo struct {
	ResourcesOnCsp       []*McirResourceOnCspOrSpider `protobuf:"bytes,1,rep,name=resources_on_csp,json=resourcesOnCsp,proto3" json:"resourcesOnCsp" yaml:"resourcesOnCsp"`
	ResourcesOnSpider    []*McirResourceOnCspOrSpider `` /* 127-byte string literal not displayed */
	ResourcesOnTumblebug []*McirResourceOnTumblebug   `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*InspectMcirInfo) Descriptor

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

func (*InspectMcirInfo) GetResourcesOnCsp

func (m *InspectMcirInfo) GetResourcesOnCsp() []*McirResourceOnCspOrSpider

func (*InspectMcirInfo) GetResourcesOnSpider

func (m *InspectMcirInfo) GetResourcesOnSpider() []*McirResourceOnCspOrSpider

func (*InspectMcirInfo) GetResourcesOnTumblebug

func (m *InspectMcirInfo) GetResourcesOnTumblebug() []*McirResourceOnTumblebug

func (*InspectMcirInfo) Marshal

func (m *InspectMcirInfo) Marshal() (dAtA []byte, err error)

func (*InspectMcirInfo) MarshalTo

func (m *InspectMcirInfo) MarshalTo(dAtA []byte) (int, error)

func (*InspectMcirInfo) MarshalToSizedBuffer

func (m *InspectMcirInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InspectMcirInfo) ProtoMessage

func (*InspectMcirInfo) ProtoMessage()

func (*InspectMcirInfo) Reset

func (m *InspectMcirInfo) Reset()

func (*InspectMcirInfo) Size

func (m *InspectMcirInfo) Size() (n int)

func (*InspectMcirInfo) String

func (m *InspectMcirInfo) String() string

func (*InspectMcirInfo) Unmarshal

func (m *InspectMcirInfo) Unmarshal(dAtA []byte) error

func (*InspectMcirInfo) XXX_DiscardUnknown

func (m *InspectMcirInfo) XXX_DiscardUnknown()

func (*InspectMcirInfo) XXX_Marshal

func (m *InspectMcirInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InspectMcirInfo) XXX_Merge

func (m *InspectMcirInfo) XXX_Merge(src proto.Message)

func (*InspectMcirInfo) XXX_Size

func (m *InspectMcirInfo) XXX_Size() int

func (*InspectMcirInfo) XXX_Unmarshal

func (m *InspectMcirInfo) XXX_Unmarshal(b []byte) error

type InspectMcirInfoResponse

type InspectMcirInfoResponse struct {
	Item                 *InspectMcirInfo `protobuf:"bytes,1,opt,name=item,json=resource,proto3" json:"resource" yaml:"resource"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*InspectMcirInfoResponse) Descriptor

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

func (*InspectMcirInfoResponse) GetItem

func (*InspectMcirInfoResponse) Marshal

func (m *InspectMcirInfoResponse) Marshal() (dAtA []byte, err error)

func (*InspectMcirInfoResponse) MarshalTo

func (m *InspectMcirInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InspectMcirInfoResponse) MarshalToSizedBuffer

func (m *InspectMcirInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InspectMcirInfoResponse) ProtoMessage

func (*InspectMcirInfoResponse) ProtoMessage()

func (*InspectMcirInfoResponse) Reset

func (m *InspectMcirInfoResponse) Reset()

func (*InspectMcirInfoResponse) Size

func (m *InspectMcirInfoResponse) Size() (n int)

func (*InspectMcirInfoResponse) String

func (m *InspectMcirInfoResponse) String() string

func (*InspectMcirInfoResponse) Unmarshal

func (m *InspectMcirInfoResponse) Unmarshal(dAtA []byte) error

func (*InspectMcirInfoResponse) XXX_DiscardUnknown

func (m *InspectMcirInfoResponse) XXX_DiscardUnknown()

func (*InspectMcirInfoResponse) XXX_Marshal

func (m *InspectMcirInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InspectMcirInfoResponse) XXX_Merge

func (m *InspectMcirInfoResponse) XXX_Merge(src proto.Message)

func (*InspectMcirInfoResponse) XXX_Size

func (m *InspectMcirInfoResponse) XXX_Size() int

func (*InspectMcirInfoResponse) XXX_Unmarshal

func (m *InspectMcirInfoResponse) XXX_Unmarshal(b []byte) error

type InspectQryRequest

type InspectQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	Type                 string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type" yaml:"type"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InspectQryRequest) Descriptor

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

func (*InspectQryRequest) GetConnectionName

func (m *InspectQryRequest) GetConnectionName() string

func (*InspectQryRequest) GetType

func (m *InspectQryRequest) GetType() string

func (*InspectQryRequest) Marshal

func (m *InspectQryRequest) Marshal() (dAtA []byte, err error)

func (*InspectQryRequest) MarshalTo

func (m *InspectQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*InspectQryRequest) MarshalToSizedBuffer

func (m *InspectQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InspectQryRequest) ProtoMessage

func (*InspectQryRequest) ProtoMessage()

func (*InspectQryRequest) Reset

func (m *InspectQryRequest) Reset()

func (*InspectQryRequest) Size

func (m *InspectQryRequest) Size() (n int)

func (*InspectQryRequest) String

func (m *InspectQryRequest) String() string

func (*InspectQryRequest) Unmarshal

func (m *InspectQryRequest) Unmarshal(dAtA []byte) error

func (*InspectQryRequest) XXX_DiscardUnknown

func (m *InspectQryRequest) XXX_DiscardUnknown()

func (*InspectQryRequest) XXX_Marshal

func (m *InspectQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InspectQryRequest) XXX_Merge

func (m *InspectQryRequest) XXX_Merge(src proto.Message)

func (*InspectQryRequest) XXX_Size

func (m *InspectQryRequest) XXX_Size() int

func (*InspectQryRequest) XXX_Unmarshal

func (m *InspectQryRequest) XXX_Unmarshal(b []byte) error

type InspectVmInfo

type InspectVmInfo struct {
	ResourcesOnCsp       []*VmResourceOnCspOrSpider `protobuf:"bytes,1,rep,name=resources_on_csp,json=resourcesOnCsp,proto3" json:"resourcesOnCsp" yaml:"resourcesOnCsp"`
	ResourcesOnSpider    []*VmResourceOnCspOrSpider `` /* 127-byte string literal not displayed */
	ResourcesOnTumblebug []*VmResourceOnTumblebug   `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*InspectVmInfo) Descriptor

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

func (*InspectVmInfo) GetResourcesOnCsp

func (m *InspectVmInfo) GetResourcesOnCsp() []*VmResourceOnCspOrSpider

func (*InspectVmInfo) GetResourcesOnSpider

func (m *InspectVmInfo) GetResourcesOnSpider() []*VmResourceOnCspOrSpider

func (*InspectVmInfo) GetResourcesOnTumblebug

func (m *InspectVmInfo) GetResourcesOnTumblebug() []*VmResourceOnTumblebug

func (*InspectVmInfo) Marshal

func (m *InspectVmInfo) Marshal() (dAtA []byte, err error)

func (*InspectVmInfo) MarshalTo

func (m *InspectVmInfo) MarshalTo(dAtA []byte) (int, error)

func (*InspectVmInfo) MarshalToSizedBuffer

func (m *InspectVmInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InspectVmInfo) ProtoMessage

func (*InspectVmInfo) ProtoMessage()

func (*InspectVmInfo) Reset

func (m *InspectVmInfo) Reset()

func (*InspectVmInfo) Size

func (m *InspectVmInfo) Size() (n int)

func (*InspectVmInfo) String

func (m *InspectVmInfo) String() string

func (*InspectVmInfo) Unmarshal

func (m *InspectVmInfo) Unmarshal(dAtA []byte) error

func (*InspectVmInfo) XXX_DiscardUnknown

func (m *InspectVmInfo) XXX_DiscardUnknown()

func (*InspectVmInfo) XXX_Marshal

func (m *InspectVmInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InspectVmInfo) XXX_Merge

func (m *InspectVmInfo) XXX_Merge(src proto.Message)

func (*InspectVmInfo) XXX_Size

func (m *InspectVmInfo) XXX_Size() int

func (*InspectVmInfo) XXX_Unmarshal

func (m *InspectVmInfo) XXX_Unmarshal(b []byte) error

type InspectVmInfoResponse

type InspectVmInfoResponse struct {
	Item                 *InspectVmInfo `protobuf:"bytes,1,opt,name=item,json=resource,proto3" json:"resource" yaml:"resource"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*InspectVmInfoResponse) Descriptor

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

func (*InspectVmInfoResponse) GetItem

func (m *InspectVmInfoResponse) GetItem() *InspectVmInfo

func (*InspectVmInfoResponse) Marshal

func (m *InspectVmInfoResponse) Marshal() (dAtA []byte, err error)

func (*InspectVmInfoResponse) MarshalTo

func (m *InspectVmInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InspectVmInfoResponse) MarshalToSizedBuffer

func (m *InspectVmInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InspectVmInfoResponse) ProtoMessage

func (*InspectVmInfoResponse) ProtoMessage()

func (*InspectVmInfoResponse) Reset

func (m *InspectVmInfoResponse) Reset()

func (*InspectVmInfoResponse) Size

func (m *InspectVmInfoResponse) Size() (n int)

func (*InspectVmInfoResponse) String

func (m *InspectVmInfoResponse) String() string

func (*InspectVmInfoResponse) Unmarshal

func (m *InspectVmInfoResponse) Unmarshal(dAtA []byte) error

func (*InspectVmInfoResponse) XXX_DiscardUnknown

func (m *InspectVmInfoResponse) XXX_DiscardUnknown()

func (*InspectVmInfoResponse) XXX_Marshal

func (m *InspectVmInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InspectVmInfoResponse) XXX_Merge

func (m *InspectVmInfoResponse) XXX_Merge(src proto.Message)

func (*InspectVmInfoResponse) XXX_Size

func (m *InspectVmInfoResponse) XXX_Size() int

func (*InspectVmInfoResponse) XXX_Unmarshal

func (m *InspectVmInfoResponse) XXX_Unmarshal(b []byte) error

type KeyValue

type KeyValue struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,json=Key,proto3" json:"Key" yaml:"Key"`
	Value                string   `protobuf:"bytes,2,opt,name=value,json=Value,proto3" json:"Value" yaml:"Value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyValue) Descriptor

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

func (*KeyValue) GetKey

func (m *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (m *KeyValue) GetValue() string

func (*KeyValue) Marshal

func (m *KeyValue) Marshal() (dAtA []byte, err error)

func (*KeyValue) MarshalTo

func (m *KeyValue) MarshalTo(dAtA []byte) (int, error)

func (*KeyValue) MarshalToSizedBuffer

func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) Reset

func (m *KeyValue) Reset()

func (*KeyValue) Size

func (m *KeyValue) Size() (n int)

func (*KeyValue) String

func (m *KeyValue) String() string

func (*KeyValue) Unmarshal

func (m *KeyValue) Unmarshal(dAtA []byte) error

func (*KeyValue) XXX_DiscardUnknown

func (m *KeyValue) XXX_DiscardUnknown()

func (*KeyValue) XXX_Marshal

func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyValue) XXX_Merge

func (m *KeyValue) XXX_Merge(src proto.Message)

func (*KeyValue) XXX_Size

func (m *KeyValue) XXX_Size() int

func (*KeyValue) XXX_Unmarshal

func (m *KeyValue) XXX_Unmarshal(b []byte) error

type ListAgentInstallResponse

type ListAgentInstallResponse struct {
	Items                []*CmdMcisResult `protobuf:"bytes,1,rep,name=items,json=result_array,proto3" json:"result_array" yaml:"result_array"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListAgentInstallResponse) Descriptor

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

func (*ListAgentInstallResponse) GetItems

func (m *ListAgentInstallResponse) GetItems() []*CmdMcisResult

func (*ListAgentInstallResponse) Marshal

func (m *ListAgentInstallResponse) Marshal() (dAtA []byte, err error)

func (*ListAgentInstallResponse) MarshalTo

func (m *ListAgentInstallResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListAgentInstallResponse) MarshalToSizedBuffer

func (m *ListAgentInstallResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListAgentInstallResponse) ProtoMessage

func (*ListAgentInstallResponse) ProtoMessage()

func (*ListAgentInstallResponse) Reset

func (m *ListAgentInstallResponse) Reset()

func (*ListAgentInstallResponse) Size

func (m *ListAgentInstallResponse) Size() (n int)

func (*ListAgentInstallResponse) String

func (m *ListAgentInstallResponse) String() string

func (*ListAgentInstallResponse) Unmarshal

func (m *ListAgentInstallResponse) Unmarshal(dAtA []byte) error

func (*ListAgentInstallResponse) XXX_DiscardUnknown

func (m *ListAgentInstallResponse) XXX_DiscardUnknown()

func (*ListAgentInstallResponse) XXX_Marshal

func (m *ListAgentInstallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAgentInstallResponse) XXX_Merge

func (m *ListAgentInstallResponse) XXX_Merge(src proto.Message)

func (*ListAgentInstallResponse) XXX_Size

func (m *ListAgentInstallResponse) XXX_Size() int

func (*ListAgentInstallResponse) XXX_Unmarshal

func (m *ListAgentInstallResponse) XXX_Unmarshal(b []byte) error

type ListBenchmarkInfoResponse

type ListBenchmarkInfoResponse struct {
	Items                []*BenchmarkInfo `protobuf:"bytes,1,rep,name=items,json=resultarray,proto3" json:"resultarray" yaml:"resultarray"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListBenchmarkInfoResponse) Descriptor

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

func (*ListBenchmarkInfoResponse) GetItems

func (m *ListBenchmarkInfoResponse) GetItems() []*BenchmarkInfo

func (*ListBenchmarkInfoResponse) Marshal

func (m *ListBenchmarkInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListBenchmarkInfoResponse) MarshalTo

func (m *ListBenchmarkInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListBenchmarkInfoResponse) MarshalToSizedBuffer

func (m *ListBenchmarkInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListBenchmarkInfoResponse) ProtoMessage

func (*ListBenchmarkInfoResponse) ProtoMessage()

func (*ListBenchmarkInfoResponse) Reset

func (m *ListBenchmarkInfoResponse) Reset()

func (*ListBenchmarkInfoResponse) Size

func (m *ListBenchmarkInfoResponse) Size() (n int)

func (*ListBenchmarkInfoResponse) String

func (m *ListBenchmarkInfoResponse) String() string

func (*ListBenchmarkInfoResponse) Unmarshal

func (m *ListBenchmarkInfoResponse) Unmarshal(dAtA []byte) error

func (*ListBenchmarkInfoResponse) XXX_DiscardUnknown

func (m *ListBenchmarkInfoResponse) XXX_DiscardUnknown()

func (*ListBenchmarkInfoResponse) XXX_Marshal

func (m *ListBenchmarkInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBenchmarkInfoResponse) XXX_Merge

func (m *ListBenchmarkInfoResponse) XXX_Merge(src proto.Message)

func (*ListBenchmarkInfoResponse) XXX_Size

func (m *ListBenchmarkInfoResponse) XXX_Size() int

func (*ListBenchmarkInfoResponse) XXX_Unmarshal

func (m *ListBenchmarkInfoResponse) XXX_Unmarshal(b []byte) error

type ListCmdMcisResponse

type ListCmdMcisResponse struct {
	Items                []*CmdMcisResult `protobuf:"bytes,1,rep,name=items,json=result_array,proto3" json:"result_array" yaml:"result_array"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListCmdMcisResponse) Descriptor

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

func (*ListCmdMcisResponse) GetItems

func (m *ListCmdMcisResponse) GetItems() []*CmdMcisResult

func (*ListCmdMcisResponse) Marshal

func (m *ListCmdMcisResponse) Marshal() (dAtA []byte, err error)

func (*ListCmdMcisResponse) MarshalTo

func (m *ListCmdMcisResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListCmdMcisResponse) MarshalToSizedBuffer

func (m *ListCmdMcisResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListCmdMcisResponse) ProtoMessage

func (*ListCmdMcisResponse) ProtoMessage()

func (*ListCmdMcisResponse) Reset

func (m *ListCmdMcisResponse) Reset()

func (*ListCmdMcisResponse) Size

func (m *ListCmdMcisResponse) Size() (n int)

func (*ListCmdMcisResponse) String

func (m *ListCmdMcisResponse) String() string

func (*ListCmdMcisResponse) Unmarshal

func (m *ListCmdMcisResponse) Unmarshal(dAtA []byte) error

func (*ListCmdMcisResponse) XXX_DiscardUnknown

func (m *ListCmdMcisResponse) XXX_DiscardUnknown()

func (*ListCmdMcisResponse) XXX_Marshal

func (m *ListCmdMcisResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCmdMcisResponse) XXX_Merge

func (m *ListCmdMcisResponse) XXX_Merge(src proto.Message)

func (*ListCmdMcisResponse) XXX_Size

func (m *ListCmdMcisResponse) XXX_Size() int

func (*ListCmdMcisResponse) XXX_Unmarshal

func (m *ListCmdMcisResponse) XXX_Unmarshal(b []byte) error

type ListConfigInfoResponse

type ListConfigInfoResponse struct {
	Items                []*ConfigInfo `protobuf:"bytes,1,rep,name=items,json=config,proto3" json:"config" yaml:"config"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListConfigInfoResponse) Descriptor

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

func (*ListConfigInfoResponse) GetItems

func (m *ListConfigInfoResponse) GetItems() []*ConfigInfo

func (*ListConfigInfoResponse) Marshal

func (m *ListConfigInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListConfigInfoResponse) MarshalTo

func (m *ListConfigInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListConfigInfoResponse) MarshalToSizedBuffer

func (m *ListConfigInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListConfigInfoResponse) ProtoMessage

func (*ListConfigInfoResponse) ProtoMessage()

func (*ListConfigInfoResponse) Reset

func (m *ListConfigInfoResponse) Reset()

func (*ListConfigInfoResponse) Size

func (m *ListConfigInfoResponse) Size() (n int)

func (*ListConfigInfoResponse) String

func (m *ListConfigInfoResponse) String() string

func (*ListConfigInfoResponse) Unmarshal

func (m *ListConfigInfoResponse) Unmarshal(dAtA []byte) error

func (*ListConfigInfoResponse) XXX_DiscardUnknown

func (m *ListConfigInfoResponse) XXX_DiscardUnknown()

func (*ListConfigInfoResponse) XXX_Marshal

func (m *ListConfigInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConfigInfoResponse) XXX_Merge

func (m *ListConfigInfoResponse) XXX_Merge(src proto.Message)

func (*ListConfigInfoResponse) XXX_Size

func (m *ListConfigInfoResponse) XXX_Size() int

func (*ListConfigInfoResponse) XXX_Unmarshal

func (m *ListConfigInfoResponse) XXX_Unmarshal(b []byte) error

type ListConnConfigResponse

type ListConnConfigResponse struct {
	Items                []*ConnConfig `protobuf:"bytes,1,rep,name=items,json=connectionconfig,proto3" json:"connectionconfig" yaml:"connectionconfig"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListConnConfigResponse) Descriptor

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

func (*ListConnConfigResponse) GetItems

func (m *ListConnConfigResponse) GetItems() []*ConnConfig

func (*ListConnConfigResponse) Marshal

func (m *ListConnConfigResponse) Marshal() (dAtA []byte, err error)

func (*ListConnConfigResponse) MarshalTo

func (m *ListConnConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListConnConfigResponse) MarshalToSizedBuffer

func (m *ListConnConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListConnConfigResponse) ProtoMessage

func (*ListConnConfigResponse) ProtoMessage()

func (*ListConnConfigResponse) Reset

func (m *ListConnConfigResponse) Reset()

func (*ListConnConfigResponse) Size

func (m *ListConnConfigResponse) Size() (n int)

func (*ListConnConfigResponse) String

func (m *ListConnConfigResponse) String() string

func (*ListConnConfigResponse) Unmarshal

func (m *ListConnConfigResponse) Unmarshal(dAtA []byte) error

func (*ListConnConfigResponse) XXX_DiscardUnknown

func (m *ListConnConfigResponse) XXX_DiscardUnknown()

func (*ListConnConfigResponse) XXX_Marshal

func (m *ListConnConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConnConfigResponse) XXX_Merge

func (m *ListConnConfigResponse) XXX_Merge(src proto.Message)

func (*ListConnConfigResponse) XXX_Size

func (m *ListConnConfigResponse) XXX_Size() int

func (*ListConnConfigResponse) XXX_Unmarshal

func (m *ListConnConfigResponse) XXX_Unmarshal(b []byte) error

type ListIdResponse

type ListIdResponse struct {
	IdList               []string `protobuf:"bytes,1,rep,name=id_list,json=idList,proto3" json:"idList" yaml:"idList"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListIdResponse) Descriptor

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

func (*ListIdResponse) GetIdList

func (m *ListIdResponse) GetIdList() []string

func (*ListIdResponse) Marshal

func (m *ListIdResponse) Marshal() (dAtA []byte, err error)

func (*ListIdResponse) MarshalTo

func (m *ListIdResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListIdResponse) MarshalToSizedBuffer

func (m *ListIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListIdResponse) ProtoMessage

func (*ListIdResponse) ProtoMessage()

func (*ListIdResponse) Reset

func (m *ListIdResponse) Reset()

func (*ListIdResponse) Size

func (m *ListIdResponse) Size() (n int)

func (*ListIdResponse) String

func (m *ListIdResponse) String() string

func (*ListIdResponse) Unmarshal

func (m *ListIdResponse) Unmarshal(dAtA []byte) error

func (*ListIdResponse) XXX_DiscardUnknown

func (m *ListIdResponse) XXX_DiscardUnknown()

func (*ListIdResponse) XXX_Marshal

func (m *ListIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListIdResponse) XXX_Merge

func (m *ListIdResponse) XXX_Merge(src proto.Message)

func (*ListIdResponse) XXX_Size

func (m *ListIdResponse) XXX_Size() int

func (*ListIdResponse) XXX_Unmarshal

func (m *ListIdResponse) XXX_Unmarshal(b []byte) error

type ListInspectMcirInfoResponse

type ListInspectMcirInfoResponse struct {
	Items                []*InspectMcirInfo `protobuf:"bytes,1,rep,name=items,json=resource,proto3" json:"resource" yaml:"resource"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListInspectMcirInfoResponse) Descriptor

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

func (*ListInspectMcirInfoResponse) GetItems

func (*ListInspectMcirInfoResponse) Marshal

func (m *ListInspectMcirInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListInspectMcirInfoResponse) MarshalTo

func (m *ListInspectMcirInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListInspectMcirInfoResponse) MarshalToSizedBuffer

func (m *ListInspectMcirInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListInspectMcirInfoResponse) ProtoMessage

func (*ListInspectMcirInfoResponse) ProtoMessage()

func (*ListInspectMcirInfoResponse) Reset

func (m *ListInspectMcirInfoResponse) Reset()

func (*ListInspectMcirInfoResponse) Size

func (m *ListInspectMcirInfoResponse) Size() (n int)

func (*ListInspectMcirInfoResponse) String

func (m *ListInspectMcirInfoResponse) String() string

func (*ListInspectMcirInfoResponse) Unmarshal

func (m *ListInspectMcirInfoResponse) Unmarshal(dAtA []byte) error

func (*ListInspectMcirInfoResponse) XXX_DiscardUnknown

func (m *ListInspectMcirInfoResponse) XXX_DiscardUnknown()

func (*ListInspectMcirInfoResponse) XXX_Marshal

func (m *ListInspectMcirInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInspectMcirInfoResponse) XXX_Merge

func (m *ListInspectMcirInfoResponse) XXX_Merge(src proto.Message)

func (*ListInspectMcirInfoResponse) XXX_Size

func (m *ListInspectMcirInfoResponse) XXX_Size() int

func (*ListInspectMcirInfoResponse) XXX_Unmarshal

func (m *ListInspectMcirInfoResponse) XXX_Unmarshal(b []byte) error

type ListInspectVmInfoResponse

type ListInspectVmInfoResponse struct {
	Items                []*InspectVmInfo `protobuf:"bytes,1,rep,name=items,json=resource,proto3" json:"resource" yaml:"resource"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListInspectVmInfoResponse) Descriptor

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

func (*ListInspectVmInfoResponse) GetItems

func (m *ListInspectVmInfoResponse) GetItems() []*InspectVmInfo

func (*ListInspectVmInfoResponse) Marshal

func (m *ListInspectVmInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListInspectVmInfoResponse) MarshalTo

func (m *ListInspectVmInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListInspectVmInfoResponse) MarshalToSizedBuffer

func (m *ListInspectVmInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListInspectVmInfoResponse) ProtoMessage

func (*ListInspectVmInfoResponse) ProtoMessage()

func (*ListInspectVmInfoResponse) Reset

func (m *ListInspectVmInfoResponse) Reset()

func (*ListInspectVmInfoResponse) Size

func (m *ListInspectVmInfoResponse) Size() (n int)

func (*ListInspectVmInfoResponse) String

func (m *ListInspectVmInfoResponse) String() string

func (*ListInspectVmInfoResponse) Unmarshal

func (m *ListInspectVmInfoResponse) Unmarshal(dAtA []byte) error

func (*ListInspectVmInfoResponse) XXX_DiscardUnknown

func (m *ListInspectVmInfoResponse) XXX_DiscardUnknown()

func (*ListInspectVmInfoResponse) XXX_Marshal

func (m *ListInspectVmInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInspectVmInfoResponse) XXX_Merge

func (m *ListInspectVmInfoResponse) XXX_Merge(src proto.Message)

func (*ListInspectVmInfoResponse) XXX_Size

func (m *ListInspectVmInfoResponse) XXX_Size() int

func (*ListInspectVmInfoResponse) XXX_Unmarshal

func (m *ListInspectVmInfoResponse) XXX_Unmarshal(b []byte) error

type ListMcisPolicyInfoResponse

type ListMcisPolicyInfoResponse struct {
	Items                []*McisPolicyInfo `protobuf:"bytes,1,rep,name=items,json=mcisPolicy,proto3" json:"mcisPolicy" yaml:"mcisPolicy"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListMcisPolicyInfoResponse) Descriptor

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

func (*ListMcisPolicyInfoResponse) GetItems

func (m *ListMcisPolicyInfoResponse) GetItems() []*McisPolicyInfo

func (*ListMcisPolicyInfoResponse) Marshal

func (m *ListMcisPolicyInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListMcisPolicyInfoResponse) MarshalTo

func (m *ListMcisPolicyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListMcisPolicyInfoResponse) MarshalToSizedBuffer

func (m *ListMcisPolicyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListMcisPolicyInfoResponse) ProtoMessage

func (*ListMcisPolicyInfoResponse) ProtoMessage()

func (*ListMcisPolicyInfoResponse) Reset

func (m *ListMcisPolicyInfoResponse) Reset()

func (*ListMcisPolicyInfoResponse) Size

func (m *ListMcisPolicyInfoResponse) Size() (n int)

func (*ListMcisPolicyInfoResponse) String

func (m *ListMcisPolicyInfoResponse) String() string

func (*ListMcisPolicyInfoResponse) Unmarshal

func (m *ListMcisPolicyInfoResponse) Unmarshal(dAtA []byte) error

func (*ListMcisPolicyInfoResponse) XXX_DiscardUnknown

func (m *ListMcisPolicyInfoResponse) XXX_DiscardUnknown()

func (*ListMcisPolicyInfoResponse) XXX_Marshal

func (m *ListMcisPolicyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMcisPolicyInfoResponse) XXX_Merge

func (m *ListMcisPolicyInfoResponse) XXX_Merge(src proto.Message)

func (*ListMcisPolicyInfoResponse) XXX_Size

func (m *ListMcisPolicyInfoResponse) XXX_Size() int

func (*ListMcisPolicyInfoResponse) XXX_Unmarshal

func (m *ListMcisPolicyInfoResponse) XXX_Unmarshal(b []byte) error

type ListNSInfoResponse

type ListNSInfoResponse struct {
	Items                []*NSInfo `protobuf:"bytes,1,rep,name=items,json=ns,proto3" json:"ns" yaml:"ns"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListNSInfoResponse) Descriptor

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

func (*ListNSInfoResponse) GetItems

func (m *ListNSInfoResponse) GetItems() []*NSInfo

func (*ListNSInfoResponse) Marshal

func (m *ListNSInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListNSInfoResponse) MarshalTo

func (m *ListNSInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListNSInfoResponse) MarshalToSizedBuffer

func (m *ListNSInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListNSInfoResponse) ProtoMessage

func (*ListNSInfoResponse) ProtoMessage()

func (*ListNSInfoResponse) Reset

func (m *ListNSInfoResponse) Reset()

func (*ListNSInfoResponse) Size

func (m *ListNSInfoResponse) Size() (n int)

func (*ListNSInfoResponse) String

func (m *ListNSInfoResponse) String() string

func (*ListNSInfoResponse) Unmarshal

func (m *ListNSInfoResponse) Unmarshal(dAtA []byte) error

func (*ListNSInfoResponse) XXX_DiscardUnknown

func (m *ListNSInfoResponse) XXX_DiscardUnknown()

func (*ListNSInfoResponse) XXX_Marshal

func (m *ListNSInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNSInfoResponse) XXX_Merge

func (m *ListNSInfoResponse) XXX_Merge(src proto.Message)

func (*ListNSInfoResponse) XXX_Size

func (m *ListNSInfoResponse) XXX_Size() int

func (*ListNSInfoResponse) XXX_Unmarshal

func (m *ListNSInfoResponse) XXX_Unmarshal(b []byte) error

type ListObjectInfoResponse

type ListObjectInfoResponse struct {
	Items                []string `protobuf:"bytes,1,rep,name=items,json=object,proto3" json:"object" yaml:"object"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListObjectInfoResponse) Descriptor

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

func (*ListObjectInfoResponse) GetItems

func (m *ListObjectInfoResponse) GetItems() []string

func (*ListObjectInfoResponse) Marshal

func (m *ListObjectInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListObjectInfoResponse) MarshalTo

func (m *ListObjectInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListObjectInfoResponse) MarshalToSizedBuffer

func (m *ListObjectInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListObjectInfoResponse) ProtoMessage

func (*ListObjectInfoResponse) ProtoMessage()

func (*ListObjectInfoResponse) Reset

func (m *ListObjectInfoResponse) Reset()

func (*ListObjectInfoResponse) Size

func (m *ListObjectInfoResponse) Size() (n int)

func (*ListObjectInfoResponse) String

func (m *ListObjectInfoResponse) String() string

func (*ListObjectInfoResponse) Unmarshal

func (m *ListObjectInfoResponse) Unmarshal(dAtA []byte) error

func (*ListObjectInfoResponse) XXX_DiscardUnknown

func (m *ListObjectInfoResponse) XXX_DiscardUnknown()

func (*ListObjectInfoResponse) XXX_Marshal

func (m *ListObjectInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListObjectInfoResponse) XXX_Merge

func (m *ListObjectInfoResponse) XXX_Merge(src proto.Message)

func (*ListObjectInfoResponse) XXX_Size

func (m *ListObjectInfoResponse) XXX_Size() int

func (*ListObjectInfoResponse) XXX_Unmarshal

func (m *ListObjectInfoResponse) XXX_Unmarshal(b []byte) error

type ListRegionResponse

type ListRegionResponse struct {
	Items                []*Region `protobuf:"bytes,1,rep,name=items,json=region,proto3" json:"region" yaml:"region"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListRegionResponse) Descriptor

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

func (*ListRegionResponse) GetItems

func (m *ListRegionResponse) GetItems() []*Region

func (*ListRegionResponse) Marshal

func (m *ListRegionResponse) Marshal() (dAtA []byte, err error)

func (*ListRegionResponse) MarshalTo

func (m *ListRegionResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListRegionResponse) MarshalToSizedBuffer

func (m *ListRegionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListRegionResponse) ProtoMessage

func (*ListRegionResponse) ProtoMessage()

func (*ListRegionResponse) Reset

func (m *ListRegionResponse) Reset()

func (*ListRegionResponse) Size

func (m *ListRegionResponse) Size() (n int)

func (*ListRegionResponse) String

func (m *ListRegionResponse) String() string

func (*ListRegionResponse) Unmarshal

func (m *ListRegionResponse) Unmarshal(dAtA []byte) error

func (*ListRegionResponse) XXX_DiscardUnknown

func (m *ListRegionResponse) XXX_DiscardUnknown()

func (*ListRegionResponse) XXX_Marshal

func (m *ListRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegionResponse) XXX_Merge

func (m *ListRegionResponse) XXX_Merge(src proto.Message)

func (*ListRegionResponse) XXX_Size

func (m *ListRegionResponse) XXX_Size() int

func (*ListRegionResponse) XXX_Unmarshal

func (m *ListRegionResponse) XXX_Unmarshal(b []byte) error

type ListSpiderImageInfoResponse

type ListSpiderImageInfoResponse struct {
	Items                []*SpiderImageInfo `protobuf:"bytes,1,rep,name=items,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListSpiderImageInfoResponse) Descriptor

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

func (*ListSpiderImageInfoResponse) GetItems

func (*ListSpiderImageInfoResponse) Marshal

func (m *ListSpiderImageInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListSpiderImageInfoResponse) MarshalTo

func (m *ListSpiderImageInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListSpiderImageInfoResponse) MarshalToSizedBuffer

func (m *ListSpiderImageInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListSpiderImageInfoResponse) ProtoMessage

func (*ListSpiderImageInfoResponse) ProtoMessage()

func (*ListSpiderImageInfoResponse) Reset

func (m *ListSpiderImageInfoResponse) Reset()

func (*ListSpiderImageInfoResponse) Size

func (m *ListSpiderImageInfoResponse) Size() (n int)

func (*ListSpiderImageInfoResponse) String

func (m *ListSpiderImageInfoResponse) String() string

func (*ListSpiderImageInfoResponse) Unmarshal

func (m *ListSpiderImageInfoResponse) Unmarshal(dAtA []byte) error

func (*ListSpiderImageInfoResponse) XXX_DiscardUnknown

func (m *ListSpiderImageInfoResponse) XXX_DiscardUnknown()

func (*ListSpiderImageInfoResponse) XXX_Marshal

func (m *ListSpiderImageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSpiderImageInfoResponse) XXX_Merge

func (m *ListSpiderImageInfoResponse) XXX_Merge(src proto.Message)

func (*ListSpiderImageInfoResponse) XXX_Size

func (m *ListSpiderImageInfoResponse) XXX_Size() int

func (*ListSpiderImageInfoResponse) XXX_Unmarshal

func (m *ListSpiderImageInfoResponse) XXX_Unmarshal(b []byte) error

type ListSpiderSpecInfoResponse

type ListSpiderSpecInfoResponse struct {
	Items                []*SpiderSpecInfo `protobuf:"bytes,1,rep,name=items,json=vmspec,proto3" json:"vmspec" yaml:"vmspec"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListSpiderSpecInfoResponse) Descriptor

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

func (*ListSpiderSpecInfoResponse) GetItems

func (m *ListSpiderSpecInfoResponse) GetItems() []*SpiderSpecInfo

func (*ListSpiderSpecInfoResponse) Marshal

func (m *ListSpiderSpecInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListSpiderSpecInfoResponse) MarshalTo

func (m *ListSpiderSpecInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListSpiderSpecInfoResponse) MarshalToSizedBuffer

func (m *ListSpiderSpecInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListSpiderSpecInfoResponse) ProtoMessage

func (*ListSpiderSpecInfoResponse) ProtoMessage()

func (*ListSpiderSpecInfoResponse) Reset

func (m *ListSpiderSpecInfoResponse) Reset()

func (*ListSpiderSpecInfoResponse) Size

func (m *ListSpiderSpecInfoResponse) Size() (n int)

func (*ListSpiderSpecInfoResponse) String

func (m *ListSpiderSpecInfoResponse) String() string

func (*ListSpiderSpecInfoResponse) Unmarshal

func (m *ListSpiderSpecInfoResponse) Unmarshal(dAtA []byte) error

func (*ListSpiderSpecInfoResponse) XXX_DiscardUnknown

func (m *ListSpiderSpecInfoResponse) XXX_DiscardUnknown()

func (*ListSpiderSpecInfoResponse) XXX_Marshal

func (m *ListSpiderSpecInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSpiderSpecInfoResponse) XXX_Merge

func (m *ListSpiderSpecInfoResponse) XXX_Merge(src proto.Message)

func (*ListSpiderSpecInfoResponse) XXX_Size

func (m *ListSpiderSpecInfoResponse) XXX_Size() int

func (*ListSpiderSpecInfoResponse) XXX_Unmarshal

func (m *ListSpiderSpecInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbImageInfoResponse

type ListTbImageInfoResponse struct {
	Items                []*TbImageInfo `protobuf:"bytes,1,rep,name=items,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListTbImageInfoResponse) Descriptor

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

func (*ListTbImageInfoResponse) GetItems

func (m *ListTbImageInfoResponse) GetItems() []*TbImageInfo

func (*ListTbImageInfoResponse) Marshal

func (m *ListTbImageInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbImageInfoResponse) MarshalTo

func (m *ListTbImageInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbImageInfoResponse) MarshalToSizedBuffer

func (m *ListTbImageInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbImageInfoResponse) ProtoMessage

func (*ListTbImageInfoResponse) ProtoMessage()

func (*ListTbImageInfoResponse) Reset

func (m *ListTbImageInfoResponse) Reset()

func (*ListTbImageInfoResponse) Size

func (m *ListTbImageInfoResponse) Size() (n int)

func (*ListTbImageInfoResponse) String

func (m *ListTbImageInfoResponse) String() string

func (*ListTbImageInfoResponse) Unmarshal

func (m *ListTbImageInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbImageInfoResponse) XXX_DiscardUnknown

func (m *ListTbImageInfoResponse) XXX_DiscardUnknown()

func (*ListTbImageInfoResponse) XXX_Marshal

func (m *ListTbImageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbImageInfoResponse) XXX_Merge

func (m *ListTbImageInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbImageInfoResponse) XXX_Size

func (m *ListTbImageInfoResponse) XXX_Size() int

func (*ListTbImageInfoResponse) XXX_Unmarshal

func (m *ListTbImageInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbMcisInfoResponse

type ListTbMcisInfoResponse struct {
	Items                []*TbMcisInfo `protobuf:"bytes,1,rep,name=items,json=mcis,proto3" json:"mcis" yaml:"mcis"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListTbMcisInfoResponse) Descriptor

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

func (*ListTbMcisInfoResponse) GetItems

func (m *ListTbMcisInfoResponse) GetItems() []*TbMcisInfo

func (*ListTbMcisInfoResponse) Marshal

func (m *ListTbMcisInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbMcisInfoResponse) MarshalTo

func (m *ListTbMcisInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbMcisInfoResponse) MarshalToSizedBuffer

func (m *ListTbMcisInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbMcisInfoResponse) ProtoMessage

func (*ListTbMcisInfoResponse) ProtoMessage()

func (*ListTbMcisInfoResponse) Reset

func (m *ListTbMcisInfoResponse) Reset()

func (*ListTbMcisInfoResponse) Size

func (m *ListTbMcisInfoResponse) Size() (n int)

func (*ListTbMcisInfoResponse) String

func (m *ListTbMcisInfoResponse) String() string

func (*ListTbMcisInfoResponse) Unmarshal

func (m *ListTbMcisInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbMcisInfoResponse) XXX_DiscardUnknown

func (m *ListTbMcisInfoResponse) XXX_DiscardUnknown()

func (*ListTbMcisInfoResponse) XXX_Marshal

func (m *ListTbMcisInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbMcisInfoResponse) XXX_Merge

func (m *ListTbMcisInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbMcisInfoResponse) XXX_Size

func (m *ListTbMcisInfoResponse) XXX_Size() int

func (*ListTbMcisInfoResponse) XXX_Unmarshal

func (m *ListTbMcisInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbMcisStatusInfoResponse

type ListTbMcisStatusInfoResponse struct {
	Items                []*McisStatusInfo `protobuf:"bytes,1,rep,name=items,json=mcis,proto3" json:"mcis" yaml:"mcis"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListTbMcisStatusInfoResponse) Descriptor

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

func (*ListTbMcisStatusInfoResponse) GetItems

func (*ListTbMcisStatusInfoResponse) Marshal

func (m *ListTbMcisStatusInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbMcisStatusInfoResponse) MarshalTo

func (m *ListTbMcisStatusInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbMcisStatusInfoResponse) MarshalToSizedBuffer

func (m *ListTbMcisStatusInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbMcisStatusInfoResponse) ProtoMessage

func (*ListTbMcisStatusInfoResponse) ProtoMessage()

func (*ListTbMcisStatusInfoResponse) Reset

func (m *ListTbMcisStatusInfoResponse) Reset()

func (*ListTbMcisStatusInfoResponse) Size

func (m *ListTbMcisStatusInfoResponse) Size() (n int)

func (*ListTbMcisStatusInfoResponse) String

func (*ListTbMcisStatusInfoResponse) Unmarshal

func (m *ListTbMcisStatusInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbMcisStatusInfoResponse) XXX_DiscardUnknown

func (m *ListTbMcisStatusInfoResponse) XXX_DiscardUnknown()

func (*ListTbMcisStatusInfoResponse) XXX_Marshal

func (m *ListTbMcisStatusInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbMcisStatusInfoResponse) XXX_Merge

func (m *ListTbMcisStatusInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbMcisStatusInfoResponse) XXX_Size

func (m *ListTbMcisStatusInfoResponse) XXX_Size() int

func (*ListTbMcisStatusInfoResponse) XXX_Unmarshal

func (m *ListTbMcisStatusInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbSecurityGroupInfoResponse

type ListTbSecurityGroupInfoResponse struct {
	Items                []*TbSecurityGroupInfo `protobuf:"bytes,1,rep,name=items,json=securityGroup,proto3" json:"securityGroup" yaml:"securityGroup"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListTbSecurityGroupInfoResponse) Descriptor

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

func (*ListTbSecurityGroupInfoResponse) GetItems

func (*ListTbSecurityGroupInfoResponse) Marshal

func (m *ListTbSecurityGroupInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbSecurityGroupInfoResponse) MarshalTo

func (m *ListTbSecurityGroupInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbSecurityGroupInfoResponse) MarshalToSizedBuffer

func (m *ListTbSecurityGroupInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbSecurityGroupInfoResponse) ProtoMessage

func (*ListTbSecurityGroupInfoResponse) ProtoMessage()

func (*ListTbSecurityGroupInfoResponse) Reset

func (*ListTbSecurityGroupInfoResponse) Size

func (m *ListTbSecurityGroupInfoResponse) Size() (n int)

func (*ListTbSecurityGroupInfoResponse) String

func (*ListTbSecurityGroupInfoResponse) Unmarshal

func (m *ListTbSecurityGroupInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbSecurityGroupInfoResponse) XXX_DiscardUnknown

func (m *ListTbSecurityGroupInfoResponse) XXX_DiscardUnknown()

func (*ListTbSecurityGroupInfoResponse) XXX_Marshal

func (m *ListTbSecurityGroupInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbSecurityGroupInfoResponse) XXX_Merge

func (m *ListTbSecurityGroupInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbSecurityGroupInfoResponse) XXX_Size

func (m *ListTbSecurityGroupInfoResponse) XXX_Size() int

func (*ListTbSecurityGroupInfoResponse) XXX_Unmarshal

func (m *ListTbSecurityGroupInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbSpecInfoResponse

type ListTbSpecInfoResponse struct {
	Items                []*TbSpecInfo `protobuf:"bytes,1,rep,name=items,json=spec,proto3" json:"spec" yaml:"spec"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListTbSpecInfoResponse) Descriptor

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

func (*ListTbSpecInfoResponse) GetItems

func (m *ListTbSpecInfoResponse) GetItems() []*TbSpecInfo

func (*ListTbSpecInfoResponse) Marshal

func (m *ListTbSpecInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbSpecInfoResponse) MarshalTo

func (m *ListTbSpecInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbSpecInfoResponse) MarshalToSizedBuffer

func (m *ListTbSpecInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbSpecInfoResponse) ProtoMessage

func (*ListTbSpecInfoResponse) ProtoMessage()

func (*ListTbSpecInfoResponse) Reset

func (m *ListTbSpecInfoResponse) Reset()

func (*ListTbSpecInfoResponse) Size

func (m *ListTbSpecInfoResponse) Size() (n int)

func (*ListTbSpecInfoResponse) String

func (m *ListTbSpecInfoResponse) String() string

func (*ListTbSpecInfoResponse) Unmarshal

func (m *ListTbSpecInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbSpecInfoResponse) XXX_DiscardUnknown

func (m *ListTbSpecInfoResponse) XXX_DiscardUnknown()

func (*ListTbSpecInfoResponse) XXX_Marshal

func (m *ListTbSpecInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbSpecInfoResponse) XXX_Merge

func (m *ListTbSpecInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbSpecInfoResponse) XXX_Size

func (m *ListTbSpecInfoResponse) XXX_Size() int

func (*ListTbSpecInfoResponse) XXX_Unmarshal

func (m *ListTbSpecInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbSshKeyInfoResponse

type ListTbSshKeyInfoResponse struct {
	Items                []*TbSshKeyInfo `protobuf:"bytes,1,rep,name=items,json=sshKey,proto3" json:"sshKey" yaml:"sshKey"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListTbSshKeyInfoResponse) Descriptor

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

func (*ListTbSshKeyInfoResponse) GetItems

func (m *ListTbSshKeyInfoResponse) GetItems() []*TbSshKeyInfo

func (*ListTbSshKeyInfoResponse) Marshal

func (m *ListTbSshKeyInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbSshKeyInfoResponse) MarshalTo

func (m *ListTbSshKeyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbSshKeyInfoResponse) MarshalToSizedBuffer

func (m *ListTbSshKeyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbSshKeyInfoResponse) ProtoMessage

func (*ListTbSshKeyInfoResponse) ProtoMessage()

func (*ListTbSshKeyInfoResponse) Reset

func (m *ListTbSshKeyInfoResponse) Reset()

func (*ListTbSshKeyInfoResponse) Size

func (m *ListTbSshKeyInfoResponse) Size() (n int)

func (*ListTbSshKeyInfoResponse) String

func (m *ListTbSshKeyInfoResponse) String() string

func (*ListTbSshKeyInfoResponse) Unmarshal

func (m *ListTbSshKeyInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbSshKeyInfoResponse) XXX_DiscardUnknown

func (m *ListTbSshKeyInfoResponse) XXX_DiscardUnknown()

func (*ListTbSshKeyInfoResponse) XXX_Marshal

func (m *ListTbSshKeyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbSshKeyInfoResponse) XXX_Merge

func (m *ListTbSshKeyInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbSshKeyInfoResponse) XXX_Size

func (m *ListTbSshKeyInfoResponse) XXX_Size() int

func (*ListTbSshKeyInfoResponse) XXX_Unmarshal

func (m *ListTbSshKeyInfoResponse) XXX_Unmarshal(b []byte) error

type ListTbVNetInfoResponse

type ListTbVNetInfoResponse struct {
	Items                []*TbVNetInfo `protobuf:"bytes,1,rep,name=items,json=vNet,proto3" json:"vNet" yaml:"vNet"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListTbVNetInfoResponse) Descriptor

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

func (*ListTbVNetInfoResponse) GetItems

func (m *ListTbVNetInfoResponse) GetItems() []*TbVNetInfo

func (*ListTbVNetInfoResponse) Marshal

func (m *ListTbVNetInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListTbVNetInfoResponse) MarshalTo

func (m *ListTbVNetInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListTbVNetInfoResponse) MarshalToSizedBuffer

func (m *ListTbVNetInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListTbVNetInfoResponse) ProtoMessage

func (*ListTbVNetInfoResponse) ProtoMessage()

func (*ListTbVNetInfoResponse) Reset

func (m *ListTbVNetInfoResponse) Reset()

func (*ListTbVNetInfoResponse) Size

func (m *ListTbVNetInfoResponse) Size() (n int)

func (*ListTbVNetInfoResponse) String

func (m *ListTbVNetInfoResponse) String() string

func (*ListTbVNetInfoResponse) Unmarshal

func (m *ListTbVNetInfoResponse) Unmarshal(dAtA []byte) error

func (*ListTbVNetInfoResponse) XXX_DiscardUnknown

func (m *ListTbVNetInfoResponse) XXX_DiscardUnknown()

func (*ListTbVNetInfoResponse) XXX_Marshal

func (m *ListTbVNetInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTbVNetInfoResponse) XXX_Merge

func (m *ListTbVNetInfoResponse) XXX_Merge(src proto.Message)

func (*ListTbVNetInfoResponse) XXX_Size

func (m *ListTbVNetInfoResponse) XXX_Size() int

func (*ListTbVNetInfoResponse) XXX_Unmarshal

func (m *ListTbVNetInfoResponse) XXX_Unmarshal(b []byte) error

type LookupImageListQryRequest

type LookupImageListQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LookupImageListQryRequest) Descriptor

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

func (*LookupImageListQryRequest) GetConnectionName

func (m *LookupImageListQryRequest) GetConnectionName() string

func (*LookupImageListQryRequest) Marshal

func (m *LookupImageListQryRequest) Marshal() (dAtA []byte, err error)

func (*LookupImageListQryRequest) MarshalTo

func (m *LookupImageListQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*LookupImageListQryRequest) MarshalToSizedBuffer

func (m *LookupImageListQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupImageListQryRequest) ProtoMessage

func (*LookupImageListQryRequest) ProtoMessage()

func (*LookupImageListQryRequest) Reset

func (m *LookupImageListQryRequest) Reset()

func (*LookupImageListQryRequest) Size

func (m *LookupImageListQryRequest) Size() (n int)

func (*LookupImageListQryRequest) String

func (m *LookupImageListQryRequest) String() string

func (*LookupImageListQryRequest) Unmarshal

func (m *LookupImageListQryRequest) Unmarshal(dAtA []byte) error

func (*LookupImageListQryRequest) XXX_DiscardUnknown

func (m *LookupImageListQryRequest) XXX_DiscardUnknown()

func (*LookupImageListQryRequest) XXX_Marshal

func (m *LookupImageListQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LookupImageListQryRequest) XXX_Merge

func (m *LookupImageListQryRequest) XXX_Merge(src proto.Message)

func (*LookupImageListQryRequest) XXX_Size

func (m *LookupImageListQryRequest) XXX_Size() int

func (*LookupImageListQryRequest) XXX_Unmarshal

func (m *LookupImageListQryRequest) XXX_Unmarshal(b []byte) error

type LookupImageQryRequest

type LookupImageQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspImageId           string   `protobuf:"bytes,2,opt,name=csp_image_id,json=cspImageId,proto3" json:"cspImageId" yaml:"cspImageId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LookupImageQryRequest) Descriptor

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

func (*LookupImageQryRequest) GetConnectionName

func (m *LookupImageQryRequest) GetConnectionName() string

func (*LookupImageQryRequest) GetCspImageId

func (m *LookupImageQryRequest) GetCspImageId() string

func (*LookupImageQryRequest) Marshal

func (m *LookupImageQryRequest) Marshal() (dAtA []byte, err error)

func (*LookupImageQryRequest) MarshalTo

func (m *LookupImageQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*LookupImageQryRequest) MarshalToSizedBuffer

func (m *LookupImageQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupImageQryRequest) ProtoMessage

func (*LookupImageQryRequest) ProtoMessage()

func (*LookupImageQryRequest) Reset

func (m *LookupImageQryRequest) Reset()

func (*LookupImageQryRequest) Size

func (m *LookupImageQryRequest) Size() (n int)

func (*LookupImageQryRequest) String

func (m *LookupImageQryRequest) String() string

func (*LookupImageQryRequest) Unmarshal

func (m *LookupImageQryRequest) Unmarshal(dAtA []byte) error

func (*LookupImageQryRequest) XXX_DiscardUnknown

func (m *LookupImageQryRequest) XXX_DiscardUnknown()

func (*LookupImageQryRequest) XXX_Marshal

func (m *LookupImageQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LookupImageQryRequest) XXX_Merge

func (m *LookupImageQryRequest) XXX_Merge(src proto.Message)

func (*LookupImageQryRequest) XXX_Size

func (m *LookupImageQryRequest) XXX_Size() int

func (*LookupImageQryRequest) XXX_Unmarshal

func (m *LookupImageQryRequest) XXX_Unmarshal(b []byte) error

type LookupSpecListQryRequest

type LookupSpecListQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LookupSpecListQryRequest) Descriptor

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

func (*LookupSpecListQryRequest) GetConnectionName

func (m *LookupSpecListQryRequest) GetConnectionName() string

func (*LookupSpecListQryRequest) Marshal

func (m *LookupSpecListQryRequest) Marshal() (dAtA []byte, err error)

func (*LookupSpecListQryRequest) MarshalTo

func (m *LookupSpecListQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*LookupSpecListQryRequest) MarshalToSizedBuffer

func (m *LookupSpecListQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupSpecListQryRequest) ProtoMessage

func (*LookupSpecListQryRequest) ProtoMessage()

func (*LookupSpecListQryRequest) Reset

func (m *LookupSpecListQryRequest) Reset()

func (*LookupSpecListQryRequest) Size

func (m *LookupSpecListQryRequest) Size() (n int)

func (*LookupSpecListQryRequest) String

func (m *LookupSpecListQryRequest) String() string

func (*LookupSpecListQryRequest) Unmarshal

func (m *LookupSpecListQryRequest) Unmarshal(dAtA []byte) error

func (*LookupSpecListQryRequest) XXX_DiscardUnknown

func (m *LookupSpecListQryRequest) XXX_DiscardUnknown()

func (*LookupSpecListQryRequest) XXX_Marshal

func (m *LookupSpecListQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LookupSpecListQryRequest) XXX_Merge

func (m *LookupSpecListQryRequest) XXX_Merge(src proto.Message)

func (*LookupSpecListQryRequest) XXX_Size

func (m *LookupSpecListQryRequest) XXX_Size() int

func (*LookupSpecListQryRequest) XXX_Unmarshal

func (m *LookupSpecListQryRequest) XXX_Unmarshal(b []byte) error

type LookupSpecQryRequest

type LookupSpecQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspSpecName          string   `protobuf:"bytes,2,opt,name=csp_spec_name,json=cspSpecName,proto3" json:"cspSpecName" yaml:"cspSpecName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LookupSpecQryRequest) Descriptor

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

func (*LookupSpecQryRequest) GetConnectionName

func (m *LookupSpecQryRequest) GetConnectionName() string

func (*LookupSpecQryRequest) GetCspSpecName

func (m *LookupSpecQryRequest) GetCspSpecName() string

func (*LookupSpecQryRequest) Marshal

func (m *LookupSpecQryRequest) Marshal() (dAtA []byte, err error)

func (*LookupSpecQryRequest) MarshalTo

func (m *LookupSpecQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*LookupSpecQryRequest) MarshalToSizedBuffer

func (m *LookupSpecQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupSpecQryRequest) ProtoMessage

func (*LookupSpecQryRequest) ProtoMessage()

func (*LookupSpecQryRequest) Reset

func (m *LookupSpecQryRequest) Reset()

func (*LookupSpecQryRequest) Size

func (m *LookupSpecQryRequest) Size() (n int)

func (*LookupSpecQryRequest) String

func (m *LookupSpecQryRequest) String() string

func (*LookupSpecQryRequest) Unmarshal

func (m *LookupSpecQryRequest) Unmarshal(dAtA []byte) error

func (*LookupSpecQryRequest) XXX_DiscardUnknown

func (m *LookupSpecQryRequest) XXX_DiscardUnknown()

func (*LookupSpecQryRequest) XXX_Marshal

func (m *LookupSpecQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LookupSpecQryRequest) XXX_Merge

func (m *LookupSpecQryRequest) XXX_Merge(src proto.Message)

func (*LookupSpecQryRequest) XXX_Size

func (m *LookupSpecQryRequest) XXX_Size() int

func (*LookupSpecQryRequest) XXX_Unmarshal

func (m *LookupSpecQryRequest) XXX_Unmarshal(b []byte) error

type MCIRClient

type MCIRClient interface {
	CheckResource(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*ExistsResponse, error)
	CreateImageWithInfo(ctx context.Context, in *TbImageInfoRequest, opts ...grpc.CallOption) (*TbImageInfoResponse, error)
	CreateImageWithID(ctx context.Context, in *TbImageCreateRequest, opts ...grpc.CallOption) (*TbImageInfoResponse, error)
	ListImage(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListTbImageInfoResponse, error)
	ListImageId(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetImage(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*TbImageInfoResponse, error)
	DeleteImage(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllImage(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	GetLookupImage(ctx context.Context, in *LookupImageQryRequest, opts ...grpc.CallOption) (*SpiderImageInfoResponse, error)
	ListLookupImage(ctx context.Context, in *LookupImageListQryRequest, opts ...grpc.CallOption) (*ListSpiderImageInfoResponse, error)
	FetchImage(ctx context.Context, in *FetchImageQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	SearchImage(ctx context.Context, in *SearchImageQryRequest, opts ...grpc.CallOption) (*ListTbImageInfoResponse, error)
	CreateSshKey(ctx context.Context, in *TbSshKeyCreateRequest, opts ...grpc.CallOption) (*TbSshKeyInfoResponse, error)
	ListSshKey(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListTbSshKeyInfoResponse, error)
	ListSshKeyId(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetSshKey(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*TbSshKeyInfoResponse, error)
	DeleteSshKey(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllSshKey(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	CreateSpecWithInfo(ctx context.Context, in *TbSpecInfoRequest, opts ...grpc.CallOption) (*TbSpecInfoResponse, error)
	CreateSpecWithSpecName(ctx context.Context, in *TbSpecCreateRequest, opts ...grpc.CallOption) (*TbSpecInfoResponse, error)
	ListSpec(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListTbSpecInfoResponse, error)
	ListSpecId(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetSpec(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*TbSpecInfoResponse, error)
	DeleteSpec(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllSpec(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	GetLookupSpec(ctx context.Context, in *LookupSpecQryRequest, opts ...grpc.CallOption) (*SpiderSpecInfoResponse, error)
	ListLookupSpec(ctx context.Context, in *LookupSpecListQryRequest, opts ...grpc.CallOption) (*ListSpiderSpecInfoResponse, error)
	FetchSpec(ctx context.Context, in *FetchSpecQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	FilterSpec(ctx context.Context, in *TbSpecInfoRequest, opts ...grpc.CallOption) (*ListTbSpecInfoResponse, error)
	FilterSpecsByRange(ctx context.Context, in *FilterSpecsByRangeRequest, opts ...grpc.CallOption) (*ListTbSpecInfoResponse, error)
	SortSpecs(ctx context.Context, in *SortSpecsRequest, opts ...grpc.CallOption) (*ListTbSpecInfoResponse, error)
	UpdateSpec(ctx context.Context, in *TbSpecInfoRequest, opts ...grpc.CallOption) (*TbSpecInfoResponse, error)
	CreateSecurityGroup(ctx context.Context, in *TbSecurityGroupCreateRequest, opts ...grpc.CallOption) (*TbSecurityGroupInfoResponse, error)
	ListSecurityGroup(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListTbSecurityGroupInfoResponse, error)
	ListSecurityGroupId(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetSecurityGroup(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*TbSecurityGroupInfoResponse, error)
	DeleteSecurityGroup(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllSecurityGroup(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	CreateVNet(ctx context.Context, in *TbVNetCreateRequest, opts ...grpc.CallOption) (*TbVNetInfoResponse, error)
	ListVNet(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListTbVNetInfoResponse, error)
	ListVNetId(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetVNet(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*TbVNetInfoResponse, error)
	DeleteVNet(ctx context.Context, in *ResourceQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllVNet(ctx context.Context, in *ResourceAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
}

MCIRClient is the client API for MCIR service.

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

func NewMCIRClient

func NewMCIRClient(cc *grpc.ClientConn) MCIRClient

type MCIRServer

type MCIRServer interface {
	CheckResource(context.Context, *ResourceQryRequest) (*ExistsResponse, error)
	CreateImageWithInfo(context.Context, *TbImageInfoRequest) (*TbImageInfoResponse, error)
	CreateImageWithID(context.Context, *TbImageCreateRequest) (*TbImageInfoResponse, error)
	ListImage(context.Context, *ResourceAllQryRequest) (*ListTbImageInfoResponse, error)
	ListImageId(context.Context, *ResourceAllQryRequest) (*ListIdResponse, error)
	GetImage(context.Context, *ResourceQryRequest) (*TbImageInfoResponse, error)
	DeleteImage(context.Context, *ResourceQryRequest) (*MessageResponse, error)
	DeleteAllImage(context.Context, *ResourceAllQryRequest) (*MessageResponse, error)
	GetLookupImage(context.Context, *LookupImageQryRequest) (*SpiderImageInfoResponse, error)
	ListLookupImage(context.Context, *LookupImageListQryRequest) (*ListSpiderImageInfoResponse, error)
	FetchImage(context.Context, *FetchImageQryRequest) (*MessageResponse, error)
	SearchImage(context.Context, *SearchImageQryRequest) (*ListTbImageInfoResponse, error)
	CreateSshKey(context.Context, *TbSshKeyCreateRequest) (*TbSshKeyInfoResponse, error)
	ListSshKey(context.Context, *ResourceAllQryRequest) (*ListTbSshKeyInfoResponse, error)
	ListSshKeyId(context.Context, *ResourceAllQryRequest) (*ListIdResponse, error)
	GetSshKey(context.Context, *ResourceQryRequest) (*TbSshKeyInfoResponse, error)
	DeleteSshKey(context.Context, *ResourceQryRequest) (*MessageResponse, error)
	DeleteAllSshKey(context.Context, *ResourceAllQryRequest) (*MessageResponse, error)
	CreateSpecWithInfo(context.Context, *TbSpecInfoRequest) (*TbSpecInfoResponse, error)
	CreateSpecWithSpecName(context.Context, *TbSpecCreateRequest) (*TbSpecInfoResponse, error)
	ListSpec(context.Context, *ResourceAllQryRequest) (*ListTbSpecInfoResponse, error)
	ListSpecId(context.Context, *ResourceAllQryRequest) (*ListIdResponse, error)
	GetSpec(context.Context, *ResourceQryRequest) (*TbSpecInfoResponse, error)
	DeleteSpec(context.Context, *ResourceQryRequest) (*MessageResponse, error)
	DeleteAllSpec(context.Context, *ResourceAllQryRequest) (*MessageResponse, error)
	GetLookupSpec(context.Context, *LookupSpecQryRequest) (*SpiderSpecInfoResponse, error)
	ListLookupSpec(context.Context, *LookupSpecListQryRequest) (*ListSpiderSpecInfoResponse, error)
	FetchSpec(context.Context, *FetchSpecQryRequest) (*MessageResponse, error)
	FilterSpec(context.Context, *TbSpecInfoRequest) (*ListTbSpecInfoResponse, error)
	FilterSpecsByRange(context.Context, *FilterSpecsByRangeRequest) (*ListTbSpecInfoResponse, error)
	SortSpecs(context.Context, *SortSpecsRequest) (*ListTbSpecInfoResponse, error)
	UpdateSpec(context.Context, *TbSpecInfoRequest) (*TbSpecInfoResponse, error)
	CreateSecurityGroup(context.Context, *TbSecurityGroupCreateRequest) (*TbSecurityGroupInfoResponse, error)
	ListSecurityGroup(context.Context, *ResourceAllQryRequest) (*ListTbSecurityGroupInfoResponse, error)
	ListSecurityGroupId(context.Context, *ResourceAllQryRequest) (*ListIdResponse, error)
	GetSecurityGroup(context.Context, *ResourceQryRequest) (*TbSecurityGroupInfoResponse, error)
	DeleteSecurityGroup(context.Context, *ResourceQryRequest) (*MessageResponse, error)
	DeleteAllSecurityGroup(context.Context, *ResourceAllQryRequest) (*MessageResponse, error)
	CreateVNet(context.Context, *TbVNetCreateRequest) (*TbVNetInfoResponse, error)
	ListVNet(context.Context, *ResourceAllQryRequest) (*ListTbVNetInfoResponse, error)
	ListVNetId(context.Context, *ResourceAllQryRequest) (*ListIdResponse, error)
	GetVNet(context.Context, *ResourceQryRequest) (*TbVNetInfoResponse, error)
	DeleteVNet(context.Context, *ResourceQryRequest) (*MessageResponse, error)
	DeleteAllVNet(context.Context, *ResourceAllQryRequest) (*MessageResponse, error)
}

MCIRServer is the server API for MCIR service.

type MCISClient

type MCISClient interface {
	CreateMcis(ctx context.Context, in *TbMcisCreateRequest, opts ...grpc.CallOption) (*TbMcisInfoResponse, error)
	ListMcis(ctx context.Context, in *TbMcisAllQryRequest, opts ...grpc.CallOption) (*ListTbMcisInfoResponse, error)
	ListMcisId(ctx context.Context, in *TbMcisAllQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	ControlMcis(ctx context.Context, in *TbMcisActionRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	ListMcisStatus(ctx context.Context, in *TbMcisAllQryRequest, opts ...grpc.CallOption) (*ListTbMcisStatusInfoResponse, error)
	GetMcisStatus(ctx context.Context, in *TbMcisQryRequest, opts ...grpc.CallOption) (*TbMcisStatusInfoResponse, error)
	GetMcisInfo(ctx context.Context, in *TbMcisQryRequest, opts ...grpc.CallOption) (*TbMcisInfoResponse, error)
	ListMcisVmId(ctx context.Context, in *TbMcisQryRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	DeleteMcis(ctx context.Context, in *TbMcisQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllMcis(ctx context.Context, in *TbMcisAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	CreateMcisVM(ctx context.Context, in *TbVmCreateRequest, opts ...grpc.CallOption) (*TbVmInfoResponse, error)
	CreateMcisVMGroup(ctx context.Context, in *TbVmGroupCreateRequest, opts ...grpc.CallOption) (*TbMcisInfoResponse, error)
	ControlMcisVM(ctx context.Context, in *TbVmActionRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	GetMcisVMStatus(ctx context.Context, in *TbVmQryRequest, opts ...grpc.CallOption) (*TbVmStatusInfoesponse, error)
	GetMcisVMInfo(ctx context.Context, in *TbVmQryRequest, opts ...grpc.CallOption) (*TbVmInfoResponse, error)
	DeleteMcisVM(ctx context.Context, in *TbVmQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	RecommendMcis(ctx context.Context, in *McisRecommendCreateRequest, opts ...grpc.CallOption) (*McisRecommendInfoResponse, error)
	RecommendVM(ctx context.Context, in *McisRecommendVmCreateRequest, opts ...grpc.CallOption) (*ListTbSpecInfoResponse, error)
	CmdMcis(ctx context.Context, in *McisCmdCreateRequest, opts ...grpc.CallOption) (*ListCmdMcisResponse, error)
	CmdMcisVm(ctx context.Context, in *McisCmdVmCreateRequest, opts ...grpc.CallOption) (*StringResponse, error)
	InstallAgentToMcis(ctx context.Context, in *McisCmdCreateRequest, opts ...grpc.CallOption) (*ListAgentInstallResponse, error)
	GetBenchmark(ctx context.Context, in *BmQryRequest, opts ...grpc.CallOption) (*ListBenchmarkInfoResponse, error)
	GetAllBenchmark(ctx context.Context, in *BmQryAllRequest, opts ...grpc.CallOption) (*ListBenchmarkInfoResponse, error)
	InstallMonitorAgentToMcis(ctx context.Context, in *McisCmdCreateRequest, opts ...grpc.CallOption) (*ListAgentInstallResponse, error)
	GetMonitorData(ctx context.Context, in *MonitorQryRequest, opts ...grpc.CallOption) (*MonitorResultSimpleResponse, error)
	CheckMcis(ctx context.Context, in *TbMcisQryRequest, opts ...grpc.CallOption) (*ExistsResponse, error)
	CheckVm(ctx context.Context, in *TbVmQryRequest, opts ...grpc.CallOption) (*ExistsResponse, error)
	CreateMcisPolicy(ctx context.Context, in *McisPolicyCreateRequest, opts ...grpc.CallOption) (*McisPolicyInfoResponse, error)
	ListMcisPolicy(ctx context.Context, in *McisPolicyAllQryRequest, opts ...grpc.CallOption) (*ListMcisPolicyInfoResponse, error)
	GetMcisPolicy(ctx context.Context, in *McisPolicyQryRequest, opts ...grpc.CallOption) (*McisPolicyInfoResponse, error)
	DeleteMcisPolicy(ctx context.Context, in *McisPolicyQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllMcisPolicy(ctx context.Context, in *McisPolicyAllQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
}

MCISClient is the client API for MCIS service.

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

func NewMCISClient

func NewMCISClient(cc *grpc.ClientConn) MCISClient

type MCISServer

type MCISServer interface {
	CreateMcis(context.Context, *TbMcisCreateRequest) (*TbMcisInfoResponse, error)
	ListMcis(context.Context, *TbMcisAllQryRequest) (*ListTbMcisInfoResponse, error)
	ListMcisId(context.Context, *TbMcisAllQryRequest) (*ListIdResponse, error)
	ControlMcis(context.Context, *TbMcisActionRequest) (*MessageResponse, error)
	ListMcisStatus(context.Context, *TbMcisAllQryRequest) (*ListTbMcisStatusInfoResponse, error)
	GetMcisStatus(context.Context, *TbMcisQryRequest) (*TbMcisStatusInfoResponse, error)
	GetMcisInfo(context.Context, *TbMcisQryRequest) (*TbMcisInfoResponse, error)
	ListMcisVmId(context.Context, *TbMcisQryRequest) (*ListIdResponse, error)
	DeleteMcis(context.Context, *TbMcisQryRequest) (*MessageResponse, error)
	DeleteAllMcis(context.Context, *TbMcisAllQryRequest) (*MessageResponse, error)
	CreateMcisVM(context.Context, *TbVmCreateRequest) (*TbVmInfoResponse, error)
	CreateMcisVMGroup(context.Context, *TbVmGroupCreateRequest) (*TbMcisInfoResponse, error)
	ControlMcisVM(context.Context, *TbVmActionRequest) (*MessageResponse, error)
	GetMcisVMStatus(context.Context, *TbVmQryRequest) (*TbVmStatusInfoesponse, error)
	GetMcisVMInfo(context.Context, *TbVmQryRequest) (*TbVmInfoResponse, error)
	DeleteMcisVM(context.Context, *TbVmQryRequest) (*MessageResponse, error)
	RecommendMcis(context.Context, *McisRecommendCreateRequest) (*McisRecommendInfoResponse, error)
	RecommendVM(context.Context, *McisRecommendVmCreateRequest) (*ListTbSpecInfoResponse, error)
	CmdMcis(context.Context, *McisCmdCreateRequest) (*ListCmdMcisResponse, error)
	CmdMcisVm(context.Context, *McisCmdVmCreateRequest) (*StringResponse, error)
	InstallAgentToMcis(context.Context, *McisCmdCreateRequest) (*ListAgentInstallResponse, error)
	GetBenchmark(context.Context, *BmQryRequest) (*ListBenchmarkInfoResponse, error)
	GetAllBenchmark(context.Context, *BmQryAllRequest) (*ListBenchmarkInfoResponse, error)
	InstallMonitorAgentToMcis(context.Context, *McisCmdCreateRequest) (*ListAgentInstallResponse, error)
	GetMonitorData(context.Context, *MonitorQryRequest) (*MonitorResultSimpleResponse, error)
	CheckMcis(context.Context, *TbMcisQryRequest) (*ExistsResponse, error)
	CheckVm(context.Context, *TbVmQryRequest) (*ExistsResponse, error)
	CreateMcisPolicy(context.Context, *McisPolicyCreateRequest) (*McisPolicyInfoResponse, error)
	ListMcisPolicy(context.Context, *McisPolicyAllQryRequest) (*ListMcisPolicyInfoResponse, error)
	GetMcisPolicy(context.Context, *McisPolicyQryRequest) (*McisPolicyInfoResponse, error)
	DeleteMcisPolicy(context.Context, *McisPolicyQryRequest) (*MessageResponse, error)
	DeleteAllMcisPolicy(context.Context, *McisPolicyAllQryRequest) (*MessageResponse, error)
}

MCISServer is the server API for MCIS service.

type McirResourceOnCspOrSpider

type McirResourceOnCspOrSpider struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	CspNativeId          string   `protobuf:"bytes,2,opt,name=csp_native_id,json=cspNativeId,proto3" json:"cspNativeId" yaml:"cspNativeId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McirResourceOnCspOrSpider) Descriptor

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

func (*McirResourceOnCspOrSpider) GetCspNativeId

func (m *McirResourceOnCspOrSpider) GetCspNativeId() string

func (*McirResourceOnCspOrSpider) GetId

func (m *McirResourceOnCspOrSpider) GetId() string

func (*McirResourceOnCspOrSpider) Marshal

func (m *McirResourceOnCspOrSpider) Marshal() (dAtA []byte, err error)

func (*McirResourceOnCspOrSpider) MarshalTo

func (m *McirResourceOnCspOrSpider) MarshalTo(dAtA []byte) (int, error)

func (*McirResourceOnCspOrSpider) MarshalToSizedBuffer

func (m *McirResourceOnCspOrSpider) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McirResourceOnCspOrSpider) ProtoMessage

func (*McirResourceOnCspOrSpider) ProtoMessage()

func (*McirResourceOnCspOrSpider) Reset

func (m *McirResourceOnCspOrSpider) Reset()

func (*McirResourceOnCspOrSpider) Size

func (m *McirResourceOnCspOrSpider) Size() (n int)

func (*McirResourceOnCspOrSpider) String

func (m *McirResourceOnCspOrSpider) String() string

func (*McirResourceOnCspOrSpider) Unmarshal

func (m *McirResourceOnCspOrSpider) Unmarshal(dAtA []byte) error

func (*McirResourceOnCspOrSpider) XXX_DiscardUnknown

func (m *McirResourceOnCspOrSpider) XXX_DiscardUnknown()

func (*McirResourceOnCspOrSpider) XXX_Marshal

func (m *McirResourceOnCspOrSpider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McirResourceOnCspOrSpider) XXX_Merge

func (m *McirResourceOnCspOrSpider) XXX_Merge(src proto.Message)

func (*McirResourceOnCspOrSpider) XXX_Size

func (m *McirResourceOnCspOrSpider) XXX_Size() int

func (*McirResourceOnCspOrSpider) XXX_Unmarshal

func (m *McirResourceOnCspOrSpider) XXX_Unmarshal(b []byte) error

type McirResourceOnTumblebug

type McirResourceOnTumblebug struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	CspNativeId          string   `protobuf:"bytes,2,opt,name=csp_native_id,json=cspNativeId,proto3" json:"cspNativeId" yaml:"cspNativeId"`
	NsId                 string   `protobuf:"bytes,3,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Type                 string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type" yaml:"type"`
	ObjectKey            string   `protobuf:"bytes,5,opt,name=object_key,json=objectKey,proto3" json:"objectKey" yaml:"objectKey"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McirResourceOnTumblebug) Descriptor

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

func (*McirResourceOnTumblebug) GetCspNativeId

func (m *McirResourceOnTumblebug) GetCspNativeId() string

func (*McirResourceOnTumblebug) GetId

func (m *McirResourceOnTumblebug) GetId() string

func (*McirResourceOnTumblebug) GetNsId

func (m *McirResourceOnTumblebug) GetNsId() string

func (*McirResourceOnTumblebug) GetObjectKey

func (m *McirResourceOnTumblebug) GetObjectKey() string

func (*McirResourceOnTumblebug) GetType

func (m *McirResourceOnTumblebug) GetType() string

func (*McirResourceOnTumblebug) Marshal

func (m *McirResourceOnTumblebug) Marshal() (dAtA []byte, err error)

func (*McirResourceOnTumblebug) MarshalTo

func (m *McirResourceOnTumblebug) MarshalTo(dAtA []byte) (int, error)

func (*McirResourceOnTumblebug) MarshalToSizedBuffer

func (m *McirResourceOnTumblebug) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McirResourceOnTumblebug) ProtoMessage

func (*McirResourceOnTumblebug) ProtoMessage()

func (*McirResourceOnTumblebug) Reset

func (m *McirResourceOnTumblebug) Reset()

func (*McirResourceOnTumblebug) Size

func (m *McirResourceOnTumblebug) Size() (n int)

func (*McirResourceOnTumblebug) String

func (m *McirResourceOnTumblebug) String() string

func (*McirResourceOnTumblebug) Unmarshal

func (m *McirResourceOnTumblebug) Unmarshal(dAtA []byte) error

func (*McirResourceOnTumblebug) XXX_DiscardUnknown

func (m *McirResourceOnTumblebug) XXX_DiscardUnknown()

func (*McirResourceOnTumblebug) XXX_Marshal

func (m *McirResourceOnTumblebug) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McirResourceOnTumblebug) XXX_Merge

func (m *McirResourceOnTumblebug) XXX_Merge(src proto.Message)

func (*McirResourceOnTumblebug) XXX_Size

func (m *McirResourceOnTumblebug) XXX_Size() int

func (*McirResourceOnTumblebug) XXX_Unmarshal

func (m *McirResourceOnTumblebug) XXX_Unmarshal(b []byte) error

type McisCmdCreateRequest

type McisCmdCreateRequest struct {
	NsId                 string      `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string      `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Item                 *McisCmdReq `protobuf:"bytes,3,opt,name=item,json=cmd,proto3" json:"cmd" yaml:"cmd"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*McisCmdCreateRequest) Descriptor

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

func (*McisCmdCreateRequest) GetItem

func (m *McisCmdCreateRequest) GetItem() *McisCmdReq

func (*McisCmdCreateRequest) GetMcisId

func (m *McisCmdCreateRequest) GetMcisId() string

func (*McisCmdCreateRequest) GetNsId

func (m *McisCmdCreateRequest) GetNsId() string

func (*McisCmdCreateRequest) Marshal

func (m *McisCmdCreateRequest) Marshal() (dAtA []byte, err error)

func (*McisCmdCreateRequest) MarshalTo

func (m *McisCmdCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisCmdCreateRequest) MarshalToSizedBuffer

func (m *McisCmdCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisCmdCreateRequest) ProtoMessage

func (*McisCmdCreateRequest) ProtoMessage()

func (*McisCmdCreateRequest) Reset

func (m *McisCmdCreateRequest) Reset()

func (*McisCmdCreateRequest) Size

func (m *McisCmdCreateRequest) Size() (n int)

func (*McisCmdCreateRequest) String

func (m *McisCmdCreateRequest) String() string

func (*McisCmdCreateRequest) Unmarshal

func (m *McisCmdCreateRequest) Unmarshal(dAtA []byte) error

func (*McisCmdCreateRequest) XXX_DiscardUnknown

func (m *McisCmdCreateRequest) XXX_DiscardUnknown()

func (*McisCmdCreateRequest) XXX_Marshal

func (m *McisCmdCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisCmdCreateRequest) XXX_Merge

func (m *McisCmdCreateRequest) XXX_Merge(src proto.Message)

func (*McisCmdCreateRequest) XXX_Size

func (m *McisCmdCreateRequest) XXX_Size() int

func (*McisCmdCreateRequest) XXX_Unmarshal

func (m *McisCmdCreateRequest) XXX_Unmarshal(b []byte) error

type McisCmdReq

type McisCmdReq struct {
	UserName             string   `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"userName" yaml:"userName"`
	Command              string   `protobuf:"bytes,2,opt,name=command,proto3" json:"command" yaml:"command"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McisCmdReq) Descriptor

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

func (*McisCmdReq) GetCommand

func (m *McisCmdReq) GetCommand() string

func (*McisCmdReq) GetUserName

func (m *McisCmdReq) GetUserName() string

func (*McisCmdReq) Marshal

func (m *McisCmdReq) Marshal() (dAtA []byte, err error)

func (*McisCmdReq) MarshalTo

func (m *McisCmdReq) MarshalTo(dAtA []byte) (int, error)

func (*McisCmdReq) MarshalToSizedBuffer

func (m *McisCmdReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisCmdReq) ProtoMessage

func (*McisCmdReq) ProtoMessage()

func (*McisCmdReq) Reset

func (m *McisCmdReq) Reset()

func (*McisCmdReq) Size

func (m *McisCmdReq) Size() (n int)

func (*McisCmdReq) String

func (m *McisCmdReq) String() string

func (*McisCmdReq) Unmarshal

func (m *McisCmdReq) Unmarshal(dAtA []byte) error

func (*McisCmdReq) XXX_DiscardUnknown

func (m *McisCmdReq) XXX_DiscardUnknown()

func (*McisCmdReq) XXX_Marshal

func (m *McisCmdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisCmdReq) XXX_Merge

func (m *McisCmdReq) XXX_Merge(src proto.Message)

func (*McisCmdReq) XXX_Size

func (m *McisCmdReq) XXX_Size() int

func (*McisCmdReq) XXX_Unmarshal

func (m *McisCmdReq) XXX_Unmarshal(b []byte) error

type McisCmdVmCreateRequest

type McisCmdVmCreateRequest struct {
	NsId                 string      `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string      `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	VmId                 string      `protobuf:"bytes,3,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	Item                 *McisCmdReq `protobuf:"bytes,4,opt,name=item,json=cmd,proto3" json:"cmd" yaml:"cmd"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*McisCmdVmCreateRequest) Descriptor

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

func (*McisCmdVmCreateRequest) GetItem

func (m *McisCmdVmCreateRequest) GetItem() *McisCmdReq

func (*McisCmdVmCreateRequest) GetMcisId

func (m *McisCmdVmCreateRequest) GetMcisId() string

func (*McisCmdVmCreateRequest) GetNsId

func (m *McisCmdVmCreateRequest) GetNsId() string

func (*McisCmdVmCreateRequest) GetVmId

func (m *McisCmdVmCreateRequest) GetVmId() string

func (*McisCmdVmCreateRequest) Marshal

func (m *McisCmdVmCreateRequest) Marshal() (dAtA []byte, err error)

func (*McisCmdVmCreateRequest) MarshalTo

func (m *McisCmdVmCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisCmdVmCreateRequest) MarshalToSizedBuffer

func (m *McisCmdVmCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisCmdVmCreateRequest) ProtoMessage

func (*McisCmdVmCreateRequest) ProtoMessage()

func (*McisCmdVmCreateRequest) Reset

func (m *McisCmdVmCreateRequest) Reset()

func (*McisCmdVmCreateRequest) Size

func (m *McisCmdVmCreateRequest) Size() (n int)

func (*McisCmdVmCreateRequest) String

func (m *McisCmdVmCreateRequest) String() string

func (*McisCmdVmCreateRequest) Unmarshal

func (m *McisCmdVmCreateRequest) Unmarshal(dAtA []byte) error

func (*McisCmdVmCreateRequest) XXX_DiscardUnknown

func (m *McisCmdVmCreateRequest) XXX_DiscardUnknown()

func (*McisCmdVmCreateRequest) XXX_Marshal

func (m *McisCmdVmCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisCmdVmCreateRequest) XXX_Merge

func (m *McisCmdVmCreateRequest) XXX_Merge(src proto.Message)

func (*McisCmdVmCreateRequest) XXX_Size

func (m *McisCmdVmCreateRequest) XXX_Size() int

func (*McisCmdVmCreateRequest) XXX_Unmarshal

func (m *McisCmdVmCreateRequest) XXX_Unmarshal(b []byte) error

type McisPolicyAllQryRequest

type McisPolicyAllQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McisPolicyAllQryRequest) Descriptor

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

func (*McisPolicyAllQryRequest) GetNsId

func (m *McisPolicyAllQryRequest) GetNsId() string

func (*McisPolicyAllQryRequest) Marshal

func (m *McisPolicyAllQryRequest) Marshal() (dAtA []byte, err error)

func (*McisPolicyAllQryRequest) MarshalTo

func (m *McisPolicyAllQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisPolicyAllQryRequest) MarshalToSizedBuffer

func (m *McisPolicyAllQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisPolicyAllQryRequest) ProtoMessage

func (*McisPolicyAllQryRequest) ProtoMessage()

func (*McisPolicyAllQryRequest) Reset

func (m *McisPolicyAllQryRequest) Reset()

func (*McisPolicyAllQryRequest) Size

func (m *McisPolicyAllQryRequest) Size() (n int)

func (*McisPolicyAllQryRequest) String

func (m *McisPolicyAllQryRequest) String() string

func (*McisPolicyAllQryRequest) Unmarshal

func (m *McisPolicyAllQryRequest) Unmarshal(dAtA []byte) error

func (*McisPolicyAllQryRequest) XXX_DiscardUnknown

func (m *McisPolicyAllQryRequest) XXX_DiscardUnknown()

func (*McisPolicyAllQryRequest) XXX_Marshal

func (m *McisPolicyAllQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisPolicyAllQryRequest) XXX_Merge

func (m *McisPolicyAllQryRequest) XXX_Merge(src proto.Message)

func (*McisPolicyAllQryRequest) XXX_Size

func (m *McisPolicyAllQryRequest) XXX_Size() int

func (*McisPolicyAllQryRequest) XXX_Unmarshal

func (m *McisPolicyAllQryRequest) XXX_Unmarshal(b []byte) error

type McisPolicyCreateRequest

type McisPolicyCreateRequest struct {
	NsId                 string          `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string          `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Item                 *McisPolicyInfo `protobuf:"bytes,3,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*McisPolicyCreateRequest) Descriptor

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

func (*McisPolicyCreateRequest) GetItem

func (*McisPolicyCreateRequest) GetMcisId

func (m *McisPolicyCreateRequest) GetMcisId() string

func (*McisPolicyCreateRequest) GetNsId

func (m *McisPolicyCreateRequest) GetNsId() string

func (*McisPolicyCreateRequest) Marshal

func (m *McisPolicyCreateRequest) Marshal() (dAtA []byte, err error)

func (*McisPolicyCreateRequest) MarshalTo

func (m *McisPolicyCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisPolicyCreateRequest) MarshalToSizedBuffer

func (m *McisPolicyCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisPolicyCreateRequest) ProtoMessage

func (*McisPolicyCreateRequest) ProtoMessage()

func (*McisPolicyCreateRequest) Reset

func (m *McisPolicyCreateRequest) Reset()

func (*McisPolicyCreateRequest) Size

func (m *McisPolicyCreateRequest) Size() (n int)

func (*McisPolicyCreateRequest) String

func (m *McisPolicyCreateRequest) String() string

func (*McisPolicyCreateRequest) Unmarshal

func (m *McisPolicyCreateRequest) Unmarshal(dAtA []byte) error

func (*McisPolicyCreateRequest) XXX_DiscardUnknown

func (m *McisPolicyCreateRequest) XXX_DiscardUnknown()

func (*McisPolicyCreateRequest) XXX_Marshal

func (m *McisPolicyCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisPolicyCreateRequest) XXX_Merge

func (m *McisPolicyCreateRequest) XXX_Merge(src proto.Message)

func (*McisPolicyCreateRequest) XXX_Size

func (m *McisPolicyCreateRequest) XXX_Size() int

func (*McisPolicyCreateRequest) XXX_Unmarshal

func (m *McisPolicyCreateRequest) XXX_Unmarshal(b []byte) error

type McisPolicyInfo

type McisPolicyInfo struct {
	Name                 string    `protobuf:"bytes,1,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	Id                   string    `protobuf:"bytes,2,opt,name=id,json=Id,proto3" json:"Id" yaml:"Id"`
	Policy               []*Policy `protobuf:"bytes,3,rep,name=policy,proto3" json:"policy" yaml:"policy"`
	ActionLog            string    `protobuf:"bytes,4,opt,name=action_log,json=actionLog,proto3" json:"actionLog" yaml:"actionLog"`
	Description          string    `protobuf:"bytes,5,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*McisPolicyInfo) Descriptor

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

func (*McisPolicyInfo) GetActionLog

func (m *McisPolicyInfo) GetActionLog() string

func (*McisPolicyInfo) GetDescription

func (m *McisPolicyInfo) GetDescription() string

func (*McisPolicyInfo) GetId

func (m *McisPolicyInfo) GetId() string

func (*McisPolicyInfo) GetName

func (m *McisPolicyInfo) GetName() string

func (*McisPolicyInfo) GetPolicy

func (m *McisPolicyInfo) GetPolicy() []*Policy

func (*McisPolicyInfo) Marshal

func (m *McisPolicyInfo) Marshal() (dAtA []byte, err error)

func (*McisPolicyInfo) MarshalTo

func (m *McisPolicyInfo) MarshalTo(dAtA []byte) (int, error)

func (*McisPolicyInfo) MarshalToSizedBuffer

func (m *McisPolicyInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisPolicyInfo) ProtoMessage

func (*McisPolicyInfo) ProtoMessage()

func (*McisPolicyInfo) Reset

func (m *McisPolicyInfo) Reset()

func (*McisPolicyInfo) Size

func (m *McisPolicyInfo) Size() (n int)

func (*McisPolicyInfo) String

func (m *McisPolicyInfo) String() string

func (*McisPolicyInfo) Unmarshal

func (m *McisPolicyInfo) Unmarshal(dAtA []byte) error

func (*McisPolicyInfo) XXX_DiscardUnknown

func (m *McisPolicyInfo) XXX_DiscardUnknown()

func (*McisPolicyInfo) XXX_Marshal

func (m *McisPolicyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisPolicyInfo) XXX_Merge

func (m *McisPolicyInfo) XXX_Merge(src proto.Message)

func (*McisPolicyInfo) XXX_Size

func (m *McisPolicyInfo) XXX_Size() int

func (*McisPolicyInfo) XXX_Unmarshal

func (m *McisPolicyInfo) XXX_Unmarshal(b []byte) error

type McisPolicyInfoResponse

type McisPolicyInfoResponse struct {
	Item                 *McisPolicyInfo `protobuf:"bytes,1,opt,name=item,json=mcisPolicy,proto3" json:"mcisPolicy" yaml:"mcisPolicy"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*McisPolicyInfoResponse) Descriptor

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

func (*McisPolicyInfoResponse) GetItem

func (m *McisPolicyInfoResponse) GetItem() *McisPolicyInfo

func (*McisPolicyInfoResponse) Marshal

func (m *McisPolicyInfoResponse) Marshal() (dAtA []byte, err error)

func (*McisPolicyInfoResponse) MarshalTo

func (m *McisPolicyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*McisPolicyInfoResponse) MarshalToSizedBuffer

func (m *McisPolicyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisPolicyInfoResponse) ProtoMessage

func (*McisPolicyInfoResponse) ProtoMessage()

func (*McisPolicyInfoResponse) Reset

func (m *McisPolicyInfoResponse) Reset()

func (*McisPolicyInfoResponse) Size

func (m *McisPolicyInfoResponse) Size() (n int)

func (*McisPolicyInfoResponse) String

func (m *McisPolicyInfoResponse) String() string

func (*McisPolicyInfoResponse) Unmarshal

func (m *McisPolicyInfoResponse) Unmarshal(dAtA []byte) error

func (*McisPolicyInfoResponse) XXX_DiscardUnknown

func (m *McisPolicyInfoResponse) XXX_DiscardUnknown()

func (*McisPolicyInfoResponse) XXX_Marshal

func (m *McisPolicyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisPolicyInfoResponse) XXX_Merge

func (m *McisPolicyInfoResponse) XXX_Merge(src proto.Message)

func (*McisPolicyInfoResponse) XXX_Size

func (m *McisPolicyInfoResponse) XXX_Size() int

func (*McisPolicyInfoResponse) XXX_Unmarshal

func (m *McisPolicyInfoResponse) XXX_Unmarshal(b []byte) error

type McisPolicyQryRequest

type McisPolicyQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McisPolicyQryRequest) Descriptor

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

func (*McisPolicyQryRequest) GetMcisId

func (m *McisPolicyQryRequest) GetMcisId() string

func (*McisPolicyQryRequest) GetNsId

func (m *McisPolicyQryRequest) GetNsId() string

func (*McisPolicyQryRequest) Marshal

func (m *McisPolicyQryRequest) Marshal() (dAtA []byte, err error)

func (*McisPolicyQryRequest) MarshalTo

func (m *McisPolicyQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisPolicyQryRequest) MarshalToSizedBuffer

func (m *McisPolicyQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisPolicyQryRequest) ProtoMessage

func (*McisPolicyQryRequest) ProtoMessage()

func (*McisPolicyQryRequest) Reset

func (m *McisPolicyQryRequest) Reset()

func (*McisPolicyQryRequest) Size

func (m *McisPolicyQryRequest) Size() (n int)

func (*McisPolicyQryRequest) String

func (m *McisPolicyQryRequest) String() string

func (*McisPolicyQryRequest) Unmarshal

func (m *McisPolicyQryRequest) Unmarshal(dAtA []byte) error

func (*McisPolicyQryRequest) XXX_DiscardUnknown

func (m *McisPolicyQryRequest) XXX_DiscardUnknown()

func (*McisPolicyQryRequest) XXX_Marshal

func (m *McisPolicyQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisPolicyQryRequest) XXX_Merge

func (m *McisPolicyQryRequest) XXX_Merge(src proto.Message)

func (*McisPolicyQryRequest) XXX_Size

func (m *McisPolicyQryRequest) XXX_Size() int

func (*McisPolicyQryRequest) XXX_Unmarshal

func (m *McisPolicyQryRequest) XXX_Unmarshal(b []byte) error

type McisRecommendCreateRequest

type McisRecommendCreateRequest struct {
	NsId                 string            `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *McisRecommendReq `protobuf:"bytes,2,opt,name=item,json=recommend,proto3" json:"recommend" yaml:"recommend"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*McisRecommendCreateRequest) Descriptor

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

func (*McisRecommendCreateRequest) GetItem

func (*McisRecommendCreateRequest) GetNsId

func (m *McisRecommendCreateRequest) GetNsId() string

func (*McisRecommendCreateRequest) Marshal

func (m *McisRecommendCreateRequest) Marshal() (dAtA []byte, err error)

func (*McisRecommendCreateRequest) MarshalTo

func (m *McisRecommendCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisRecommendCreateRequest) MarshalToSizedBuffer

func (m *McisRecommendCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisRecommendCreateRequest) ProtoMessage

func (*McisRecommendCreateRequest) ProtoMessage()

func (*McisRecommendCreateRequest) Reset

func (m *McisRecommendCreateRequest) Reset()

func (*McisRecommendCreateRequest) Size

func (m *McisRecommendCreateRequest) Size() (n int)

func (*McisRecommendCreateRequest) String

func (m *McisRecommendCreateRequest) String() string

func (*McisRecommendCreateRequest) Unmarshal

func (m *McisRecommendCreateRequest) Unmarshal(dAtA []byte) error

func (*McisRecommendCreateRequest) XXX_DiscardUnknown

func (m *McisRecommendCreateRequest) XXX_DiscardUnknown()

func (*McisRecommendCreateRequest) XXX_Marshal

func (m *McisRecommendCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisRecommendCreateRequest) XXX_Merge

func (m *McisRecommendCreateRequest) XXX_Merge(src proto.Message)

func (*McisRecommendCreateRequest) XXX_Size

func (m *McisRecommendCreateRequest) XXX_Size() int

func (*McisRecommendCreateRequest) XXX_Unmarshal

func (m *McisRecommendCreateRequest) XXX_Unmarshal(b []byte) error

type McisRecommendInfo

type McisRecommendInfo struct {
	VmRecommend          []*TbVmRecommendInfo `protobuf:"bytes,1,rep,name=vm_recommend,proto3" json:"vm_recommend" yaml:"vm_recommend"`
	PlacementAlgo        string               `protobuf:"bytes,2,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	PlacementParam       []*KeyValue          `protobuf:"bytes,3,rep,name=placement_param,json=placementParam,proto3" json:"placementParam" yaml:"placementParam"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*McisRecommendInfo) Descriptor

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

func (*McisRecommendInfo) GetPlacementAlgo

func (m *McisRecommendInfo) GetPlacementAlgo() string

func (*McisRecommendInfo) GetPlacementParam

func (m *McisRecommendInfo) GetPlacementParam() []*KeyValue

func (*McisRecommendInfo) GetVmRecommend

func (m *McisRecommendInfo) GetVmRecommend() []*TbVmRecommendInfo

func (*McisRecommendInfo) Marshal

func (m *McisRecommendInfo) Marshal() (dAtA []byte, err error)

func (*McisRecommendInfo) MarshalTo

func (m *McisRecommendInfo) MarshalTo(dAtA []byte) (int, error)

func (*McisRecommendInfo) MarshalToSizedBuffer

func (m *McisRecommendInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisRecommendInfo) ProtoMessage

func (*McisRecommendInfo) ProtoMessage()

func (*McisRecommendInfo) Reset

func (m *McisRecommendInfo) Reset()

func (*McisRecommendInfo) Size

func (m *McisRecommendInfo) Size() (n int)

func (*McisRecommendInfo) String

func (m *McisRecommendInfo) String() string

func (*McisRecommendInfo) Unmarshal

func (m *McisRecommendInfo) Unmarshal(dAtA []byte) error

func (*McisRecommendInfo) XXX_DiscardUnknown

func (m *McisRecommendInfo) XXX_DiscardUnknown()

func (*McisRecommendInfo) XXX_Marshal

func (m *McisRecommendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisRecommendInfo) XXX_Merge

func (m *McisRecommendInfo) XXX_Merge(src proto.Message)

func (*McisRecommendInfo) XXX_Size

func (m *McisRecommendInfo) XXX_Size() int

func (*McisRecommendInfo) XXX_Unmarshal

func (m *McisRecommendInfo) XXX_Unmarshal(b []byte) error

type McisRecommendInfoResponse

type McisRecommendInfoResponse struct {
	Item                 *McisRecommendInfo `protobuf:"bytes,1,opt,name=item,json=recommend,proto3" json:"recommend" yaml:"recommend"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*McisRecommendInfoResponse) Descriptor

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

func (*McisRecommendInfoResponse) GetItem

func (*McisRecommendInfoResponse) Marshal

func (m *McisRecommendInfoResponse) Marshal() (dAtA []byte, err error)

func (*McisRecommendInfoResponse) MarshalTo

func (m *McisRecommendInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*McisRecommendInfoResponse) MarshalToSizedBuffer

func (m *McisRecommendInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisRecommendInfoResponse) ProtoMessage

func (*McisRecommendInfoResponse) ProtoMessage()

func (*McisRecommendInfoResponse) Reset

func (m *McisRecommendInfoResponse) Reset()

func (*McisRecommendInfoResponse) Size

func (m *McisRecommendInfoResponse) Size() (n int)

func (*McisRecommendInfoResponse) String

func (m *McisRecommendInfoResponse) String() string

func (*McisRecommendInfoResponse) Unmarshal

func (m *McisRecommendInfoResponse) Unmarshal(dAtA []byte) error

func (*McisRecommendInfoResponse) XXX_DiscardUnknown

func (m *McisRecommendInfoResponse) XXX_DiscardUnknown()

func (*McisRecommendInfoResponse) XXX_Marshal

func (m *McisRecommendInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisRecommendInfoResponse) XXX_Merge

func (m *McisRecommendInfoResponse) XXX_Merge(src proto.Message)

func (*McisRecommendInfoResponse) XXX_Size

func (m *McisRecommendInfoResponse) XXX_Size() int

func (*McisRecommendInfoResponse) XXX_Unmarshal

func (m *McisRecommendInfoResponse) XXX_Unmarshal(b []byte) error

type McisRecommendReq

type McisRecommendReq struct {
	VmReq                []*TbVmRecommendReq `protobuf:"bytes,1,rep,name=vm_req,json=vmReq,proto3" json:"vmReq" yaml:"vmReq"`
	PlacementAlgo        string              `protobuf:"bytes,2,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	PlacementParam       []*KeyValue         `protobuf:"bytes,3,rep,name=placement_param,json=placementParam,proto3" json:"placementParam" yaml:"placementParam"`
	MaxResultNum         string              `protobuf:"bytes,4,opt,name=max_result_num,json=maxResultNum,proto3" json:"maxResultNum" yaml:"maxResultNum"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*McisRecommendReq) Descriptor

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

func (*McisRecommendReq) GetMaxResultNum

func (m *McisRecommendReq) GetMaxResultNum() string

func (*McisRecommendReq) GetPlacementAlgo

func (m *McisRecommendReq) GetPlacementAlgo() string

func (*McisRecommendReq) GetPlacementParam

func (m *McisRecommendReq) GetPlacementParam() []*KeyValue

func (*McisRecommendReq) GetVmReq

func (m *McisRecommendReq) GetVmReq() []*TbVmRecommendReq

func (*McisRecommendReq) Marshal

func (m *McisRecommendReq) Marshal() (dAtA []byte, err error)

func (*McisRecommendReq) MarshalTo

func (m *McisRecommendReq) MarshalTo(dAtA []byte) (int, error)

func (*McisRecommendReq) MarshalToSizedBuffer

func (m *McisRecommendReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisRecommendReq) ProtoMessage

func (*McisRecommendReq) ProtoMessage()

func (*McisRecommendReq) Reset

func (m *McisRecommendReq) Reset()

func (*McisRecommendReq) Size

func (m *McisRecommendReq) Size() (n int)

func (*McisRecommendReq) String

func (m *McisRecommendReq) String() string

func (*McisRecommendReq) Unmarshal

func (m *McisRecommendReq) Unmarshal(dAtA []byte) error

func (*McisRecommendReq) XXX_DiscardUnknown

func (m *McisRecommendReq) XXX_DiscardUnknown()

func (*McisRecommendReq) XXX_Marshal

func (m *McisRecommendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisRecommendReq) XXX_Merge

func (m *McisRecommendReq) XXX_Merge(src proto.Message)

func (*McisRecommendReq) XXX_Size

func (m *McisRecommendReq) XXX_Size() int

func (*McisRecommendReq) XXX_Unmarshal

func (m *McisRecommendReq) XXX_Unmarshal(b []byte) error

type McisRecommendVmCreateRequest

type McisRecommendVmCreateRequest struct {
	NsId                 string          `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *DeploymentPlan `protobuf:"bytes,2,opt,name=item,json=plan,proto3" json:"plan" yaml:"plan"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*McisRecommendVmCreateRequest) Descriptor

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

func (*McisRecommendVmCreateRequest) GetItem

func (*McisRecommendVmCreateRequest) GetNsId

func (m *McisRecommendVmCreateRequest) GetNsId() string

func (*McisRecommendVmCreateRequest) Marshal

func (m *McisRecommendVmCreateRequest) Marshal() (dAtA []byte, err error)

func (*McisRecommendVmCreateRequest) MarshalTo

func (m *McisRecommendVmCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*McisRecommendVmCreateRequest) MarshalToSizedBuffer

func (m *McisRecommendVmCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisRecommendVmCreateRequest) ProtoMessage

func (*McisRecommendVmCreateRequest) ProtoMessage()

func (*McisRecommendVmCreateRequest) Reset

func (m *McisRecommendVmCreateRequest) Reset()

func (*McisRecommendVmCreateRequest) Size

func (m *McisRecommendVmCreateRequest) Size() (n int)

func (*McisRecommendVmCreateRequest) String

func (*McisRecommendVmCreateRequest) Unmarshal

func (m *McisRecommendVmCreateRequest) Unmarshal(dAtA []byte) error

func (*McisRecommendVmCreateRequest) XXX_DiscardUnknown

func (m *McisRecommendVmCreateRequest) XXX_DiscardUnknown()

func (*McisRecommendVmCreateRequest) XXX_Marshal

func (m *McisRecommendVmCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisRecommendVmCreateRequest) XXX_Merge

func (m *McisRecommendVmCreateRequest) XXX_Merge(src proto.Message)

func (*McisRecommendVmCreateRequest) XXX_Size

func (m *McisRecommendVmCreateRequest) XXX_Size() int

func (*McisRecommendVmCreateRequest) XXX_Unmarshal

func (m *McisRecommendVmCreateRequest) XXX_Unmarshal(b []byte) error

type McisStatusInfo

type McisStatusInfo struct {
	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	Status               string            `protobuf:"bytes,3,opt,name=status,proto3" json:"status" yaml:"status"`
	TargetStatus         string            `protobuf:"bytes,4,opt,name=target_status,json=targetStatus,proto3" json:"targetStatus" yaml:"targetStatus"`
	TargetAction         string            `protobuf:"bytes,5,opt,name=target_action,json=targetAction,proto3" json:"targetAction" yaml:"targetAction"`
	InstallMonAgent      string            `protobuf:"bytes,6,opt,name=install_mon_agent,json=installMonAgent,proto3" json:"installMonAgent" yaml:"installMonAgent"`
	MasterVmId           string            `protobuf:"bytes,7,opt,name=master_vm_id,json=masterVmId,proto3" json:"masterVmId" yaml:"masterVmId"`
	MasterIp             string            `protobuf:"bytes,8,opt,name=master_ip,json=masterIp,proto3" json:"masterIp" yaml:"masterIp"`
	MasterSshPort        string            `protobuf:"bytes,9,opt,name=master_ssh_port,json=masterSSHPort,proto3" json:"masterSSHPort" yaml:"masterSSHPort"`
	Vm                   []*TbVmStatusInfo `protobuf:"bytes,10,rep,name=vm,proto3" json:"vm" yaml:"vm"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*McisStatusInfo) Descriptor

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

func (*McisStatusInfo) GetId

func (m *McisStatusInfo) GetId() string

func (*McisStatusInfo) GetInstallMonAgent

func (m *McisStatusInfo) GetInstallMonAgent() string

func (*McisStatusInfo) GetMasterIp

func (m *McisStatusInfo) GetMasterIp() string

func (*McisStatusInfo) GetMasterSshPort

func (m *McisStatusInfo) GetMasterSshPort() string

func (*McisStatusInfo) GetMasterVmId

func (m *McisStatusInfo) GetMasterVmId() string

func (*McisStatusInfo) GetName

func (m *McisStatusInfo) GetName() string

func (*McisStatusInfo) GetStatus

func (m *McisStatusInfo) GetStatus() string

func (*McisStatusInfo) GetTargetAction

func (m *McisStatusInfo) GetTargetAction() string

func (*McisStatusInfo) GetTargetStatus

func (m *McisStatusInfo) GetTargetStatus() string

func (*McisStatusInfo) GetVm

func (m *McisStatusInfo) GetVm() []*TbVmStatusInfo

func (*McisStatusInfo) Marshal

func (m *McisStatusInfo) Marshal() (dAtA []byte, err error)

func (*McisStatusInfo) MarshalTo

func (m *McisStatusInfo) MarshalTo(dAtA []byte) (int, error)

func (*McisStatusInfo) MarshalToSizedBuffer

func (m *McisStatusInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*McisStatusInfo) ProtoMessage

func (*McisStatusInfo) ProtoMessage()

func (*McisStatusInfo) Reset

func (m *McisStatusInfo) Reset()

func (*McisStatusInfo) Size

func (m *McisStatusInfo) Size() (n int)

func (*McisStatusInfo) String

func (m *McisStatusInfo) String() string

func (*McisStatusInfo) Unmarshal

func (m *McisStatusInfo) Unmarshal(dAtA []byte) error

func (*McisStatusInfo) XXX_DiscardUnknown

func (m *McisStatusInfo) XXX_DiscardUnknown()

func (*McisStatusInfo) XXX_Marshal

func (m *McisStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*McisStatusInfo) XXX_Merge

func (m *McisStatusInfo) XXX_Merge(src proto.Message)

func (*McisStatusInfo) XXX_Size

func (m *McisStatusInfo) XXX_Size() int

func (*McisStatusInfo) XXX_Unmarshal

func (m *McisStatusInfo) XXX_Unmarshal(b []byte) error

type MessageResponse

type MessageResponse struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message" yaml:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MessageResponse) Descriptor

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

func (*MessageResponse) GetMessage

func (m *MessageResponse) GetMessage() string

func (*MessageResponse) Marshal

func (m *MessageResponse) Marshal() (dAtA []byte, err error)

func (*MessageResponse) MarshalTo

func (m *MessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*MessageResponse) MarshalToSizedBuffer

func (m *MessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MessageResponse) ProtoMessage

func (*MessageResponse) ProtoMessage()

func (*MessageResponse) Reset

func (m *MessageResponse) Reset()

func (*MessageResponse) Size

func (m *MessageResponse) Size() (n int)

func (*MessageResponse) String

func (m *MessageResponse) String() string

func (*MessageResponse) Unmarshal

func (m *MessageResponse) Unmarshal(dAtA []byte) error

func (*MessageResponse) XXX_DiscardUnknown

func (m *MessageResponse) XXX_DiscardUnknown()

func (*MessageResponse) XXX_Marshal

func (m *MessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MessageResponse) XXX_Merge

func (m *MessageResponse) XXX_Merge(src proto.Message)

func (*MessageResponse) XXX_Size

func (m *MessageResponse) XXX_Size() int

func (*MessageResponse) XXX_Unmarshal

func (m *MessageResponse) XXX_Unmarshal(b []byte) error

type MonResultSimple

type MonResultSimple struct {
	Metric               string   `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric" yaml:"metric"`
	VmId                 string   `protobuf:"bytes,2,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value" yaml:"value"`
	Err                  string   `protobuf:"bytes,4,opt,name=err,proto3" json:"err" yaml:"err"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MonResultSimple) Descriptor

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

func (*MonResultSimple) GetErr

func (m *MonResultSimple) GetErr() string

func (*MonResultSimple) GetMetric

func (m *MonResultSimple) GetMetric() string

func (*MonResultSimple) GetValue

func (m *MonResultSimple) GetValue() string

func (*MonResultSimple) GetVmId

func (m *MonResultSimple) GetVmId() string

func (*MonResultSimple) Marshal

func (m *MonResultSimple) Marshal() (dAtA []byte, err error)

func (*MonResultSimple) MarshalTo

func (m *MonResultSimple) MarshalTo(dAtA []byte) (int, error)

func (*MonResultSimple) MarshalToSizedBuffer

func (m *MonResultSimple) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonResultSimple) ProtoMessage

func (*MonResultSimple) ProtoMessage()

func (*MonResultSimple) Reset

func (m *MonResultSimple) Reset()

func (*MonResultSimple) Size

func (m *MonResultSimple) Size() (n int)

func (*MonResultSimple) String

func (m *MonResultSimple) String() string

func (*MonResultSimple) Unmarshal

func (m *MonResultSimple) Unmarshal(dAtA []byte) error

func (*MonResultSimple) XXX_DiscardUnknown

func (m *MonResultSimple) XXX_DiscardUnknown()

func (*MonResultSimple) XXX_Marshal

func (m *MonResultSimple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MonResultSimple) XXX_Merge

func (m *MonResultSimple) XXX_Merge(src proto.Message)

func (*MonResultSimple) XXX_Size

func (m *MonResultSimple) XXX_Size() int

func (*MonResultSimple) XXX_Unmarshal

func (m *MonResultSimple) XXX_Unmarshal(b []byte) error

type MonResultSimpleInfo

type MonResultSimpleInfo struct {
	NsId                 string             `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string             `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	McisMonitoring       []*MonResultSimple `protobuf:"bytes,3,rep,name=mcis_monitoring,json=mcisMonitoring,proto3" json:"mcisMonitoring" yaml:"mcisMonitoring"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*MonResultSimpleInfo) Descriptor

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

func (*MonResultSimpleInfo) GetMcisId

func (m *MonResultSimpleInfo) GetMcisId() string

func (*MonResultSimpleInfo) GetMcisMonitoring

func (m *MonResultSimpleInfo) GetMcisMonitoring() []*MonResultSimple

func (*MonResultSimpleInfo) GetNsId

func (m *MonResultSimpleInfo) GetNsId() string

func (*MonResultSimpleInfo) Marshal

func (m *MonResultSimpleInfo) Marshal() (dAtA []byte, err error)

func (*MonResultSimpleInfo) MarshalTo

func (m *MonResultSimpleInfo) MarshalTo(dAtA []byte) (int, error)

func (*MonResultSimpleInfo) MarshalToSizedBuffer

func (m *MonResultSimpleInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonResultSimpleInfo) ProtoMessage

func (*MonResultSimpleInfo) ProtoMessage()

func (*MonResultSimpleInfo) Reset

func (m *MonResultSimpleInfo) Reset()

func (*MonResultSimpleInfo) Size

func (m *MonResultSimpleInfo) Size() (n int)

func (*MonResultSimpleInfo) String

func (m *MonResultSimpleInfo) String() string

func (*MonResultSimpleInfo) Unmarshal

func (m *MonResultSimpleInfo) Unmarshal(dAtA []byte) error

func (*MonResultSimpleInfo) XXX_DiscardUnknown

func (m *MonResultSimpleInfo) XXX_DiscardUnknown()

func (*MonResultSimpleInfo) XXX_Marshal

func (m *MonResultSimpleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MonResultSimpleInfo) XXX_Merge

func (m *MonResultSimpleInfo) XXX_Merge(src proto.Message)

func (*MonResultSimpleInfo) XXX_Size

func (m *MonResultSimpleInfo) XXX_Size() int

func (*MonResultSimpleInfo) XXX_Unmarshal

func (m *MonResultSimpleInfo) XXX_Unmarshal(b []byte) error

type MonitorQryRequest

type MonitorQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Metric               string   `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric" yaml:"metric"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MonitorQryRequest) Descriptor

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

func (*MonitorQryRequest) GetMcisId

func (m *MonitorQryRequest) GetMcisId() string

func (*MonitorQryRequest) GetMetric

func (m *MonitorQryRequest) GetMetric() string

func (*MonitorQryRequest) GetNsId

func (m *MonitorQryRequest) GetNsId() string

func (*MonitorQryRequest) Marshal

func (m *MonitorQryRequest) Marshal() (dAtA []byte, err error)

func (*MonitorQryRequest) MarshalTo

func (m *MonitorQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*MonitorQryRequest) MarshalToSizedBuffer

func (m *MonitorQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonitorQryRequest) ProtoMessage

func (*MonitorQryRequest) ProtoMessage()

func (*MonitorQryRequest) Reset

func (m *MonitorQryRequest) Reset()

func (*MonitorQryRequest) Size

func (m *MonitorQryRequest) Size() (n int)

func (*MonitorQryRequest) String

func (m *MonitorQryRequest) String() string

func (*MonitorQryRequest) Unmarshal

func (m *MonitorQryRequest) Unmarshal(dAtA []byte) error

func (*MonitorQryRequest) XXX_DiscardUnknown

func (m *MonitorQryRequest) XXX_DiscardUnknown()

func (*MonitorQryRequest) XXX_Marshal

func (m *MonitorQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MonitorQryRequest) XXX_Merge

func (m *MonitorQryRequest) XXX_Merge(src proto.Message)

func (*MonitorQryRequest) XXX_Size

func (m *MonitorQryRequest) XXX_Size() int

func (*MonitorQryRequest) XXX_Unmarshal

func (m *MonitorQryRequest) XXX_Unmarshal(b []byte) error

type MonitorResultSimpleResponse

type MonitorResultSimpleResponse struct {
	Item                 *MonResultSimpleInfo `protobuf:"bytes,1,opt,name=item,json=monitor,proto3" json:"monitor" yaml:"monitor"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*MonitorResultSimpleResponse) Descriptor

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

func (*MonitorResultSimpleResponse) GetItem

func (*MonitorResultSimpleResponse) Marshal

func (m *MonitorResultSimpleResponse) Marshal() (dAtA []byte, err error)

func (*MonitorResultSimpleResponse) MarshalTo

func (m *MonitorResultSimpleResponse) MarshalTo(dAtA []byte) (int, error)

func (*MonitorResultSimpleResponse) MarshalToSizedBuffer

func (m *MonitorResultSimpleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonitorResultSimpleResponse) ProtoMessage

func (*MonitorResultSimpleResponse) ProtoMessage()

func (*MonitorResultSimpleResponse) Reset

func (m *MonitorResultSimpleResponse) Reset()

func (*MonitorResultSimpleResponse) Size

func (m *MonitorResultSimpleResponse) Size() (n int)

func (*MonitorResultSimpleResponse) String

func (m *MonitorResultSimpleResponse) String() string

func (*MonitorResultSimpleResponse) Unmarshal

func (m *MonitorResultSimpleResponse) Unmarshal(dAtA []byte) error

func (*MonitorResultSimpleResponse) XXX_DiscardUnknown

func (m *MonitorResultSimpleResponse) XXX_DiscardUnknown()

func (*MonitorResultSimpleResponse) XXX_Marshal

func (m *MonitorResultSimpleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MonitorResultSimpleResponse) XXX_Merge

func (m *MonitorResultSimpleResponse) XXX_Merge(src proto.Message)

func (*MonitorResultSimpleResponse) XXX_Size

func (m *MonitorResultSimpleResponse) XXX_Size() int

func (*MonitorResultSimpleResponse) XXX_Unmarshal

func (m *MonitorResultSimpleResponse) XXX_Unmarshal(b []byte) error

type NSClient

type NSClient interface {
	CreateNS(ctx context.Context, in *NSCreateRequest, opts ...grpc.CallOption) (*NSInfoResponse, error)
	ListNS(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListNSInfoResponse, error)
	ListNSId(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListIdResponse, error)
	GetNS(ctx context.Context, in *NSQryRequest, opts ...grpc.CallOption) (*NSInfoResponse, error)
	DeleteNS(ctx context.Context, in *NSQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllNS(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*MessageResponse, error)
	CheckNS(ctx context.Context, in *NSQryRequest, opts ...grpc.CallOption) (*ExistsResponse, error)
}

NSClient is the client API for NS service.

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

func NewNSClient

func NewNSClient(cc *grpc.ClientConn) NSClient

type NSCreateRequest

type NSCreateRequest struct {
	Item                 *NsReq   `protobuf:"bytes,1,opt,name=item,json=ns,proto3" json:"ns" yaml:"ns"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSCreateRequest) Descriptor

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

func (*NSCreateRequest) GetItem

func (m *NSCreateRequest) GetItem() *NsReq

func (*NSCreateRequest) Marshal

func (m *NSCreateRequest) Marshal() (dAtA []byte, err error)

func (*NSCreateRequest) MarshalTo

func (m *NSCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*NSCreateRequest) MarshalToSizedBuffer

func (m *NSCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NSCreateRequest) ProtoMessage

func (*NSCreateRequest) ProtoMessage()

func (*NSCreateRequest) Reset

func (m *NSCreateRequest) Reset()

func (*NSCreateRequest) Size

func (m *NSCreateRequest) Size() (n int)

func (*NSCreateRequest) String

func (m *NSCreateRequest) String() string

func (*NSCreateRequest) Unmarshal

func (m *NSCreateRequest) Unmarshal(dAtA []byte) error

func (*NSCreateRequest) XXX_DiscardUnknown

func (m *NSCreateRequest) XXX_DiscardUnknown()

func (*NSCreateRequest) XXX_Marshal

func (m *NSCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSCreateRequest) XXX_Merge

func (m *NSCreateRequest) XXX_Merge(src proto.Message)

func (*NSCreateRequest) XXX_Size

func (m *NSCreateRequest) XXX_Size() int

func (*NSCreateRequest) XXX_Unmarshal

func (m *NSCreateRequest) XXX_Unmarshal(b []byte) error

type NSInfo

type NSInfo struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSInfo) Descriptor

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

func (*NSInfo) GetDescription

func (m *NSInfo) GetDescription() string

func (*NSInfo) GetId

func (m *NSInfo) GetId() string

func (*NSInfo) GetName

func (m *NSInfo) GetName() string

func (*NSInfo) Marshal

func (m *NSInfo) Marshal() (dAtA []byte, err error)

func (*NSInfo) MarshalTo

func (m *NSInfo) MarshalTo(dAtA []byte) (int, error)

func (*NSInfo) MarshalToSizedBuffer

func (m *NSInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NSInfo) ProtoMessage

func (*NSInfo) ProtoMessage()

func (*NSInfo) Reset

func (m *NSInfo) Reset()

func (*NSInfo) Size

func (m *NSInfo) Size() (n int)

func (*NSInfo) String

func (m *NSInfo) String() string

func (*NSInfo) Unmarshal

func (m *NSInfo) Unmarshal(dAtA []byte) error

func (*NSInfo) XXX_DiscardUnknown

func (m *NSInfo) XXX_DiscardUnknown()

func (*NSInfo) XXX_Marshal

func (m *NSInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSInfo) XXX_Merge

func (m *NSInfo) XXX_Merge(src proto.Message)

func (*NSInfo) XXX_Size

func (m *NSInfo) XXX_Size() int

func (*NSInfo) XXX_Unmarshal

func (m *NSInfo) XXX_Unmarshal(b []byte) error

type NSInfoResponse

type NSInfoResponse struct {
	Item                 *NSInfo  `protobuf:"bytes,1,opt,name=item,json=ns,proto3" json:"ns" yaml:"ns"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSInfoResponse) Descriptor

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

func (*NSInfoResponse) GetItem

func (m *NSInfoResponse) GetItem() *NSInfo

func (*NSInfoResponse) Marshal

func (m *NSInfoResponse) Marshal() (dAtA []byte, err error)

func (*NSInfoResponse) MarshalTo

func (m *NSInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*NSInfoResponse) MarshalToSizedBuffer

func (m *NSInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NSInfoResponse) ProtoMessage

func (*NSInfoResponse) ProtoMessage()

func (*NSInfoResponse) Reset

func (m *NSInfoResponse) Reset()

func (*NSInfoResponse) Size

func (m *NSInfoResponse) Size() (n int)

func (*NSInfoResponse) String

func (m *NSInfoResponse) String() string

func (*NSInfoResponse) Unmarshal

func (m *NSInfoResponse) Unmarshal(dAtA []byte) error

func (*NSInfoResponse) XXX_DiscardUnknown

func (m *NSInfoResponse) XXX_DiscardUnknown()

func (*NSInfoResponse) XXX_Marshal

func (m *NSInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSInfoResponse) XXX_Merge

func (m *NSInfoResponse) XXX_Merge(src proto.Message)

func (*NSInfoResponse) XXX_Size

func (m *NSInfoResponse) XXX_Size() int

func (*NSInfoResponse) XXX_Unmarshal

func (m *NSInfoResponse) XXX_Unmarshal(b []byte) error

type NSQryRequest

type NSQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSQryRequest) Descriptor

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

func (*NSQryRequest) GetNsId

func (m *NSQryRequest) GetNsId() string

func (*NSQryRequest) Marshal

func (m *NSQryRequest) Marshal() (dAtA []byte, err error)

func (*NSQryRequest) MarshalTo

func (m *NSQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*NSQryRequest) MarshalToSizedBuffer

func (m *NSQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NSQryRequest) ProtoMessage

func (*NSQryRequest) ProtoMessage()

func (*NSQryRequest) Reset

func (m *NSQryRequest) Reset()

func (*NSQryRequest) Size

func (m *NSQryRequest) Size() (n int)

func (*NSQryRequest) String

func (m *NSQryRequest) String() string

func (*NSQryRequest) Unmarshal

func (m *NSQryRequest) Unmarshal(dAtA []byte) error

func (*NSQryRequest) XXX_DiscardUnknown

func (m *NSQryRequest) XXX_DiscardUnknown()

func (*NSQryRequest) XXX_Marshal

func (m *NSQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSQryRequest) XXX_Merge

func (m *NSQryRequest) XXX_Merge(src proto.Message)

func (*NSQryRequest) XXX_Size

func (m *NSQryRequest) XXX_Size() int

func (*NSQryRequest) XXX_Unmarshal

func (m *NSQryRequest) XXX_Unmarshal(b []byte) error

type NSServer

NSServer is the server API for NS service.

type NsReq

type NsReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Description          string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NsReq) Descriptor

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

func (*NsReq) GetDescription

func (m *NsReq) GetDescription() string

func (*NsReq) GetName

func (m *NsReq) GetName() string

func (*NsReq) Marshal

func (m *NsReq) Marshal() (dAtA []byte, err error)

func (*NsReq) MarshalTo

func (m *NsReq) MarshalTo(dAtA []byte) (int, error)

func (*NsReq) MarshalToSizedBuffer

func (m *NsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NsReq) ProtoMessage

func (*NsReq) ProtoMessage()

func (*NsReq) Reset

func (m *NsReq) Reset()

func (*NsReq) Size

func (m *NsReq) Size() (n int)

func (*NsReq) String

func (m *NsReq) String() string

func (*NsReq) Unmarshal

func (m *NsReq) Unmarshal(dAtA []byte) error

func (*NsReq) XXX_DiscardUnknown

func (m *NsReq) XXX_DiscardUnknown()

func (*NsReq) XXX_Marshal

func (m *NsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NsReq) XXX_Merge

func (m *NsReq) XXX_Merge(src proto.Message)

func (*NsReq) XXX_Size

func (m *NsReq) XXX_Size() int

func (*NsReq) XXX_Unmarshal

func (m *NsReq) XXX_Unmarshal(b []byte) error

type ObjectInfoResponse

type ObjectInfoResponse struct {
	Item                 string   `protobuf:"bytes,1,opt,name=item,json=object,proto3" json:"object" yaml:"object"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ObjectInfoResponse) Descriptor

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

func (*ObjectInfoResponse) GetItem

func (m *ObjectInfoResponse) GetItem() string

func (*ObjectInfoResponse) Marshal

func (m *ObjectInfoResponse) Marshal() (dAtA []byte, err error)

func (*ObjectInfoResponse) MarshalTo

func (m *ObjectInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ObjectInfoResponse) MarshalToSizedBuffer

func (m *ObjectInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ObjectInfoResponse) ProtoMessage

func (*ObjectInfoResponse) ProtoMessage()

func (*ObjectInfoResponse) Reset

func (m *ObjectInfoResponse) Reset()

func (*ObjectInfoResponse) Size

func (m *ObjectInfoResponse) Size() (n int)

func (*ObjectInfoResponse) String

func (m *ObjectInfoResponse) String() string

func (*ObjectInfoResponse) Unmarshal

func (m *ObjectInfoResponse) Unmarshal(dAtA []byte) error

func (*ObjectInfoResponse) XXX_DiscardUnknown

func (m *ObjectInfoResponse) XXX_DiscardUnknown()

func (*ObjectInfoResponse) XXX_Marshal

func (m *ObjectInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ObjectInfoResponse) XXX_Merge

func (m *ObjectInfoResponse) XXX_Merge(src proto.Message)

func (*ObjectInfoResponse) XXX_Size

func (m *ObjectInfoResponse) XXX_Size() int

func (*ObjectInfoResponse) XXX_Unmarshal

func (m *ObjectInfoResponse) XXX_Unmarshal(b []byte) error

type ObjectQryRequest

type ObjectQryRequest struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key" yaml:"key"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ObjectQryRequest) Descriptor

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

func (*ObjectQryRequest) GetKey

func (m *ObjectQryRequest) GetKey() string

func (*ObjectQryRequest) Marshal

func (m *ObjectQryRequest) Marshal() (dAtA []byte, err error)

func (*ObjectQryRequest) MarshalTo

func (m *ObjectQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ObjectQryRequest) MarshalToSizedBuffer

func (m *ObjectQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ObjectQryRequest) ProtoMessage

func (*ObjectQryRequest) ProtoMessage()

func (*ObjectQryRequest) Reset

func (m *ObjectQryRequest) Reset()

func (*ObjectQryRequest) Size

func (m *ObjectQryRequest) Size() (n int)

func (*ObjectQryRequest) String

func (m *ObjectQryRequest) String() string

func (*ObjectQryRequest) Unmarshal

func (m *ObjectQryRequest) Unmarshal(dAtA []byte) error

func (*ObjectQryRequest) XXX_DiscardUnknown

func (m *ObjectQryRequest) XXX_DiscardUnknown()

func (*ObjectQryRequest) XXX_Marshal

func (m *ObjectQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ObjectQryRequest) XXX_Merge

func (m *ObjectQryRequest) XXX_Merge(src proto.Message)

func (*ObjectQryRequest) XXX_Size

func (m *ObjectQryRequest) XXX_Size() int

func (*ObjectQryRequest) XXX_Unmarshal

func (m *ObjectQryRequest) XXX_Unmarshal(b []byte) error

type Operation

type Operation struct {
	Operator             string   `protobuf:"bytes,1,opt,name=operator,proto3" json:"operator" yaml:"operator"`
	Condition            string   `protobuf:"bytes,2,opt,name=condition,json=operand,proto3" json:"operand" yaml:"operand"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Operation) Descriptor

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

func (*Operation) GetCondition

func (m *Operation) GetCondition() string

func (*Operation) GetOperator

func (m *Operation) GetOperator() string

func (*Operation) Marshal

func (m *Operation) Marshal() (dAtA []byte, err error)

func (*Operation) MarshalTo

func (m *Operation) MarshalTo(dAtA []byte) (int, error)

func (*Operation) MarshalToSizedBuffer

func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) Reset

func (m *Operation) Reset()

func (*Operation) Size

func (m *Operation) Size() (n int)

func (*Operation) String

func (m *Operation) String() string

func (*Operation) Unmarshal

func (m *Operation) Unmarshal(dAtA []byte) error

func (*Operation) XXX_DiscardUnknown

func (m *Operation) XXX_DiscardUnknown()

func (*Operation) XXX_Marshal

func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation) XXX_Merge

func (m *Operation) XXX_Merge(src proto.Message)

func (*Operation) XXX_Size

func (m *Operation) XXX_Size() int

func (*Operation) XXX_Unmarshal

func (m *Operation) XXX_Unmarshal(b []byte) error

type ParameterKeyVal

type ParameterKeyVal struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key" yaml:"key"`
	Val                  []string `protobuf:"bytes,2,rep,name=val,proto3" json:"val" yaml:"val"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ParameterKeyVal) Descriptor

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

func (*ParameterKeyVal) GetKey

func (m *ParameterKeyVal) GetKey() string

func (*ParameterKeyVal) GetVal

func (m *ParameterKeyVal) GetVal() []string

func (*ParameterKeyVal) Marshal

func (m *ParameterKeyVal) Marshal() (dAtA []byte, err error)

func (*ParameterKeyVal) MarshalTo

func (m *ParameterKeyVal) MarshalTo(dAtA []byte) (int, error)

func (*ParameterKeyVal) MarshalToSizedBuffer

func (m *ParameterKeyVal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ParameterKeyVal) ProtoMessage

func (*ParameterKeyVal) ProtoMessage()

func (*ParameterKeyVal) Reset

func (m *ParameterKeyVal) Reset()

func (*ParameterKeyVal) Size

func (m *ParameterKeyVal) Size() (n int)

func (*ParameterKeyVal) String

func (m *ParameterKeyVal) String() string

func (*ParameterKeyVal) Unmarshal

func (m *ParameterKeyVal) Unmarshal(dAtA []byte) error

func (*ParameterKeyVal) XXX_DiscardUnknown

func (m *ParameterKeyVal) XXX_DiscardUnknown()

func (*ParameterKeyVal) XXX_Marshal

func (m *ParameterKeyVal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParameterKeyVal) XXX_Merge

func (m *ParameterKeyVal) XXX_Merge(src proto.Message)

func (*ParameterKeyVal) XXX_Size

func (m *ParameterKeyVal) XXX_Size() int

func (*ParameterKeyVal) XXX_Unmarshal

func (m *ParameterKeyVal) XXX_Unmarshal(b []byte) error

type Policy

type Policy struct {
	AutoCondition        *AutoCondition `protobuf:"bytes,1,opt,name=auto_condition,json=autoCondition,proto3" json:"autoCondition" yaml:"autoCondition"`
	AutoAction           *AutoAction    `protobuf:"bytes,2,opt,name=auto_action,json=autoAction,proto3" json:"autoAction" yaml:"autoAction"`
	Status               string         `protobuf:"bytes,3,opt,name=status,proto3" json:"status" yaml:"status"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Policy) Descriptor

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

func (*Policy) GetAutoAction

func (m *Policy) GetAutoAction() *AutoAction

func (*Policy) GetAutoCondition

func (m *Policy) GetAutoCondition() *AutoCondition

func (*Policy) GetStatus

func (m *Policy) GetStatus() string

func (*Policy) Marshal

func (m *Policy) Marshal() (dAtA []byte, err error)

func (*Policy) MarshalTo

func (m *Policy) MarshalTo(dAtA []byte) (int, error)

func (*Policy) MarshalToSizedBuffer

func (m *Policy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) Reset

func (m *Policy) Reset()

func (*Policy) Size

func (m *Policy) Size() (n int)

func (*Policy) String

func (m *Policy) String() string

func (*Policy) Unmarshal

func (m *Policy) Unmarshal(dAtA []byte) error

func (*Policy) XXX_DiscardUnknown

func (m *Policy) XXX_DiscardUnknown()

func (*Policy) XXX_Marshal

func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Policy) XXX_Merge

func (m *Policy) XXX_Merge(src proto.Message)

func (*Policy) XXX_Size

func (m *Policy) XXX_Size() int

func (*Policy) XXX_Unmarshal

func (m *Policy) XXX_Unmarshal(b []byte) error

type PriorityCondition

type PriorityCondition struct {
	Metric               string             `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric" yaml:"metric"`
	Weight               string             `protobuf:"bytes,2,opt,name=weight,proto3" json:"weight" yaml:"weight"`
	Parameter            []*ParameterKeyVal `protobuf:"bytes,3,rep,name=parameter,proto3" json:"parameter" yaml:"parameter"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PriorityCondition) Descriptor

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

func (*PriorityCondition) GetMetric

func (m *PriorityCondition) GetMetric() string

func (*PriorityCondition) GetParameter

func (m *PriorityCondition) GetParameter() []*ParameterKeyVal

func (*PriorityCondition) GetWeight

func (m *PriorityCondition) GetWeight() string

func (*PriorityCondition) Marshal

func (m *PriorityCondition) Marshal() (dAtA []byte, err error)

func (*PriorityCondition) MarshalTo

func (m *PriorityCondition) MarshalTo(dAtA []byte) (int, error)

func (*PriorityCondition) MarshalToSizedBuffer

func (m *PriorityCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PriorityCondition) ProtoMessage

func (*PriorityCondition) ProtoMessage()

func (*PriorityCondition) Reset

func (m *PriorityCondition) Reset()

func (*PriorityCondition) Size

func (m *PriorityCondition) Size() (n int)

func (*PriorityCondition) String

func (m *PriorityCondition) String() string

func (*PriorityCondition) Unmarshal

func (m *PriorityCondition) Unmarshal(dAtA []byte) error

func (*PriorityCondition) XXX_DiscardUnknown

func (m *PriorityCondition) XXX_DiscardUnknown()

func (*PriorityCondition) XXX_Marshal

func (m *PriorityCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PriorityCondition) XXX_Merge

func (m *PriorityCondition) XXX_Merge(src proto.Message)

func (*PriorityCondition) XXX_Size

func (m *PriorityCondition) XXX_Size() int

func (*PriorityCondition) XXX_Unmarshal

func (m *PriorityCondition) XXX_Unmarshal(b []byte) error

type PriorityInfo

type PriorityInfo struct {
	Policy               []*PriorityCondition `protobuf:"bytes,1,rep,name=policy,proto3" json:"policy" yaml:"policy"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PriorityInfo) Descriptor

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

func (*PriorityInfo) GetPolicy

func (m *PriorityInfo) GetPolicy() []*PriorityCondition

func (*PriorityInfo) Marshal

func (m *PriorityInfo) Marshal() (dAtA []byte, err error)

func (*PriorityInfo) MarshalTo

func (m *PriorityInfo) MarshalTo(dAtA []byte) (int, error)

func (*PriorityInfo) MarshalToSizedBuffer

func (m *PriorityInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PriorityInfo) ProtoMessage

func (*PriorityInfo) ProtoMessage()

func (*PriorityInfo) Reset

func (m *PriorityInfo) Reset()

func (*PriorityInfo) Size

func (m *PriorityInfo) Size() (n int)

func (*PriorityInfo) String

func (m *PriorityInfo) String() string

func (*PriorityInfo) Unmarshal

func (m *PriorityInfo) Unmarshal(dAtA []byte) error

func (*PriorityInfo) XXX_DiscardUnknown

func (m *PriorityInfo) XXX_DiscardUnknown()

func (*PriorityInfo) XXX_Marshal

func (m *PriorityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PriorityInfo) XXX_Merge

func (m *PriorityInfo) XXX_Merge(src proto.Message)

func (*PriorityInfo) XXX_Size

func (m *PriorityInfo) XXX_Size() int

func (*PriorityInfo) XXX_Unmarshal

func (m *PriorityInfo) XXX_Unmarshal(b []byte) error

type Range

type Range struct {
	Min                  float32  `protobuf:"fixed32,1,opt,name=min,proto3" json:"min" yaml:"min"`
	Max                  float32  `protobuf:"fixed32,2,opt,name=max,proto3" json:"max" yaml:"max"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Range) Descriptor

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

func (*Range) GetMax

func (m *Range) GetMax() float32

func (*Range) GetMin

func (m *Range) GetMin() float32

func (*Range) Marshal

func (m *Range) Marshal() (dAtA []byte, err error)

func (*Range) MarshalTo

func (m *Range) MarshalTo(dAtA []byte) (int, error)

func (*Range) MarshalToSizedBuffer

func (m *Range) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) Reset

func (m *Range) Reset()

func (*Range) Size

func (m *Range) Size() (n int)

func (*Range) String

func (m *Range) String() string

func (*Range) Unmarshal

func (m *Range) Unmarshal(dAtA []byte) error

func (*Range) XXX_DiscardUnknown

func (m *Range) XXX_DiscardUnknown()

func (*Range) XXX_Marshal

func (m *Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Range) XXX_Merge

func (m *Range) XXX_Merge(src proto.Message)

func (*Range) XXX_Size

func (m *Range) XXX_Size() int

func (*Range) XXX_Unmarshal

func (m *Range) XXX_Unmarshal(b []byte) error

type Region

type Region struct {
	RegionName           string      `protobuf:"bytes,1,opt,name=region_name,json=RegionName,proto3" json:"RegionName" yaml:"RegionName"`
	ProviderName         string      `protobuf:"bytes,2,opt,name=provider_name,json=ProviderName,proto3" json:"ProviderName" yaml:"ProviderName"`
	KeyValueInfoList     []*KeyValue `protobuf:"bytes,3,rep,name=key_value_info_list,json=KeyValueInfoList,proto3" json:"KeyValueInfoList" yaml:"KeyValueInfoList"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Region) Descriptor

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

func (*Region) GetKeyValueInfoList

func (m *Region) GetKeyValueInfoList() []*KeyValue

func (*Region) GetProviderName

func (m *Region) GetProviderName() string

func (*Region) GetRegionName

func (m *Region) GetRegionName() string

func (*Region) Marshal

func (m *Region) Marshal() (dAtA []byte, err error)

func (*Region) MarshalTo

func (m *Region) MarshalTo(dAtA []byte) (int, error)

func (*Region) MarshalToSizedBuffer

func (m *Region) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) Reset

func (m *Region) Reset()

func (*Region) Size

func (m *Region) Size() (n int)

func (*Region) String

func (m *Region) String() string

func (*Region) Unmarshal

func (m *Region) Unmarshal(dAtA []byte) error

func (*Region) XXX_DiscardUnknown

func (m *Region) XXX_DiscardUnknown()

func (*Region) XXX_Marshal

func (m *Region) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Region) XXX_Merge

func (m *Region) XXX_Merge(src proto.Message)

func (*Region) XXX_Size

func (m *Region) XXX_Size() int

func (*Region) XXX_Unmarshal

func (m *Region) XXX_Unmarshal(b []byte) error

type RegionInfo

type RegionInfo struct {
	Region               string   `protobuf:"bytes,1,opt,name=region,json=Region,proto3" json:"Region" yaml:"Region"`
	Zone                 string   `protobuf:"bytes,2,opt,name=zone,json=Zone,proto3" json:"Zone" yaml:"Zone"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegionInfo) Descriptor

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

func (*RegionInfo) GetRegion

func (m *RegionInfo) GetRegion() string

func (*RegionInfo) GetZone

func (m *RegionInfo) GetZone() string

func (*RegionInfo) Marshal

func (m *RegionInfo) Marshal() (dAtA []byte, err error)

func (*RegionInfo) MarshalTo

func (m *RegionInfo) MarshalTo(dAtA []byte) (int, error)

func (*RegionInfo) MarshalToSizedBuffer

func (m *RegionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RegionInfo) ProtoMessage

func (*RegionInfo) ProtoMessage()

func (*RegionInfo) Reset

func (m *RegionInfo) Reset()

func (*RegionInfo) Size

func (m *RegionInfo) Size() (n int)

func (*RegionInfo) String

func (m *RegionInfo) String() string

func (*RegionInfo) Unmarshal

func (m *RegionInfo) Unmarshal(dAtA []byte) error

func (*RegionInfo) XXX_DiscardUnknown

func (m *RegionInfo) XXX_DiscardUnknown()

func (*RegionInfo) XXX_Marshal

func (m *RegionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegionInfo) XXX_Merge

func (m *RegionInfo) XXX_Merge(src proto.Message)

func (*RegionInfo) XXX_Size

func (m *RegionInfo) XXX_Size() int

func (*RegionInfo) XXX_Unmarshal

func (m *RegionInfo) XXX_Unmarshal(b []byte) error

type RegionQryRequest

type RegionQryRequest struct {
	RegionName           string   `protobuf:"bytes,1,opt,name=region_name,json=regionName,proto3" json:"regionName" yaml:"regionName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegionQryRequest) Descriptor

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

func (*RegionQryRequest) GetRegionName

func (m *RegionQryRequest) GetRegionName() string

func (*RegionQryRequest) Marshal

func (m *RegionQryRequest) Marshal() (dAtA []byte, err error)

func (*RegionQryRequest) MarshalTo

func (m *RegionQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*RegionQryRequest) MarshalToSizedBuffer

func (m *RegionQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RegionQryRequest) ProtoMessage

func (*RegionQryRequest) ProtoMessage()

func (*RegionQryRequest) Reset

func (m *RegionQryRequest) Reset()

func (*RegionQryRequest) Size

func (m *RegionQryRequest) Size() (n int)

func (*RegionQryRequest) String

func (m *RegionQryRequest) String() string

func (*RegionQryRequest) Unmarshal

func (m *RegionQryRequest) Unmarshal(dAtA []byte) error

func (*RegionQryRequest) XXX_DiscardUnknown

func (m *RegionQryRequest) XXX_DiscardUnknown()

func (*RegionQryRequest) XXX_Marshal

func (m *RegionQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegionQryRequest) XXX_Merge

func (m *RegionQryRequest) XXX_Merge(src proto.Message)

func (*RegionQryRequest) XXX_Size

func (m *RegionQryRequest) XXX_Size() int

func (*RegionQryRequest) XXX_Unmarshal

func (m *RegionQryRequest) XXX_Unmarshal(b []byte) error

type RegionResponse

type RegionResponse struct {
	Item                 *Region  `protobuf:"bytes,1,opt,name=item,json=region,proto3" json:"region" yaml:"region"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegionResponse) Descriptor

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

func (*RegionResponse) GetItem

func (m *RegionResponse) GetItem() *Region

func (*RegionResponse) Marshal

func (m *RegionResponse) Marshal() (dAtA []byte, err error)

func (*RegionResponse) MarshalTo

func (m *RegionResponse) MarshalTo(dAtA []byte) (int, error)

func (*RegionResponse) MarshalToSizedBuffer

func (m *RegionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RegionResponse) ProtoMessage

func (*RegionResponse) ProtoMessage()

func (*RegionResponse) Reset

func (m *RegionResponse) Reset()

func (*RegionResponse) Size

func (m *RegionResponse) Size() (n int)

func (*RegionResponse) String

func (m *RegionResponse) String() string

func (*RegionResponse) Unmarshal

func (m *RegionResponse) Unmarshal(dAtA []byte) error

func (*RegionResponse) XXX_DiscardUnknown

func (m *RegionResponse) XXX_DiscardUnknown()

func (*RegionResponse) XXX_Marshal

func (m *RegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegionResponse) XXX_Merge

func (m *RegionResponse) XXX_Merge(src proto.Message)

func (*RegionResponse) XXX_Size

func (m *RegionResponse) XXX_Size() int

func (*RegionResponse) XXX_Unmarshal

func (m *RegionResponse) XXX_Unmarshal(b []byte) error

type ResourceAllQryRequest

type ResourceAllQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	ResourceType         string   `protobuf:"bytes,2,opt,name=resource_type,json=resourceType,proto3" json:"resourceType" yaml:"resourceType"`
	Force                string   `protobuf:"bytes,3,opt,name=force,proto3" json:"force" yaml:"force"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourceAllQryRequest) Descriptor

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

func (*ResourceAllQryRequest) GetForce

func (m *ResourceAllQryRequest) GetForce() string

func (*ResourceAllQryRequest) GetNsId

func (m *ResourceAllQryRequest) GetNsId() string

func (*ResourceAllQryRequest) GetResourceType

func (m *ResourceAllQryRequest) GetResourceType() string

func (*ResourceAllQryRequest) Marshal

func (m *ResourceAllQryRequest) Marshal() (dAtA []byte, err error)

func (*ResourceAllQryRequest) MarshalTo

func (m *ResourceAllQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ResourceAllQryRequest) MarshalToSizedBuffer

func (m *ResourceAllQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceAllQryRequest) ProtoMessage

func (*ResourceAllQryRequest) ProtoMessage()

func (*ResourceAllQryRequest) Reset

func (m *ResourceAllQryRequest) Reset()

func (*ResourceAllQryRequest) Size

func (m *ResourceAllQryRequest) Size() (n int)

func (*ResourceAllQryRequest) String

func (m *ResourceAllQryRequest) String() string

func (*ResourceAllQryRequest) Unmarshal

func (m *ResourceAllQryRequest) Unmarshal(dAtA []byte) error

func (*ResourceAllQryRequest) XXX_DiscardUnknown

func (m *ResourceAllQryRequest) XXX_DiscardUnknown()

func (*ResourceAllQryRequest) XXX_Marshal

func (m *ResourceAllQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceAllQryRequest) XXX_Merge

func (m *ResourceAllQryRequest) XXX_Merge(src proto.Message)

func (*ResourceAllQryRequest) XXX_Size

func (m *ResourceAllQryRequest) XXX_Size() int

func (*ResourceAllQryRequest) XXX_Unmarshal

func (m *ResourceAllQryRequest) XXX_Unmarshal(b []byte) error

type ResourceQryRequest

type ResourceQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	ResourceType         string   `protobuf:"bytes,2,opt,name=resource_type,json=resourceType,proto3" json:"resourceType" yaml:"resourceType"`
	ResourceId           string   `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resourceId" yaml:"resourceId"`
	Force                string   `protobuf:"bytes,4,opt,name=force,proto3" json:"force" yaml:"force"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourceQryRequest) Descriptor

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

func (*ResourceQryRequest) GetForce

func (m *ResourceQryRequest) GetForce() string

func (*ResourceQryRequest) GetNsId

func (m *ResourceQryRequest) GetNsId() string

func (*ResourceQryRequest) GetResourceId

func (m *ResourceQryRequest) GetResourceId() string

func (*ResourceQryRequest) GetResourceType

func (m *ResourceQryRequest) GetResourceType() string

func (*ResourceQryRequest) Marshal

func (m *ResourceQryRequest) Marshal() (dAtA []byte, err error)

func (*ResourceQryRequest) MarshalTo

func (m *ResourceQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ResourceQryRequest) MarshalToSizedBuffer

func (m *ResourceQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceQryRequest) ProtoMessage

func (*ResourceQryRequest) ProtoMessage()

func (*ResourceQryRequest) Reset

func (m *ResourceQryRequest) Reset()

func (*ResourceQryRequest) Size

func (m *ResourceQryRequest) Size() (n int)

func (*ResourceQryRequest) String

func (m *ResourceQryRequest) String() string

func (*ResourceQryRequest) Unmarshal

func (m *ResourceQryRequest) Unmarshal(dAtA []byte) error

func (*ResourceQryRequest) XXX_DiscardUnknown

func (m *ResourceQryRequest) XXX_DiscardUnknown()

func (*ResourceQryRequest) XXX_Marshal

func (m *ResourceQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceQryRequest) XXX_Merge

func (m *ResourceQryRequest) XXX_Merge(src proto.Message)

func (*ResourceQryRequest) XXX_Size

func (m *ResourceQryRequest) XXX_Size() int

func (*ResourceQryRequest) XXX_Unmarshal

func (m *ResourceQryRequest) XXX_Unmarshal(b []byte) error

type SearchImageQryRequest

type SearchImageQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Keywords             []string `protobuf:"bytes,2,rep,name=keywords,proto3" json:"keywords" yaml:"keywords"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchImageQryRequest) Descriptor

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

func (*SearchImageQryRequest) GetKeywords

func (m *SearchImageQryRequest) GetKeywords() []string

func (*SearchImageQryRequest) GetNsId

func (m *SearchImageQryRequest) GetNsId() string

func (*SearchImageQryRequest) Marshal

func (m *SearchImageQryRequest) Marshal() (dAtA []byte, err error)

func (*SearchImageQryRequest) MarshalTo

func (m *SearchImageQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*SearchImageQryRequest) MarshalToSizedBuffer

func (m *SearchImageQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SearchImageQryRequest) ProtoMessage

func (*SearchImageQryRequest) ProtoMessage()

func (*SearchImageQryRequest) Reset

func (m *SearchImageQryRequest) Reset()

func (*SearchImageQryRequest) Size

func (m *SearchImageQryRequest) Size() (n int)

func (*SearchImageQryRequest) String

func (m *SearchImageQryRequest) String() string

func (*SearchImageQryRequest) Unmarshal

func (m *SearchImageQryRequest) Unmarshal(dAtA []byte) error

func (*SearchImageQryRequest) XXX_DiscardUnknown

func (m *SearchImageQryRequest) XXX_DiscardUnknown()

func (*SearchImageQryRequest) XXX_Marshal

func (m *SearchImageQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchImageQryRequest) XXX_Merge

func (m *SearchImageQryRequest) XXX_Merge(src proto.Message)

func (*SearchImageQryRequest) XXX_Size

func (m *SearchImageQryRequest) XXX_Size() int

func (*SearchImageQryRequest) XXX_Unmarshal

func (m *SearchImageQryRequest) XXX_Unmarshal(b []byte) error

type SortSpecsRequest

type SortSpecsRequest struct {
	Items                []*TbSpecInfo `protobuf:"bytes,1,rep,name=items,json=spec,proto3" json:"spec" yaml:"spec"`
	OrderBy              string        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"orderBy" yaml:"orderBy"`
	Direction            string        `protobuf:"bytes,3,opt,name=direction,proto3" json:"direction" yaml:"direction"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SortSpecsRequest) Descriptor

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

func (*SortSpecsRequest) GetDirection

func (m *SortSpecsRequest) GetDirection() string

func (*SortSpecsRequest) GetItems

func (m *SortSpecsRequest) GetItems() []*TbSpecInfo

func (*SortSpecsRequest) GetOrderBy

func (m *SortSpecsRequest) GetOrderBy() string

func (*SortSpecsRequest) Marshal

func (m *SortSpecsRequest) Marshal() (dAtA []byte, err error)

func (*SortSpecsRequest) MarshalTo

func (m *SortSpecsRequest) MarshalTo(dAtA []byte) (int, error)

func (*SortSpecsRequest) MarshalToSizedBuffer

func (m *SortSpecsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SortSpecsRequest) ProtoMessage

func (*SortSpecsRequest) ProtoMessage()

func (*SortSpecsRequest) Reset

func (m *SortSpecsRequest) Reset()

func (*SortSpecsRequest) Size

func (m *SortSpecsRequest) Size() (n int)

func (*SortSpecsRequest) String

func (m *SortSpecsRequest) String() string

func (*SortSpecsRequest) Unmarshal

func (m *SortSpecsRequest) Unmarshal(dAtA []byte) error

func (*SortSpecsRequest) XXX_DiscardUnknown

func (m *SortSpecsRequest) XXX_DiscardUnknown()

func (*SortSpecsRequest) XXX_Marshal

func (m *SortSpecsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SortSpecsRequest) XXX_Merge

func (m *SortSpecsRequest) XXX_Merge(src proto.Message)

func (*SortSpecsRequest) XXX_Size

func (m *SortSpecsRequest) XXX_Size() int

func (*SortSpecsRequest) XXX_Unmarshal

func (m *SortSpecsRequest) XXX_Unmarshal(b []byte) error

type SpecRangeFilter

type SpecRangeFilter struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string   `protobuf:"bytes,3,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspSpecName          string   `protobuf:"bytes,4,opt,name=csp_spec_name,json=cspSpecName,proto3" json:"cspSpecName" yaml:"cspSpecName"`
	OsType               string   `protobuf:"bytes,5,opt,name=os_type,proto3" json:"os_type" yaml:"os_type"`
	NumVCPU              *Range   `protobuf:"bytes,6,opt,name=num_vCPU,proto3" json:"num_vCPU" yaml:"num_vCPU"`
	NumCore              *Range   `protobuf:"bytes,7,opt,name=num_core,proto3" json:"num_core" yaml:"num_core"`
	Mem_GiB              *Range   `protobuf:"bytes,8,opt,name=mem_GiB,proto3" json:"mem_GiB" yaml:"mem_GiB"`
	Storage_GiB          *Range   `protobuf:"bytes,9,opt,name=storage_GiB,proto3" json:"storage_GiB" yaml:"storage_GiB"`
	Description          string   `protobuf:"bytes,10,opt,name=description,proto3" json:"description" yaml:"description"`
	CostPerHour          *Range   `protobuf:"bytes,11,opt,name=cost_per_hour,proto3" json:"cost_per_hour" yaml:"cost_per_hour"`
	NumStorage           *Range   `protobuf:"bytes,12,opt,name=num_storage,proto3" json:"num_storage" yaml:"num_storage"`
	MaxNumStorage        *Range   `protobuf:"bytes,13,opt,name=max_num_storage,proto3" json:"max_num_storage" yaml:"max_num_storage"`
	MaxTotalStorage_TiB  *Range   `protobuf:"bytes,14,opt,name=max_total_storage_TiB,proto3" json:"max_total_storage_TiB" yaml:"max_total_storage_TiB"`
	NetBw_Gbps           *Range   `protobuf:"bytes,15,opt,name=net_bw_Gbps,proto3" json:"net_bw_Gbps" yaml:"net_bw_Gbps"`
	EbsBw_Mbps           *Range   `protobuf:"bytes,16,opt,name=ebs_bw_Mbps,proto3" json:"ebs_bw_Mbps" yaml:"ebs_bw_Mbps"`
	GpuModel             string   `protobuf:"bytes,17,opt,name=gpu_model,proto3" json:"gpu_model" yaml:"gpu_model"`
	NumGpu               *Range   `protobuf:"bytes,18,opt,name=num_gpu,proto3" json:"num_gpu" yaml:"num_gpu"`
	Gpumem_GiB           *Range   `protobuf:"bytes,19,opt,name=gpumem_GiB,proto3" json:"gpumem_GiB" yaml:"gpumem_GiB"`
	GpuP2P               string   `protobuf:"bytes,20,opt,name=gpu_p2p,proto3" json:"gpu_p2p" yaml:"gpu_p2p"`
	EvaluationStatus     string   `protobuf:"bytes,21,opt,name=evaluation_status,json=evaluationStatus,proto3" json:"evaluationStatus" yaml:"evaluationStatus"`
	EvaluationScore_01   *Range   `protobuf:"bytes,31,opt,name=evaluationScore_01,proto3" json:"evaluationScore_01" yaml:"evaluationScore_01"`
	EvaluationScore_02   *Range   `protobuf:"bytes,32,opt,name=evaluationScore_02,proto3" json:"evaluationScore_02" yaml:"evaluationScore_02"`
	EvaluationScore_03   *Range   `protobuf:"bytes,33,opt,name=evaluationScore_03,proto3" json:"evaluationScore_03" yaml:"evaluationScore_03"`
	EvaluationScore_04   *Range   `protobuf:"bytes,34,opt,name=evaluationScore_04,proto3" json:"evaluationScore_04" yaml:"evaluationScore_04"`
	EvaluationScore_05   *Range   `protobuf:"bytes,35,opt,name=evaluationScore_05,proto3" json:"evaluationScore_05" yaml:"evaluationScore_05"`
	EvaluationScore_06   *Range   `protobuf:"bytes,36,opt,name=evaluationScore_06,proto3" json:"evaluationScore_06" yaml:"evaluationScore_06"`
	EvaluationScore_07   *Range   `protobuf:"bytes,37,opt,name=evaluationScore_07,proto3" json:"evaluationScore_07" yaml:"evaluationScore_07"`
	EvaluationScore_08   *Range   `protobuf:"bytes,38,opt,name=evaluationScore_08,proto3" json:"evaluationScore_08" yaml:"evaluationScore_08"`
	EvaluationScore_09   *Range   `protobuf:"bytes,39,opt,name=evaluationScore_09,proto3" json:"evaluationScore_09" yaml:"evaluationScore_09"`
	EvaluationScore_10   *Range   `protobuf:"bytes,40,opt,name=evaluationScore_10,proto3" json:"evaluationScore_10" yaml:"evaluationScore_10"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpecRangeFilter) Descriptor

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

func (*SpecRangeFilter) GetConnectionName

func (m *SpecRangeFilter) GetConnectionName() string

func (*SpecRangeFilter) GetCostPerHour

func (m *SpecRangeFilter) GetCostPerHour() *Range

func (*SpecRangeFilter) GetCspSpecName

func (m *SpecRangeFilter) GetCspSpecName() string

func (*SpecRangeFilter) GetDescription

func (m *SpecRangeFilter) GetDescription() string

func (*SpecRangeFilter) GetEbsBw_Mbps

func (m *SpecRangeFilter) GetEbsBw_Mbps() *Range

func (*SpecRangeFilter) GetEvaluationScore_01

func (m *SpecRangeFilter) GetEvaluationScore_01() *Range

func (*SpecRangeFilter) GetEvaluationScore_02

func (m *SpecRangeFilter) GetEvaluationScore_02() *Range

func (*SpecRangeFilter) GetEvaluationScore_03

func (m *SpecRangeFilter) GetEvaluationScore_03() *Range

func (*SpecRangeFilter) GetEvaluationScore_04

func (m *SpecRangeFilter) GetEvaluationScore_04() *Range

func (*SpecRangeFilter) GetEvaluationScore_05

func (m *SpecRangeFilter) GetEvaluationScore_05() *Range

func (*SpecRangeFilter) GetEvaluationScore_06

func (m *SpecRangeFilter) GetEvaluationScore_06() *Range

func (*SpecRangeFilter) GetEvaluationScore_07

func (m *SpecRangeFilter) GetEvaluationScore_07() *Range

func (*SpecRangeFilter) GetEvaluationScore_08

func (m *SpecRangeFilter) GetEvaluationScore_08() *Range

func (*SpecRangeFilter) GetEvaluationScore_09

func (m *SpecRangeFilter) GetEvaluationScore_09() *Range

func (*SpecRangeFilter) GetEvaluationScore_10

func (m *SpecRangeFilter) GetEvaluationScore_10() *Range

func (*SpecRangeFilter) GetEvaluationStatus

func (m *SpecRangeFilter) GetEvaluationStatus() string

func (*SpecRangeFilter) GetGpuModel

func (m *SpecRangeFilter) GetGpuModel() string

func (*SpecRangeFilter) GetGpuP2P

func (m *SpecRangeFilter) GetGpuP2P() string

func (*SpecRangeFilter) GetGpumem_GiB

func (m *SpecRangeFilter) GetGpumem_GiB() *Range

func (*SpecRangeFilter) GetId

func (m *SpecRangeFilter) GetId() string

func (*SpecRangeFilter) GetMaxNumStorage

func (m *SpecRangeFilter) GetMaxNumStorage() *Range

func (*SpecRangeFilter) GetMaxTotalStorage_TiB

func (m *SpecRangeFilter) GetMaxTotalStorage_TiB() *Range

func (*SpecRangeFilter) GetMem_GiB

func (m *SpecRangeFilter) GetMem_GiB() *Range

func (*SpecRangeFilter) GetName

func (m *SpecRangeFilter) GetName() string

func (*SpecRangeFilter) GetNetBw_Gbps

func (m *SpecRangeFilter) GetNetBw_Gbps() *Range

func (*SpecRangeFilter) GetNumCore

func (m *SpecRangeFilter) GetNumCore() *Range

func (*SpecRangeFilter) GetNumGpu

func (m *SpecRangeFilter) GetNumGpu() *Range

func (*SpecRangeFilter) GetNumStorage

func (m *SpecRangeFilter) GetNumStorage() *Range

func (*SpecRangeFilter) GetNumVCPU

func (m *SpecRangeFilter) GetNumVCPU() *Range

func (*SpecRangeFilter) GetOsType

func (m *SpecRangeFilter) GetOsType() string

func (*SpecRangeFilter) GetStorage_GiB

func (m *SpecRangeFilter) GetStorage_GiB() *Range

func (*SpecRangeFilter) Marshal

func (m *SpecRangeFilter) Marshal() (dAtA []byte, err error)

func (*SpecRangeFilter) MarshalTo

func (m *SpecRangeFilter) MarshalTo(dAtA []byte) (int, error)

func (*SpecRangeFilter) MarshalToSizedBuffer

func (m *SpecRangeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpecRangeFilter) ProtoMessage

func (*SpecRangeFilter) ProtoMessage()

func (*SpecRangeFilter) Reset

func (m *SpecRangeFilter) Reset()

func (*SpecRangeFilter) Size

func (m *SpecRangeFilter) Size() (n int)

func (*SpecRangeFilter) String

func (m *SpecRangeFilter) String() string

func (*SpecRangeFilter) Unmarshal

func (m *SpecRangeFilter) Unmarshal(dAtA []byte) error

func (*SpecRangeFilter) XXX_DiscardUnknown

func (m *SpecRangeFilter) XXX_DiscardUnknown()

func (*SpecRangeFilter) XXX_Marshal

func (m *SpecRangeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpecRangeFilter) XXX_Merge

func (m *SpecRangeFilter) XXX_Merge(src proto.Message)

func (*SpecRangeFilter) XXX_Size

func (m *SpecRangeFilter) XXX_Size() int

func (*SpecRangeFilter) XXX_Unmarshal

func (m *SpecRangeFilter) XXX_Unmarshal(b []byte) error

type SpiderGpuInfo

type SpiderGpuInfo struct {
	Count                string   `protobuf:"bytes,1,opt,name=count,json=Count,proto3" json:"Count" yaml:"Count"`
	Mfr                  string   `protobuf:"bytes,2,opt,name=mfr,json=Mfr,proto3" json:"Mfr" yaml:"Mfr"`
	Model                string   `protobuf:"bytes,3,opt,name=model,json=Model,proto3" json:"Model" yaml:"Model"`
	Mem                  string   `protobuf:"bytes,4,opt,name=mem,json=Mem,proto3" json:"Mem" yaml:"Mem"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpiderGpuInfo) Descriptor

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

func (*SpiderGpuInfo) GetCount

func (m *SpiderGpuInfo) GetCount() string

func (*SpiderGpuInfo) GetMem

func (m *SpiderGpuInfo) GetMem() string

func (*SpiderGpuInfo) GetMfr

func (m *SpiderGpuInfo) GetMfr() string

func (*SpiderGpuInfo) GetModel

func (m *SpiderGpuInfo) GetModel() string

func (*SpiderGpuInfo) Marshal

func (m *SpiderGpuInfo) Marshal() (dAtA []byte, err error)

func (*SpiderGpuInfo) MarshalTo

func (m *SpiderGpuInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderGpuInfo) MarshalToSizedBuffer

func (m *SpiderGpuInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderGpuInfo) ProtoMessage

func (*SpiderGpuInfo) ProtoMessage()

func (*SpiderGpuInfo) Reset

func (m *SpiderGpuInfo) Reset()

func (*SpiderGpuInfo) Size

func (m *SpiderGpuInfo) Size() (n int)

func (*SpiderGpuInfo) String

func (m *SpiderGpuInfo) String() string

func (*SpiderGpuInfo) Unmarshal

func (m *SpiderGpuInfo) Unmarshal(dAtA []byte) error

func (*SpiderGpuInfo) XXX_DiscardUnknown

func (m *SpiderGpuInfo) XXX_DiscardUnknown()

func (*SpiderGpuInfo) XXX_Marshal

func (m *SpiderGpuInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderGpuInfo) XXX_Merge

func (m *SpiderGpuInfo) XXX_Merge(src proto.Message)

func (*SpiderGpuInfo) XXX_Size

func (m *SpiderGpuInfo) XXX_Size() int

func (*SpiderGpuInfo) XXX_Unmarshal

func (m *SpiderGpuInfo) XXX_Unmarshal(b []byte) error

type SpiderImageInfo

type SpiderImageInfo struct {
	Iid                  *IID        `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	GuestOs              string      `protobuf:"bytes,2,opt,name=guest_os,json=GuestOS,proto3" json:"GuestOS" yaml:"GuestOS"`
	Status               string      `protobuf:"bytes,3,opt,name=status,json=Status,proto3" json:"Status" yaml:"Status"`
	KeyValueList         []*KeyValue `protobuf:"bytes,4,rep,name=key_value_list,json=KeyValueList,proto3" json:"KeyValueList" yaml:"KeyValueList"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SpiderImageInfo) Descriptor

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

func (*SpiderImageInfo) GetGuestOs

func (m *SpiderImageInfo) GetGuestOs() string

func (*SpiderImageInfo) GetIid

func (m *SpiderImageInfo) GetIid() *IID

func (*SpiderImageInfo) GetKeyValueList

func (m *SpiderImageInfo) GetKeyValueList() []*KeyValue

func (*SpiderImageInfo) GetStatus

func (m *SpiderImageInfo) GetStatus() string

func (*SpiderImageInfo) Marshal

func (m *SpiderImageInfo) Marshal() (dAtA []byte, err error)

func (*SpiderImageInfo) MarshalTo

func (m *SpiderImageInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderImageInfo) MarshalToSizedBuffer

func (m *SpiderImageInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderImageInfo) ProtoMessage

func (*SpiderImageInfo) ProtoMessage()

func (*SpiderImageInfo) Reset

func (m *SpiderImageInfo) Reset()

func (*SpiderImageInfo) Size

func (m *SpiderImageInfo) Size() (n int)

func (*SpiderImageInfo) String

func (m *SpiderImageInfo) String() string

func (*SpiderImageInfo) Unmarshal

func (m *SpiderImageInfo) Unmarshal(dAtA []byte) error

func (*SpiderImageInfo) XXX_DiscardUnknown

func (m *SpiderImageInfo) XXX_DiscardUnknown()

func (*SpiderImageInfo) XXX_Marshal

func (m *SpiderImageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderImageInfo) XXX_Merge

func (m *SpiderImageInfo) XXX_Merge(src proto.Message)

func (*SpiderImageInfo) XXX_Size

func (m *SpiderImageInfo) XXX_Size() int

func (*SpiderImageInfo) XXX_Unmarshal

func (m *SpiderImageInfo) XXX_Unmarshal(b []byte) error

type SpiderImageInfoResponse

type SpiderImageInfoResponse struct {
	Item                 *SpiderImageInfo `protobuf:"bytes,1,opt,name=item,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SpiderImageInfoResponse) Descriptor

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

func (*SpiderImageInfoResponse) GetItem

func (*SpiderImageInfoResponse) Marshal

func (m *SpiderImageInfoResponse) Marshal() (dAtA []byte, err error)

func (*SpiderImageInfoResponse) MarshalTo

func (m *SpiderImageInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*SpiderImageInfoResponse) MarshalToSizedBuffer

func (m *SpiderImageInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderImageInfoResponse) ProtoMessage

func (*SpiderImageInfoResponse) ProtoMessage()

func (*SpiderImageInfoResponse) Reset

func (m *SpiderImageInfoResponse) Reset()

func (*SpiderImageInfoResponse) Size

func (m *SpiderImageInfoResponse) Size() (n int)

func (*SpiderImageInfoResponse) String

func (m *SpiderImageInfoResponse) String() string

func (*SpiderImageInfoResponse) Unmarshal

func (m *SpiderImageInfoResponse) Unmarshal(dAtA []byte) error

func (*SpiderImageInfoResponse) XXX_DiscardUnknown

func (m *SpiderImageInfoResponse) XXX_DiscardUnknown()

func (*SpiderImageInfoResponse) XXX_Marshal

func (m *SpiderImageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderImageInfoResponse) XXX_Merge

func (m *SpiderImageInfoResponse) XXX_Merge(src proto.Message)

func (*SpiderImageInfoResponse) XXX_Size

func (m *SpiderImageInfoResponse) XXX_Size() int

func (*SpiderImageInfoResponse) XXX_Unmarshal

func (m *SpiderImageInfoResponse) XXX_Unmarshal(b []byte) error

type SpiderSecurityRuleInfo

type SpiderSecurityRuleInfo struct {
	FromPort             string   `protobuf:"bytes,1,opt,name=from_port,json=FromPort,proto3" json:"FromPort" yaml:"FromPort"`
	ToPort               string   `protobuf:"bytes,2,opt,name=to_port,json=ToPort,proto3" json:"ToPort" yaml:"ToPort"`
	IpProtocol           string   `protobuf:"bytes,3,opt,name=ip_protocol,json=IPProtocol,proto3" json:"IPProtocol" yaml:"IPProtocol"`
	Direction            string   `protobuf:"bytes,4,opt,name=direction,json=Direction,proto3" json:"Direction" yaml:"Direction"`
	Cidr                 string   `protobuf:"bytes,5,opt,name=cidr,json=CIDR,proto3" json:"CIDR" yaml:"CIDR"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpiderSecurityRuleInfo) Descriptor

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

func (*SpiderSecurityRuleInfo) GetCidr

func (m *SpiderSecurityRuleInfo) GetCidr() string

func (*SpiderSecurityRuleInfo) GetDirection

func (m *SpiderSecurityRuleInfo) GetDirection() string

func (*SpiderSecurityRuleInfo) GetFromPort

func (m *SpiderSecurityRuleInfo) GetFromPort() string

func (*SpiderSecurityRuleInfo) GetIpProtocol

func (m *SpiderSecurityRuleInfo) GetIpProtocol() string

func (*SpiderSecurityRuleInfo) GetToPort

func (m *SpiderSecurityRuleInfo) GetToPort() string

func (*SpiderSecurityRuleInfo) Marshal

func (m *SpiderSecurityRuleInfo) Marshal() (dAtA []byte, err error)

func (*SpiderSecurityRuleInfo) MarshalTo

func (m *SpiderSecurityRuleInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderSecurityRuleInfo) MarshalToSizedBuffer

func (m *SpiderSecurityRuleInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderSecurityRuleInfo) ProtoMessage

func (*SpiderSecurityRuleInfo) ProtoMessage()

func (*SpiderSecurityRuleInfo) Reset

func (m *SpiderSecurityRuleInfo) Reset()

func (*SpiderSecurityRuleInfo) Size

func (m *SpiderSecurityRuleInfo) Size() (n int)

func (*SpiderSecurityRuleInfo) String

func (m *SpiderSecurityRuleInfo) String() string

func (*SpiderSecurityRuleInfo) Unmarshal

func (m *SpiderSecurityRuleInfo) Unmarshal(dAtA []byte) error

func (*SpiderSecurityRuleInfo) XXX_DiscardUnknown

func (m *SpiderSecurityRuleInfo) XXX_DiscardUnknown()

func (*SpiderSecurityRuleInfo) XXX_Marshal

func (m *SpiderSecurityRuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderSecurityRuleInfo) XXX_Merge

func (m *SpiderSecurityRuleInfo) XXX_Merge(src proto.Message)

func (*SpiderSecurityRuleInfo) XXX_Size

func (m *SpiderSecurityRuleInfo) XXX_Size() int

func (*SpiderSecurityRuleInfo) XXX_Unmarshal

func (m *SpiderSecurityRuleInfo) XXX_Unmarshal(b []byte) error

type SpiderSpecInfo

type SpiderSpecInfo struct {
	Region               string           `protobuf:"bytes,1,opt,name=region,json=Region,proto3" json:"Region" yaml:"Region"`
	Name                 string           `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	VCpu                 *SpiderVCpuInfo  `protobuf:"bytes,3,opt,name=v_cpu,json=VCpu,proto3" json:"VCpu" yaml:"VCpu"`
	Mem                  string           `protobuf:"bytes,4,opt,name=mem,json=Mem,proto3" json:"Mem" yaml:"Mem"`
	Gpu                  []*SpiderGpuInfo `protobuf:"bytes,5,rep,name=gpu,json=Gpu,proto3" json:"Gpu" yaml:"Gpu"`
	KeyValueList         []*KeyValue      `protobuf:"bytes,6,rep,name=key_value_list,json=KeyValueList,proto3" json:"KeyValueList" yaml:"KeyValueList"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SpiderSpecInfo) Descriptor

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

func (*SpiderSpecInfo) GetGpu

func (m *SpiderSpecInfo) GetGpu() []*SpiderGpuInfo

func (*SpiderSpecInfo) GetKeyValueList

func (m *SpiderSpecInfo) GetKeyValueList() []*KeyValue

func (*SpiderSpecInfo) GetMem

func (m *SpiderSpecInfo) GetMem() string

func (*SpiderSpecInfo) GetName

func (m *SpiderSpecInfo) GetName() string

func (*SpiderSpecInfo) GetRegion

func (m *SpiderSpecInfo) GetRegion() string

func (*SpiderSpecInfo) GetVCpu

func (m *SpiderSpecInfo) GetVCpu() *SpiderVCpuInfo

func (*SpiderSpecInfo) Marshal

func (m *SpiderSpecInfo) Marshal() (dAtA []byte, err error)

func (*SpiderSpecInfo) MarshalTo

func (m *SpiderSpecInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderSpecInfo) MarshalToSizedBuffer

func (m *SpiderSpecInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderSpecInfo) ProtoMessage

func (*SpiderSpecInfo) ProtoMessage()

func (*SpiderSpecInfo) Reset

func (m *SpiderSpecInfo) Reset()

func (*SpiderSpecInfo) Size

func (m *SpiderSpecInfo) Size() (n int)

func (*SpiderSpecInfo) String

func (m *SpiderSpecInfo) String() string

func (*SpiderSpecInfo) Unmarshal

func (m *SpiderSpecInfo) Unmarshal(dAtA []byte) error

func (*SpiderSpecInfo) XXX_DiscardUnknown

func (m *SpiderSpecInfo) XXX_DiscardUnknown()

func (*SpiderSpecInfo) XXX_Marshal

func (m *SpiderSpecInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderSpecInfo) XXX_Merge

func (m *SpiderSpecInfo) XXX_Merge(src proto.Message)

func (*SpiderSpecInfo) XXX_Size

func (m *SpiderSpecInfo) XXX_Size() int

func (*SpiderSpecInfo) XXX_Unmarshal

func (m *SpiderSpecInfo) XXX_Unmarshal(b []byte) error

type SpiderSpecInfoResponse

type SpiderSpecInfoResponse struct {
	Item                 *SpiderSpecInfo `protobuf:"bytes,1,opt,name=item,json=vmspec,proto3" json:"vmspec" yaml:"vmspec"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SpiderSpecInfoResponse) Descriptor

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

func (*SpiderSpecInfoResponse) GetItem

func (m *SpiderSpecInfoResponse) GetItem() *SpiderSpecInfo

func (*SpiderSpecInfoResponse) Marshal

func (m *SpiderSpecInfoResponse) Marshal() (dAtA []byte, err error)

func (*SpiderSpecInfoResponse) MarshalTo

func (m *SpiderSpecInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*SpiderSpecInfoResponse) MarshalToSizedBuffer

func (m *SpiderSpecInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderSpecInfoResponse) ProtoMessage

func (*SpiderSpecInfoResponse) ProtoMessage()

func (*SpiderSpecInfoResponse) Reset

func (m *SpiderSpecInfoResponse) Reset()

func (*SpiderSpecInfoResponse) Size

func (m *SpiderSpecInfoResponse) Size() (n int)

func (*SpiderSpecInfoResponse) String

func (m *SpiderSpecInfoResponse) String() string

func (*SpiderSpecInfoResponse) Unmarshal

func (m *SpiderSpecInfoResponse) Unmarshal(dAtA []byte) error

func (*SpiderSpecInfoResponse) XXX_DiscardUnknown

func (m *SpiderSpecInfoResponse) XXX_DiscardUnknown()

func (*SpiderSpecInfoResponse) XXX_Marshal

func (m *SpiderSpecInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderSpecInfoResponse) XXX_Merge

func (m *SpiderSpecInfoResponse) XXX_Merge(src proto.Message)

func (*SpiderSpecInfoResponse) XXX_Size

func (m *SpiderSpecInfoResponse) XXX_Size() int

func (*SpiderSpecInfoResponse) XXX_Unmarshal

func (m *SpiderSpecInfoResponse) XXX_Unmarshal(b []byte) error

type SpiderSubnetInfo

type SpiderSubnetInfo struct {
	Iid                  *IID        `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	Ipv4Cidr             string      `protobuf:"bytes,2,opt,name=ipv4_cidr,json=IPv4_CIDR,proto3" json:"IPv4_CIDR" yaml:"IPv4_CIDR"`
	KeyValueList         []*KeyValue `protobuf:"bytes,3,rep,name=key_value_list,json=KeyValueList,proto3" json:"KeyValueList" yaml:"KeyValueList"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SpiderSubnetInfo) Descriptor

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

func (*SpiderSubnetInfo) GetIid

func (m *SpiderSubnetInfo) GetIid() *IID

func (*SpiderSubnetInfo) GetIpv4Cidr

func (m *SpiderSubnetInfo) GetIpv4Cidr() string

func (*SpiderSubnetInfo) GetKeyValueList

func (m *SpiderSubnetInfo) GetKeyValueList() []*KeyValue

func (*SpiderSubnetInfo) Marshal

func (m *SpiderSubnetInfo) Marshal() (dAtA []byte, err error)

func (*SpiderSubnetInfo) MarshalTo

func (m *SpiderSubnetInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderSubnetInfo) MarshalToSizedBuffer

func (m *SpiderSubnetInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderSubnetInfo) ProtoMessage

func (*SpiderSubnetInfo) ProtoMessage()

func (*SpiderSubnetInfo) Reset

func (m *SpiderSubnetInfo) Reset()

func (*SpiderSubnetInfo) Size

func (m *SpiderSubnetInfo) Size() (n int)

func (*SpiderSubnetInfo) String

func (m *SpiderSubnetInfo) String() string

func (*SpiderSubnetInfo) Unmarshal

func (m *SpiderSubnetInfo) Unmarshal(dAtA []byte) error

func (*SpiderSubnetInfo) XXX_DiscardUnknown

func (m *SpiderSubnetInfo) XXX_DiscardUnknown()

func (*SpiderSubnetInfo) XXX_Marshal

func (m *SpiderSubnetInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderSubnetInfo) XXX_Merge

func (m *SpiderSubnetInfo) XXX_Merge(src proto.Message)

func (*SpiderSubnetInfo) XXX_Size

func (m *SpiderSubnetInfo) XXX_Size() int

func (*SpiderSubnetInfo) XXX_Unmarshal

func (m *SpiderSubnetInfo) XXX_Unmarshal(b []byte) error

type SpiderSubnetReqInfo

type SpiderSubnetReqInfo struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	Ipv4Cidr             string      `protobuf:"bytes,2,opt,name=ipv4_cidr,json=IPv4_CIDR,proto3" json:"IPv4_CIDR" yaml:"IPv4_CIDR"`
	KeyValueList         []*KeyValue `protobuf:"bytes,3,rep,name=key_value_list,json=KeyValueList,proto3" json:"KeyValueList" yaml:"KeyValueList"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SpiderSubnetReqInfo) Descriptor

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

func (*SpiderSubnetReqInfo) GetIpv4Cidr

func (m *SpiderSubnetReqInfo) GetIpv4Cidr() string

func (*SpiderSubnetReqInfo) GetKeyValueList

func (m *SpiderSubnetReqInfo) GetKeyValueList() []*KeyValue

func (*SpiderSubnetReqInfo) GetName

func (m *SpiderSubnetReqInfo) GetName() string

func (*SpiderSubnetReqInfo) Marshal

func (m *SpiderSubnetReqInfo) Marshal() (dAtA []byte, err error)

func (*SpiderSubnetReqInfo) MarshalTo

func (m *SpiderSubnetReqInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderSubnetReqInfo) MarshalToSizedBuffer

func (m *SpiderSubnetReqInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderSubnetReqInfo) ProtoMessage

func (*SpiderSubnetReqInfo) ProtoMessage()

func (*SpiderSubnetReqInfo) Reset

func (m *SpiderSubnetReqInfo) Reset()

func (*SpiderSubnetReqInfo) Size

func (m *SpiderSubnetReqInfo) Size() (n int)

func (*SpiderSubnetReqInfo) String

func (m *SpiderSubnetReqInfo) String() string

func (*SpiderSubnetReqInfo) Unmarshal

func (m *SpiderSubnetReqInfo) Unmarshal(dAtA []byte) error

func (*SpiderSubnetReqInfo) XXX_DiscardUnknown

func (m *SpiderSubnetReqInfo) XXX_DiscardUnknown()

func (*SpiderSubnetReqInfo) XXX_Marshal

func (m *SpiderSubnetReqInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderSubnetReqInfo) XXX_Merge

func (m *SpiderSubnetReqInfo) XXX_Merge(src proto.Message)

func (*SpiderSubnetReqInfo) XXX_Size

func (m *SpiderSubnetReqInfo) XXX_Size() int

func (*SpiderSubnetReqInfo) XXX_Unmarshal

func (m *SpiderSubnetReqInfo) XXX_Unmarshal(b []byte) error

type SpiderVCpuInfo

type SpiderVCpuInfo struct {
	Count                string   `protobuf:"bytes,1,opt,name=count,json=Count,proto3" json:"Count" yaml:"Count"`
	Clock                string   `protobuf:"bytes,2,opt,name=clock,json=Clock,proto3" json:"Clock" yaml:"Clock"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpiderVCpuInfo) Descriptor

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

func (*SpiderVCpuInfo) GetClock

func (m *SpiderVCpuInfo) GetClock() string

func (*SpiderVCpuInfo) GetCount

func (m *SpiderVCpuInfo) GetCount() string

func (*SpiderVCpuInfo) Marshal

func (m *SpiderVCpuInfo) Marshal() (dAtA []byte, err error)

func (*SpiderVCpuInfo) MarshalTo

func (m *SpiderVCpuInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderVCpuInfo) MarshalToSizedBuffer

func (m *SpiderVCpuInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderVCpuInfo) ProtoMessage

func (*SpiderVCpuInfo) ProtoMessage()

func (*SpiderVCpuInfo) Reset

func (m *SpiderVCpuInfo) Reset()

func (*SpiderVCpuInfo) Size

func (m *SpiderVCpuInfo) Size() (n int)

func (*SpiderVCpuInfo) String

func (m *SpiderVCpuInfo) String() string

func (*SpiderVCpuInfo) Unmarshal

func (m *SpiderVCpuInfo) Unmarshal(dAtA []byte) error

func (*SpiderVCpuInfo) XXX_DiscardUnknown

func (m *SpiderVCpuInfo) XXX_DiscardUnknown()

func (*SpiderVCpuInfo) XXX_Marshal

func (m *SpiderVCpuInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderVCpuInfo) XXX_Merge

func (m *SpiderVCpuInfo) XXX_Merge(src proto.Message)

func (*SpiderVCpuInfo) XXX_Size

func (m *SpiderVCpuInfo) XXX_Size() int

func (*SpiderVCpuInfo) XXX_Unmarshal

func (m *SpiderVCpuInfo) XXX_Unmarshal(b []byte) error

type SpiderVMInfo

type SpiderVMInfo struct {
	// Fields for request
	Name               string   `protobuf:"bytes,1,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	ImageName          string   `protobuf:"bytes,2,opt,name=image_name,json=ImageName,proto3" json:"ImageName" yaml:"ImageName"`
	VpcName            string   `protobuf:"bytes,3,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	SubnetName         string   `protobuf:"bytes,4,opt,name=subnet_name,json=SubnetName,proto3" json:"SubnetName" yaml:"SubnetName"`
	SecurityGroupNames []string `` /* 131-byte string literal not displayed */
	KeyPairName        string   `protobuf:"bytes,6,opt,name=key_pair_name,json=KeyPairName,proto3" json:"KeyPairName" yaml:"KeyPairName"`
	// Fields for both request and response
	VmSpecName   string `protobuf:"bytes,7,opt,name=vm_spec_name,json=VMSpecName,proto3" json:"VMSpecName" yaml:"VMSpecName"`
	VmUserId     string `protobuf:"bytes,8,opt,name=vm_user_id,json=VMUserId,proto3" json:"VMUserId" yaml:"VMUserId"`
	VmUserPasswd string `protobuf:"bytes,9,opt,name=vm_user_passwd,json=VMUserPasswd,proto3" json:"VMUserPasswd" yaml:"VMUserPasswd"`
	// Fields for response
	Iid                  *IID        `protobuf:"bytes,10,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	ImageIid             *IID        `protobuf:"bytes,11,opt,name=image_iid,json=ImageIId,proto3" json:"ImageIId" yaml:"ImageIId"`
	VpcIid               *IID        `protobuf:"bytes,12,opt,name=vpc_iid,json=VpcIID,proto3" json:"VpcIID" yaml:"VpcIID"`
	SubnetIid            *IID        `protobuf:"bytes,13,opt,name=subnet_iid,json=SubnetIID,proto3" json:"SubnetIID" yaml:"SubnetIID"`
	SecurityGroupIids    []*IID      `` /* 128-byte string literal not displayed */
	KeyPairIid           *IID        `protobuf:"bytes,15,opt,name=key_pair_iid,json=KeyPairIId,proto3" json:"KeyPairIId" yaml:"KeyPairIId"`
	StartTime            string      `protobuf:"bytes,16,opt,name=start_time,json=StartTime,proto3" json:"StartTime" yaml:"StartTime"`
	Region               *RegionInfo `protobuf:"bytes,17,opt,name=region,json=Region,proto3" json:"Region" yaml:"Region"`
	NetworkInterface     string      `protobuf:"bytes,18,opt,name=network_interface,json=NetworkInterface,proto3" json:"NetworkInterface" yaml:"NetworkInterface"`
	PublicIp             string      `protobuf:"bytes,19,opt,name=public_ip,json=PublicIP,proto3" json:"PublicIP" yaml:"PublicIP"`
	PublicDns            string      `protobuf:"bytes,20,opt,name=public_dns,json=PublicDNS,proto3" json:"PublicDNS" yaml:"PublicDNS"`
	PrivateIp            string      `protobuf:"bytes,21,opt,name=private_ip,json=PrivateIP,proto3" json:"PrivateIP" yaml:"PrivateIP"`
	PrivateDns           string      `protobuf:"bytes,22,opt,name=private_dns,json=PrivateDNS,proto3" json:"PrivateDNS" yaml:"PrivateDNS"`
	VmBootDisk           string      `protobuf:"bytes,23,opt,name=vm_boot_disk,json=VMBootDisk,proto3" json:"VMBootDisk" yaml:"VMBootDisk"`
	VmBlockDisk          string      `protobuf:"bytes,24,opt,name=vm_block_disk,json=VMBlockDisk,proto3" json:"VMBlockDisk" yaml:"VMBlockDisk"`
	SshAccessPoint       string      `protobuf:"bytes,25,opt,name=ssh_access_point,json=SSHAccessPoint,proto3" json:"SSHAccessPoint" yaml:"SSHAccessPoint"`
	KeyValueList         []*KeyValue `protobuf:"bytes,26,rep,name=key_value_list,json=KeyValueList,proto3" json:"KeyValueList" yaml:"KeyValueList"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SpiderVMInfo) Descriptor

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

func (*SpiderVMInfo) GetIid

func (m *SpiderVMInfo) GetIid() *IID

func (*SpiderVMInfo) GetImageIid

func (m *SpiderVMInfo) GetImageIid() *IID

func (*SpiderVMInfo) GetImageName

func (m *SpiderVMInfo) GetImageName() string

func (*SpiderVMInfo) GetKeyPairIid

func (m *SpiderVMInfo) GetKeyPairIid() *IID

func (*SpiderVMInfo) GetKeyPairName

func (m *SpiderVMInfo) GetKeyPairName() string

func (*SpiderVMInfo) GetKeyValueList

func (m *SpiderVMInfo) GetKeyValueList() []*KeyValue

func (*SpiderVMInfo) GetName

func (m *SpiderVMInfo) GetName() string

func (*SpiderVMInfo) GetNetworkInterface

func (m *SpiderVMInfo) GetNetworkInterface() string

func (*SpiderVMInfo) GetPrivateDns

func (m *SpiderVMInfo) GetPrivateDns() string

func (*SpiderVMInfo) GetPrivateIp

func (m *SpiderVMInfo) GetPrivateIp() string

func (*SpiderVMInfo) GetPublicDns

func (m *SpiderVMInfo) GetPublicDns() string

func (*SpiderVMInfo) GetPublicIp

func (m *SpiderVMInfo) GetPublicIp() string

func (*SpiderVMInfo) GetRegion

func (m *SpiderVMInfo) GetRegion() *RegionInfo

func (*SpiderVMInfo) GetSecurityGroupIids

func (m *SpiderVMInfo) GetSecurityGroupIids() []*IID

func (*SpiderVMInfo) GetSecurityGroupNames

func (m *SpiderVMInfo) GetSecurityGroupNames() []string

func (*SpiderVMInfo) GetSshAccessPoint

func (m *SpiderVMInfo) GetSshAccessPoint() string

func (*SpiderVMInfo) GetStartTime

func (m *SpiderVMInfo) GetStartTime() string

func (*SpiderVMInfo) GetSubnetIid

func (m *SpiderVMInfo) GetSubnetIid() *IID

func (*SpiderVMInfo) GetSubnetName

func (m *SpiderVMInfo) GetSubnetName() string

func (*SpiderVMInfo) GetVmBlockDisk

func (m *SpiderVMInfo) GetVmBlockDisk() string

func (*SpiderVMInfo) GetVmBootDisk

func (m *SpiderVMInfo) GetVmBootDisk() string

func (*SpiderVMInfo) GetVmSpecName

func (m *SpiderVMInfo) GetVmSpecName() string

func (*SpiderVMInfo) GetVmUserId

func (m *SpiderVMInfo) GetVmUserId() string

func (*SpiderVMInfo) GetVmUserPasswd

func (m *SpiderVMInfo) GetVmUserPasswd() string

func (*SpiderVMInfo) GetVpcIid

func (m *SpiderVMInfo) GetVpcIid() *IID

func (*SpiderVMInfo) GetVpcName

func (m *SpiderVMInfo) GetVpcName() string

func (*SpiderVMInfo) Marshal

func (m *SpiderVMInfo) Marshal() (dAtA []byte, err error)

func (*SpiderVMInfo) MarshalTo

func (m *SpiderVMInfo) MarshalTo(dAtA []byte) (int, error)

func (*SpiderVMInfo) MarshalToSizedBuffer

func (m *SpiderVMInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiderVMInfo) ProtoMessage

func (*SpiderVMInfo) ProtoMessage()

func (*SpiderVMInfo) Reset

func (m *SpiderVMInfo) Reset()

func (*SpiderVMInfo) Size

func (m *SpiderVMInfo) Size() (n int)

func (*SpiderVMInfo) String

func (m *SpiderVMInfo) String() string

func (*SpiderVMInfo) Unmarshal

func (m *SpiderVMInfo) Unmarshal(dAtA []byte) error

func (*SpiderVMInfo) XXX_DiscardUnknown

func (m *SpiderVMInfo) XXX_DiscardUnknown()

func (*SpiderVMInfo) XXX_Marshal

func (m *SpiderVMInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiderVMInfo) XXX_Merge

func (m *SpiderVMInfo) XXX_Merge(src proto.Message)

func (*SpiderVMInfo) XXX_Size

func (m *SpiderVMInfo) XXX_Size() int

func (*SpiderVMInfo) XXX_Unmarshal

func (m *SpiderVMInfo) XXX_Unmarshal(b []byte) error

type StatusResponse

type StatusResponse struct {
	Status               string   `protobuf:"bytes,1,opt,name=status,json=Status,proto3" json:"Status" yaml:"Status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatusResponse) Descriptor

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

func (*StatusResponse) GetStatus

func (m *StatusResponse) GetStatus() string

func (*StatusResponse) Marshal

func (m *StatusResponse) Marshal() (dAtA []byte, err error)

func (*StatusResponse) MarshalTo

func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*StatusResponse) MarshalToSizedBuffer

func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) Reset

func (m *StatusResponse) Reset()

func (*StatusResponse) Size

func (m *StatusResponse) Size() (n int)

func (*StatusResponse) String

func (m *StatusResponse) String() string

func (*StatusResponse) Unmarshal

func (m *StatusResponse) Unmarshal(dAtA []byte) error

func (*StatusResponse) XXX_DiscardUnknown

func (m *StatusResponse) XXX_DiscardUnknown()

func (*StatusResponse) XXX_Marshal

func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusResponse) XXX_Merge

func (m *StatusResponse) XXX_Merge(src proto.Message)

func (*StatusResponse) XXX_Size

func (m *StatusResponse) XXX_Size() int

func (*StatusResponse) XXX_Unmarshal

func (m *StatusResponse) XXX_Unmarshal(b []byte) error

type StringResponse

type StringResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,json=Result,proto3" json:"Result" yaml:"Result"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StringResponse) Descriptor

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

func (*StringResponse) GetResult

func (m *StringResponse) GetResult() string

func (*StringResponse) Marshal

func (m *StringResponse) Marshal() (dAtA []byte, err error)

func (*StringResponse) MarshalTo

func (m *StringResponse) MarshalTo(dAtA []byte) (int, error)

func (*StringResponse) MarshalToSizedBuffer

func (m *StringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringResponse) ProtoMessage

func (*StringResponse) ProtoMessage()

func (*StringResponse) Reset

func (m *StringResponse) Reset()

func (*StringResponse) Size

func (m *StringResponse) Size() (n int)

func (*StringResponse) String

func (m *StringResponse) String() string

func (*StringResponse) Unmarshal

func (m *StringResponse) Unmarshal(dAtA []byte) error

func (*StringResponse) XXX_DiscardUnknown

func (m *StringResponse) XXX_DiscardUnknown()

func (*StringResponse) XXX_Marshal

func (m *StringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringResponse) XXX_Merge

func (m *StringResponse) XXX_Merge(src proto.Message)

func (*StringResponse) XXX_Size

func (m *StringResponse) XXX_Size() int

func (*StringResponse) XXX_Unmarshal

func (m *StringResponse) XXX_Unmarshal(b []byte) error

type TbImageCreateRequest

type TbImageCreateRequest struct {
	NsId                 string      `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbImageReq `protobuf:"bytes,2,opt,name=item,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbImageCreateRequest) Descriptor

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

func (*TbImageCreateRequest) GetItem

func (m *TbImageCreateRequest) GetItem() *TbImageReq

func (*TbImageCreateRequest) GetNsId

func (m *TbImageCreateRequest) GetNsId() string

func (*TbImageCreateRequest) Marshal

func (m *TbImageCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbImageCreateRequest) MarshalTo

func (m *TbImageCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbImageCreateRequest) MarshalToSizedBuffer

func (m *TbImageCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbImageCreateRequest) ProtoMessage

func (*TbImageCreateRequest) ProtoMessage()

func (*TbImageCreateRequest) Reset

func (m *TbImageCreateRequest) Reset()

func (*TbImageCreateRequest) Size

func (m *TbImageCreateRequest) Size() (n int)

func (*TbImageCreateRequest) String

func (m *TbImageCreateRequest) String() string

func (*TbImageCreateRequest) Unmarshal

func (m *TbImageCreateRequest) Unmarshal(dAtA []byte) error

func (*TbImageCreateRequest) XXX_DiscardUnknown

func (m *TbImageCreateRequest) XXX_DiscardUnknown()

func (*TbImageCreateRequest) XXX_Marshal

func (m *TbImageCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbImageCreateRequest) XXX_Merge

func (m *TbImageCreateRequest) XXX_Merge(src proto.Message)

func (*TbImageCreateRequest) XXX_Size

func (m *TbImageCreateRequest) XXX_Size() int

func (*TbImageCreateRequest) XXX_Unmarshal

func (m *TbImageCreateRequest) XXX_Unmarshal(b []byte) error

type TbImageInfo

type TbImageInfo struct {
	Namespace            string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Id                   string      `protobuf:"bytes,2,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string      `protobuf:"bytes,4,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspImageId           string      `protobuf:"bytes,5,opt,name=csp_image_id,json=cspImageId,proto3" json:"cspImageId" yaml:"cspImageId"`
	CspImageName         string      `protobuf:"bytes,6,opt,name=csp_image_name,json=cspImageName,proto3" json:"cspImageName" yaml:"cspImageName"`
	Description          string      `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty" yaml:"description"`
	CreationDate         string      `protobuf:"bytes,8,opt,name=creation_date,json=creationDate,proto3" json:"creationDate,omitempty" yaml:"creationDate"`
	GuestOs              string      `protobuf:"bytes,9,opt,name=guest_os,json=guestOS,proto3" json:"guestOS,omitempty" yaml:"guestOS"`
	Status               string      `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty" yaml:"status"`
	KeyValueList         []*KeyValue `protobuf:"bytes,11,rep,name=key_value_list,json=keyValueList,proto3" json:"keyValueList,omitempty" yaml:"keyValueList"`
	AssociatedObjectList []string    `` /* 140-byte string literal not displayed */
	IsAutoGenerated      bool        `protobuf:"varint,13,opt,name=is_auto_generated,json=isAutoGenerated,proto3" json:"isAutoGenerated" yaml:"isAutoGenerated"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbImageInfo) Descriptor

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

func (*TbImageInfo) GetAssociatedObjectList

func (m *TbImageInfo) GetAssociatedObjectList() []string

func (*TbImageInfo) GetConnectionName

func (m *TbImageInfo) GetConnectionName() string

func (*TbImageInfo) GetCreationDate

func (m *TbImageInfo) GetCreationDate() string

func (*TbImageInfo) GetCspImageId

func (m *TbImageInfo) GetCspImageId() string

func (*TbImageInfo) GetCspImageName

func (m *TbImageInfo) GetCspImageName() string

func (*TbImageInfo) GetDescription

func (m *TbImageInfo) GetDescription() string

func (*TbImageInfo) GetGuestOs

func (m *TbImageInfo) GetGuestOs() string

func (*TbImageInfo) GetId

func (m *TbImageInfo) GetId() string

func (*TbImageInfo) GetIsAutoGenerated

func (m *TbImageInfo) GetIsAutoGenerated() bool

func (*TbImageInfo) GetKeyValueList

func (m *TbImageInfo) GetKeyValueList() []*KeyValue

func (*TbImageInfo) GetName

func (m *TbImageInfo) GetName() string

func (*TbImageInfo) GetNamespace

func (m *TbImageInfo) GetNamespace() string

func (*TbImageInfo) GetStatus

func (m *TbImageInfo) GetStatus() string

func (*TbImageInfo) Marshal

func (m *TbImageInfo) Marshal() (dAtA []byte, err error)

func (*TbImageInfo) MarshalTo

func (m *TbImageInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbImageInfo) MarshalToSizedBuffer

func (m *TbImageInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbImageInfo) ProtoMessage

func (*TbImageInfo) ProtoMessage()

func (*TbImageInfo) Reset

func (m *TbImageInfo) Reset()

func (*TbImageInfo) Size

func (m *TbImageInfo) Size() (n int)

func (*TbImageInfo) String

func (m *TbImageInfo) String() string

func (*TbImageInfo) Unmarshal

func (m *TbImageInfo) Unmarshal(dAtA []byte) error

func (*TbImageInfo) XXX_DiscardUnknown

func (m *TbImageInfo) XXX_DiscardUnknown()

func (*TbImageInfo) XXX_Marshal

func (m *TbImageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbImageInfo) XXX_Merge

func (m *TbImageInfo) XXX_Merge(src proto.Message)

func (*TbImageInfo) XXX_Size

func (m *TbImageInfo) XXX_Size() int

func (*TbImageInfo) XXX_Unmarshal

func (m *TbImageInfo) XXX_Unmarshal(b []byte) error

type TbImageInfoRequest

type TbImageInfoRequest struct {
	NsId                 string       `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbImageInfo `protobuf:"bytes,2,opt,name=item,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TbImageInfoRequest) Descriptor

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

func (*TbImageInfoRequest) GetItem

func (m *TbImageInfoRequest) GetItem() *TbImageInfo

func (*TbImageInfoRequest) GetNsId

func (m *TbImageInfoRequest) GetNsId() string

func (*TbImageInfoRequest) Marshal

func (m *TbImageInfoRequest) Marshal() (dAtA []byte, err error)

func (*TbImageInfoRequest) MarshalTo

func (m *TbImageInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbImageInfoRequest) MarshalToSizedBuffer

func (m *TbImageInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbImageInfoRequest) ProtoMessage

func (*TbImageInfoRequest) ProtoMessage()

func (*TbImageInfoRequest) Reset

func (m *TbImageInfoRequest) Reset()

func (*TbImageInfoRequest) Size

func (m *TbImageInfoRequest) Size() (n int)

func (*TbImageInfoRequest) String

func (m *TbImageInfoRequest) String() string

func (*TbImageInfoRequest) Unmarshal

func (m *TbImageInfoRequest) Unmarshal(dAtA []byte) error

func (*TbImageInfoRequest) XXX_DiscardUnknown

func (m *TbImageInfoRequest) XXX_DiscardUnknown()

func (*TbImageInfoRequest) XXX_Marshal

func (m *TbImageInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbImageInfoRequest) XXX_Merge

func (m *TbImageInfoRequest) XXX_Merge(src proto.Message)

func (*TbImageInfoRequest) XXX_Size

func (m *TbImageInfoRequest) XXX_Size() int

func (*TbImageInfoRequest) XXX_Unmarshal

func (m *TbImageInfoRequest) XXX_Unmarshal(b []byte) error

type TbImageInfoResponse

type TbImageInfoResponse struct {
	Item                 *TbImageInfo `protobuf:"bytes,1,opt,name=item,json=image,proto3" json:"image" yaml:"image"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TbImageInfoResponse) Descriptor

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

func (*TbImageInfoResponse) GetItem

func (m *TbImageInfoResponse) GetItem() *TbImageInfo

func (*TbImageInfoResponse) Marshal

func (m *TbImageInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbImageInfoResponse) MarshalTo

func (m *TbImageInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbImageInfoResponse) MarshalToSizedBuffer

func (m *TbImageInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbImageInfoResponse) ProtoMessage

func (*TbImageInfoResponse) ProtoMessage()

func (*TbImageInfoResponse) Reset

func (m *TbImageInfoResponse) Reset()

func (*TbImageInfoResponse) Size

func (m *TbImageInfoResponse) Size() (n int)

func (*TbImageInfoResponse) String

func (m *TbImageInfoResponse) String() string

func (*TbImageInfoResponse) Unmarshal

func (m *TbImageInfoResponse) Unmarshal(dAtA []byte) error

func (*TbImageInfoResponse) XXX_DiscardUnknown

func (m *TbImageInfoResponse) XXX_DiscardUnknown()

func (*TbImageInfoResponse) XXX_Marshal

func (m *TbImageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbImageInfoResponse) XXX_Merge

func (m *TbImageInfoResponse) XXX_Merge(src proto.Message)

func (*TbImageInfoResponse) XXX_Size

func (m *TbImageInfoResponse) XXX_Size() int

func (*TbImageInfoResponse) XXX_Unmarshal

func (m *TbImageInfoResponse) XXX_Unmarshal(b []byte) error

type TbImageReq

type TbImageReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string   `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspImageId           string   `protobuf:"bytes,3,opt,name=csp_image_id,json=cspImageId,proto3" json:"cspImageId" yaml:"cspImageId"`
	Description          string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbImageReq) Descriptor

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

func (*TbImageReq) GetConnectionName

func (m *TbImageReq) GetConnectionName() string

func (*TbImageReq) GetCspImageId

func (m *TbImageReq) GetCspImageId() string

func (*TbImageReq) GetDescription

func (m *TbImageReq) GetDescription() string

func (*TbImageReq) GetName

func (m *TbImageReq) GetName() string

func (*TbImageReq) Marshal

func (m *TbImageReq) Marshal() (dAtA []byte, err error)

func (*TbImageReq) MarshalTo

func (m *TbImageReq) MarshalTo(dAtA []byte) (int, error)

func (*TbImageReq) MarshalToSizedBuffer

func (m *TbImageReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbImageReq) ProtoMessage

func (*TbImageReq) ProtoMessage()

func (*TbImageReq) Reset

func (m *TbImageReq) Reset()

func (*TbImageReq) Size

func (m *TbImageReq) Size() (n int)

func (*TbImageReq) String

func (m *TbImageReq) String() string

func (*TbImageReq) Unmarshal

func (m *TbImageReq) Unmarshal(dAtA []byte) error

func (*TbImageReq) XXX_DiscardUnknown

func (m *TbImageReq) XXX_DiscardUnknown()

func (*TbImageReq) XXX_Marshal

func (m *TbImageReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbImageReq) XXX_Merge

func (m *TbImageReq) XXX_Merge(src proto.Message)

func (*TbImageReq) XXX_Size

func (m *TbImageReq) XXX_Size() int

func (*TbImageReq) XXX_Unmarshal

func (m *TbImageReq) XXX_Unmarshal(b []byte) error

type TbMcisActionRequest

type TbMcisActionRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Action               string   `protobuf:"bytes,3,opt,name=action,proto3" json:"action" yaml:"action"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbMcisActionRequest) Descriptor

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

func (*TbMcisActionRequest) GetAction

func (m *TbMcisActionRequest) GetAction() string

func (*TbMcisActionRequest) GetMcisId

func (m *TbMcisActionRequest) GetMcisId() string

func (*TbMcisActionRequest) GetNsId

func (m *TbMcisActionRequest) GetNsId() string

func (*TbMcisActionRequest) Marshal

func (m *TbMcisActionRequest) Marshal() (dAtA []byte, err error)

func (*TbMcisActionRequest) MarshalTo

func (m *TbMcisActionRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisActionRequest) MarshalToSizedBuffer

func (m *TbMcisActionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisActionRequest) ProtoMessage

func (*TbMcisActionRequest) ProtoMessage()

func (*TbMcisActionRequest) Reset

func (m *TbMcisActionRequest) Reset()

func (*TbMcisActionRequest) Size

func (m *TbMcisActionRequest) Size() (n int)

func (*TbMcisActionRequest) String

func (m *TbMcisActionRequest) String() string

func (*TbMcisActionRequest) Unmarshal

func (m *TbMcisActionRequest) Unmarshal(dAtA []byte) error

func (*TbMcisActionRequest) XXX_DiscardUnknown

func (m *TbMcisActionRequest) XXX_DiscardUnknown()

func (*TbMcisActionRequest) XXX_Marshal

func (m *TbMcisActionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisActionRequest) XXX_Merge

func (m *TbMcisActionRequest) XXX_Merge(src proto.Message)

func (*TbMcisActionRequest) XXX_Size

func (m *TbMcisActionRequest) XXX_Size() int

func (*TbMcisActionRequest) XXX_Unmarshal

func (m *TbMcisActionRequest) XXX_Unmarshal(b []byte) error

type TbMcisAllQryRequest

type TbMcisAllQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbMcisAllQryRequest) Descriptor

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

func (*TbMcisAllQryRequest) GetNsId

func (m *TbMcisAllQryRequest) GetNsId() string

func (*TbMcisAllQryRequest) Marshal

func (m *TbMcisAllQryRequest) Marshal() (dAtA []byte, err error)

func (*TbMcisAllQryRequest) MarshalTo

func (m *TbMcisAllQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisAllQryRequest) MarshalToSizedBuffer

func (m *TbMcisAllQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisAllQryRequest) ProtoMessage

func (*TbMcisAllQryRequest) ProtoMessage()

func (*TbMcisAllQryRequest) Reset

func (m *TbMcisAllQryRequest) Reset()

func (*TbMcisAllQryRequest) Size

func (m *TbMcisAllQryRequest) Size() (n int)

func (*TbMcisAllQryRequest) String

func (m *TbMcisAllQryRequest) String() string

func (*TbMcisAllQryRequest) Unmarshal

func (m *TbMcisAllQryRequest) Unmarshal(dAtA []byte) error

func (*TbMcisAllQryRequest) XXX_DiscardUnknown

func (m *TbMcisAllQryRequest) XXX_DiscardUnknown()

func (*TbMcisAllQryRequest) XXX_Marshal

func (m *TbMcisAllQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisAllQryRequest) XXX_Merge

func (m *TbMcisAllQryRequest) XXX_Merge(src proto.Message)

func (*TbMcisAllQryRequest) XXX_Size

func (m *TbMcisAllQryRequest) XXX_Size() int

func (*TbMcisAllQryRequest) XXX_Unmarshal

func (m *TbMcisAllQryRequest) XXX_Unmarshal(b []byte) error

type TbMcisCreateRequest

type TbMcisCreateRequest struct {
	NsId                 string     `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbMcisReq `protobuf:"bytes,2,opt,name=item,json=mcis,proto3" json:"mcis" yaml:"mcis"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*TbMcisCreateRequest) Descriptor

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

func (*TbMcisCreateRequest) GetItem

func (m *TbMcisCreateRequest) GetItem() *TbMcisReq

func (*TbMcisCreateRequest) GetNsId

func (m *TbMcisCreateRequest) GetNsId() string

func (*TbMcisCreateRequest) Marshal

func (m *TbMcisCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbMcisCreateRequest) MarshalTo

func (m *TbMcisCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisCreateRequest) MarshalToSizedBuffer

func (m *TbMcisCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisCreateRequest) ProtoMessage

func (*TbMcisCreateRequest) ProtoMessage()

func (*TbMcisCreateRequest) Reset

func (m *TbMcisCreateRequest) Reset()

func (*TbMcisCreateRequest) Size

func (m *TbMcisCreateRequest) Size() (n int)

func (*TbMcisCreateRequest) String

func (m *TbMcisCreateRequest) String() string

func (*TbMcisCreateRequest) Unmarshal

func (m *TbMcisCreateRequest) Unmarshal(dAtA []byte) error

func (*TbMcisCreateRequest) XXX_DiscardUnknown

func (m *TbMcisCreateRequest) XXX_DiscardUnknown()

func (*TbMcisCreateRequest) XXX_Marshal

func (m *TbMcisCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisCreateRequest) XXX_Merge

func (m *TbMcisCreateRequest) XXX_Merge(src proto.Message)

func (*TbMcisCreateRequest) XXX_Size

func (m *TbMcisCreateRequest) XXX_Size() int

func (*TbMcisCreateRequest) XXX_Unmarshal

func (m *TbMcisCreateRequest) XXX_Unmarshal(b []byte) error

type TbMcisInfo

type TbMcisInfo struct {
	Id                   string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	Status               string      `protobuf:"bytes,7,opt,name=status,proto3" json:"status" yaml:"status"`
	TargetStatus         string      `protobuf:"bytes,8,opt,name=target_status,json=targetStatus,proto3" json:"targetStatus" yaml:"targetStatus"`
	TargetAction         string      `protobuf:"bytes,9,opt,name=target_action,json=targetAction,proto3" json:"targetAction" yaml:"targetAction"`
	InstallMonAgent      string      `protobuf:"bytes,10,opt,name=install_mon_agent,json=installMonAgent,proto3" json:"installMonAgent" yaml:"installMonAgent"`
	Label                string      `protobuf:"bytes,6,opt,name=label,proto3" json:"label" yaml:"label"`
	PlacementAlgo        string      `protobuf:"bytes,4,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	Description          string      `protobuf:"bytes,5,opt,name=description,proto3" json:"description" yaml:"description"`
	Vm                   []*TbVmInfo `protobuf:"bytes,3,rep,name=vm,proto3" json:"vm" yaml:"vm"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbMcisInfo) Descriptor

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

func (*TbMcisInfo) GetDescription

func (m *TbMcisInfo) GetDescription() string

func (*TbMcisInfo) GetId

func (m *TbMcisInfo) GetId() string

func (*TbMcisInfo) GetInstallMonAgent

func (m *TbMcisInfo) GetInstallMonAgent() string

func (*TbMcisInfo) GetLabel

func (m *TbMcisInfo) GetLabel() string

func (*TbMcisInfo) GetName

func (m *TbMcisInfo) GetName() string

func (*TbMcisInfo) GetPlacementAlgo

func (m *TbMcisInfo) GetPlacementAlgo() string

func (*TbMcisInfo) GetStatus

func (m *TbMcisInfo) GetStatus() string

func (*TbMcisInfo) GetTargetAction

func (m *TbMcisInfo) GetTargetAction() string

func (*TbMcisInfo) GetTargetStatus

func (m *TbMcisInfo) GetTargetStatus() string

func (*TbMcisInfo) GetVm

func (m *TbMcisInfo) GetVm() []*TbVmInfo

func (*TbMcisInfo) Marshal

func (m *TbMcisInfo) Marshal() (dAtA []byte, err error)

func (*TbMcisInfo) MarshalTo

func (m *TbMcisInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisInfo) MarshalToSizedBuffer

func (m *TbMcisInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisInfo) ProtoMessage

func (*TbMcisInfo) ProtoMessage()

func (*TbMcisInfo) Reset

func (m *TbMcisInfo) Reset()

func (*TbMcisInfo) Size

func (m *TbMcisInfo) Size() (n int)

func (*TbMcisInfo) String

func (m *TbMcisInfo) String() string

func (*TbMcisInfo) Unmarshal

func (m *TbMcisInfo) Unmarshal(dAtA []byte) error

func (*TbMcisInfo) XXX_DiscardUnknown

func (m *TbMcisInfo) XXX_DiscardUnknown()

func (*TbMcisInfo) XXX_Marshal

func (m *TbMcisInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisInfo) XXX_Merge

func (m *TbMcisInfo) XXX_Merge(src proto.Message)

func (*TbMcisInfo) XXX_Size

func (m *TbMcisInfo) XXX_Size() int

func (*TbMcisInfo) XXX_Unmarshal

func (m *TbMcisInfo) XXX_Unmarshal(b []byte) error

type TbMcisInfoResponse

type TbMcisInfoResponse struct {
	Item                 *TbMcisInfo `protobuf:"bytes,1,opt,name=item,json=mcis,proto3" json:"mcis" yaml:"mcis"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbMcisInfoResponse) Descriptor

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

func (*TbMcisInfoResponse) GetItem

func (m *TbMcisInfoResponse) GetItem() *TbMcisInfo

func (*TbMcisInfoResponse) Marshal

func (m *TbMcisInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbMcisInfoResponse) MarshalTo

func (m *TbMcisInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisInfoResponse) MarshalToSizedBuffer

func (m *TbMcisInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisInfoResponse) ProtoMessage

func (*TbMcisInfoResponse) ProtoMessage()

func (*TbMcisInfoResponse) Reset

func (m *TbMcisInfoResponse) Reset()

func (*TbMcisInfoResponse) Size

func (m *TbMcisInfoResponse) Size() (n int)

func (*TbMcisInfoResponse) String

func (m *TbMcisInfoResponse) String() string

func (*TbMcisInfoResponse) Unmarshal

func (m *TbMcisInfoResponse) Unmarshal(dAtA []byte) error

func (*TbMcisInfoResponse) XXX_DiscardUnknown

func (m *TbMcisInfoResponse) XXX_DiscardUnknown()

func (*TbMcisInfoResponse) XXX_Marshal

func (m *TbMcisInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisInfoResponse) XXX_Merge

func (m *TbMcisInfoResponse) XXX_Merge(src proto.Message)

func (*TbMcisInfoResponse) XXX_Size

func (m *TbMcisInfoResponse) XXX_Size() int

func (*TbMcisInfoResponse) XXX_Unmarshal

func (m *TbMcisInfoResponse) XXX_Unmarshal(b []byte) error

type TbMcisQryRequest

type TbMcisQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbMcisQryRequest) Descriptor

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

func (*TbMcisQryRequest) GetMcisId

func (m *TbMcisQryRequest) GetMcisId() string

func (*TbMcisQryRequest) GetNsId

func (m *TbMcisQryRequest) GetNsId() string

func (*TbMcisQryRequest) Marshal

func (m *TbMcisQryRequest) Marshal() (dAtA []byte, err error)

func (*TbMcisQryRequest) MarshalTo

func (m *TbMcisQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisQryRequest) MarshalToSizedBuffer

func (m *TbMcisQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisQryRequest) ProtoMessage

func (*TbMcisQryRequest) ProtoMessage()

func (*TbMcisQryRequest) Reset

func (m *TbMcisQryRequest) Reset()

func (*TbMcisQryRequest) Size

func (m *TbMcisQryRequest) Size() (n int)

func (*TbMcisQryRequest) String

func (m *TbMcisQryRequest) String() string

func (*TbMcisQryRequest) Unmarshal

func (m *TbMcisQryRequest) Unmarshal(dAtA []byte) error

func (*TbMcisQryRequest) XXX_DiscardUnknown

func (m *TbMcisQryRequest) XXX_DiscardUnknown()

func (*TbMcisQryRequest) XXX_Marshal

func (m *TbMcisQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisQryRequest) XXX_Merge

func (m *TbMcisQryRequest) XXX_Merge(src proto.Message)

func (*TbMcisQryRequest) XXX_Size

func (m *TbMcisQryRequest) XXX_Size() int

func (*TbMcisQryRequest) XXX_Unmarshal

func (m *TbMcisQryRequest) XXX_Unmarshal(b []byte) error

type TbMcisReq

type TbMcisReq struct {
	Name                 string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	InstallMonAgent      string     `protobuf:"bytes,2,opt,name=install_mon_agent,json=installMonAgent,proto3" json:"installMonAgent" yaml:"installMonAgent"`
	Label                string     `protobuf:"bytes,3,opt,name=label,proto3" json:"label" yaml:"label"`
	PlacementAlgo        string     `protobuf:"bytes,4,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	Description          string     `protobuf:"bytes,5,opt,name=description,proto3" json:"description" yaml:"description"`
	Vm                   []*TbVmReq `protobuf:"bytes,6,rep,name=vm,proto3" json:"vm" yaml:"vm"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*TbMcisReq) Descriptor

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

func (*TbMcisReq) GetDescription

func (m *TbMcisReq) GetDescription() string

func (*TbMcisReq) GetInstallMonAgent

func (m *TbMcisReq) GetInstallMonAgent() string

func (*TbMcisReq) GetLabel

func (m *TbMcisReq) GetLabel() string

func (*TbMcisReq) GetName

func (m *TbMcisReq) GetName() string

func (*TbMcisReq) GetPlacementAlgo

func (m *TbMcisReq) GetPlacementAlgo() string

func (*TbMcisReq) GetVm

func (m *TbMcisReq) GetVm() []*TbVmReq

func (*TbMcisReq) Marshal

func (m *TbMcisReq) Marshal() (dAtA []byte, err error)

func (*TbMcisReq) MarshalTo

func (m *TbMcisReq) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisReq) MarshalToSizedBuffer

func (m *TbMcisReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisReq) ProtoMessage

func (*TbMcisReq) ProtoMessage()

func (*TbMcisReq) Reset

func (m *TbMcisReq) Reset()

func (*TbMcisReq) Size

func (m *TbMcisReq) Size() (n int)

func (*TbMcisReq) String

func (m *TbMcisReq) String() string

func (*TbMcisReq) Unmarshal

func (m *TbMcisReq) Unmarshal(dAtA []byte) error

func (*TbMcisReq) XXX_DiscardUnknown

func (m *TbMcisReq) XXX_DiscardUnknown()

func (*TbMcisReq) XXX_Marshal

func (m *TbMcisReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisReq) XXX_Merge

func (m *TbMcisReq) XXX_Merge(src proto.Message)

func (*TbMcisReq) XXX_Size

func (m *TbMcisReq) XXX_Size() int

func (*TbMcisReq) XXX_Unmarshal

func (m *TbMcisReq) XXX_Unmarshal(b []byte) error

type TbMcisStatusInfoResponse

type TbMcisStatusInfoResponse struct {
	Item                 *McisStatusInfo `protobuf:"bytes,1,opt,name=item,json=status,proto3" json:"status" yaml:"status"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*TbMcisStatusInfoResponse) Descriptor

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

func (*TbMcisStatusInfoResponse) GetItem

func (*TbMcisStatusInfoResponse) Marshal

func (m *TbMcisStatusInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbMcisStatusInfoResponse) MarshalTo

func (m *TbMcisStatusInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbMcisStatusInfoResponse) MarshalToSizedBuffer

func (m *TbMcisStatusInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbMcisStatusInfoResponse) ProtoMessage

func (*TbMcisStatusInfoResponse) ProtoMessage()

func (*TbMcisStatusInfoResponse) Reset

func (m *TbMcisStatusInfoResponse) Reset()

func (*TbMcisStatusInfoResponse) Size

func (m *TbMcisStatusInfoResponse) Size() (n int)

func (*TbMcisStatusInfoResponse) String

func (m *TbMcisStatusInfoResponse) String() string

func (*TbMcisStatusInfoResponse) Unmarshal

func (m *TbMcisStatusInfoResponse) Unmarshal(dAtA []byte) error

func (*TbMcisStatusInfoResponse) XXX_DiscardUnknown

func (m *TbMcisStatusInfoResponse) XXX_DiscardUnknown()

func (*TbMcisStatusInfoResponse) XXX_Marshal

func (m *TbMcisStatusInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbMcisStatusInfoResponse) XXX_Merge

func (m *TbMcisStatusInfoResponse) XXX_Merge(src proto.Message)

func (*TbMcisStatusInfoResponse) XXX_Size

func (m *TbMcisStatusInfoResponse) XXX_Size() int

func (*TbMcisStatusInfoResponse) XXX_Unmarshal

func (m *TbMcisStatusInfoResponse) XXX_Unmarshal(b []byte) error

type TbSecurityGroupCreateRequest

type TbSecurityGroupCreateRequest struct {
	NsId                 string              `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbSecurityGroupReq `protobuf:"bytes,2,opt,name=item,json=securityGroup,proto3" json:"securityGroup" yaml:"securityGroup"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TbSecurityGroupCreateRequest) Descriptor

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

func (*TbSecurityGroupCreateRequest) GetItem

func (*TbSecurityGroupCreateRequest) GetNsId

func (m *TbSecurityGroupCreateRequest) GetNsId() string

func (*TbSecurityGroupCreateRequest) Marshal

func (m *TbSecurityGroupCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbSecurityGroupCreateRequest) MarshalTo

func (m *TbSecurityGroupCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbSecurityGroupCreateRequest) MarshalToSizedBuffer

func (m *TbSecurityGroupCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSecurityGroupCreateRequest) ProtoMessage

func (*TbSecurityGroupCreateRequest) ProtoMessage()

func (*TbSecurityGroupCreateRequest) Reset

func (m *TbSecurityGroupCreateRequest) Reset()

func (*TbSecurityGroupCreateRequest) Size

func (m *TbSecurityGroupCreateRequest) Size() (n int)

func (*TbSecurityGroupCreateRequest) String

func (*TbSecurityGroupCreateRequest) Unmarshal

func (m *TbSecurityGroupCreateRequest) Unmarshal(dAtA []byte) error

func (*TbSecurityGroupCreateRequest) XXX_DiscardUnknown

func (m *TbSecurityGroupCreateRequest) XXX_DiscardUnknown()

func (*TbSecurityGroupCreateRequest) XXX_Marshal

func (m *TbSecurityGroupCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSecurityGroupCreateRequest) XXX_Merge

func (m *TbSecurityGroupCreateRequest) XXX_Merge(src proto.Message)

func (*TbSecurityGroupCreateRequest) XXX_Size

func (m *TbSecurityGroupCreateRequest) XXX_Size() int

func (*TbSecurityGroupCreateRequest) XXX_Unmarshal

func (m *TbSecurityGroupCreateRequest) XXX_Unmarshal(b []byte) error

type TbSecurityGroupInfo

type TbSecurityGroupInfo struct {
	Id                   string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string                    `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string                    `protobuf:"bytes,3,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	VnetId               string                    `protobuf:"bytes,4,opt,name=vnet_id,json=vNetId,proto3" json:"vNetId" yaml:"vNetId"`
	Description          string                    `protobuf:"bytes,5,opt,name=description,proto3" json:"description" yaml:"description"`
	FirewallRules        []*SpiderSecurityRuleInfo `protobuf:"bytes,6,rep,name=firewall_rules,json=firewallRules,proto3" json:"firewallRules" yaml:"firewallRules"`
	CspSecurityGroupId   string                    `` /* 132-byte string literal not displayed */
	CspSecurityGroupName string                    `` /* 140-byte string literal not displayed */
	KeyValueList         []*KeyValue               `protobuf:"bytes,9,rep,name=key_value_list,json=keyValueList,proto3" json:"keyValueList" yaml:"keyValueList"`
	AssociatedObjectList []string                  `` /* 140-byte string literal not displayed */
	IsAutoGenerated      bool                      `protobuf:"varint,11,opt,name=is_auto_generated,json=isAutoGenerated,proto3" json:"isAutoGenerated" yaml:"isAutoGenerated"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*TbSecurityGroupInfo) Descriptor

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

func (*TbSecurityGroupInfo) GetAssociatedObjectList

func (m *TbSecurityGroupInfo) GetAssociatedObjectList() []string

func (*TbSecurityGroupInfo) GetConnectionName

func (m *TbSecurityGroupInfo) GetConnectionName() string

func (*TbSecurityGroupInfo) GetCspSecurityGroupId

func (m *TbSecurityGroupInfo) GetCspSecurityGroupId() string

func (*TbSecurityGroupInfo) GetCspSecurityGroupName

func (m *TbSecurityGroupInfo) GetCspSecurityGroupName() string

func (*TbSecurityGroupInfo) GetDescription

func (m *TbSecurityGroupInfo) GetDescription() string

func (*TbSecurityGroupInfo) GetFirewallRules

func (m *TbSecurityGroupInfo) GetFirewallRules() []*SpiderSecurityRuleInfo

func (*TbSecurityGroupInfo) GetId

func (m *TbSecurityGroupInfo) GetId() string

func (*TbSecurityGroupInfo) GetIsAutoGenerated

func (m *TbSecurityGroupInfo) GetIsAutoGenerated() bool

func (*TbSecurityGroupInfo) GetKeyValueList

func (m *TbSecurityGroupInfo) GetKeyValueList() []*KeyValue

func (*TbSecurityGroupInfo) GetName

func (m *TbSecurityGroupInfo) GetName() string

func (*TbSecurityGroupInfo) GetVnetId

func (m *TbSecurityGroupInfo) GetVnetId() string

func (*TbSecurityGroupInfo) Marshal

func (m *TbSecurityGroupInfo) Marshal() (dAtA []byte, err error)

func (*TbSecurityGroupInfo) MarshalTo

func (m *TbSecurityGroupInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbSecurityGroupInfo) MarshalToSizedBuffer

func (m *TbSecurityGroupInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSecurityGroupInfo) ProtoMessage

func (*TbSecurityGroupInfo) ProtoMessage()

func (*TbSecurityGroupInfo) Reset

func (m *TbSecurityGroupInfo) Reset()

func (*TbSecurityGroupInfo) Size

func (m *TbSecurityGroupInfo) Size() (n int)

func (*TbSecurityGroupInfo) String

func (m *TbSecurityGroupInfo) String() string

func (*TbSecurityGroupInfo) Unmarshal

func (m *TbSecurityGroupInfo) Unmarshal(dAtA []byte) error

func (*TbSecurityGroupInfo) XXX_DiscardUnknown

func (m *TbSecurityGroupInfo) XXX_DiscardUnknown()

func (*TbSecurityGroupInfo) XXX_Marshal

func (m *TbSecurityGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSecurityGroupInfo) XXX_Merge

func (m *TbSecurityGroupInfo) XXX_Merge(src proto.Message)

func (*TbSecurityGroupInfo) XXX_Size

func (m *TbSecurityGroupInfo) XXX_Size() int

func (*TbSecurityGroupInfo) XXX_Unmarshal

func (m *TbSecurityGroupInfo) XXX_Unmarshal(b []byte) error

type TbSecurityGroupInfoResponse

type TbSecurityGroupInfoResponse struct {
	Item                 *TbSecurityGroupInfo `protobuf:"bytes,1,opt,name=item,json=securityGroup,proto3" json:"securityGroup" yaml:"securityGroup"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TbSecurityGroupInfoResponse) Descriptor

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

func (*TbSecurityGroupInfoResponse) GetItem

func (*TbSecurityGroupInfoResponse) Marshal

func (m *TbSecurityGroupInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbSecurityGroupInfoResponse) MarshalTo

func (m *TbSecurityGroupInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbSecurityGroupInfoResponse) MarshalToSizedBuffer

func (m *TbSecurityGroupInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSecurityGroupInfoResponse) ProtoMessage

func (*TbSecurityGroupInfoResponse) ProtoMessage()

func (*TbSecurityGroupInfoResponse) Reset

func (m *TbSecurityGroupInfoResponse) Reset()

func (*TbSecurityGroupInfoResponse) Size

func (m *TbSecurityGroupInfoResponse) Size() (n int)

func (*TbSecurityGroupInfoResponse) String

func (m *TbSecurityGroupInfoResponse) String() string

func (*TbSecurityGroupInfoResponse) Unmarshal

func (m *TbSecurityGroupInfoResponse) Unmarshal(dAtA []byte) error

func (*TbSecurityGroupInfoResponse) XXX_DiscardUnknown

func (m *TbSecurityGroupInfoResponse) XXX_DiscardUnknown()

func (*TbSecurityGroupInfoResponse) XXX_Marshal

func (m *TbSecurityGroupInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSecurityGroupInfoResponse) XXX_Merge

func (m *TbSecurityGroupInfoResponse) XXX_Merge(src proto.Message)

func (*TbSecurityGroupInfoResponse) XXX_Size

func (m *TbSecurityGroupInfoResponse) XXX_Size() int

func (*TbSecurityGroupInfoResponse) XXX_Unmarshal

func (m *TbSecurityGroupInfoResponse) XXX_Unmarshal(b []byte) error

type TbSecurityGroupReq

type TbSecurityGroupReq struct {
	Name                 string                    `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string                    `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	VnetId               string                    `protobuf:"bytes,3,opt,name=vnet_id,json=vNetId,proto3" json:"vNetId" yaml:"vNetId"`
	Description          string                    `protobuf:"bytes,4,opt,name=description,proto3" json:"description" yaml:"description"`
	FirewallRules        []*SpiderSecurityRuleInfo `protobuf:"bytes,5,rep,name=firewall_rules,json=firewallRules,proto3" json:"firewallRules" yaml:"firewallRules"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*TbSecurityGroupReq) Descriptor

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

func (*TbSecurityGroupReq) GetConnectionName

func (m *TbSecurityGroupReq) GetConnectionName() string

func (*TbSecurityGroupReq) GetDescription

func (m *TbSecurityGroupReq) GetDescription() string

func (*TbSecurityGroupReq) GetFirewallRules

func (m *TbSecurityGroupReq) GetFirewallRules() []*SpiderSecurityRuleInfo

func (*TbSecurityGroupReq) GetName

func (m *TbSecurityGroupReq) GetName() string

func (*TbSecurityGroupReq) GetVnetId

func (m *TbSecurityGroupReq) GetVnetId() string

func (*TbSecurityGroupReq) Marshal

func (m *TbSecurityGroupReq) Marshal() (dAtA []byte, err error)

func (*TbSecurityGroupReq) MarshalTo

func (m *TbSecurityGroupReq) MarshalTo(dAtA []byte) (int, error)

func (*TbSecurityGroupReq) MarshalToSizedBuffer

func (m *TbSecurityGroupReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSecurityGroupReq) ProtoMessage

func (*TbSecurityGroupReq) ProtoMessage()

func (*TbSecurityGroupReq) Reset

func (m *TbSecurityGroupReq) Reset()

func (*TbSecurityGroupReq) Size

func (m *TbSecurityGroupReq) Size() (n int)

func (*TbSecurityGroupReq) String

func (m *TbSecurityGroupReq) String() string

func (*TbSecurityGroupReq) Unmarshal

func (m *TbSecurityGroupReq) Unmarshal(dAtA []byte) error

func (*TbSecurityGroupReq) XXX_DiscardUnknown

func (m *TbSecurityGroupReq) XXX_DiscardUnknown()

func (*TbSecurityGroupReq) XXX_Marshal

func (m *TbSecurityGroupReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSecurityGroupReq) XXX_Merge

func (m *TbSecurityGroupReq) XXX_Merge(src proto.Message)

func (*TbSecurityGroupReq) XXX_Size

func (m *TbSecurityGroupReq) XXX_Size() int

func (*TbSecurityGroupReq) XXX_Unmarshal

func (m *TbSecurityGroupReq) XXX_Unmarshal(b []byte) error

type TbSpecCreateRequest

type TbSpecCreateRequest struct {
	NsId                 string     `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbSpecReq `protobuf:"bytes,2,opt,name=item,json=spec,proto3" json:"spec" yaml:"spec"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*TbSpecCreateRequest) Descriptor

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

func (*TbSpecCreateRequest) GetItem

func (m *TbSpecCreateRequest) GetItem() *TbSpecReq

func (*TbSpecCreateRequest) GetNsId

func (m *TbSpecCreateRequest) GetNsId() string

func (*TbSpecCreateRequest) Marshal

func (m *TbSpecCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbSpecCreateRequest) MarshalTo

func (m *TbSpecCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbSpecCreateRequest) MarshalToSizedBuffer

func (m *TbSpecCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSpecCreateRequest) ProtoMessage

func (*TbSpecCreateRequest) ProtoMessage()

func (*TbSpecCreateRequest) Reset

func (m *TbSpecCreateRequest) Reset()

func (*TbSpecCreateRequest) Size

func (m *TbSpecCreateRequest) Size() (n int)

func (*TbSpecCreateRequest) String

func (m *TbSpecCreateRequest) String() string

func (*TbSpecCreateRequest) Unmarshal

func (m *TbSpecCreateRequest) Unmarshal(dAtA []byte) error

func (*TbSpecCreateRequest) XXX_DiscardUnknown

func (m *TbSpecCreateRequest) XXX_DiscardUnknown()

func (*TbSpecCreateRequest) XXX_Marshal

func (m *TbSpecCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSpecCreateRequest) XXX_Merge

func (m *TbSpecCreateRequest) XXX_Merge(src proto.Message)

func (*TbSpecCreateRequest) XXX_Size

func (m *TbSpecCreateRequest) XXX_Size() int

func (*TbSpecCreateRequest) XXX_Unmarshal

func (m *TbSpecCreateRequest) XXX_Unmarshal(b []byte) error

type TbSpecInfo

type TbSpecInfo struct {
	Namespace             string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Id                    string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                  string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName        string   `protobuf:"bytes,4,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspSpecName           string   `protobuf:"bytes,5,opt,name=csp_spec_name,json=cspSpecName,proto3" json:"cspSpecName" yaml:"cspSpecName"`
	OsType                string   `protobuf:"bytes,6,opt,name=os_type,proto3" json:"os_type" yaml:"os_type"`
	NumVcpu               uint32   `protobuf:"varint,7,opt,name=num_vcpu,json=num_vCPU,proto3" json:"num_vCPU" yaml:"num_vCPU"`
	NumCore               uint32   `protobuf:"varint,8,opt,name=num_core,proto3" json:"num_core" yaml:"num_core"`
	MemGib                uint32   `protobuf:"varint,9,opt,name=mem_gib,json=mem_GiB,proto3" json:"mem_GiB" yaml:"mem_GiB"`
	StorageGib            uint32   `protobuf:"varint,10,opt,name=storage_gib,json=storage_GiB,proto3" json:"storage_GiB" yaml:"storage_GiB"`
	Description           string   `protobuf:"bytes,11,opt,name=description,proto3" json:"description" yaml:"description"`
	CostPerHour           float32  `protobuf:"fixed32,12,opt,name=cost_per_hour,proto3" json:"cost_per_hour" yaml:"cost_per_hour"`
	NumStorage            uint32   `protobuf:"varint,13,opt,name=num_storage,proto3" json:"num_storage" yaml:"num_storage"`
	MaxNumStorage         uint32   `protobuf:"varint,14,opt,name=max_num_storage,proto3" json:"max_num_storage" yaml:"max_num_storage"`
	MaxTotalStorageTib    uint32   `` /* 143-byte string literal not displayed */
	NetBwGbps             uint32   `protobuf:"varint,16,opt,name=net_bw_gbps,json=net_bw_Gbps,proto3" json:"net_bw_Gbps" yaml:"net_bw_Gbps"`
	EbsBwMbps             uint32   `protobuf:"varint,17,opt,name=ebs_bw_mbps,json=ebs_bw_Mbps,proto3" json:"ebs_bw_Mbps" yaml:"ebs_bw_Mbps"`
	GpuModel              string   `protobuf:"bytes,18,opt,name=gpu_model,proto3" json:"gpu_model" yaml:"gpu_model"`
	NumGpu                uint32   `protobuf:"varint,19,opt,name=num_gpu,proto3" json:"num_gpu" yaml:"num_gpu"`
	GpumemGib             uint32   `protobuf:"varint,20,opt,name=gpumem_gib,json=gpumem_GiB,proto3" json:"gpumem_GiB" yaml:"gpumem_GiB"`
	GpuP2P                string   `protobuf:"bytes,21,opt,name=gpu_p2p,proto3" json:"gpu_p2p" yaml:"gpu_p2p"`
	OrderInFilteredResult uint32   `` /* 146-byte string literal not displayed */
	EvaluationStatus      string   `protobuf:"bytes,23,opt,name=evaluation_status,json=evaluationStatus,proto3" json:"evaluationStatus" yaml:"evaluationStatus"`
	EvaluationScore_01    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_02    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_03    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_04    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_05    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_06    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_07    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_08    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_09    float32  `` /* 133-byte string literal not displayed */
	EvaluationScore_10    float32  `` /* 133-byte string literal not displayed */
	AssociatedObjectList  []string `` /* 140-byte string literal not displayed */
	IsAutoGenerated       bool     `protobuf:"varint,42,opt,name=is_auto_generated,json=isAutoGenerated,proto3" json:"isAutoGenerated" yaml:"isAutoGenerated"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*TbSpecInfo) Descriptor

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

func (*TbSpecInfo) GetAssociatedObjectList

func (m *TbSpecInfo) GetAssociatedObjectList() []string

func (*TbSpecInfo) GetConnectionName

func (m *TbSpecInfo) GetConnectionName() string

func (*TbSpecInfo) GetCostPerHour

func (m *TbSpecInfo) GetCostPerHour() float32

func (*TbSpecInfo) GetCspSpecName

func (m *TbSpecInfo) GetCspSpecName() string

func (*TbSpecInfo) GetDescription

func (m *TbSpecInfo) GetDescription() string

func (*TbSpecInfo) GetEbsBwMbps

func (m *TbSpecInfo) GetEbsBwMbps() uint32

func (*TbSpecInfo) GetEvaluationScore_01

func (m *TbSpecInfo) GetEvaluationScore_01() float32

func (*TbSpecInfo) GetEvaluationScore_02

func (m *TbSpecInfo) GetEvaluationScore_02() float32

func (*TbSpecInfo) GetEvaluationScore_03

func (m *TbSpecInfo) GetEvaluationScore_03() float32

func (*TbSpecInfo) GetEvaluationScore_04

func (m *TbSpecInfo) GetEvaluationScore_04() float32

func (*TbSpecInfo) GetEvaluationScore_05

func (m *TbSpecInfo) GetEvaluationScore_05() float32

func (*TbSpecInfo) GetEvaluationScore_06

func (m *TbSpecInfo) GetEvaluationScore_06() float32

func (*TbSpecInfo) GetEvaluationScore_07

func (m *TbSpecInfo) GetEvaluationScore_07() float32

func (*TbSpecInfo) GetEvaluationScore_08

func (m *TbSpecInfo) GetEvaluationScore_08() float32

func (*TbSpecInfo) GetEvaluationScore_09

func (m *TbSpecInfo) GetEvaluationScore_09() float32

func (*TbSpecInfo) GetEvaluationScore_10

func (m *TbSpecInfo) GetEvaluationScore_10() float32

func (*TbSpecInfo) GetEvaluationStatus

func (m *TbSpecInfo) GetEvaluationStatus() string

func (*TbSpecInfo) GetGpuModel

func (m *TbSpecInfo) GetGpuModel() string

func (*TbSpecInfo) GetGpuP2P

func (m *TbSpecInfo) GetGpuP2P() string

func (*TbSpecInfo) GetGpumemGib

func (m *TbSpecInfo) GetGpumemGib() uint32

func (*TbSpecInfo) GetId

func (m *TbSpecInfo) GetId() string

func (*TbSpecInfo) GetIsAutoGenerated

func (m *TbSpecInfo) GetIsAutoGenerated() bool

func (*TbSpecInfo) GetMaxNumStorage

func (m *TbSpecInfo) GetMaxNumStorage() uint32

func (*TbSpecInfo) GetMaxTotalStorageTib

func (m *TbSpecInfo) GetMaxTotalStorageTib() uint32

func (*TbSpecInfo) GetMemGib

func (m *TbSpecInfo) GetMemGib() uint32

func (*TbSpecInfo) GetName

func (m *TbSpecInfo) GetName() string

func (*TbSpecInfo) GetNamespace

func (m *TbSpecInfo) GetNamespace() string

func (*TbSpecInfo) GetNetBwGbps

func (m *TbSpecInfo) GetNetBwGbps() uint32

func (*TbSpecInfo) GetNumCore

func (m *TbSpecInfo) GetNumCore() uint32

func (*TbSpecInfo) GetNumGpu

func (m *TbSpecInfo) GetNumGpu() uint32

func (*TbSpecInfo) GetNumStorage

func (m *TbSpecInfo) GetNumStorage() uint32

func (*TbSpecInfo) GetNumVcpu

func (m *TbSpecInfo) GetNumVcpu() uint32

func (*TbSpecInfo) GetOrderInFilteredResult

func (m *TbSpecInfo) GetOrderInFilteredResult() uint32

func (*TbSpecInfo) GetOsType

func (m *TbSpecInfo) GetOsType() string

func (*TbSpecInfo) GetStorageGib

func (m *TbSpecInfo) GetStorageGib() uint32

func (*TbSpecInfo) Marshal

func (m *TbSpecInfo) Marshal() (dAtA []byte, err error)

func (*TbSpecInfo) MarshalTo

func (m *TbSpecInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbSpecInfo) MarshalToSizedBuffer

func (m *TbSpecInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSpecInfo) ProtoMessage

func (*TbSpecInfo) ProtoMessage()

func (*TbSpecInfo) Reset

func (m *TbSpecInfo) Reset()

func (*TbSpecInfo) Size

func (m *TbSpecInfo) Size() (n int)

func (*TbSpecInfo) String

func (m *TbSpecInfo) String() string

func (*TbSpecInfo) Unmarshal

func (m *TbSpecInfo) Unmarshal(dAtA []byte) error

func (*TbSpecInfo) XXX_DiscardUnknown

func (m *TbSpecInfo) XXX_DiscardUnknown()

func (*TbSpecInfo) XXX_Marshal

func (m *TbSpecInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSpecInfo) XXX_Merge

func (m *TbSpecInfo) XXX_Merge(src proto.Message)

func (*TbSpecInfo) XXX_Size

func (m *TbSpecInfo) XXX_Size() int

func (*TbSpecInfo) XXX_Unmarshal

func (m *TbSpecInfo) XXX_Unmarshal(b []byte) error

type TbSpecInfoRequest

type TbSpecInfoRequest struct {
	NsId                 string      `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbSpecInfo `protobuf:"bytes,2,opt,name=item,json=spec,proto3" json:"spec" yaml:"spec"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbSpecInfoRequest) Descriptor

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

func (*TbSpecInfoRequest) GetItem

func (m *TbSpecInfoRequest) GetItem() *TbSpecInfo

func (*TbSpecInfoRequest) GetNsId

func (m *TbSpecInfoRequest) GetNsId() string

func (*TbSpecInfoRequest) Marshal

func (m *TbSpecInfoRequest) Marshal() (dAtA []byte, err error)

func (*TbSpecInfoRequest) MarshalTo

func (m *TbSpecInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbSpecInfoRequest) MarshalToSizedBuffer

func (m *TbSpecInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSpecInfoRequest) ProtoMessage

func (*TbSpecInfoRequest) ProtoMessage()

func (*TbSpecInfoRequest) Reset

func (m *TbSpecInfoRequest) Reset()

func (*TbSpecInfoRequest) Size

func (m *TbSpecInfoRequest) Size() (n int)

func (*TbSpecInfoRequest) String

func (m *TbSpecInfoRequest) String() string

func (*TbSpecInfoRequest) Unmarshal

func (m *TbSpecInfoRequest) Unmarshal(dAtA []byte) error

func (*TbSpecInfoRequest) XXX_DiscardUnknown

func (m *TbSpecInfoRequest) XXX_DiscardUnknown()

func (*TbSpecInfoRequest) XXX_Marshal

func (m *TbSpecInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSpecInfoRequest) XXX_Merge

func (m *TbSpecInfoRequest) XXX_Merge(src proto.Message)

func (*TbSpecInfoRequest) XXX_Size

func (m *TbSpecInfoRequest) XXX_Size() int

func (*TbSpecInfoRequest) XXX_Unmarshal

func (m *TbSpecInfoRequest) XXX_Unmarshal(b []byte) error

type TbSpecInfoResponse

type TbSpecInfoResponse struct {
	Item                 *TbSpecInfo `protobuf:"bytes,1,opt,name=item,json=spec,proto3" json:"spec" yaml:"spec"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbSpecInfoResponse) Descriptor

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

func (*TbSpecInfoResponse) GetItem

func (m *TbSpecInfoResponse) GetItem() *TbSpecInfo

func (*TbSpecInfoResponse) Marshal

func (m *TbSpecInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbSpecInfoResponse) MarshalTo

func (m *TbSpecInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbSpecInfoResponse) MarshalToSizedBuffer

func (m *TbSpecInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSpecInfoResponse) ProtoMessage

func (*TbSpecInfoResponse) ProtoMessage()

func (*TbSpecInfoResponse) Reset

func (m *TbSpecInfoResponse) Reset()

func (*TbSpecInfoResponse) Size

func (m *TbSpecInfoResponse) Size() (n int)

func (*TbSpecInfoResponse) String

func (m *TbSpecInfoResponse) String() string

func (*TbSpecInfoResponse) Unmarshal

func (m *TbSpecInfoResponse) Unmarshal(dAtA []byte) error

func (*TbSpecInfoResponse) XXX_DiscardUnknown

func (m *TbSpecInfoResponse) XXX_DiscardUnknown()

func (*TbSpecInfoResponse) XXX_Marshal

func (m *TbSpecInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSpecInfoResponse) XXX_Merge

func (m *TbSpecInfoResponse) XXX_Merge(src proto.Message)

func (*TbSpecInfoResponse) XXX_Size

func (m *TbSpecInfoResponse) XXX_Size() int

func (*TbSpecInfoResponse) XXX_Unmarshal

func (m *TbSpecInfoResponse) XXX_Unmarshal(b []byte) error

type TbSpecReq

type TbSpecReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string   `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CspSpecName          string   `protobuf:"bytes,3,opt,name=csp_spec_name,json=cspSpecName,proto3" json:"cspSpecName" yaml:"cspSpecName"`
	Description          string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbSpecReq) Descriptor

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

func (*TbSpecReq) GetConnectionName

func (m *TbSpecReq) GetConnectionName() string

func (*TbSpecReq) GetCspSpecName

func (m *TbSpecReq) GetCspSpecName() string

func (*TbSpecReq) GetDescription

func (m *TbSpecReq) GetDescription() string

func (*TbSpecReq) GetName

func (m *TbSpecReq) GetName() string

func (*TbSpecReq) Marshal

func (m *TbSpecReq) Marshal() (dAtA []byte, err error)

func (*TbSpecReq) MarshalTo

func (m *TbSpecReq) MarshalTo(dAtA []byte) (int, error)

func (*TbSpecReq) MarshalToSizedBuffer

func (m *TbSpecReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSpecReq) ProtoMessage

func (*TbSpecReq) ProtoMessage()

func (*TbSpecReq) Reset

func (m *TbSpecReq) Reset()

func (*TbSpecReq) Size

func (m *TbSpecReq) Size() (n int)

func (*TbSpecReq) String

func (m *TbSpecReq) String() string

func (*TbSpecReq) Unmarshal

func (m *TbSpecReq) Unmarshal(dAtA []byte) error

func (*TbSpecReq) XXX_DiscardUnknown

func (m *TbSpecReq) XXX_DiscardUnknown()

func (*TbSpecReq) XXX_Marshal

func (m *TbSpecReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSpecReq) XXX_Merge

func (m *TbSpecReq) XXX_Merge(src proto.Message)

func (*TbSpecReq) XXX_Size

func (m *TbSpecReq) XXX_Size() int

func (*TbSpecReq) XXX_Unmarshal

func (m *TbSpecReq) XXX_Unmarshal(b []byte) error

type TbSshKeyCreateRequest

type TbSshKeyCreateRequest struct {
	NsId                 string       `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbSshKeyReq `protobuf:"bytes,2,opt,name=item,json=sshKey,proto3" json:"sshKey" yaml:"sshKey"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TbSshKeyCreateRequest) Descriptor

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

func (*TbSshKeyCreateRequest) GetItem

func (m *TbSshKeyCreateRequest) GetItem() *TbSshKeyReq

func (*TbSshKeyCreateRequest) GetNsId

func (m *TbSshKeyCreateRequest) GetNsId() string

func (*TbSshKeyCreateRequest) Marshal

func (m *TbSshKeyCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbSshKeyCreateRequest) MarshalTo

func (m *TbSshKeyCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbSshKeyCreateRequest) MarshalToSizedBuffer

func (m *TbSshKeyCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSshKeyCreateRequest) ProtoMessage

func (*TbSshKeyCreateRequest) ProtoMessage()

func (*TbSshKeyCreateRequest) Reset

func (m *TbSshKeyCreateRequest) Reset()

func (*TbSshKeyCreateRequest) Size

func (m *TbSshKeyCreateRequest) Size() (n int)

func (*TbSshKeyCreateRequest) String

func (m *TbSshKeyCreateRequest) String() string

func (*TbSshKeyCreateRequest) Unmarshal

func (m *TbSshKeyCreateRequest) Unmarshal(dAtA []byte) error

func (*TbSshKeyCreateRequest) XXX_DiscardUnknown

func (m *TbSshKeyCreateRequest) XXX_DiscardUnknown()

func (*TbSshKeyCreateRequest) XXX_Marshal

func (m *TbSshKeyCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSshKeyCreateRequest) XXX_Merge

func (m *TbSshKeyCreateRequest) XXX_Merge(src proto.Message)

func (*TbSshKeyCreateRequest) XXX_Size

func (m *TbSshKeyCreateRequest) XXX_Size() int

func (*TbSshKeyCreateRequest) XXX_Unmarshal

func (m *TbSshKeyCreateRequest) XXX_Unmarshal(b []byte) error

type TbSshKeyInfo

type TbSshKeyInfo struct {
	Id                   string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string      `protobuf:"bytes,3,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	Description          string      `protobuf:"bytes,4,opt,name=description,proto3" json:"description" yaml:"description"`
	CspSshKeyName        string      `protobuf:"bytes,5,opt,name=csp_ssh_key_name,json=cspSshKeyName,proto3" json:"cspSshKeyName" yaml:"cspSshKeyName"`
	Fingerprint          string      `protobuf:"bytes,6,opt,name=fingerprint,proto3" json:"fingerprint" yaml:"fingerprint"`
	Username             string      `protobuf:"bytes,7,opt,name=username,proto3" json:"username" yaml:"username"`
	VerifiedUserName     string      `protobuf:"bytes,8,opt,name=verified_user_name,json=verifiedUsername,proto3" json:"verifiedUsername" yaml:"verifiedUsername"`
	PublicKey            string      `protobuf:"bytes,9,opt,name=public_key,json=publicKey,proto3" json:"publicKey" yaml:"publicKey"`
	PrivateKey           string      `protobuf:"bytes,10,opt,name=private_key,json=privateKey,proto3" json:"privateKey" yaml:"privateKey"`
	KeyValueList         []*KeyValue `protobuf:"bytes,11,rep,name=key_value_list,json=keyValueList,proto3" json:"keyValueList" yaml:"keyValueList"`
	AssociatedObjectList []string    `` /* 140-byte string literal not displayed */
	IsAutoGenerated      bool        `protobuf:"varint,13,opt,name=is_auto_generated,json=isAutoGenerated,proto3" json:"isAutoGenerated" yaml:"isAutoGenerated"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbSshKeyInfo) Descriptor

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

func (*TbSshKeyInfo) GetAssociatedObjectList

func (m *TbSshKeyInfo) GetAssociatedObjectList() []string

func (*TbSshKeyInfo) GetConnectionName

func (m *TbSshKeyInfo) GetConnectionName() string

func (*TbSshKeyInfo) GetCspSshKeyName

func (m *TbSshKeyInfo) GetCspSshKeyName() string

func (*TbSshKeyInfo) GetDescription

func (m *TbSshKeyInfo) GetDescription() string

func (*TbSshKeyInfo) GetFingerprint

func (m *TbSshKeyInfo) GetFingerprint() string

func (*TbSshKeyInfo) GetId

func (m *TbSshKeyInfo) GetId() string

func (*TbSshKeyInfo) GetIsAutoGenerated

func (m *TbSshKeyInfo) GetIsAutoGenerated() bool

func (*TbSshKeyInfo) GetKeyValueList

func (m *TbSshKeyInfo) GetKeyValueList() []*KeyValue

func (*TbSshKeyInfo) GetName

func (m *TbSshKeyInfo) GetName() string

func (*TbSshKeyInfo) GetPrivateKey

func (m *TbSshKeyInfo) GetPrivateKey() string

func (*TbSshKeyInfo) GetPublicKey

func (m *TbSshKeyInfo) GetPublicKey() string

func (*TbSshKeyInfo) GetUsername

func (m *TbSshKeyInfo) GetUsername() string

func (*TbSshKeyInfo) GetVerifiedUserName

func (m *TbSshKeyInfo) GetVerifiedUserName() string

func (*TbSshKeyInfo) Marshal

func (m *TbSshKeyInfo) Marshal() (dAtA []byte, err error)

func (*TbSshKeyInfo) MarshalTo

func (m *TbSshKeyInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbSshKeyInfo) MarshalToSizedBuffer

func (m *TbSshKeyInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSshKeyInfo) ProtoMessage

func (*TbSshKeyInfo) ProtoMessage()

func (*TbSshKeyInfo) Reset

func (m *TbSshKeyInfo) Reset()

func (*TbSshKeyInfo) Size

func (m *TbSshKeyInfo) Size() (n int)

func (*TbSshKeyInfo) String

func (m *TbSshKeyInfo) String() string

func (*TbSshKeyInfo) Unmarshal

func (m *TbSshKeyInfo) Unmarshal(dAtA []byte) error

func (*TbSshKeyInfo) XXX_DiscardUnknown

func (m *TbSshKeyInfo) XXX_DiscardUnknown()

func (*TbSshKeyInfo) XXX_Marshal

func (m *TbSshKeyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSshKeyInfo) XXX_Merge

func (m *TbSshKeyInfo) XXX_Merge(src proto.Message)

func (*TbSshKeyInfo) XXX_Size

func (m *TbSshKeyInfo) XXX_Size() int

func (*TbSshKeyInfo) XXX_Unmarshal

func (m *TbSshKeyInfo) XXX_Unmarshal(b []byte) error

type TbSshKeyInfoResponse

type TbSshKeyInfoResponse struct {
	Item                 *TbSshKeyInfo `protobuf:"bytes,1,opt,name=item,json=sshKey,proto3" json:"sshKey" yaml:"sshKey"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*TbSshKeyInfoResponse) Descriptor

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

func (*TbSshKeyInfoResponse) GetItem

func (m *TbSshKeyInfoResponse) GetItem() *TbSshKeyInfo

func (*TbSshKeyInfoResponse) Marshal

func (m *TbSshKeyInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbSshKeyInfoResponse) MarshalTo

func (m *TbSshKeyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbSshKeyInfoResponse) MarshalToSizedBuffer

func (m *TbSshKeyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSshKeyInfoResponse) ProtoMessage

func (*TbSshKeyInfoResponse) ProtoMessage()

func (*TbSshKeyInfoResponse) Reset

func (m *TbSshKeyInfoResponse) Reset()

func (*TbSshKeyInfoResponse) Size

func (m *TbSshKeyInfoResponse) Size() (n int)

func (*TbSshKeyInfoResponse) String

func (m *TbSshKeyInfoResponse) String() string

func (*TbSshKeyInfoResponse) Unmarshal

func (m *TbSshKeyInfoResponse) Unmarshal(dAtA []byte) error

func (*TbSshKeyInfoResponse) XXX_DiscardUnknown

func (m *TbSshKeyInfoResponse) XXX_DiscardUnknown()

func (*TbSshKeyInfoResponse) XXX_Marshal

func (m *TbSshKeyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSshKeyInfoResponse) XXX_Merge

func (m *TbSshKeyInfoResponse) XXX_Merge(src proto.Message)

func (*TbSshKeyInfoResponse) XXX_Size

func (m *TbSshKeyInfoResponse) XXX_Size() int

func (*TbSshKeyInfoResponse) XXX_Unmarshal

func (m *TbSshKeyInfoResponse) XXX_Unmarshal(b []byte) error

type TbSshKeyReq

type TbSshKeyReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string   `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbSshKeyReq) Descriptor

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

func (*TbSshKeyReq) GetConnectionName

func (m *TbSshKeyReq) GetConnectionName() string

func (*TbSshKeyReq) GetDescription

func (m *TbSshKeyReq) GetDescription() string

func (*TbSshKeyReq) GetName

func (m *TbSshKeyReq) GetName() string

func (*TbSshKeyReq) Marshal

func (m *TbSshKeyReq) Marshal() (dAtA []byte, err error)

func (*TbSshKeyReq) MarshalTo

func (m *TbSshKeyReq) MarshalTo(dAtA []byte) (int, error)

func (*TbSshKeyReq) MarshalToSizedBuffer

func (m *TbSshKeyReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbSshKeyReq) ProtoMessage

func (*TbSshKeyReq) ProtoMessage()

func (*TbSshKeyReq) Reset

func (m *TbSshKeyReq) Reset()

func (*TbSshKeyReq) Size

func (m *TbSshKeyReq) Size() (n int)

func (*TbSshKeyReq) String

func (m *TbSshKeyReq) String() string

func (*TbSshKeyReq) Unmarshal

func (m *TbSshKeyReq) Unmarshal(dAtA []byte) error

func (*TbSshKeyReq) XXX_DiscardUnknown

func (m *TbSshKeyReq) XXX_DiscardUnknown()

func (*TbSshKeyReq) XXX_Marshal

func (m *TbSshKeyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbSshKeyReq) XXX_Merge

func (m *TbSshKeyReq) XXX_Merge(src proto.Message)

func (*TbSshKeyReq) XXX_Size

func (m *TbSshKeyReq) XXX_Size() int

func (*TbSshKeyReq) XXX_Unmarshal

func (m *TbSshKeyReq) XXX_Unmarshal(b []byte) error

type TbVNetCreateRequest

type TbVNetCreateRequest struct {
	NsId                 string     `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	Item                 *TbVNetReq `protobuf:"bytes,2,opt,name=item,json=vNet,proto3" json:"vNet" yaml:"vNet"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*TbVNetCreateRequest) Descriptor

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

func (*TbVNetCreateRequest) GetItem

func (m *TbVNetCreateRequest) GetItem() *TbVNetReq

func (*TbVNetCreateRequest) GetNsId

func (m *TbVNetCreateRequest) GetNsId() string

func (*TbVNetCreateRequest) Marshal

func (m *TbVNetCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbVNetCreateRequest) MarshalTo

func (m *TbVNetCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbVNetCreateRequest) MarshalToSizedBuffer

func (m *TbVNetCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVNetCreateRequest) ProtoMessage

func (*TbVNetCreateRequest) ProtoMessage()

func (*TbVNetCreateRequest) Reset

func (m *TbVNetCreateRequest) Reset()

func (*TbVNetCreateRequest) Size

func (m *TbVNetCreateRequest) Size() (n int)

func (*TbVNetCreateRequest) String

func (m *TbVNetCreateRequest) String() string

func (*TbVNetCreateRequest) Unmarshal

func (m *TbVNetCreateRequest) Unmarshal(dAtA []byte) error

func (*TbVNetCreateRequest) XXX_DiscardUnknown

func (m *TbVNetCreateRequest) XXX_DiscardUnknown()

func (*TbVNetCreateRequest) XXX_Marshal

func (m *TbVNetCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVNetCreateRequest) XXX_Merge

func (m *TbVNetCreateRequest) XXX_Merge(src proto.Message)

func (*TbVNetCreateRequest) XXX_Size

func (m *TbVNetCreateRequest) XXX_Size() int

func (*TbVNetCreateRequest) XXX_Unmarshal

func (m *TbVNetCreateRequest) XXX_Unmarshal(b []byte) error

type TbVNetInfo

type TbVNetInfo struct {
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string              `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string              `protobuf:"bytes,3,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CidrBlock            string              `protobuf:"bytes,4,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidrBlock" yaml:"cidrBlock"`
	SubnetInfoList       []*SpiderSubnetInfo `protobuf:"bytes,5,rep,name=subnet_info_list,json=subnetInfoList,proto3" json:"subnetInfoList" yaml:"subnetInfoList"`
	Description          string              `protobuf:"bytes,6,opt,name=description,proto3" json:"description" yaml:"description"`
	CspVnetId            string              `protobuf:"bytes,7,opt,name=csp_vnet_id,json=cspVNetId,proto3" json:"cspVNetId" yaml:"cspVNetId"`
	CspVnetName          string              `protobuf:"bytes,8,opt,name=csp_vnet_name,json=cspVNetName,proto3" json:"cspVNetName" yaml:"cspVNetName"`
	Status               string              `protobuf:"bytes,9,opt,name=status,proto3" json:"status" yaml:"status"`
	KeyValueList         []*KeyValue         `protobuf:"bytes,10,rep,name=key_value_list,json=keyValueList,proto3" json:"keyValueList" yaml:"keyValueList"`
	AssociatedObjectList []string            `` /* 140-byte string literal not displayed */
	IsAutoGenerated      bool                `protobuf:"varint,12,opt,name=is_auto_generated,json=isAutoGenerated,proto3" json:"isAutoGenerated" yaml:"isAutoGenerated"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TbVNetInfo) Descriptor

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

func (*TbVNetInfo) GetAssociatedObjectList

func (m *TbVNetInfo) GetAssociatedObjectList() []string

func (*TbVNetInfo) GetCidrBlock

func (m *TbVNetInfo) GetCidrBlock() string

func (*TbVNetInfo) GetConnectionName

func (m *TbVNetInfo) GetConnectionName() string

func (*TbVNetInfo) GetCspVnetId

func (m *TbVNetInfo) GetCspVnetId() string

func (*TbVNetInfo) GetCspVnetName

func (m *TbVNetInfo) GetCspVnetName() string

func (*TbVNetInfo) GetDescription

func (m *TbVNetInfo) GetDescription() string

func (*TbVNetInfo) GetId

func (m *TbVNetInfo) GetId() string

func (*TbVNetInfo) GetIsAutoGenerated

func (m *TbVNetInfo) GetIsAutoGenerated() bool

func (*TbVNetInfo) GetKeyValueList

func (m *TbVNetInfo) GetKeyValueList() []*KeyValue

func (*TbVNetInfo) GetName

func (m *TbVNetInfo) GetName() string

func (*TbVNetInfo) GetStatus

func (m *TbVNetInfo) GetStatus() string

func (*TbVNetInfo) GetSubnetInfoList

func (m *TbVNetInfo) GetSubnetInfoList() []*SpiderSubnetInfo

func (*TbVNetInfo) Marshal

func (m *TbVNetInfo) Marshal() (dAtA []byte, err error)

func (*TbVNetInfo) MarshalTo

func (m *TbVNetInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbVNetInfo) MarshalToSizedBuffer

func (m *TbVNetInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVNetInfo) ProtoMessage

func (*TbVNetInfo) ProtoMessage()

func (*TbVNetInfo) Reset

func (m *TbVNetInfo) Reset()

func (*TbVNetInfo) Size

func (m *TbVNetInfo) Size() (n int)

func (*TbVNetInfo) String

func (m *TbVNetInfo) String() string

func (*TbVNetInfo) Unmarshal

func (m *TbVNetInfo) Unmarshal(dAtA []byte) error

func (*TbVNetInfo) XXX_DiscardUnknown

func (m *TbVNetInfo) XXX_DiscardUnknown()

func (*TbVNetInfo) XXX_Marshal

func (m *TbVNetInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVNetInfo) XXX_Merge

func (m *TbVNetInfo) XXX_Merge(src proto.Message)

func (*TbVNetInfo) XXX_Size

func (m *TbVNetInfo) XXX_Size() int

func (*TbVNetInfo) XXX_Unmarshal

func (m *TbVNetInfo) XXX_Unmarshal(b []byte) error

type TbVNetInfoResponse

type TbVNetInfoResponse struct {
	Item                 *TbVNetInfo `protobuf:"bytes,1,opt,name=item,json=vNet,proto3" json:"vNet" yaml:"vNet"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbVNetInfoResponse) Descriptor

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

func (*TbVNetInfoResponse) GetItem

func (m *TbVNetInfoResponse) GetItem() *TbVNetInfo

func (*TbVNetInfoResponse) Marshal

func (m *TbVNetInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbVNetInfoResponse) MarshalTo

func (m *TbVNetInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbVNetInfoResponse) MarshalToSizedBuffer

func (m *TbVNetInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVNetInfoResponse) ProtoMessage

func (*TbVNetInfoResponse) ProtoMessage()

func (*TbVNetInfoResponse) Reset

func (m *TbVNetInfoResponse) Reset()

func (*TbVNetInfoResponse) Size

func (m *TbVNetInfoResponse) Size() (n int)

func (*TbVNetInfoResponse) String

func (m *TbVNetInfoResponse) String() string

func (*TbVNetInfoResponse) Unmarshal

func (m *TbVNetInfoResponse) Unmarshal(dAtA []byte) error

func (*TbVNetInfoResponse) XXX_DiscardUnknown

func (m *TbVNetInfoResponse) XXX_DiscardUnknown()

func (*TbVNetInfoResponse) XXX_Marshal

func (m *TbVNetInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVNetInfoResponse) XXX_Merge

func (m *TbVNetInfoResponse) XXX_Merge(src proto.Message)

func (*TbVNetInfoResponse) XXX_Size

func (m *TbVNetInfoResponse) XXX_Size() int

func (*TbVNetInfoResponse) XXX_Unmarshal

func (m *TbVNetInfoResponse) XXX_Unmarshal(b []byte) error

type TbVNetReq

type TbVNetReq struct {
	Name                 string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ConnectionName       string                 `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	CidrBlock            string                 `protobuf:"bytes,3,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidrBlock" yaml:"cidrBlock"`
	SubnetInfoList       []*SpiderSubnetReqInfo `protobuf:"bytes,4,rep,name=subnet_info_list,json=subnetInfoList,proto3" json:"subnetInfoList" yaml:"subnetInfoList"`
	Description          string                 `protobuf:"bytes,5,opt,name=description,proto3" json:"description" yaml:"description"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*TbVNetReq) Descriptor

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

func (*TbVNetReq) GetCidrBlock

func (m *TbVNetReq) GetCidrBlock() string

func (*TbVNetReq) GetConnectionName

func (m *TbVNetReq) GetConnectionName() string

func (*TbVNetReq) GetDescription

func (m *TbVNetReq) GetDescription() string

func (*TbVNetReq) GetName

func (m *TbVNetReq) GetName() string

func (*TbVNetReq) GetSubnetInfoList

func (m *TbVNetReq) GetSubnetInfoList() []*SpiderSubnetReqInfo

func (*TbVNetReq) Marshal

func (m *TbVNetReq) Marshal() (dAtA []byte, err error)

func (*TbVNetReq) MarshalTo

func (m *TbVNetReq) MarshalTo(dAtA []byte) (int, error)

func (*TbVNetReq) MarshalToSizedBuffer

func (m *TbVNetReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVNetReq) ProtoMessage

func (*TbVNetReq) ProtoMessage()

func (*TbVNetReq) Reset

func (m *TbVNetReq) Reset()

func (*TbVNetReq) Size

func (m *TbVNetReq) Size() (n int)

func (*TbVNetReq) String

func (m *TbVNetReq) String() string

func (*TbVNetReq) Unmarshal

func (m *TbVNetReq) Unmarshal(dAtA []byte) error

func (*TbVNetReq) XXX_DiscardUnknown

func (m *TbVNetReq) XXX_DiscardUnknown()

func (*TbVNetReq) XXX_Marshal

func (m *TbVNetReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVNetReq) XXX_Merge

func (m *TbVNetReq) XXX_Merge(src proto.Message)

func (*TbVNetReq) XXX_Size

func (m *TbVNetReq) XXX_Size() int

func (*TbVNetReq) XXX_Unmarshal

func (m *TbVNetReq) XXX_Unmarshal(b []byte) error

type TbVmActionRequest

type TbVmActionRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	Action               string   `protobuf:"bytes,4,opt,name=action,proto3" json:"action" yaml:"action"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbVmActionRequest) Descriptor

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

func (*TbVmActionRequest) GetAction

func (m *TbVmActionRequest) GetAction() string

func (*TbVmActionRequest) GetMcisId

func (m *TbVmActionRequest) GetMcisId() string

func (*TbVmActionRequest) GetNsId

func (m *TbVmActionRequest) GetNsId() string

func (*TbVmActionRequest) GetVmId

func (m *TbVmActionRequest) GetVmId() string

func (*TbVmActionRequest) Marshal

func (m *TbVmActionRequest) Marshal() (dAtA []byte, err error)

func (*TbVmActionRequest) MarshalTo

func (m *TbVmActionRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbVmActionRequest) MarshalToSizedBuffer

func (m *TbVmActionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmActionRequest) ProtoMessage

func (*TbVmActionRequest) ProtoMessage()

func (*TbVmActionRequest) Reset

func (m *TbVmActionRequest) Reset()

func (*TbVmActionRequest) Size

func (m *TbVmActionRequest) Size() (n int)

func (*TbVmActionRequest) String

func (m *TbVmActionRequest) String() string

func (*TbVmActionRequest) Unmarshal

func (m *TbVmActionRequest) Unmarshal(dAtA []byte) error

func (*TbVmActionRequest) XXX_DiscardUnknown

func (m *TbVmActionRequest) XXX_DiscardUnknown()

func (*TbVmActionRequest) XXX_Marshal

func (m *TbVmActionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmActionRequest) XXX_Merge

func (m *TbVmActionRequest) XXX_Merge(src proto.Message)

func (*TbVmActionRequest) XXX_Size

func (m *TbVmActionRequest) XXX_Size() int

func (*TbVmActionRequest) XXX_Unmarshal

func (m *TbVmActionRequest) XXX_Unmarshal(b []byte) error

type TbVmCreateRequest

type TbVmCreateRequest struct {
	NsId                 string    `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string    `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Item                 *TbVmInfo `protobuf:"bytes,3,opt,name=item,json=mcisvm,proto3" json:"mcisvm" yaml:"mcisvm"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*TbVmCreateRequest) Descriptor

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

func (*TbVmCreateRequest) GetItem

func (m *TbVmCreateRequest) GetItem() *TbVmInfo

func (*TbVmCreateRequest) GetMcisId

func (m *TbVmCreateRequest) GetMcisId() string

func (*TbVmCreateRequest) GetNsId

func (m *TbVmCreateRequest) GetNsId() string

func (*TbVmCreateRequest) Marshal

func (m *TbVmCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbVmCreateRequest) MarshalTo

func (m *TbVmCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbVmCreateRequest) MarshalToSizedBuffer

func (m *TbVmCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmCreateRequest) ProtoMessage

func (*TbVmCreateRequest) ProtoMessage()

func (*TbVmCreateRequest) Reset

func (m *TbVmCreateRequest) Reset()

func (*TbVmCreateRequest) Size

func (m *TbVmCreateRequest) Size() (n int)

func (*TbVmCreateRequest) String

func (m *TbVmCreateRequest) String() string

func (*TbVmCreateRequest) Unmarshal

func (m *TbVmCreateRequest) Unmarshal(dAtA []byte) error

func (*TbVmCreateRequest) XXX_DiscardUnknown

func (m *TbVmCreateRequest) XXX_DiscardUnknown()

func (*TbVmCreateRequest) XXX_Marshal

func (m *TbVmCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmCreateRequest) XXX_Merge

func (m *TbVmCreateRequest) XXX_Merge(src proto.Message)

func (*TbVmCreateRequest) XXX_Size

func (m *TbVmCreateRequest) XXX_Size() int

func (*TbVmCreateRequest) XXX_Unmarshal

func (m *TbVmCreateRequest) XXX_Unmarshal(b []byte) error

type TbVmGroupCreateRequest

type TbVmGroupCreateRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Item                 *TbVmReq `protobuf:"bytes,3,opt,name=item,json=groupvm,proto3" json:"groupvm" yaml:"groupvm"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbVmGroupCreateRequest) Descriptor

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

func (*TbVmGroupCreateRequest) GetItem

func (m *TbVmGroupCreateRequest) GetItem() *TbVmReq

func (*TbVmGroupCreateRequest) GetMcisId

func (m *TbVmGroupCreateRequest) GetMcisId() string

func (*TbVmGroupCreateRequest) GetNsId

func (m *TbVmGroupCreateRequest) GetNsId() string

func (*TbVmGroupCreateRequest) Marshal

func (m *TbVmGroupCreateRequest) Marshal() (dAtA []byte, err error)

func (*TbVmGroupCreateRequest) MarshalTo

func (m *TbVmGroupCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbVmGroupCreateRequest) MarshalToSizedBuffer

func (m *TbVmGroupCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmGroupCreateRequest) ProtoMessage

func (*TbVmGroupCreateRequest) ProtoMessage()

func (*TbVmGroupCreateRequest) Reset

func (m *TbVmGroupCreateRequest) Reset()

func (*TbVmGroupCreateRequest) Size

func (m *TbVmGroupCreateRequest) Size() (n int)

func (*TbVmGroupCreateRequest) String

func (m *TbVmGroupCreateRequest) String() string

func (*TbVmGroupCreateRequest) Unmarshal

func (m *TbVmGroupCreateRequest) Unmarshal(dAtA []byte) error

func (*TbVmGroupCreateRequest) XXX_DiscardUnknown

func (m *TbVmGroupCreateRequest) XXX_DiscardUnknown()

func (*TbVmGroupCreateRequest) XXX_Marshal

func (m *TbVmGroupCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmGroupCreateRequest) XXX_Merge

func (m *TbVmGroupCreateRequest) XXX_Merge(src proto.Message)

func (*TbVmGroupCreateRequest) XXX_Size

func (m *TbVmGroupCreateRequest) XXX_Size() int

func (*TbVmGroupCreateRequest) XXX_Unmarshal

func (m *TbVmGroupCreateRequest) XXX_Unmarshal(b []byte) error

type TbVmInfo

type TbVmInfo struct {
	Id                   string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	VmGroupId            string        `protobuf:"bytes,3,opt,name=vm_group_id,json=vmGroupId,proto3" json:"vmGroupId" yaml:"vmGroupId"`
	Location             *GeoLocation  `protobuf:"bytes,4,opt,name=location,proto3" json:"location" yaml:"location"`
	Status               string        `protobuf:"bytes,5,opt,name=status,proto3" json:"status" yaml:"status"`
	TargetStatus         string        `protobuf:"bytes,6,opt,name=target_status,json=targetStatus,proto3" json:"targetStatus" yaml:"targetStatus"`
	TargetAction         string        `protobuf:"bytes,7,opt,name=target_action,json=targetAction,proto3" json:"targetAction" yaml:"targetAction"`
	MonAgentStatus       string        `protobuf:"bytes,8,opt,name=mon_agent_status,json=monAgentStatus,proto3" json:"monAgentStatus" yaml:"monAgentStatus"`
	SystemMessage        string        `protobuf:"bytes,9,opt,name=system_message,json=systemMessage,proto3" json:"systemMessage" yaml:"systemMessage"`
	CreatedTime          string        `protobuf:"bytes,10,opt,name=created_time,json=createdTime,proto3" json:"createdTime" yaml:"createdTime"`
	Label                string        `protobuf:"bytes,11,opt,name=label,proto3" json:"label" yaml:"label"`
	Description          string        `protobuf:"bytes,12,opt,name=description,proto3" json:"description" yaml:"description"`
	Region               *RegionInfo   `protobuf:"bytes,13,opt,name=region,proto3" json:"region" yaml:"region"`
	PublicIp             string        `protobuf:"bytes,14,opt,name=public_ip,json=publicIP,proto3" json:"publicIP" yaml:"publicIP"`
	SshPort              string        `protobuf:"bytes,15,opt,name=ssh_port,json=sshPort,proto3" json:"sshPort" yaml:"sshPort"`
	PublicDns            string        `protobuf:"bytes,16,opt,name=public_dns,json=publicDNS,proto3" json:"publicDNS" yaml:"publicDNS"`
	PrivateIp            string        `protobuf:"bytes,17,opt,name=private_ip,json=privateIP,proto3" json:"privateIP" yaml:"privateIP"`
	PrivateDns           string        `protobuf:"bytes,18,opt,name=private_dns,json=privateDNS,proto3" json:"privateDNS" yaml:"privateDNS"`
	VmBootDisk           string        `protobuf:"bytes,19,opt,name=vm_boot_disk,json=vmBootDisk,proto3" json:"vmBootDisk" yaml:"vmBootDisk"`
	VmBlockDisk          string        `protobuf:"bytes,20,opt,name=vm_block_disk,json=vmBlockDisk,proto3" json:"vmBlockDisk" yaml:"vmBlockDisk"`
	ConnectionName       string        `protobuf:"bytes,21,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	SpecId               string        `protobuf:"bytes,22,opt,name=spec_id,json=specId,proto3" json:"specId" yaml:"specId"`
	ImageId              string        `protobuf:"bytes,23,opt,name=image_id,json=imageId,proto3" json:"imageId" yaml:"imageId"`
	VnetId               string        `protobuf:"bytes,24,opt,name=vnet_id,json=vNetId,proto3" json:"vNetId" yaml:"vNetId"`
	SubnetId             string        `protobuf:"bytes,25,opt,name=subnet_id,json=subnetId,proto3" json:"subnetId" yaml:"subnetId"`
	SecurityGroupIds     []string      `protobuf:"bytes,26,rep,name=security_group_ids,json=securityGroupIds,proto3" json:"securityGroupIds" yaml:"securityGroupIds"`
	SshKeyId             string        `protobuf:"bytes,27,opt,name=ssh_key_id,json=sshKeyId,proto3" json:"sshKeyId" yaml:"sshKeyId"`
	VmUserAccount        string        `protobuf:"bytes,28,opt,name=vm_user_account,json=vmUserAccount,proto3" json:"vmUserAccount" yaml:"vmUserAccount"`
	VmUserPassword       string        `protobuf:"bytes,29,opt,name=vm_user_password,json=vmUserPassword,proto3" json:"vmUserPassword" yaml:"vmUserPassword"`
	CspViewVmDetail      *SpiderVMInfo `protobuf:"bytes,30,opt,name=csp_view_vm_detail,json=cspViewVmDetail,proto3" json:"cspViewVmDetail" yaml:"cspViewVmDetail"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*TbVmInfo) Descriptor

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

func (*TbVmInfo) GetConnectionName

func (m *TbVmInfo) GetConnectionName() string

func (*TbVmInfo) GetCreatedTime

func (m *TbVmInfo) GetCreatedTime() string

func (*TbVmInfo) GetCspViewVmDetail

func (m *TbVmInfo) GetCspViewVmDetail() *SpiderVMInfo

func (*TbVmInfo) GetDescription

func (m *TbVmInfo) GetDescription() string

func (*TbVmInfo) GetId

func (m *TbVmInfo) GetId() string

func (*TbVmInfo) GetImageId

func (m *TbVmInfo) GetImageId() string

func (*TbVmInfo) GetLabel

func (m *TbVmInfo) GetLabel() string

func (*TbVmInfo) GetLocation

func (m *TbVmInfo) GetLocation() *GeoLocation

func (*TbVmInfo) GetMonAgentStatus

func (m *TbVmInfo) GetMonAgentStatus() string

func (*TbVmInfo) GetName

func (m *TbVmInfo) GetName() string

func (*TbVmInfo) GetPrivateDns

func (m *TbVmInfo) GetPrivateDns() string

func (*TbVmInfo) GetPrivateIp

func (m *TbVmInfo) GetPrivateIp() string

func (*TbVmInfo) GetPublicDns

func (m *TbVmInfo) GetPublicDns() string

func (*TbVmInfo) GetPublicIp

func (m *TbVmInfo) GetPublicIp() string

func (*TbVmInfo) GetRegion

func (m *TbVmInfo) GetRegion() *RegionInfo

func (*TbVmInfo) GetSecurityGroupIds

func (m *TbVmInfo) GetSecurityGroupIds() []string

func (*TbVmInfo) GetSpecId

func (m *TbVmInfo) GetSpecId() string

func (*TbVmInfo) GetSshKeyId

func (m *TbVmInfo) GetSshKeyId() string

func (*TbVmInfo) GetSshPort

func (m *TbVmInfo) GetSshPort() string

func (*TbVmInfo) GetStatus

func (m *TbVmInfo) GetStatus() string

func (*TbVmInfo) GetSubnetId

func (m *TbVmInfo) GetSubnetId() string

func (*TbVmInfo) GetSystemMessage

func (m *TbVmInfo) GetSystemMessage() string

func (*TbVmInfo) GetTargetAction

func (m *TbVmInfo) GetTargetAction() string

func (*TbVmInfo) GetTargetStatus

func (m *TbVmInfo) GetTargetStatus() string

func (*TbVmInfo) GetVmBlockDisk

func (m *TbVmInfo) GetVmBlockDisk() string

func (*TbVmInfo) GetVmBootDisk

func (m *TbVmInfo) GetVmBootDisk() string

func (*TbVmInfo) GetVmGroupId

func (m *TbVmInfo) GetVmGroupId() string

func (*TbVmInfo) GetVmUserAccount

func (m *TbVmInfo) GetVmUserAccount() string

func (*TbVmInfo) GetVmUserPassword

func (m *TbVmInfo) GetVmUserPassword() string

func (*TbVmInfo) GetVnetId

func (m *TbVmInfo) GetVnetId() string

func (*TbVmInfo) Marshal

func (m *TbVmInfo) Marshal() (dAtA []byte, err error)

func (*TbVmInfo) MarshalTo

func (m *TbVmInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbVmInfo) MarshalToSizedBuffer

func (m *TbVmInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmInfo) ProtoMessage

func (*TbVmInfo) ProtoMessage()

func (*TbVmInfo) Reset

func (m *TbVmInfo) Reset()

func (*TbVmInfo) Size

func (m *TbVmInfo) Size() (n int)

func (*TbVmInfo) String

func (m *TbVmInfo) String() string

func (*TbVmInfo) Unmarshal

func (m *TbVmInfo) Unmarshal(dAtA []byte) error

func (*TbVmInfo) XXX_DiscardUnknown

func (m *TbVmInfo) XXX_DiscardUnknown()

func (*TbVmInfo) XXX_Marshal

func (m *TbVmInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmInfo) XXX_Merge

func (m *TbVmInfo) XXX_Merge(src proto.Message)

func (*TbVmInfo) XXX_Size

func (m *TbVmInfo) XXX_Size() int

func (*TbVmInfo) XXX_Unmarshal

func (m *TbVmInfo) XXX_Unmarshal(b []byte) error

type TbVmInfoResponse

type TbVmInfoResponse struct {
	Item                 *TbVmInfo `protobuf:"bytes,1,opt,name=item,json=mcisvm,proto3" json:"mcisvm" yaml:"mcisvm"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*TbVmInfoResponse) Descriptor

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

func (*TbVmInfoResponse) GetItem

func (m *TbVmInfoResponse) GetItem() *TbVmInfo

func (*TbVmInfoResponse) Marshal

func (m *TbVmInfoResponse) Marshal() (dAtA []byte, err error)

func (*TbVmInfoResponse) MarshalTo

func (m *TbVmInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TbVmInfoResponse) MarshalToSizedBuffer

func (m *TbVmInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmInfoResponse) ProtoMessage

func (*TbVmInfoResponse) ProtoMessage()

func (*TbVmInfoResponse) Reset

func (m *TbVmInfoResponse) Reset()

func (*TbVmInfoResponse) Size

func (m *TbVmInfoResponse) Size() (n int)

func (*TbVmInfoResponse) String

func (m *TbVmInfoResponse) String() string

func (*TbVmInfoResponse) Unmarshal

func (m *TbVmInfoResponse) Unmarshal(dAtA []byte) error

func (*TbVmInfoResponse) XXX_DiscardUnknown

func (m *TbVmInfoResponse) XXX_DiscardUnknown()

func (*TbVmInfoResponse) XXX_Marshal

func (m *TbVmInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmInfoResponse) XXX_Merge

func (m *TbVmInfoResponse) XXX_Merge(src proto.Message)

func (*TbVmInfoResponse) XXX_Size

func (m *TbVmInfoResponse) XXX_Size() int

func (*TbVmInfoResponse) XXX_Unmarshal

func (m *TbVmInfoResponse) XXX_Unmarshal(b []byte) error

type TbVmPriority

type TbVmPriority struct {
	Priority             string      `protobuf:"bytes,1,opt,name=priority,proto3" json:"priority" yaml:"priority"`
	VmSpec               *TbSpecInfo `protobuf:"bytes,2,opt,name=vm_spec,json=vmSpec,proto3" json:"vmSpec" yaml:"vmSpec"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbVmPriority) Descriptor

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

func (*TbVmPriority) GetPriority

func (m *TbVmPriority) GetPriority() string

func (*TbVmPriority) GetVmSpec

func (m *TbVmPriority) GetVmSpec() *TbSpecInfo

func (*TbVmPriority) Marshal

func (m *TbVmPriority) Marshal() (dAtA []byte, err error)

func (*TbVmPriority) MarshalTo

func (m *TbVmPriority) MarshalTo(dAtA []byte) (int, error)

func (*TbVmPriority) MarshalToSizedBuffer

func (m *TbVmPriority) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmPriority) ProtoMessage

func (*TbVmPriority) ProtoMessage()

func (*TbVmPriority) Reset

func (m *TbVmPriority) Reset()

func (*TbVmPriority) Size

func (m *TbVmPriority) Size() (n int)

func (*TbVmPriority) String

func (m *TbVmPriority) String() string

func (*TbVmPriority) Unmarshal

func (m *TbVmPriority) Unmarshal(dAtA []byte) error

func (*TbVmPriority) XXX_DiscardUnknown

func (m *TbVmPriority) XXX_DiscardUnknown()

func (*TbVmPriority) XXX_Marshal

func (m *TbVmPriority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmPriority) XXX_Merge

func (m *TbVmPriority) XXX_Merge(src proto.Message)

func (*TbVmPriority) XXX_Size

func (m *TbVmPriority) XXX_Size() int

func (*TbVmPriority) XXX_Unmarshal

func (m *TbVmPriority) XXX_Unmarshal(b []byte) error

type TbVmQryRequest

type TbVmQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbVmQryRequest) Descriptor

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

func (*TbVmQryRequest) GetMcisId

func (m *TbVmQryRequest) GetMcisId() string

func (*TbVmQryRequest) GetNsId

func (m *TbVmQryRequest) GetNsId() string

func (*TbVmQryRequest) GetVmId

func (m *TbVmQryRequest) GetVmId() string

func (*TbVmQryRequest) Marshal

func (m *TbVmQryRequest) Marshal() (dAtA []byte, err error)

func (*TbVmQryRequest) MarshalTo

func (m *TbVmQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*TbVmQryRequest) MarshalToSizedBuffer

func (m *TbVmQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmQryRequest) ProtoMessage

func (*TbVmQryRequest) ProtoMessage()

func (*TbVmQryRequest) Reset

func (m *TbVmQryRequest) Reset()

func (*TbVmQryRequest) Size

func (m *TbVmQryRequest) Size() (n int)

func (*TbVmQryRequest) String

func (m *TbVmQryRequest) String() string

func (*TbVmQryRequest) Unmarshal

func (m *TbVmQryRequest) Unmarshal(dAtA []byte) error

func (*TbVmQryRequest) XXX_DiscardUnknown

func (m *TbVmQryRequest) XXX_DiscardUnknown()

func (*TbVmQryRequest) XXX_Marshal

func (m *TbVmQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmQryRequest) XXX_Merge

func (m *TbVmQryRequest) XXX_Merge(src proto.Message)

func (*TbVmQryRequest) XXX_Size

func (m *TbVmQryRequest) XXX_Size() int

func (*TbVmQryRequest) XXX_Unmarshal

func (m *TbVmQryRequest) XXX_Unmarshal(b []byte) error

type TbVmRecommendInfo

type TbVmRecommendInfo struct {
	VmReq                *TbVmRecommendReq `protobuf:"bytes,1,opt,name=vm_req,json=vmReq,proto3" json:"vmReq" yaml:"vmReq"`
	VmPriority           []*TbVmPriority   `protobuf:"bytes,2,rep,name=vm_priority,json=vmPriority,proto3" json:"vmPriority" yaml:"vmPriority"`
	PlacementAlgo        string            `protobuf:"bytes,3,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	PlacementParam       []*KeyValue       `protobuf:"bytes,4,rep,name=placement_param,json=placementParam,proto3" json:"placementParam" yaml:"placementParam"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TbVmRecommendInfo) Descriptor

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

func (*TbVmRecommendInfo) GetPlacementAlgo

func (m *TbVmRecommendInfo) GetPlacementAlgo() string

func (*TbVmRecommendInfo) GetPlacementParam

func (m *TbVmRecommendInfo) GetPlacementParam() []*KeyValue

func (*TbVmRecommendInfo) GetVmPriority

func (m *TbVmRecommendInfo) GetVmPriority() []*TbVmPriority

func (*TbVmRecommendInfo) GetVmReq

func (m *TbVmRecommendInfo) GetVmReq() *TbVmRecommendReq

func (*TbVmRecommendInfo) Marshal

func (m *TbVmRecommendInfo) Marshal() (dAtA []byte, err error)

func (*TbVmRecommendInfo) MarshalTo

func (m *TbVmRecommendInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbVmRecommendInfo) MarshalToSizedBuffer

func (m *TbVmRecommendInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmRecommendInfo) ProtoMessage

func (*TbVmRecommendInfo) ProtoMessage()

func (*TbVmRecommendInfo) Reset

func (m *TbVmRecommendInfo) Reset()

func (*TbVmRecommendInfo) Size

func (m *TbVmRecommendInfo) Size() (n int)

func (*TbVmRecommendInfo) String

func (m *TbVmRecommendInfo) String() string

func (*TbVmRecommendInfo) Unmarshal

func (m *TbVmRecommendInfo) Unmarshal(dAtA []byte) error

func (*TbVmRecommendInfo) XXX_DiscardUnknown

func (m *TbVmRecommendInfo) XXX_DiscardUnknown()

func (*TbVmRecommendInfo) XXX_Marshal

func (m *TbVmRecommendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmRecommendInfo) XXX_Merge

func (m *TbVmRecommendInfo) XXX_Merge(src proto.Message)

func (*TbVmRecommendInfo) XXX_Size

func (m *TbVmRecommendInfo) XXX_Size() int

func (*TbVmRecommendInfo) XXX_Unmarshal

func (m *TbVmRecommendInfo) XXX_Unmarshal(b []byte) error

type TbVmRecommendReq

type TbVmRecommendReq struct {
	RequestName          string      `protobuf:"bytes,1,opt,name=request_name,json=requestName,proto3" json:"requestName" yaml:"requestName"`
	MaxResultNum         string      `protobuf:"bytes,2,opt,name=max_result_num,json=maxResultNum,proto3" json:"maxResultNum" yaml:"maxResultNum"`
	VcpuSize             string      `protobuf:"bytes,3,opt,name=vcpu_size,json=vcpuSize,proto3" json:"vcpuSize" yaml:"vcpuSize"`
	MemorySize           string      `protobuf:"bytes,4,opt,name=memory_size,json=memorySize,proto3" json:"memorySize" yaml:"memorySize"`
	DiskSize             string      `protobuf:"bytes,5,opt,name=disk_size,json=diskSize,proto3" json:"diskSize" yaml:"diskSize"`
	PlacementAlgo        string      `protobuf:"bytes,6,opt,name=placement_algo,json=placementAlgo,proto3" json:"placementAlgo" yaml:"placementAlgo"`
	PlacementParam       []*KeyValue `protobuf:"bytes,7,rep,name=placement_param,json=placementParam,proto3" json:"placementParam" yaml:"placementParam"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TbVmRecommendReq) Descriptor

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

func (*TbVmRecommendReq) GetDiskSize

func (m *TbVmRecommendReq) GetDiskSize() string

func (*TbVmRecommendReq) GetMaxResultNum

func (m *TbVmRecommendReq) GetMaxResultNum() string

func (*TbVmRecommendReq) GetMemorySize

func (m *TbVmRecommendReq) GetMemorySize() string

func (*TbVmRecommendReq) GetPlacementAlgo

func (m *TbVmRecommendReq) GetPlacementAlgo() string

func (*TbVmRecommendReq) GetPlacementParam

func (m *TbVmRecommendReq) GetPlacementParam() []*KeyValue

func (*TbVmRecommendReq) GetRequestName

func (m *TbVmRecommendReq) GetRequestName() string

func (*TbVmRecommendReq) GetVcpuSize

func (m *TbVmRecommendReq) GetVcpuSize() string

func (*TbVmRecommendReq) Marshal

func (m *TbVmRecommendReq) Marshal() (dAtA []byte, err error)

func (*TbVmRecommendReq) MarshalTo

func (m *TbVmRecommendReq) MarshalTo(dAtA []byte) (int, error)

func (*TbVmRecommendReq) MarshalToSizedBuffer

func (m *TbVmRecommendReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmRecommendReq) ProtoMessage

func (*TbVmRecommendReq) ProtoMessage()

func (*TbVmRecommendReq) Reset

func (m *TbVmRecommendReq) Reset()

func (*TbVmRecommendReq) Size

func (m *TbVmRecommendReq) Size() (n int)

func (*TbVmRecommendReq) String

func (m *TbVmRecommendReq) String() string

func (*TbVmRecommendReq) Unmarshal

func (m *TbVmRecommendReq) Unmarshal(dAtA []byte) error

func (*TbVmRecommendReq) XXX_DiscardUnknown

func (m *TbVmRecommendReq) XXX_DiscardUnknown()

func (*TbVmRecommendReq) XXX_Marshal

func (m *TbVmRecommendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmRecommendReq) XXX_Merge

func (m *TbVmRecommendReq) XXX_Merge(src proto.Message)

func (*TbVmRecommendReq) XXX_Size

func (m *TbVmRecommendReq) XXX_Size() int

func (*TbVmRecommendReq) XXX_Unmarshal

func (m *TbVmRecommendReq) XXX_Unmarshal(b []byte) error

type TbVmReq

type TbVmReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	VmGroupSize          string   `protobuf:"bytes,2,opt,name=vm_group_size,json=vmGroupSize,proto3" json:"vmGroupSize" yaml:"vmGroupSize"`
	Label                string   `protobuf:"bytes,3,opt,name=label,proto3" json:"label" yaml:"label"`
	Description          string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description" yaml:"description"`
	ConnectionName       string   `protobuf:"bytes,5,opt,name=connection_name,json=connectionName,proto3" json:"connectionName" yaml:"connectionName"`
	SpecId               string   `protobuf:"bytes,6,opt,name=spec_id,json=specId,proto3" json:"specId" yaml:"specId"`
	ImageId              string   `protobuf:"bytes,7,opt,name=image_id,json=imageId,proto3" json:"imageId" yaml:"imageId"`
	VnetId               string   `protobuf:"bytes,8,opt,name=vnet_id,json=vNetId,proto3" json:"vNetId" yaml:"vNetId"`
	SubnetId             string   `protobuf:"bytes,9,opt,name=subnet_id,json=subnetId,proto3" json:"subnetId" yaml:"subnetId"`
	SecurityGroupIds     []string `protobuf:"bytes,10,rep,name=security_group_ids,json=securityGroupIds,proto3" json:"securityGroupIds" yaml:"securityGroupIds"`
	SshKeyId             string   `protobuf:"bytes,11,opt,name=ssh_key_id,json=sshKeyId,proto3" json:"sshKeyId" yaml:"sshKeyId"`
	VmUserAccount        string   `protobuf:"bytes,12,opt,name=vm_user_account,json=vmUserAccount,proto3" json:"vmUserAccount" yaml:"vmUserAccount"`
	VmUserPassword       string   `protobuf:"bytes,13,opt,name=vm_user_password,json=vmUserPassword,proto3" json:"vmUserPassword" yaml:"vmUserPassword"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TbVmReq) Descriptor

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

func (*TbVmReq) GetConnectionName

func (m *TbVmReq) GetConnectionName() string

func (*TbVmReq) GetDescription

func (m *TbVmReq) GetDescription() string

func (*TbVmReq) GetImageId

func (m *TbVmReq) GetImageId() string

func (*TbVmReq) GetLabel

func (m *TbVmReq) GetLabel() string

func (*TbVmReq) GetName

func (m *TbVmReq) GetName() string

func (*TbVmReq) GetSecurityGroupIds

func (m *TbVmReq) GetSecurityGroupIds() []string

func (*TbVmReq) GetSpecId

func (m *TbVmReq) GetSpecId() string

func (*TbVmReq) GetSshKeyId

func (m *TbVmReq) GetSshKeyId() string

func (*TbVmReq) GetSubnetId

func (m *TbVmReq) GetSubnetId() string

func (*TbVmReq) GetVmGroupSize

func (m *TbVmReq) GetVmGroupSize() string

func (*TbVmReq) GetVmUserAccount

func (m *TbVmReq) GetVmUserAccount() string

func (*TbVmReq) GetVmUserPassword

func (m *TbVmReq) GetVmUserPassword() string

func (*TbVmReq) GetVnetId

func (m *TbVmReq) GetVnetId() string

func (*TbVmReq) Marshal

func (m *TbVmReq) Marshal() (dAtA []byte, err error)

func (*TbVmReq) MarshalTo

func (m *TbVmReq) MarshalTo(dAtA []byte) (int, error)

func (*TbVmReq) MarshalToSizedBuffer

func (m *TbVmReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmReq) ProtoMessage

func (*TbVmReq) ProtoMessage()

func (*TbVmReq) Reset

func (m *TbVmReq) Reset()

func (*TbVmReq) Size

func (m *TbVmReq) Size() (n int)

func (*TbVmReq) String

func (m *TbVmReq) String() string

func (*TbVmReq) Unmarshal

func (m *TbVmReq) Unmarshal(dAtA []byte) error

func (*TbVmReq) XXX_DiscardUnknown

func (m *TbVmReq) XXX_DiscardUnknown()

func (*TbVmReq) XXX_Marshal

func (m *TbVmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmReq) XXX_Merge

func (m *TbVmReq) XXX_Merge(src proto.Message)

func (*TbVmReq) XXX_Size

func (m *TbVmReq) XXX_Size() int

func (*TbVmReq) XXX_Unmarshal

func (m *TbVmReq) XXX_Unmarshal(b []byte) error

type TbVmStatusInfo

type TbVmStatusInfo struct {
	Id                   string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	Name                 string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name" yaml:"name"`
	CspVmId              string       `protobuf:"bytes,3,opt,name=csp_vm_id,json=cspVmId,proto3" json:"cspVmId" yaml:"cspVmId"`
	Status               string       `protobuf:"bytes,4,opt,name=status,proto3" json:"status" yaml:"status"`
	TargetStatus         string       `protobuf:"bytes,5,opt,name=target_status,json=targetStatus,proto3" json:"targetStatus" yaml:"targetStatus"`
	TargetAction         string       `protobuf:"bytes,6,opt,name=target_action,json=targetAction,proto3" json:"targetAction" yaml:"targetAction"`
	NativeStatus         string       `protobuf:"bytes,7,opt,name=native_status,json=nativeStatus,proto3" json:"nativeStatus" yaml:"nativeStatus"`
	MonAgentStatus       string       `protobuf:"bytes,8,opt,name=mon_agent_status,json=monAgentStatus,proto3" json:"monAgentStatus" yaml:"monAgentStatus"`
	SystemMessage        string       `protobuf:"bytes,9,opt,name=system_message,json=systemMessage,proto3" json:"systemMessage" yaml:"systemMessage"`
	CreatedTime          string       `protobuf:"bytes,10,opt,name=created_time,json=createdTime,proto3" json:"createdTime" yaml:"createdTime"`
	PublicIp             string       `protobuf:"bytes,11,opt,name=public_ip,json=publicIp,proto3" json:"publicIp" yaml:"publicIp"`
	PrivateIp            string       `protobuf:"bytes,12,opt,name=private_ip,json=privateIp,proto3" json:"privateIp" yaml:"privateIp"`
	SshPort              string       `protobuf:"bytes,13,opt,name=ssh_port,json=sshPort,proto3" json:"sshPort" yaml:"sshPort"`
	Location             *GeoLocation `protobuf:"bytes,14,opt,name=location,proto3" json:"location" yaml:"location"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TbVmStatusInfo) Descriptor

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

func (*TbVmStatusInfo) GetCreatedTime

func (m *TbVmStatusInfo) GetCreatedTime() string

func (*TbVmStatusInfo) GetCspVmId

func (m *TbVmStatusInfo) GetCspVmId() string

func (*TbVmStatusInfo) GetId

func (m *TbVmStatusInfo) GetId() string

func (*TbVmStatusInfo) GetLocation

func (m *TbVmStatusInfo) GetLocation() *GeoLocation

func (*TbVmStatusInfo) GetMonAgentStatus

func (m *TbVmStatusInfo) GetMonAgentStatus() string

func (*TbVmStatusInfo) GetName

func (m *TbVmStatusInfo) GetName() string

func (*TbVmStatusInfo) GetNativeStatus

func (m *TbVmStatusInfo) GetNativeStatus() string

func (*TbVmStatusInfo) GetPrivateIp

func (m *TbVmStatusInfo) GetPrivateIp() string

func (*TbVmStatusInfo) GetPublicIp

func (m *TbVmStatusInfo) GetPublicIp() string

func (*TbVmStatusInfo) GetSshPort

func (m *TbVmStatusInfo) GetSshPort() string

func (*TbVmStatusInfo) GetStatus

func (m *TbVmStatusInfo) GetStatus() string

func (*TbVmStatusInfo) GetSystemMessage

func (m *TbVmStatusInfo) GetSystemMessage() string

func (*TbVmStatusInfo) GetTargetAction

func (m *TbVmStatusInfo) GetTargetAction() string

func (*TbVmStatusInfo) GetTargetStatus

func (m *TbVmStatusInfo) GetTargetStatus() string

func (*TbVmStatusInfo) Marshal

func (m *TbVmStatusInfo) Marshal() (dAtA []byte, err error)

func (*TbVmStatusInfo) MarshalTo

func (m *TbVmStatusInfo) MarshalTo(dAtA []byte) (int, error)

func (*TbVmStatusInfo) MarshalToSizedBuffer

func (m *TbVmStatusInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmStatusInfo) ProtoMessage

func (*TbVmStatusInfo) ProtoMessage()

func (*TbVmStatusInfo) Reset

func (m *TbVmStatusInfo) Reset()

func (*TbVmStatusInfo) Size

func (m *TbVmStatusInfo) Size() (n int)

func (*TbVmStatusInfo) String

func (m *TbVmStatusInfo) String() string

func (*TbVmStatusInfo) Unmarshal

func (m *TbVmStatusInfo) Unmarshal(dAtA []byte) error

func (*TbVmStatusInfo) XXX_DiscardUnknown

func (m *TbVmStatusInfo) XXX_DiscardUnknown()

func (*TbVmStatusInfo) XXX_Marshal

func (m *TbVmStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmStatusInfo) XXX_Merge

func (m *TbVmStatusInfo) XXX_Merge(src proto.Message)

func (*TbVmStatusInfo) XXX_Size

func (m *TbVmStatusInfo) XXX_Size() int

func (*TbVmStatusInfo) XXX_Unmarshal

func (m *TbVmStatusInfo) XXX_Unmarshal(b []byte) error

type TbVmStatusInfoesponse

type TbVmStatusInfoesponse struct {
	Item                 *TbVmStatusInfo `protobuf:"bytes,1,opt,name=item,json=statusvm,proto3" json:"statusvm" yaml:"statusvm"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*TbVmStatusInfoesponse) Descriptor

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

func (*TbVmStatusInfoesponse) GetItem

func (m *TbVmStatusInfoesponse) GetItem() *TbVmStatusInfo

func (*TbVmStatusInfoesponse) Marshal

func (m *TbVmStatusInfoesponse) Marshal() (dAtA []byte, err error)

func (*TbVmStatusInfoesponse) MarshalTo

func (m *TbVmStatusInfoesponse) MarshalTo(dAtA []byte) (int, error)

func (*TbVmStatusInfoesponse) MarshalToSizedBuffer

func (m *TbVmStatusInfoesponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TbVmStatusInfoesponse) ProtoMessage

func (*TbVmStatusInfoesponse) ProtoMessage()

func (*TbVmStatusInfoesponse) Reset

func (m *TbVmStatusInfoesponse) Reset()

func (*TbVmStatusInfoesponse) Size

func (m *TbVmStatusInfoesponse) Size() (n int)

func (*TbVmStatusInfoesponse) String

func (m *TbVmStatusInfoesponse) String() string

func (*TbVmStatusInfoesponse) Unmarshal

func (m *TbVmStatusInfoesponse) Unmarshal(dAtA []byte) error

func (*TbVmStatusInfoesponse) XXX_DiscardUnknown

func (m *TbVmStatusInfoesponse) XXX_DiscardUnknown()

func (*TbVmStatusInfoesponse) XXX_Marshal

func (m *TbVmStatusInfoesponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TbVmStatusInfoesponse) XXX_Merge

func (m *TbVmStatusInfoesponse) XXX_Merge(src proto.Message)

func (*TbVmStatusInfoesponse) XXX_Size

func (m *TbVmStatusInfoesponse) XXX_Size() int

func (*TbVmStatusInfoesponse) XXX_Unmarshal

func (m *TbVmStatusInfoesponse) XXX_Unmarshal(b []byte) error

type UnimplementedMCIRServer

type UnimplementedMCIRServer struct {
}

UnimplementedMCIRServer can be embedded to have forward compatible implementations.

func (*UnimplementedMCIRServer) CheckResource

func (*UnimplementedMCIRServer) CreateImageWithID

func (*UnimplementedMCIRServer) CreateImageWithInfo

func (*UnimplementedMCIRServer) CreateSecurityGroup

func (*UnimplementedMCIRServer) CreateSpecWithInfo

func (*UnimplementedMCIRServer) CreateSpecWithSpecName

func (*UnimplementedMCIRServer) CreateSpecWithSpecName(ctx context.Context, req *TbSpecCreateRequest) (*TbSpecInfoResponse, error)

func (*UnimplementedMCIRServer) CreateSshKey

func (*UnimplementedMCIRServer) CreateVNet

func (*UnimplementedMCIRServer) DeleteAllImage

func (*UnimplementedMCIRServer) DeleteAllSecurityGroup

func (*UnimplementedMCIRServer) DeleteAllSecurityGroup(ctx context.Context, req *ResourceAllQryRequest) (*MessageResponse, error)

func (*UnimplementedMCIRServer) DeleteAllSpec

func (*UnimplementedMCIRServer) DeleteAllSshKey

func (*UnimplementedMCIRServer) DeleteAllVNet

func (*UnimplementedMCIRServer) DeleteImage

func (*UnimplementedMCIRServer) DeleteSecurityGroup

func (*UnimplementedMCIRServer) DeleteSecurityGroup(ctx context.Context, req *ResourceQryRequest) (*MessageResponse, error)

func (*UnimplementedMCIRServer) DeleteSpec

func (*UnimplementedMCIRServer) DeleteSshKey

func (*UnimplementedMCIRServer) DeleteVNet

func (*UnimplementedMCIRServer) FetchImage

func (*UnimplementedMCIRServer) FetchSpec

func (*UnimplementedMCIRServer) FilterSpec

func (*UnimplementedMCIRServer) FilterSpecsByRange

func (*UnimplementedMCIRServer) GetImage

func (*UnimplementedMCIRServer) GetLookupImage

func (*UnimplementedMCIRServer) GetLookupSpec

func (*UnimplementedMCIRServer) GetSecurityGroup

func (*UnimplementedMCIRServer) GetSpec

func (*UnimplementedMCIRServer) GetSshKey

func (*UnimplementedMCIRServer) GetVNet

func (*UnimplementedMCIRServer) ListImage

func (*UnimplementedMCIRServer) ListImageId

func (*UnimplementedMCIRServer) ListLookupImage

func (*UnimplementedMCIRServer) ListLookupSpec

func (*UnimplementedMCIRServer) ListSecurityGroup

func (*UnimplementedMCIRServer) ListSecurityGroupId

func (*UnimplementedMCIRServer) ListSpec

func (*UnimplementedMCIRServer) ListSpecId

func (*UnimplementedMCIRServer) ListSshKey

func (*UnimplementedMCIRServer) ListSshKeyId

func (*UnimplementedMCIRServer) ListVNet

func (*UnimplementedMCIRServer) ListVNetId

func (*UnimplementedMCIRServer) SearchImage

func (*UnimplementedMCIRServer) SortSpecs

func (*UnimplementedMCIRServer) UpdateSpec

type UnimplementedMCISServer

type UnimplementedMCISServer struct {
}

UnimplementedMCISServer can be embedded to have forward compatible implementations.

func (*UnimplementedMCISServer) CheckMcis

func (*UnimplementedMCISServer) CheckVm

func (*UnimplementedMCISServer) CmdMcis

func (*UnimplementedMCISServer) CmdMcisVm

func (*UnimplementedMCISServer) ControlMcis

func (*UnimplementedMCISServer) ControlMcisVM

func (*UnimplementedMCISServer) CreateMcis

func (*UnimplementedMCISServer) CreateMcisPolicy

func (*UnimplementedMCISServer) CreateMcisVM

func (*UnimplementedMCISServer) CreateMcisVMGroup

func (*UnimplementedMCISServer) DeleteAllMcis

func (*UnimplementedMCISServer) DeleteAllMcisPolicy

func (*UnimplementedMCISServer) DeleteMcis

func (*UnimplementedMCISServer) DeleteMcisPolicy

func (*UnimplementedMCISServer) DeleteMcisVM

func (*UnimplementedMCISServer) GetAllBenchmark

func (*UnimplementedMCISServer) GetBenchmark

func (*UnimplementedMCISServer) GetMcisInfo

func (*UnimplementedMCISServer) GetMcisPolicy

func (*UnimplementedMCISServer) GetMcisStatus

func (*UnimplementedMCISServer) GetMcisVMInfo

func (*UnimplementedMCISServer) GetMcisVMStatus

func (*UnimplementedMCISServer) GetMonitorData

func (*UnimplementedMCISServer) InstallAgentToMcis

func (*UnimplementedMCISServer) InstallMonitorAgentToMcis

func (*UnimplementedMCISServer) ListMcis

func (*UnimplementedMCISServer) ListMcisId

func (*UnimplementedMCISServer) ListMcisPolicy

func (*UnimplementedMCISServer) ListMcisStatus

func (*UnimplementedMCISServer) ListMcisVmId

func (*UnimplementedMCISServer) RecommendMcis

func (*UnimplementedMCISServer) RecommendVM

type UnimplementedNSServer

type UnimplementedNSServer struct {
}

UnimplementedNSServer can be embedded to have forward compatible implementations.

func (*UnimplementedNSServer) CheckNS

func (*UnimplementedNSServer) CreateNS

func (*UnimplementedNSServer) DeleteAllNS

func (*UnimplementedNSServer) DeleteAllNS(ctx context.Context, req *Empty) (*MessageResponse, error)

func (*UnimplementedNSServer) DeleteNS

func (*UnimplementedNSServer) GetNS

func (*UnimplementedNSServer) ListNS

func (*UnimplementedNSServer) ListNSId

type UnimplementedUtilityServer

type UnimplementedUtilityServer struct {
}

UnimplementedUtilityServer can be embedded to have forward compatible implementations.

func (*UnimplementedUtilityServer) CreateConfig

func (*UnimplementedUtilityServer) DeleteAllObject

func (*UnimplementedUtilityServer) DeleteObject

func (*UnimplementedUtilityServer) GetConfig

func (*UnimplementedUtilityServer) GetConnConfig

func (*UnimplementedUtilityServer) GetObject

func (*UnimplementedUtilityServer) GetRegion

func (*UnimplementedUtilityServer) InitAllConfig

func (*UnimplementedUtilityServer) InitAllConfig(ctx context.Context, req *Empty) (*MessageResponse, error)

func (*UnimplementedUtilityServer) InitConfig

func (*UnimplementedUtilityServer) InspectMcirResources

func (*UnimplementedUtilityServer) InspectVmResources

func (*UnimplementedUtilityServer) ListConfig

func (*UnimplementedUtilityServer) ListConnConfig

func (*UnimplementedUtilityServer) ListObject

func (*UnimplementedUtilityServer) ListRegion

type UtilityClient

type UtilityClient interface {
	ListConnConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListConnConfigResponse, error)
	GetConnConfig(ctx context.Context, in *ConnConfigQryRequest, opts ...grpc.CallOption) (*ConnConfigResponse, error)
	ListRegion(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListRegionResponse, error)
	GetRegion(ctx context.Context, in *RegionQryRequest, opts ...grpc.CallOption) (*RegionResponse, error)
	CreateConfig(ctx context.Context, in *ConfigCreateRequest, opts ...grpc.CallOption) (*ConfigInfoResponse, error)
	ListConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListConfigInfoResponse, error)
	GetConfig(ctx context.Context, in *ConfigQryRequest, opts ...grpc.CallOption) (*ConfigInfoResponse, error)
	InitConfig(ctx context.Context, in *ConfigQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	InitAllConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*MessageResponse, error)
	InspectMcirResources(ctx context.Context, in *InspectQryRequest, opts ...grpc.CallOption) (*InspectMcirInfoResponse, error)
	InspectVmResources(ctx context.Context, in *InspectQryRequest, opts ...grpc.CallOption) (*InspectVmInfoResponse, error)
	ListObject(ctx context.Context, in *ObjectQryRequest, opts ...grpc.CallOption) (*ListObjectInfoResponse, error)
	GetObject(ctx context.Context, in *ObjectQryRequest, opts ...grpc.CallOption) (*ObjectInfoResponse, error)
	DeleteObject(ctx context.Context, in *ObjectQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
	DeleteAllObject(ctx context.Context, in *ObjectQryRequest, opts ...grpc.CallOption) (*MessageResponse, error)
}

UtilityClient is the client API for Utility service.

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

func NewUtilityClient

func NewUtilityClient(cc *grpc.ClientConn) UtilityClient

type VmResourceOnCspOrSpider

type VmResourceOnCspOrSpider struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	CspNativeId          string   `protobuf:"bytes,2,opt,name=csp_native_id,json=cspNativeId,proto3" json:"cspNativeId" yaml:"cspNativeId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VmResourceOnCspOrSpider) Descriptor

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

func (*VmResourceOnCspOrSpider) GetCspNativeId

func (m *VmResourceOnCspOrSpider) GetCspNativeId() string

func (*VmResourceOnCspOrSpider) GetId

func (m *VmResourceOnCspOrSpider) GetId() string

func (*VmResourceOnCspOrSpider) Marshal

func (m *VmResourceOnCspOrSpider) Marshal() (dAtA []byte, err error)

func (*VmResourceOnCspOrSpider) MarshalTo

func (m *VmResourceOnCspOrSpider) MarshalTo(dAtA []byte) (int, error)

func (*VmResourceOnCspOrSpider) MarshalToSizedBuffer

func (m *VmResourceOnCspOrSpider) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VmResourceOnCspOrSpider) ProtoMessage

func (*VmResourceOnCspOrSpider) ProtoMessage()

func (*VmResourceOnCspOrSpider) Reset

func (m *VmResourceOnCspOrSpider) Reset()

func (*VmResourceOnCspOrSpider) Size

func (m *VmResourceOnCspOrSpider) Size() (n int)

func (*VmResourceOnCspOrSpider) String

func (m *VmResourceOnCspOrSpider) String() string

func (*VmResourceOnCspOrSpider) Unmarshal

func (m *VmResourceOnCspOrSpider) Unmarshal(dAtA []byte) error

func (*VmResourceOnCspOrSpider) XXX_DiscardUnknown

func (m *VmResourceOnCspOrSpider) XXX_DiscardUnknown()

func (*VmResourceOnCspOrSpider) XXX_Marshal

func (m *VmResourceOnCspOrSpider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VmResourceOnCspOrSpider) XXX_Merge

func (m *VmResourceOnCspOrSpider) XXX_Merge(src proto.Message)

func (*VmResourceOnCspOrSpider) XXX_Size

func (m *VmResourceOnCspOrSpider) XXX_Size() int

func (*VmResourceOnCspOrSpider) XXX_Unmarshal

func (m *VmResourceOnCspOrSpider) XXX_Unmarshal(b []byte) error

type VmResourceOnTumblebug

type VmResourceOnTumblebug struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" yaml:"id"`
	CspNativeId          string   `protobuf:"bytes,2,opt,name=csp_native_id,json=cspNativeId,proto3" json:"cspNativeId" yaml:"cspNativeId"`
	NsId                 string   `protobuf:"bytes,3,opt,name=ns_id,json=nsId,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,4,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	Type                 string   `protobuf:"bytes,5,opt,name=type,proto3" json:"type" yaml:"type"`
	ObjectKey            string   `protobuf:"bytes,6,opt,name=object_key,json=objectKey,proto3" json:"objectKey" yaml:"objectKey"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VmResourceOnTumblebug) Descriptor

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

func (*VmResourceOnTumblebug) GetCspNativeId

func (m *VmResourceOnTumblebug) GetCspNativeId() string

func (*VmResourceOnTumblebug) GetId

func (m *VmResourceOnTumblebug) GetId() string

func (*VmResourceOnTumblebug) GetMcisId

func (m *VmResourceOnTumblebug) GetMcisId() string

func (*VmResourceOnTumblebug) GetNsId

func (m *VmResourceOnTumblebug) GetNsId() string

func (*VmResourceOnTumblebug) GetObjectKey

func (m *VmResourceOnTumblebug) GetObjectKey() string

func (*VmResourceOnTumblebug) GetType

func (m *VmResourceOnTumblebug) GetType() string

func (*VmResourceOnTumblebug) Marshal

func (m *VmResourceOnTumblebug) Marshal() (dAtA []byte, err error)

func (*VmResourceOnTumblebug) MarshalTo

func (m *VmResourceOnTumblebug) MarshalTo(dAtA []byte) (int, error)

func (*VmResourceOnTumblebug) MarshalToSizedBuffer

func (m *VmResourceOnTumblebug) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VmResourceOnTumblebug) ProtoMessage

func (*VmResourceOnTumblebug) ProtoMessage()

func (*VmResourceOnTumblebug) Reset

func (m *VmResourceOnTumblebug) Reset()

func (*VmResourceOnTumblebug) Size

func (m *VmResourceOnTumblebug) Size() (n int)

func (*VmResourceOnTumblebug) String

func (m *VmResourceOnTumblebug) String() string

func (*VmResourceOnTumblebug) Unmarshal

func (m *VmResourceOnTumblebug) Unmarshal(dAtA []byte) error

func (*VmResourceOnTumblebug) XXX_DiscardUnknown

func (m *VmResourceOnTumblebug) XXX_DiscardUnknown()

func (*VmResourceOnTumblebug) XXX_Marshal

func (m *VmResourceOnTumblebug) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VmResourceOnTumblebug) XXX_Merge

func (m *VmResourceOnTumblebug) XXX_Merge(src proto.Message)

func (*VmResourceOnTumblebug) XXX_Size

func (m *VmResourceOnTumblebug) XXX_Size() int

func (*VmResourceOnTumblebug) XXX_Unmarshal

func (m *VmResourceOnTumblebug) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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