cbspider

package
v0.8.12 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCbspider        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCbspider          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCbspider = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterCCMServer

func RegisterCCMServer(s *grpc.Server, srv CCMServer)

func RegisterCIMServer

func RegisterCIMServer(s *grpc.Server, srv CIMServer)

func RegisterSSHServer

func RegisterSSHServer(s *grpc.Server, srv SSHServer)

Types

type AllResourceInfo

type AllResourceInfo struct {
	MappedList           []*IID   `protobuf:"bytes,1,rep,name=mapped_list,json=MappedList,proto3" json:"MappedList" yaml:"MappedList"`
	OnlySpiderList       []*IID   `protobuf:"bytes,2,rep,name=only_spider_list,json=OnlySpiderList,proto3" json:"OnlySpiderList" yaml:"OnlySpiderList"`
	OnlyCspList          []*IID   `protobuf:"bytes,3,rep,name=only_csp_list,json=OnlyCSPList,proto3" json:"OnlyCSPList" yaml:"OnlyCSPList"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AllResourceInfo) Descriptor

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

func (*AllResourceInfo) GetMappedList

func (m *AllResourceInfo) GetMappedList() []*IID

func (*AllResourceInfo) GetOnlyCspList

func (m *AllResourceInfo) GetOnlyCspList() []*IID

func (*AllResourceInfo) GetOnlySpiderList

func (m *AllResourceInfo) GetOnlySpiderList() []*IID

func (*AllResourceInfo) Marshal

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

func (*AllResourceInfo) MarshalTo

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

func (*AllResourceInfo) MarshalToSizedBuffer

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

func (*AllResourceInfo) ProtoMessage

func (*AllResourceInfo) ProtoMessage()

func (*AllResourceInfo) Reset

func (m *AllResourceInfo) Reset()

func (*AllResourceInfo) Size

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

func (*AllResourceInfo) String

func (m *AllResourceInfo) String() string

func (*AllResourceInfo) Unmarshal

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

func (*AllResourceInfo) XXX_DiscardUnknown

func (m *AllResourceInfo) XXX_DiscardUnknown()

func (*AllResourceInfo) XXX_Marshal

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

func (*AllResourceInfo) XXX_Merge

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

func (*AllResourceInfo) XXX_Size

func (m *AllResourceInfo) XXX_Size() int

func (*AllResourceInfo) XXX_Unmarshal

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

type AllResourceInfoResponse

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

func (*AllResourceInfoResponse) Descriptor

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

func (*AllResourceInfoResponse) GetItem

func (*AllResourceInfoResponse) Marshal

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

func (*AllResourceInfoResponse) MarshalTo

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

func (*AllResourceInfoResponse) MarshalToSizedBuffer

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

func (*AllResourceInfoResponse) ProtoMessage

func (*AllResourceInfoResponse) ProtoMessage()

func (*AllResourceInfoResponse) Reset

func (m *AllResourceInfoResponse) Reset()

func (*AllResourceInfoResponse) Size

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

func (*AllResourceInfoResponse) String

func (m *AllResourceInfoResponse) String() string

func (*AllResourceInfoResponse) Unmarshal

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

func (*AllResourceInfoResponse) XXX_DiscardUnknown

func (m *AllResourceInfoResponse) XXX_DiscardUnknown()

func (*AllResourceInfoResponse) XXX_Marshal

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

func (*AllResourceInfoResponse) XXX_Merge

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

func (*AllResourceInfoResponse) XXX_Size

func (m *AllResourceInfoResponse) XXX_Size() int

func (*AllResourceInfoResponse) XXX_Unmarshal

func (m *AllResourceInfoResponse) 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:"-"`
}

Boolean 응답 메시지 정의

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 CCMClient

type CCMClient interface {
	CreateImage(ctx context.Context, in *ImageCreateRequest, opts ...grpc.CallOption) (*ImageInfoResponse, error)
	ListImage(ctx context.Context, in *ImageAllQryRequest, opts ...grpc.CallOption) (*ListImageInfoResponse, error)
	GetImage(ctx context.Context, in *ImageQryRequest, opts ...grpc.CallOption) (*ImageInfoResponse, error)
	DeleteImage(ctx context.Context, in *ImageQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	ListVMSpec(ctx context.Context, in *VMSpecAllQryRequest, opts ...grpc.CallOption) (*ListVMSpecInfoResponse, error)
	GetVMSpec(ctx context.Context, in *VMSpecQryRequest, opts ...grpc.CallOption) (*VMSpecInfoResponse, error)
	ListOrgVMSpec(ctx context.Context, in *VMSpecAllQryRequest, opts ...grpc.CallOption) (*StringResponse, error)
	GetOrgVMSpec(ctx context.Context, in *VMSpecQryRequest, opts ...grpc.CallOption) (*StringResponse, error)
	CreateVPC(ctx context.Context, in *VPCCreateRequest, opts ...grpc.CallOption) (*VPCInfoResponse, error)
	ListVPC(ctx context.Context, in *VPCAllQryRequest, opts ...grpc.CallOption) (*ListVPCInfoResponse, error)
	GetVPC(ctx context.Context, in *VPCQryRequest, opts ...grpc.CallOption) (*VPCInfoResponse, error)
	DeleteVPC(ctx context.Context, in *VPCQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	ListAllVPC(ctx context.Context, in *VPCAllQryRequest, opts ...grpc.CallOption) (*AllResourceInfoResponse, error)
	DeleteCSPVPC(ctx context.Context, in *CSPVPCQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	AddSubnet(ctx context.Context, in *SubnetAddRequest, opts ...grpc.CallOption) (*VPCInfoResponse, error)
	RemoveSubnet(ctx context.Context, in *SubnetQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	RemoveCSPSubnet(ctx context.Context, in *CSPSubnetQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	RegisterVPC(ctx context.Context, in *VPCRegisterRequest, opts ...grpc.CallOption) (*VPCInfoResponse, error)
	UnregisterVPC(ctx context.Context, in *VPCUnregiserQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	CreateSecurity(ctx context.Context, in *SecurityCreateRequest, opts ...grpc.CallOption) (*SecurityInfoResponse, error)
	ListSecurity(ctx context.Context, in *SecurityAllQryRequest, opts ...grpc.CallOption) (*ListSecurityInfoResponse, error)
	GetSecurity(ctx context.Context, in *SecurityQryRequest, opts ...grpc.CallOption) (*SecurityInfoResponse, error)
	DeleteSecurity(ctx context.Context, in *SecurityQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	ListAllSecurity(ctx context.Context, in *SecurityAllQryRequest, opts ...grpc.CallOption) (*AllResourceInfoResponse, error)
	DeleteCSPSecurity(ctx context.Context, in *CSPSecurityQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	RegisterSecurity(ctx context.Context, in *SecurityRegisterRequest, opts ...grpc.CallOption) (*SecurityInfoResponse, error)
	UnregisterSecurity(ctx context.Context, in *SecurityUnregiserQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	CreateKey(ctx context.Context, in *KeyPairCreateRequest, opts ...grpc.CallOption) (*KeyPairInfoResponse, error)
	ListKey(ctx context.Context, in *KeyPairAllQryRequest, opts ...grpc.CallOption) (*ListKeyPairInfoResponse, error)
	GetKey(ctx context.Context, in *KeyPairQryRequest, opts ...grpc.CallOption) (*KeyPairInfoResponse, error)
	DeleteKey(ctx context.Context, in *KeyPairQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	ListAllKey(ctx context.Context, in *KeyPairAllQryRequest, opts ...grpc.CallOption) (*AllResourceInfoResponse, error)
	DeleteCSPKey(ctx context.Context, in *CSPKeyPairQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	RegisterKey(ctx context.Context, in *KeyPairRegisterRequest, opts ...grpc.CallOption) (*KeyPairInfoResponse, error)
	UnregisterKey(ctx context.Context, in *KeyPairUnregiserQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	StartVM(ctx context.Context, in *VMCreateRequest, opts ...grpc.CallOption) (*VMInfoResponse, error)
	ControlVM(ctx context.Context, in *VMActionRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	ListVMStatus(ctx context.Context, in *VMAllQryRequest, opts ...grpc.CallOption) (*ListVMStatusInfoResponse, error)
	GetVMStatus(ctx context.Context, in *VMQryRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	ListVM(ctx context.Context, in *VMAllQryRequest, opts ...grpc.CallOption) (*ListVMInfoResponse, error)
	GetVM(ctx context.Context, in *VMQryRequest, opts ...grpc.CallOption) (*VMInfoResponse, error)
	TerminateVM(ctx context.Context, in *VMQryRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	ListAllVM(ctx context.Context, in *VMAllQryRequest, opts ...grpc.CallOption) (*AllResourceInfoResponse, error)
	TerminateCSPVM(ctx context.Context, in *CSPVMQryRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	RegisterVM(ctx context.Context, in *VMRegisterRequest, opts ...grpc.CallOption) (*VMInfoResponse, error)
	UnregisterVM(ctx context.Context, in *VMUnregiserQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
}

CCMClient is the client API for CCM service.

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

func NewCCMClient

func NewCCMClient(cc *grpc.ClientConn) CCMClient

type CCMServer

type CCMServer interface {
	CreateImage(context.Context, *ImageCreateRequest) (*ImageInfoResponse, error)
	ListImage(context.Context, *ImageAllQryRequest) (*ListImageInfoResponse, error)
	GetImage(context.Context, *ImageQryRequest) (*ImageInfoResponse, error)
	DeleteImage(context.Context, *ImageQryRequest) (*BooleanResponse, error)
	ListVMSpec(context.Context, *VMSpecAllQryRequest) (*ListVMSpecInfoResponse, error)
	GetVMSpec(context.Context, *VMSpecQryRequest) (*VMSpecInfoResponse, error)
	ListOrgVMSpec(context.Context, *VMSpecAllQryRequest) (*StringResponse, error)
	GetOrgVMSpec(context.Context, *VMSpecQryRequest) (*StringResponse, error)
	CreateVPC(context.Context, *VPCCreateRequest) (*VPCInfoResponse, error)
	ListVPC(context.Context, *VPCAllQryRequest) (*ListVPCInfoResponse, error)
	GetVPC(context.Context, *VPCQryRequest) (*VPCInfoResponse, error)
	DeleteVPC(context.Context, *VPCQryRequest) (*BooleanResponse, error)
	ListAllVPC(context.Context, *VPCAllQryRequest) (*AllResourceInfoResponse, error)
	DeleteCSPVPC(context.Context, *CSPVPCQryRequest) (*BooleanResponse, error)
	AddSubnet(context.Context, *SubnetAddRequest) (*VPCInfoResponse, error)
	RemoveSubnet(context.Context, *SubnetQryRequest) (*BooleanResponse, error)
	RemoveCSPSubnet(context.Context, *CSPSubnetQryRequest) (*BooleanResponse, error)
	RegisterVPC(context.Context, *VPCRegisterRequest) (*VPCInfoResponse, error)
	UnregisterVPC(context.Context, *VPCUnregiserQryRequest) (*BooleanResponse, error)
	CreateSecurity(context.Context, *SecurityCreateRequest) (*SecurityInfoResponse, error)
	ListSecurity(context.Context, *SecurityAllQryRequest) (*ListSecurityInfoResponse, error)
	GetSecurity(context.Context, *SecurityQryRequest) (*SecurityInfoResponse, error)
	DeleteSecurity(context.Context, *SecurityQryRequest) (*BooleanResponse, error)
	ListAllSecurity(context.Context, *SecurityAllQryRequest) (*AllResourceInfoResponse, error)
	DeleteCSPSecurity(context.Context, *CSPSecurityQryRequest) (*BooleanResponse, error)
	RegisterSecurity(context.Context, *SecurityRegisterRequest) (*SecurityInfoResponse, error)
	UnregisterSecurity(context.Context, *SecurityUnregiserQryRequest) (*BooleanResponse, error)
	CreateKey(context.Context, *KeyPairCreateRequest) (*KeyPairInfoResponse, error)
	ListKey(context.Context, *KeyPairAllQryRequest) (*ListKeyPairInfoResponse, error)
	GetKey(context.Context, *KeyPairQryRequest) (*KeyPairInfoResponse, error)
	DeleteKey(context.Context, *KeyPairQryRequest) (*BooleanResponse, error)
	ListAllKey(context.Context, *KeyPairAllQryRequest) (*AllResourceInfoResponse, error)
	DeleteCSPKey(context.Context, *CSPKeyPairQryRequest) (*BooleanResponse, error)
	RegisterKey(context.Context, *KeyPairRegisterRequest) (*KeyPairInfoResponse, error)
	UnregisterKey(context.Context, *KeyPairUnregiserQryRequest) (*BooleanResponse, error)
	StartVM(context.Context, *VMCreateRequest) (*VMInfoResponse, error)
	ControlVM(context.Context, *VMActionRequest) (*StatusResponse, error)
	ListVMStatus(context.Context, *VMAllQryRequest) (*ListVMStatusInfoResponse, error)
	GetVMStatus(context.Context, *VMQryRequest) (*StatusResponse, error)
	ListVM(context.Context, *VMAllQryRequest) (*ListVMInfoResponse, error)
	GetVM(context.Context, *VMQryRequest) (*VMInfoResponse, error)
	TerminateVM(context.Context, *VMQryRequest) (*StatusResponse, error)
	ListAllVM(context.Context, *VMAllQryRequest) (*AllResourceInfoResponse, error)
	TerminateCSPVM(context.Context, *CSPVMQryRequest) (*StatusResponse, error)
	RegisterVM(context.Context, *VMRegisterRequest) (*VMInfoResponse, error)
	UnregisterVM(context.Context, *VMUnregiserQryRequest) (*BooleanResponse, error)
}

CCMServer is the server API for CCM service.

type CIMClient

type CIMClient interface {
	ListCloudOS(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListCloudOSInfoResponse, error)
	CreateCloudDriver(ctx context.Context, in *CloudDriverInfoRequest, opts ...grpc.CallOption) (*CloudDriverInfoResponse, error)
	ListCloudDriver(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListCloudDriverInfoResponse, error)
	GetCloudDriver(ctx context.Context, in *CloudDriverQryRequest, opts ...grpc.CallOption) (*CloudDriverInfoResponse, error)
	DeleteCloudDriver(ctx context.Context, in *CloudDriverQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	CreateCredential(ctx context.Context, in *CredentialInfoRequest, opts ...grpc.CallOption) (*CredentialInfoResponse, error)
	ListCredential(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListCredentialInfoResponse, error)
	GetCredential(ctx context.Context, in *CredentialQryRequest, opts ...grpc.CallOption) (*CredentialInfoResponse, error)
	DeleteCredential(ctx context.Context, in *CredentialQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	CreateRegion(ctx context.Context, in *RegionInfoRequest, opts ...grpc.CallOption) (*RegionInfoResponse, error)
	ListRegion(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListRegionInfoResponse, error)
	GetRegion(ctx context.Context, in *RegionQryRequest, opts ...grpc.CallOption) (*RegionInfoResponse, error)
	DeleteRegion(ctx context.Context, in *RegionQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
	CreateConnectionConfig(ctx context.Context, in *ConnectionConfigInfoRequest, opts ...grpc.CallOption) (*ConnectionConfigInfoResponse, error)
	ListConnectionConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListConnectionConfigInfoResponse, error)
	GetConnectionConfig(ctx context.Context, in *ConnectionConfigQryRequest, opts ...grpc.CallOption) (*ConnectionConfigInfoResponse, error)
	DeleteConnectionConfig(ctx context.Context, in *ConnectionConfigQryRequest, opts ...grpc.CallOption) (*BooleanResponse, error)
}

CIMClient is the client API for CIM service.

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

func NewCIMClient

func NewCIMClient(cc *grpc.ClientConn) CIMClient

type CIMServer

CIMServer is the server API for CIM service.

type CSPKeyPairQryRequest

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

func (*CSPKeyPairQryRequest) Descriptor

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

func (*CSPKeyPairQryRequest) GetConnectionName

func (m *CSPKeyPairQryRequest) GetConnectionName() string

func (*CSPKeyPairQryRequest) GetId

func (m *CSPKeyPairQryRequest) GetId() string

func (*CSPKeyPairQryRequest) Marshal

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

func (*CSPKeyPairQryRequest) MarshalTo

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

func (*CSPKeyPairQryRequest) MarshalToSizedBuffer

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

func (*CSPKeyPairQryRequest) ProtoMessage

func (*CSPKeyPairQryRequest) ProtoMessage()

func (*CSPKeyPairQryRequest) Reset

func (m *CSPKeyPairQryRequest) Reset()

func (*CSPKeyPairQryRequest) Size

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

func (*CSPKeyPairQryRequest) String

func (m *CSPKeyPairQryRequest) String() string

func (*CSPKeyPairQryRequest) Unmarshal

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

func (*CSPKeyPairQryRequest) XXX_DiscardUnknown

func (m *CSPKeyPairQryRequest) XXX_DiscardUnknown()

func (*CSPKeyPairQryRequest) XXX_Marshal

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

func (*CSPKeyPairQryRequest) XXX_Merge

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

func (*CSPKeyPairQryRequest) XXX_Size

func (m *CSPKeyPairQryRequest) XXX_Size() int

func (*CSPKeyPairQryRequest) XXX_Unmarshal

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

type CSPSecurityQryRequest

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

func (*CSPSecurityQryRequest) Descriptor

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

func (*CSPSecurityQryRequest) GetConnectionName

func (m *CSPSecurityQryRequest) GetConnectionName() string

func (*CSPSecurityQryRequest) GetId

func (m *CSPSecurityQryRequest) GetId() string

func (*CSPSecurityQryRequest) Marshal

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

func (*CSPSecurityQryRequest) MarshalTo

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

func (*CSPSecurityQryRequest) MarshalToSizedBuffer

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

func (*CSPSecurityQryRequest) ProtoMessage

func (*CSPSecurityQryRequest) ProtoMessage()

func (*CSPSecurityQryRequest) Reset

func (m *CSPSecurityQryRequest) Reset()

func (*CSPSecurityQryRequest) Size

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

func (*CSPSecurityQryRequest) String

func (m *CSPSecurityQryRequest) String() string

func (*CSPSecurityQryRequest) Unmarshal

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

func (*CSPSecurityQryRequest) XXX_DiscardUnknown

func (m *CSPSecurityQryRequest) XXX_DiscardUnknown()

func (*CSPSecurityQryRequest) XXX_Marshal

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

func (*CSPSecurityQryRequest) XXX_Merge

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

func (*CSPSecurityQryRequest) XXX_Size

func (m *CSPSecurityQryRequest) XXX_Size() int

func (*CSPSecurityQryRequest) XXX_Unmarshal

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

type CSPSubnetQryRequest added in v0.3.1

type CSPSubnetQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	VpcName              string   `protobuf:"bytes,2,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	Id                   string   `protobuf:"bytes,3,opt,name=id,json=Id,proto3" json:"Id" yaml:"Id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSPSubnetQryRequest) Descriptor added in v0.3.1

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

func (*CSPSubnetQryRequest) GetConnectionName added in v0.3.1

func (m *CSPSubnetQryRequest) GetConnectionName() string

func (*CSPSubnetQryRequest) GetId added in v0.3.1

func (m *CSPSubnetQryRequest) GetId() string

func (*CSPSubnetQryRequest) GetVpcName added in v0.3.1

func (m *CSPSubnetQryRequest) GetVpcName() string

func (*CSPSubnetQryRequest) Marshal added in v0.3.1

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

func (*CSPSubnetQryRequest) MarshalTo added in v0.3.1

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

func (*CSPSubnetQryRequest) MarshalToSizedBuffer added in v0.3.1

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

func (*CSPSubnetQryRequest) ProtoMessage added in v0.3.1

func (*CSPSubnetQryRequest) ProtoMessage()

func (*CSPSubnetQryRequest) Reset added in v0.3.1

func (m *CSPSubnetQryRequest) Reset()

func (*CSPSubnetQryRequest) Size added in v0.3.1

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

func (*CSPSubnetQryRequest) String added in v0.3.1

func (m *CSPSubnetQryRequest) String() string

func (*CSPSubnetQryRequest) Unmarshal added in v0.3.1

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

func (*CSPSubnetQryRequest) XXX_DiscardUnknown added in v0.3.1

func (m *CSPSubnetQryRequest) XXX_DiscardUnknown()

func (*CSPSubnetQryRequest) XXX_Marshal added in v0.3.1

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

func (*CSPSubnetQryRequest) XXX_Merge added in v0.3.1

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

func (*CSPSubnetQryRequest) XXX_Size added in v0.3.1

func (m *CSPSubnetQryRequest) XXX_Size() int

func (*CSPSubnetQryRequest) XXX_Unmarshal added in v0.3.1

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

type CSPVMQryRequest

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

func (*CSPVMQryRequest) Descriptor

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

func (*CSPVMQryRequest) GetConnectionName

func (m *CSPVMQryRequest) GetConnectionName() string

func (*CSPVMQryRequest) GetId

func (m *CSPVMQryRequest) GetId() string

func (*CSPVMQryRequest) Marshal

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

func (*CSPVMQryRequest) MarshalTo

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

func (*CSPVMQryRequest) MarshalToSizedBuffer

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

func (*CSPVMQryRequest) ProtoMessage

func (*CSPVMQryRequest) ProtoMessage()

func (*CSPVMQryRequest) Reset

func (m *CSPVMQryRequest) Reset()

func (*CSPVMQryRequest) Size

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

func (*CSPVMQryRequest) String

func (m *CSPVMQryRequest) String() string

func (*CSPVMQryRequest) Unmarshal

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

func (*CSPVMQryRequest) XXX_DiscardUnknown

func (m *CSPVMQryRequest) XXX_DiscardUnknown()

func (*CSPVMQryRequest) XXX_Marshal

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

func (*CSPVMQryRequest) XXX_Merge

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

func (*CSPVMQryRequest) XXX_Size

func (m *CSPVMQryRequest) XXX_Size() int

func (*CSPVMQryRequest) XXX_Unmarshal

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

type CSPVPCQryRequest

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

func (*CSPVPCQryRequest) Descriptor

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

func (*CSPVPCQryRequest) GetConnectionName

func (m *CSPVPCQryRequest) GetConnectionName() string

func (*CSPVPCQryRequest) GetId

func (m *CSPVPCQryRequest) GetId() string

func (*CSPVPCQryRequest) Marshal

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

func (*CSPVPCQryRequest) MarshalTo

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

func (*CSPVPCQryRequest) MarshalToSizedBuffer

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

func (*CSPVPCQryRequest) ProtoMessage

func (*CSPVPCQryRequest) ProtoMessage()

func (*CSPVPCQryRequest) Reset

func (m *CSPVPCQryRequest) Reset()

func (*CSPVPCQryRequest) Size

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

func (*CSPVPCQryRequest) String

func (m *CSPVPCQryRequest) String() string

func (*CSPVPCQryRequest) Unmarshal

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

func (*CSPVPCQryRequest) XXX_DiscardUnknown

func (m *CSPVPCQryRequest) XXX_DiscardUnknown()

func (*CSPVPCQryRequest) XXX_Marshal

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

func (*CSPVPCQryRequest) XXX_Merge

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

func (*CSPVPCQryRequest) XXX_Size

func (m *CSPVPCQryRequest) XXX_Size() int

func (*CSPVPCQryRequest) XXX_Unmarshal

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

type CloudDriverInfo

type CloudDriverInfo struct {
	DriverName           string   `protobuf:"bytes,1,opt,name=driver_name,json=DriverName,proto3" json:"DriverName" yaml:"DriverName"`
	ProviderName         string   `protobuf:"bytes,2,opt,name=provider_name,json=ProviderName,proto3" json:"ProviderName" yaml:"ProviderName"`
	DriverLibFileName    string   `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CloudDriverInfo) Descriptor

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

func (*CloudDriverInfo) GetDriverLibFileName

func (m *CloudDriverInfo) GetDriverLibFileName() string

func (*CloudDriverInfo) GetDriverName

func (m *CloudDriverInfo) GetDriverName() string

func (*CloudDriverInfo) GetProviderName

func (m *CloudDriverInfo) GetProviderName() string

func (*CloudDriverInfo) Marshal

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

func (*CloudDriverInfo) MarshalTo

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

func (*CloudDriverInfo) MarshalToSizedBuffer

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

func (*CloudDriverInfo) ProtoMessage

func (*CloudDriverInfo) ProtoMessage()

func (*CloudDriverInfo) Reset

func (m *CloudDriverInfo) Reset()

func (*CloudDriverInfo) Size

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

func (*CloudDriverInfo) String

func (m *CloudDriverInfo) String() string

func (*CloudDriverInfo) Unmarshal

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

func (*CloudDriverInfo) XXX_DiscardUnknown

func (m *CloudDriverInfo) XXX_DiscardUnknown()

func (*CloudDriverInfo) XXX_Marshal

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

func (*CloudDriverInfo) XXX_Merge

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

func (*CloudDriverInfo) XXX_Size

func (m *CloudDriverInfo) XXX_Size() int

func (*CloudDriverInfo) XXX_Unmarshal

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

type CloudDriverInfoRequest

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

func (*CloudDriverInfoRequest) Descriptor

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

func (*CloudDriverInfoRequest) GetItem

func (*CloudDriverInfoRequest) Marshal

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

func (*CloudDriverInfoRequest) MarshalTo

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

func (*CloudDriverInfoRequest) MarshalToSizedBuffer

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

func (*CloudDriverInfoRequest) ProtoMessage

func (*CloudDriverInfoRequest) ProtoMessage()

func (*CloudDriverInfoRequest) Reset

func (m *CloudDriverInfoRequest) Reset()

func (*CloudDriverInfoRequest) Size

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

func (*CloudDriverInfoRequest) String

func (m *CloudDriverInfoRequest) String() string

func (*CloudDriverInfoRequest) Unmarshal

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

func (*CloudDriverInfoRequest) XXX_DiscardUnknown

func (m *CloudDriverInfoRequest) XXX_DiscardUnknown()

func (*CloudDriverInfoRequest) XXX_Marshal

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

func (*CloudDriverInfoRequest) XXX_Merge

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

func (*CloudDriverInfoRequest) XXX_Size

func (m *CloudDriverInfoRequest) XXX_Size() int

func (*CloudDriverInfoRequest) XXX_Unmarshal

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

type CloudDriverInfoResponse

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

func (*CloudDriverInfoResponse) Descriptor

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

func (*CloudDriverInfoResponse) GetItem

func (*CloudDriverInfoResponse) Marshal

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

func (*CloudDriverInfoResponse) MarshalTo

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

func (*CloudDriverInfoResponse) MarshalToSizedBuffer

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

func (*CloudDriverInfoResponse) ProtoMessage

func (*CloudDriverInfoResponse) ProtoMessage()

func (*CloudDriverInfoResponse) Reset

func (m *CloudDriverInfoResponse) Reset()

func (*CloudDriverInfoResponse) Size

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

func (*CloudDriverInfoResponse) String

func (m *CloudDriverInfoResponse) String() string

func (*CloudDriverInfoResponse) Unmarshal

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

func (*CloudDriverInfoResponse) XXX_DiscardUnknown

func (m *CloudDriverInfoResponse) XXX_DiscardUnknown()

func (*CloudDriverInfoResponse) XXX_Marshal

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

func (*CloudDriverInfoResponse) XXX_Merge

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

func (*CloudDriverInfoResponse) XXX_Size

func (m *CloudDriverInfoResponse) XXX_Size() int

func (*CloudDriverInfoResponse) XXX_Unmarshal

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

type CloudDriverQryRequest

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

func (*CloudDriverQryRequest) Descriptor

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

func (*CloudDriverQryRequest) GetDriverName

func (m *CloudDriverQryRequest) GetDriverName() string

func (*CloudDriverQryRequest) Marshal

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

func (*CloudDriverQryRequest) MarshalTo

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

func (*CloudDriverQryRequest) MarshalToSizedBuffer

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

func (*CloudDriverQryRequest) ProtoMessage

func (*CloudDriverQryRequest) ProtoMessage()

func (*CloudDriverQryRequest) Reset

func (m *CloudDriverQryRequest) Reset()

func (*CloudDriverQryRequest) Size

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

func (*CloudDriverQryRequest) String

func (m *CloudDriverQryRequest) String() string

func (*CloudDriverQryRequest) Unmarshal

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

func (*CloudDriverQryRequest) XXX_DiscardUnknown

func (m *CloudDriverQryRequest) XXX_DiscardUnknown()

func (*CloudDriverQryRequest) XXX_Marshal

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

func (*CloudDriverQryRequest) XXX_Merge

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

func (*CloudDriverQryRequest) XXX_Size

func (m *CloudDriverQryRequest) XXX_Size() int

func (*CloudDriverQryRequest) XXX_Unmarshal

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

type ConnectionConfigInfo

type ConnectionConfigInfo 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 (*ConnectionConfigInfo) Descriptor

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

func (*ConnectionConfigInfo) GetConfigName

func (m *ConnectionConfigInfo) GetConfigName() string

func (*ConnectionConfigInfo) GetCredentialName

func (m *ConnectionConfigInfo) GetCredentialName() string

func (*ConnectionConfigInfo) GetDriverName

func (m *ConnectionConfigInfo) GetDriverName() string

func (*ConnectionConfigInfo) GetProviderName

func (m *ConnectionConfigInfo) GetProviderName() string

func (*ConnectionConfigInfo) GetRegionName

func (m *ConnectionConfigInfo) GetRegionName() string

func (*ConnectionConfigInfo) Marshal

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

func (*ConnectionConfigInfo) MarshalTo

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

func (*ConnectionConfigInfo) MarshalToSizedBuffer

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

func (*ConnectionConfigInfo) ProtoMessage

func (*ConnectionConfigInfo) ProtoMessage()

func (*ConnectionConfigInfo) Reset

func (m *ConnectionConfigInfo) Reset()

func (*ConnectionConfigInfo) Size

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

func (*ConnectionConfigInfo) String

func (m *ConnectionConfigInfo) String() string

func (*ConnectionConfigInfo) Unmarshal

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

func (*ConnectionConfigInfo) XXX_DiscardUnknown

func (m *ConnectionConfigInfo) XXX_DiscardUnknown()

func (*ConnectionConfigInfo) XXX_Marshal

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

func (*ConnectionConfigInfo) XXX_Merge

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

func (*ConnectionConfigInfo) XXX_Size

func (m *ConnectionConfigInfo) XXX_Size() int

func (*ConnectionConfigInfo) XXX_Unmarshal

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

type ConnectionConfigInfoRequest

type ConnectionConfigInfoRequest struct {
	Item                 *ConnectionConfigInfo `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 (*ConnectionConfigInfoRequest) Descriptor

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

func (*ConnectionConfigInfoRequest) GetItem

func (*ConnectionConfigInfoRequest) Marshal

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

func (*ConnectionConfigInfoRequest) MarshalTo

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

func (*ConnectionConfigInfoRequest) MarshalToSizedBuffer

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

func (*ConnectionConfigInfoRequest) ProtoMessage

func (*ConnectionConfigInfoRequest) ProtoMessage()

func (*ConnectionConfigInfoRequest) Reset

func (m *ConnectionConfigInfoRequest) Reset()

func (*ConnectionConfigInfoRequest) Size

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

func (*ConnectionConfigInfoRequest) String

func (m *ConnectionConfigInfoRequest) String() string

func (*ConnectionConfigInfoRequest) Unmarshal

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

func (*ConnectionConfigInfoRequest) XXX_DiscardUnknown

func (m *ConnectionConfigInfoRequest) XXX_DiscardUnknown()

func (*ConnectionConfigInfoRequest) XXX_Marshal

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

func (*ConnectionConfigInfoRequest) XXX_Merge

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

func (*ConnectionConfigInfoRequest) XXX_Size

func (m *ConnectionConfigInfoRequest) XXX_Size() int

func (*ConnectionConfigInfoRequest) XXX_Unmarshal

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

type ConnectionConfigInfoResponse

type ConnectionConfigInfoResponse struct {
	Item                 *ConnectionConfigInfo `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 (*ConnectionConfigInfoResponse) Descriptor

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

func (*ConnectionConfigInfoResponse) GetItem

func (*ConnectionConfigInfoResponse) Marshal

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

func (*ConnectionConfigInfoResponse) MarshalTo

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

func (*ConnectionConfigInfoResponse) MarshalToSizedBuffer

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

func (*ConnectionConfigInfoResponse) ProtoMessage

func (*ConnectionConfigInfoResponse) ProtoMessage()

func (*ConnectionConfigInfoResponse) Reset

func (m *ConnectionConfigInfoResponse) Reset()

func (*ConnectionConfigInfoResponse) Size

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

func (*ConnectionConfigInfoResponse) String

func (*ConnectionConfigInfoResponse) Unmarshal

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

func (*ConnectionConfigInfoResponse) XXX_DiscardUnknown

func (m *ConnectionConfigInfoResponse) XXX_DiscardUnknown()

func (*ConnectionConfigInfoResponse) XXX_Marshal

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

func (*ConnectionConfigInfoResponse) XXX_Merge

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

func (*ConnectionConfigInfoResponse) XXX_Size

func (m *ConnectionConfigInfoResponse) XXX_Size() int

func (*ConnectionConfigInfoResponse) XXX_Unmarshal

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

type ConnectionConfigQryRequest

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

func (*ConnectionConfigQryRequest) Descriptor

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

func (*ConnectionConfigQryRequest) GetConfigName

func (m *ConnectionConfigQryRequest) GetConfigName() string

func (*ConnectionConfigQryRequest) Marshal

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

func (*ConnectionConfigQryRequest) MarshalTo

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

func (*ConnectionConfigQryRequest) MarshalToSizedBuffer

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

func (*ConnectionConfigQryRequest) ProtoMessage

func (*ConnectionConfigQryRequest) ProtoMessage()

func (*ConnectionConfigQryRequest) Reset

func (m *ConnectionConfigQryRequest) Reset()

func (*ConnectionConfigQryRequest) Size

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

func (*ConnectionConfigQryRequest) String

func (m *ConnectionConfigQryRequest) String() string

func (*ConnectionConfigQryRequest) Unmarshal

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

func (*ConnectionConfigQryRequest) XXX_DiscardUnknown

func (m *ConnectionConfigQryRequest) XXX_DiscardUnknown()

func (*ConnectionConfigQryRequest) XXX_Marshal

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

func (*ConnectionConfigQryRequest) XXX_Merge

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

func (*ConnectionConfigQryRequest) XXX_Size

func (m *ConnectionConfigQryRequest) XXX_Size() int

func (*ConnectionConfigQryRequest) XXX_Unmarshal

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

type CredentialInfo

type CredentialInfo struct {
	CredentialName       string      `protobuf:"bytes,1,opt,name=credential_name,json=CredentialName,proto3" json:"CredentialName" yaml:"CredentialName"`
	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 (*CredentialInfo) Descriptor

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

func (*CredentialInfo) GetCredentialName

func (m *CredentialInfo) GetCredentialName() string

func (*CredentialInfo) GetKeyValueInfoList

func (m *CredentialInfo) GetKeyValueInfoList() []*KeyValue

func (*CredentialInfo) GetProviderName

func (m *CredentialInfo) GetProviderName() string

func (*CredentialInfo) Marshal

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

func (*CredentialInfo) MarshalTo

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

func (*CredentialInfo) MarshalToSizedBuffer

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

func (*CredentialInfo) ProtoMessage

func (*CredentialInfo) ProtoMessage()

func (*CredentialInfo) Reset

func (m *CredentialInfo) Reset()

func (*CredentialInfo) Size

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

func (*CredentialInfo) String

func (m *CredentialInfo) String() string

func (*CredentialInfo) Unmarshal

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

func (*CredentialInfo) XXX_DiscardUnknown

func (m *CredentialInfo) XXX_DiscardUnknown()

func (*CredentialInfo) XXX_Marshal

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

func (*CredentialInfo) XXX_Merge

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

func (*CredentialInfo) XXX_Size

func (m *CredentialInfo) XXX_Size() int

func (*CredentialInfo) XXX_Unmarshal

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

type CredentialInfoRequest

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

func (*CredentialInfoRequest) Descriptor

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

func (*CredentialInfoRequest) GetItem

func (m *CredentialInfoRequest) GetItem() *CredentialInfo

func (*CredentialInfoRequest) Marshal

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

func (*CredentialInfoRequest) MarshalTo

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

func (*CredentialInfoRequest) MarshalToSizedBuffer

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

func (*CredentialInfoRequest) ProtoMessage

func (*CredentialInfoRequest) ProtoMessage()

func (*CredentialInfoRequest) Reset

func (m *CredentialInfoRequest) Reset()

func (*CredentialInfoRequest) Size

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

func (*CredentialInfoRequest) String

func (m *CredentialInfoRequest) String() string

func (*CredentialInfoRequest) Unmarshal

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

func (*CredentialInfoRequest) XXX_DiscardUnknown

func (m *CredentialInfoRequest) XXX_DiscardUnknown()

func (*CredentialInfoRequest) XXX_Marshal

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

func (*CredentialInfoRequest) XXX_Merge

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

func (*CredentialInfoRequest) XXX_Size

func (m *CredentialInfoRequest) XXX_Size() int

func (*CredentialInfoRequest) XXX_Unmarshal

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

type CredentialInfoResponse

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

func (*CredentialInfoResponse) Descriptor

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

func (*CredentialInfoResponse) GetItem

func (m *CredentialInfoResponse) GetItem() *CredentialInfo

func (*CredentialInfoResponse) Marshal

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

func (*CredentialInfoResponse) MarshalTo

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

func (*CredentialInfoResponse) MarshalToSizedBuffer

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

func (*CredentialInfoResponse) ProtoMessage

func (*CredentialInfoResponse) ProtoMessage()

func (*CredentialInfoResponse) Reset

func (m *CredentialInfoResponse) Reset()

func (*CredentialInfoResponse) Size

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

func (*CredentialInfoResponse) String

func (m *CredentialInfoResponse) String() string

func (*CredentialInfoResponse) Unmarshal

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

func (*CredentialInfoResponse) XXX_DiscardUnknown

func (m *CredentialInfoResponse) XXX_DiscardUnknown()

func (*CredentialInfoResponse) XXX_Marshal

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

func (*CredentialInfoResponse) XXX_Merge

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

func (*CredentialInfoResponse) XXX_Size

func (m *CredentialInfoResponse) XXX_Size() int

func (*CredentialInfoResponse) XXX_Unmarshal

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

type CredentialQryRequest

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

func (*CredentialQryRequest) Descriptor

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

func (*CredentialQryRequest) GetCredentialName

func (m *CredentialQryRequest) GetCredentialName() string

func (*CredentialQryRequest) Marshal

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

func (*CredentialQryRequest) MarshalTo

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

func (*CredentialQryRequest) MarshalToSizedBuffer

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

func (*CredentialQryRequest) ProtoMessage

func (*CredentialQryRequest) ProtoMessage()

func (*CredentialQryRequest) Reset

func (m *CredentialQryRequest) Reset()

func (*CredentialQryRequest) Size

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

func (*CredentialQryRequest) String

func (m *CredentialQryRequest) String() string

func (*CredentialQryRequest) Unmarshal

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

func (*CredentialQryRequest) XXX_DiscardUnknown

func (m *CredentialQryRequest) XXX_DiscardUnknown()

func (*CredentialQryRequest) XXX_Marshal

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

func (*CredentialQryRequest) XXX_Merge

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

func (*CredentialQryRequest) XXX_Size

func (m *CredentialQryRequest) XXX_Size() int

func (*CredentialQryRequest) XXX_Unmarshal

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

type Empty

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

Empty 메시지 정의

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 GpuInfo

type GpuInfo 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 (*GpuInfo) Descriptor

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

func (*GpuInfo) GetCount

func (m *GpuInfo) GetCount() string

func (*GpuInfo) GetMem

func (m *GpuInfo) GetMem() string

func (*GpuInfo) GetMfr

func (m *GpuInfo) GetMfr() string

func (*GpuInfo) GetModel

func (m *GpuInfo) GetModel() string

func (*GpuInfo) Marshal

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

func (*GpuInfo) MarshalTo

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

func (*GpuInfo) MarshalToSizedBuffer

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

func (*GpuInfo) ProtoMessage

func (*GpuInfo) ProtoMessage()

func (*GpuInfo) Reset

func (m *GpuInfo) Reset()

func (*GpuInfo) Size

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

func (*GpuInfo) String

func (m *GpuInfo) String() string

func (*GpuInfo) Unmarshal

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

func (*GpuInfo) XXX_DiscardUnknown

func (m *GpuInfo) XXX_DiscardUnknown()

func (*GpuInfo) XXX_Marshal

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

func (*GpuInfo) XXX_Merge

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

func (*GpuInfo) XXX_Size

func (m *GpuInfo) XXX_Size() int

func (*GpuInfo) XXX_Unmarshal

func (m *GpuInfo) 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 메시지 정의

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 ImageAllQryRequest

type ImageAllQryRequest 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 (*ImageAllQryRequest) Descriptor

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

func (*ImageAllQryRequest) GetConnectionName

func (m *ImageAllQryRequest) GetConnectionName() string

func (*ImageAllQryRequest) Marshal

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

func (*ImageAllQryRequest) MarshalTo

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

func (*ImageAllQryRequest) MarshalToSizedBuffer

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

func (*ImageAllQryRequest) ProtoMessage

func (*ImageAllQryRequest) ProtoMessage()

func (*ImageAllQryRequest) Reset

func (m *ImageAllQryRequest) Reset()

func (*ImageAllQryRequest) Size

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

func (*ImageAllQryRequest) String

func (m *ImageAllQryRequest) String() string

func (*ImageAllQryRequest) Unmarshal

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

func (*ImageAllQryRequest) XXX_DiscardUnknown

func (m *ImageAllQryRequest) XXX_DiscardUnknown()

func (*ImageAllQryRequest) XXX_Marshal

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

func (*ImageAllQryRequest) XXX_Merge

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

func (*ImageAllQryRequest) XXX_Size

func (m *ImageAllQryRequest) XXX_Size() int

func (*ImageAllQryRequest) XXX_Unmarshal

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

type ImageCreateInfo

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

func (*ImageCreateInfo) Descriptor

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

func (*ImageCreateInfo) GetName

func (m *ImageCreateInfo) GetName() string

func (*ImageCreateInfo) Marshal

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

func (*ImageCreateInfo) MarshalTo

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

func (*ImageCreateInfo) MarshalToSizedBuffer

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

func (*ImageCreateInfo) ProtoMessage

func (*ImageCreateInfo) ProtoMessage()

func (*ImageCreateInfo) Reset

func (m *ImageCreateInfo) Reset()

func (*ImageCreateInfo) Size

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

func (*ImageCreateInfo) String

func (m *ImageCreateInfo) String() string

func (*ImageCreateInfo) Unmarshal

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

func (*ImageCreateInfo) XXX_DiscardUnknown

func (m *ImageCreateInfo) XXX_DiscardUnknown()

func (*ImageCreateInfo) XXX_Marshal

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

func (*ImageCreateInfo) XXX_Merge

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

func (*ImageCreateInfo) XXX_Size

func (m *ImageCreateInfo) XXX_Size() int

func (*ImageCreateInfo) XXX_Unmarshal

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

type ImageCreateRequest

type ImageCreateRequest struct {
	ConnectionName       string           `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *ImageCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ImageCreateRequest) Descriptor

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

func (*ImageCreateRequest) GetConnectionName

func (m *ImageCreateRequest) GetConnectionName() string

func (*ImageCreateRequest) GetItem

func (m *ImageCreateRequest) GetItem() *ImageCreateInfo

func (*ImageCreateRequest) Marshal

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

func (*ImageCreateRequest) MarshalTo

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

func (*ImageCreateRequest) MarshalToSizedBuffer

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

func (*ImageCreateRequest) ProtoMessage

func (*ImageCreateRequest) ProtoMessage()

func (*ImageCreateRequest) Reset

func (m *ImageCreateRequest) Reset()

func (*ImageCreateRequest) Size

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

func (*ImageCreateRequest) String

func (m *ImageCreateRequest) String() string

func (*ImageCreateRequest) Unmarshal

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

func (*ImageCreateRequest) XXX_DiscardUnknown

func (m *ImageCreateRequest) XXX_DiscardUnknown()

func (*ImageCreateRequest) XXX_Marshal

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

func (*ImageCreateRequest) XXX_Merge

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

func (*ImageCreateRequest) XXX_Size

func (m *ImageCreateRequest) XXX_Size() int

func (*ImageCreateRequest) XXX_Unmarshal

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

type ImageInfo

type ImageInfo 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 (*ImageInfo) Descriptor

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

func (*ImageInfo) GetGuestOs

func (m *ImageInfo) GetGuestOs() string

func (*ImageInfo) GetIid

func (m *ImageInfo) GetIid() *IID

func (*ImageInfo) GetKeyValueList

func (m *ImageInfo) GetKeyValueList() []*KeyValue

func (*ImageInfo) GetStatus

func (m *ImageInfo) GetStatus() string

func (*ImageInfo) Marshal

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

func (*ImageInfo) MarshalTo

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

func (*ImageInfo) MarshalToSizedBuffer

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

func (*ImageInfo) ProtoMessage

func (*ImageInfo) ProtoMessage()

func (*ImageInfo) Reset

func (m *ImageInfo) Reset()

func (*ImageInfo) Size

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

func (*ImageInfo) String

func (m *ImageInfo) String() string

func (*ImageInfo) Unmarshal

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

func (*ImageInfo) XXX_DiscardUnknown

func (m *ImageInfo) XXX_DiscardUnknown()

func (*ImageInfo) XXX_Marshal

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

func (*ImageInfo) XXX_Merge

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

func (*ImageInfo) XXX_Size

func (m *ImageInfo) XXX_Size() int

func (*ImageInfo) XXX_Unmarshal

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

type ImageInfoResponse

type ImageInfoResponse struct {
	Item                 *ImageInfo `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 (*ImageInfoResponse) Descriptor

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

func (*ImageInfoResponse) GetItem

func (m *ImageInfoResponse) GetItem() *ImageInfo

func (*ImageInfoResponse) Marshal

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

func (*ImageInfoResponse) MarshalTo

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

func (*ImageInfoResponse) MarshalToSizedBuffer

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

func (*ImageInfoResponse) ProtoMessage

func (*ImageInfoResponse) ProtoMessage()

func (*ImageInfoResponse) Reset

func (m *ImageInfoResponse) Reset()

func (*ImageInfoResponse) Size

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

func (*ImageInfoResponse) String

func (m *ImageInfoResponse) String() string

func (*ImageInfoResponse) Unmarshal

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

func (*ImageInfoResponse) XXX_DiscardUnknown

func (m *ImageInfoResponse) XXX_DiscardUnknown()

func (*ImageInfoResponse) XXX_Marshal

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

func (*ImageInfoResponse) XXX_Merge

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

func (*ImageInfoResponse) XXX_Size

func (m *ImageInfoResponse) XXX_Size() int

func (*ImageInfoResponse) XXX_Unmarshal

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

type ImageQryRequest

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

func (*ImageQryRequest) Descriptor

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

func (*ImageQryRequest) GetConnectionName

func (m *ImageQryRequest) GetConnectionName() string

func (*ImageQryRequest) GetName

func (m *ImageQryRequest) GetName() string

func (*ImageQryRequest) Marshal

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

func (*ImageQryRequest) MarshalTo

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

func (*ImageQryRequest) MarshalToSizedBuffer

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

func (*ImageQryRequest) ProtoMessage

func (*ImageQryRequest) ProtoMessage()

func (*ImageQryRequest) Reset

func (m *ImageQryRequest) Reset()

func (*ImageQryRequest) Size

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

func (*ImageQryRequest) String

func (m *ImageQryRequest) String() string

func (*ImageQryRequest) Unmarshal

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

func (*ImageQryRequest) XXX_DiscardUnknown

func (m *ImageQryRequest) XXX_DiscardUnknown()

func (*ImageQryRequest) XXX_Marshal

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

func (*ImageQryRequest) XXX_Merge

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

func (*ImageQryRequest) XXX_Size

func (m *ImageQryRequest) XXX_Size() int

func (*ImageQryRequest) XXX_Unmarshal

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

type KeyPairAllQryRequest

type KeyPairAllQryRequest 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 (*KeyPairAllQryRequest) Descriptor

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

func (*KeyPairAllQryRequest) GetConnectionName

func (m *KeyPairAllQryRequest) GetConnectionName() string

func (*KeyPairAllQryRequest) Marshal

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

func (*KeyPairAllQryRequest) MarshalTo

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

func (*KeyPairAllQryRequest) MarshalToSizedBuffer

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

func (*KeyPairAllQryRequest) ProtoMessage

func (*KeyPairAllQryRequest) ProtoMessage()

func (*KeyPairAllQryRequest) Reset

func (m *KeyPairAllQryRequest) Reset()

func (*KeyPairAllQryRequest) Size

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

func (*KeyPairAllQryRequest) String

func (m *KeyPairAllQryRequest) String() string

func (*KeyPairAllQryRequest) Unmarshal

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

func (*KeyPairAllQryRequest) XXX_DiscardUnknown

func (m *KeyPairAllQryRequest) XXX_DiscardUnknown()

func (*KeyPairAllQryRequest) XXX_Marshal

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

func (*KeyPairAllQryRequest) XXX_Merge

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

func (*KeyPairAllQryRequest) XXX_Size

func (m *KeyPairAllQryRequest) XXX_Size() int

func (*KeyPairAllQryRequest) XXX_Unmarshal

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

type KeyPairCreateInfo

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

func (*KeyPairCreateInfo) Descriptor

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

func (*KeyPairCreateInfo) GetName

func (m *KeyPairCreateInfo) GetName() string

func (*KeyPairCreateInfo) Marshal

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

func (*KeyPairCreateInfo) MarshalTo

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

func (*KeyPairCreateInfo) MarshalToSizedBuffer

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

func (*KeyPairCreateInfo) ProtoMessage

func (*KeyPairCreateInfo) ProtoMessage()

func (*KeyPairCreateInfo) Reset

func (m *KeyPairCreateInfo) Reset()

func (*KeyPairCreateInfo) Size

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

func (*KeyPairCreateInfo) String

func (m *KeyPairCreateInfo) String() string

func (*KeyPairCreateInfo) Unmarshal

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

func (*KeyPairCreateInfo) XXX_DiscardUnknown

func (m *KeyPairCreateInfo) XXX_DiscardUnknown()

func (*KeyPairCreateInfo) XXX_Marshal

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

func (*KeyPairCreateInfo) XXX_Merge

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

func (*KeyPairCreateInfo) XXX_Size

func (m *KeyPairCreateInfo) XXX_Size() int

func (*KeyPairCreateInfo) XXX_Unmarshal

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

type KeyPairCreateRequest

type KeyPairCreateRequest struct {
	ConnectionName       string             `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *KeyPairCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*KeyPairCreateRequest) Descriptor

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

func (*KeyPairCreateRequest) GetConnectionName

func (m *KeyPairCreateRequest) GetConnectionName() string

func (*KeyPairCreateRequest) GetItem

func (*KeyPairCreateRequest) Marshal

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

func (*KeyPairCreateRequest) MarshalTo

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

func (*KeyPairCreateRequest) MarshalToSizedBuffer

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

func (*KeyPairCreateRequest) ProtoMessage

func (*KeyPairCreateRequest) ProtoMessage()

func (*KeyPairCreateRequest) Reset

func (m *KeyPairCreateRequest) Reset()

func (*KeyPairCreateRequest) Size

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

func (*KeyPairCreateRequest) String

func (m *KeyPairCreateRequest) String() string

func (*KeyPairCreateRequest) Unmarshal

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

func (*KeyPairCreateRequest) XXX_DiscardUnknown

func (m *KeyPairCreateRequest) XXX_DiscardUnknown()

func (*KeyPairCreateRequest) XXX_Marshal

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

func (*KeyPairCreateRequest) XXX_Merge

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

func (*KeyPairCreateRequest) XXX_Size

func (m *KeyPairCreateRequest) XXX_Size() int

func (*KeyPairCreateRequest) XXX_Unmarshal

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

type KeyPairInfo

type KeyPairInfo struct {
	Iid                  *IID        `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	Fingerprint          string      `protobuf:"bytes,2,opt,name=fingerprint,json=Fingerprint,proto3" json:"Fingerprint" yaml:"Fingerprint"`
	PublicKey            string      `protobuf:"bytes,3,opt,name=public_key,json=PublicKey,proto3" json:"PublicKey" yaml:"PublicKey"`
	PrivateKey           string      `protobuf:"bytes,4,opt,name=private_key,json=PrivateKey,proto3" json:"PrivateKey" yaml:"PrivateKey"`
	VmUserId             string      `protobuf:"bytes,5,opt,name=vm_user_id,json=VMUserID,proto3" json:"VMUserID" yaml:"VMUserID"`
	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 (*KeyPairInfo) Descriptor

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

func (*KeyPairInfo) GetFingerprint

func (m *KeyPairInfo) GetFingerprint() string

func (*KeyPairInfo) GetIid

func (m *KeyPairInfo) GetIid() *IID

func (*KeyPairInfo) GetKeyValueList

func (m *KeyPairInfo) GetKeyValueList() []*KeyValue

func (*KeyPairInfo) GetPrivateKey

func (m *KeyPairInfo) GetPrivateKey() string

func (*KeyPairInfo) GetPublicKey

func (m *KeyPairInfo) GetPublicKey() string

func (*KeyPairInfo) GetVmUserId

func (m *KeyPairInfo) GetVmUserId() string

func (*KeyPairInfo) Marshal

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

func (*KeyPairInfo) MarshalTo

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

func (*KeyPairInfo) MarshalToSizedBuffer

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

func (*KeyPairInfo) ProtoMessage

func (*KeyPairInfo) ProtoMessage()

func (*KeyPairInfo) Reset

func (m *KeyPairInfo) Reset()

func (*KeyPairInfo) Size

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

func (*KeyPairInfo) String

func (m *KeyPairInfo) String() string

func (*KeyPairInfo) Unmarshal

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

func (*KeyPairInfo) XXX_DiscardUnknown

func (m *KeyPairInfo) XXX_DiscardUnknown()

func (*KeyPairInfo) XXX_Marshal

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

func (*KeyPairInfo) XXX_Merge

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

func (*KeyPairInfo) XXX_Size

func (m *KeyPairInfo) XXX_Size() int

func (*KeyPairInfo) XXX_Unmarshal

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

type KeyPairInfoResponse

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

func (*KeyPairInfoResponse) Descriptor

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

func (*KeyPairInfoResponse) GetItem

func (m *KeyPairInfoResponse) GetItem() *KeyPairInfo

func (*KeyPairInfoResponse) Marshal

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

func (*KeyPairInfoResponse) MarshalTo

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

func (*KeyPairInfoResponse) MarshalToSizedBuffer

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

func (*KeyPairInfoResponse) ProtoMessage

func (*KeyPairInfoResponse) ProtoMessage()

func (*KeyPairInfoResponse) Reset

func (m *KeyPairInfoResponse) Reset()

func (*KeyPairInfoResponse) Size

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

func (*KeyPairInfoResponse) String

func (m *KeyPairInfoResponse) String() string

func (*KeyPairInfoResponse) Unmarshal

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

func (*KeyPairInfoResponse) XXX_DiscardUnknown

func (m *KeyPairInfoResponse) XXX_DiscardUnknown()

func (*KeyPairInfoResponse) XXX_Marshal

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

func (*KeyPairInfoResponse) XXX_Merge

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

func (*KeyPairInfoResponse) XXX_Size

func (m *KeyPairInfoResponse) XXX_Size() int

func (*KeyPairInfoResponse) XXX_Unmarshal

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

type KeyPairQryRequest

type KeyPairQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	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 (*KeyPairQryRequest) Descriptor

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

func (*KeyPairQryRequest) GetConnectionName

func (m *KeyPairQryRequest) GetConnectionName() string

func (*KeyPairQryRequest) GetForce

func (m *KeyPairQryRequest) GetForce() string

func (*KeyPairQryRequest) GetName

func (m *KeyPairQryRequest) GetName() string

func (*KeyPairQryRequest) Marshal

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

func (*KeyPairQryRequest) MarshalTo

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

func (*KeyPairQryRequest) MarshalToSizedBuffer

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

func (*KeyPairQryRequest) ProtoMessage

func (*KeyPairQryRequest) ProtoMessage()

func (*KeyPairQryRequest) Reset

func (m *KeyPairQryRequest) Reset()

func (*KeyPairQryRequest) Size

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

func (*KeyPairQryRequest) String

func (m *KeyPairQryRequest) String() string

func (*KeyPairQryRequest) Unmarshal

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

func (*KeyPairQryRequest) XXX_DiscardUnknown

func (m *KeyPairQryRequest) XXX_DiscardUnknown()

func (*KeyPairQryRequest) XXX_Marshal

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

func (*KeyPairQryRequest) XXX_Merge

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

func (*KeyPairQryRequest) XXX_Size

func (m *KeyPairQryRequest) XXX_Size() int

func (*KeyPairQryRequest) XXX_Unmarshal

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

type KeyPairRegisterInfo added in v0.4.15

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

func (*KeyPairRegisterInfo) Descriptor added in v0.4.15

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

func (*KeyPairRegisterInfo) GetCspId added in v0.4.15

func (m *KeyPairRegisterInfo) GetCspId() string

func (*KeyPairRegisterInfo) GetName added in v0.4.15

func (m *KeyPairRegisterInfo) GetName() string

func (*KeyPairRegisterInfo) Marshal added in v0.4.15

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

func (*KeyPairRegisterInfo) MarshalTo added in v0.4.15

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

func (*KeyPairRegisterInfo) MarshalToSizedBuffer added in v0.4.15

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

func (*KeyPairRegisterInfo) ProtoMessage added in v0.4.15

func (*KeyPairRegisterInfo) ProtoMessage()

func (*KeyPairRegisterInfo) Reset added in v0.4.15

func (m *KeyPairRegisterInfo) Reset()

func (*KeyPairRegisterInfo) Size added in v0.4.15

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

func (*KeyPairRegisterInfo) String added in v0.4.15

func (m *KeyPairRegisterInfo) String() string

func (*KeyPairRegisterInfo) Unmarshal added in v0.4.15

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

func (*KeyPairRegisterInfo) XXX_DiscardUnknown added in v0.4.15

func (m *KeyPairRegisterInfo) XXX_DiscardUnknown()

func (*KeyPairRegisterInfo) XXX_Marshal added in v0.4.15

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

func (*KeyPairRegisterInfo) XXX_Merge added in v0.4.15

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

func (*KeyPairRegisterInfo) XXX_Size added in v0.4.15

func (m *KeyPairRegisterInfo) XXX_Size() int

func (*KeyPairRegisterInfo) XXX_Unmarshal added in v0.4.15

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

type KeyPairRegisterRequest added in v0.4.15

type KeyPairRegisterRequest struct {
	ConnectionName       string               `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *KeyPairRegisterInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*KeyPairRegisterRequest) Descriptor added in v0.4.15

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

func (*KeyPairRegisterRequest) GetConnectionName added in v0.4.15

func (m *KeyPairRegisterRequest) GetConnectionName() string

func (*KeyPairRegisterRequest) GetItem added in v0.4.15

func (*KeyPairRegisterRequest) Marshal added in v0.4.15

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

func (*KeyPairRegisterRequest) MarshalTo added in v0.4.15

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

func (*KeyPairRegisterRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*KeyPairRegisterRequest) ProtoMessage added in v0.4.15

func (*KeyPairRegisterRequest) ProtoMessage()

func (*KeyPairRegisterRequest) Reset added in v0.4.15

func (m *KeyPairRegisterRequest) Reset()

func (*KeyPairRegisterRequest) Size added in v0.4.15

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

func (*KeyPairRegisterRequest) String added in v0.4.15

func (m *KeyPairRegisterRequest) String() string

func (*KeyPairRegisterRequest) Unmarshal added in v0.4.15

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

func (*KeyPairRegisterRequest) XXX_DiscardUnknown added in v0.4.15

func (m *KeyPairRegisterRequest) XXX_DiscardUnknown()

func (*KeyPairRegisterRequest) XXX_Marshal added in v0.4.15

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

func (*KeyPairRegisterRequest) XXX_Merge added in v0.4.15

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

func (*KeyPairRegisterRequest) XXX_Size added in v0.4.15

func (m *KeyPairRegisterRequest) XXX_Size() int

func (*KeyPairRegisterRequest) XXX_Unmarshal added in v0.4.15

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

type KeyPairUnregiserQryRequest added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) Descriptor added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) GetConnectionName added in v0.4.15

func (m *KeyPairUnregiserQryRequest) GetConnectionName() string

func (*KeyPairUnregiserQryRequest) GetName added in v0.4.15

func (m *KeyPairUnregiserQryRequest) GetName() string

func (*KeyPairUnregiserQryRequest) Marshal added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) MarshalTo added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) ProtoMessage added in v0.4.15

func (*KeyPairUnregiserQryRequest) ProtoMessage()

func (*KeyPairUnregiserQryRequest) Reset added in v0.4.15

func (m *KeyPairUnregiserQryRequest) Reset()

func (*KeyPairUnregiserQryRequest) Size added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) String added in v0.4.15

func (m *KeyPairUnregiserQryRequest) String() string

func (*KeyPairUnregiserQryRequest) Unmarshal added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) XXX_DiscardUnknown added in v0.4.15

func (m *KeyPairUnregiserQryRequest) XXX_DiscardUnknown()

func (*KeyPairUnregiserQryRequest) XXX_Marshal added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) XXX_Merge added in v0.4.15

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

func (*KeyPairUnregiserQryRequest) XXX_Size added in v0.4.15

func (m *KeyPairUnregiserQryRequest) XXX_Size() int

func (*KeyPairUnregiserQryRequest) XXX_Unmarshal added in v0.4.15

func (m *KeyPairUnregiserQryRequest) 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:"-"`
}

KeyValue 메시지 정의

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 ListCloudDriverInfoResponse

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

func (*ListCloudDriverInfoResponse) Descriptor

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

func (*ListCloudDriverInfoResponse) GetItems

func (*ListCloudDriverInfoResponse) Marshal

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

func (*ListCloudDriverInfoResponse) MarshalTo

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

func (*ListCloudDriverInfoResponse) MarshalToSizedBuffer

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

func (*ListCloudDriverInfoResponse) ProtoMessage

func (*ListCloudDriverInfoResponse) ProtoMessage()

func (*ListCloudDriverInfoResponse) Reset

func (m *ListCloudDriverInfoResponse) Reset()

func (*ListCloudDriverInfoResponse) Size

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

func (*ListCloudDriverInfoResponse) String

func (m *ListCloudDriverInfoResponse) String() string

func (*ListCloudDriverInfoResponse) Unmarshal

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

func (*ListCloudDriverInfoResponse) XXX_DiscardUnknown

func (m *ListCloudDriverInfoResponse) XXX_DiscardUnknown()

func (*ListCloudDriverInfoResponse) XXX_Marshal

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

func (*ListCloudDriverInfoResponse) XXX_Merge

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

func (*ListCloudDriverInfoResponse) XXX_Size

func (m *ListCloudDriverInfoResponse) XXX_Size() int

func (*ListCloudDriverInfoResponse) XXX_Unmarshal

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

type ListCloudOSInfoResponse

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

func (*ListCloudOSInfoResponse) Descriptor

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

func (*ListCloudOSInfoResponse) GetItems

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

func (*ListCloudOSInfoResponse) Marshal

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

func (*ListCloudOSInfoResponse) MarshalTo

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

func (*ListCloudOSInfoResponse) MarshalToSizedBuffer

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

func (*ListCloudOSInfoResponse) ProtoMessage

func (*ListCloudOSInfoResponse) ProtoMessage()

func (*ListCloudOSInfoResponse) Reset

func (m *ListCloudOSInfoResponse) Reset()

func (*ListCloudOSInfoResponse) Size

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

func (*ListCloudOSInfoResponse) String

func (m *ListCloudOSInfoResponse) String() string

func (*ListCloudOSInfoResponse) Unmarshal

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

func (*ListCloudOSInfoResponse) XXX_DiscardUnknown

func (m *ListCloudOSInfoResponse) XXX_DiscardUnknown()

func (*ListCloudOSInfoResponse) XXX_Marshal

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

func (*ListCloudOSInfoResponse) XXX_Merge

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

func (*ListCloudOSInfoResponse) XXX_Size

func (m *ListCloudOSInfoResponse) XXX_Size() int

func (*ListCloudOSInfoResponse) XXX_Unmarshal

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

type ListConnectionConfigInfoResponse

type ListConnectionConfigInfoResponse struct {
	Items                []*ConnectionConfigInfo `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 (*ListConnectionConfigInfoResponse) Descriptor

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

func (*ListConnectionConfigInfoResponse) GetItems

func (*ListConnectionConfigInfoResponse) Marshal

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

func (*ListConnectionConfigInfoResponse) MarshalTo

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

func (*ListConnectionConfigInfoResponse) MarshalToSizedBuffer

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

func (*ListConnectionConfigInfoResponse) ProtoMessage

func (*ListConnectionConfigInfoResponse) ProtoMessage()

func (*ListConnectionConfigInfoResponse) Reset

func (*ListConnectionConfigInfoResponse) Size

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

func (*ListConnectionConfigInfoResponse) String

func (*ListConnectionConfigInfoResponse) Unmarshal

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

func (*ListConnectionConfigInfoResponse) XXX_DiscardUnknown

func (m *ListConnectionConfigInfoResponse) XXX_DiscardUnknown()

func (*ListConnectionConfigInfoResponse) XXX_Marshal

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

func (*ListConnectionConfigInfoResponse) XXX_Merge

func (*ListConnectionConfigInfoResponse) XXX_Size

func (m *ListConnectionConfigInfoResponse) XXX_Size() int

func (*ListConnectionConfigInfoResponse) XXX_Unmarshal

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

type ListCredentialInfoResponse

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

func (*ListCredentialInfoResponse) Descriptor

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

func (*ListCredentialInfoResponse) GetItems

func (m *ListCredentialInfoResponse) GetItems() []*CredentialInfo

func (*ListCredentialInfoResponse) Marshal

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

func (*ListCredentialInfoResponse) MarshalTo

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

func (*ListCredentialInfoResponse) MarshalToSizedBuffer

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

func (*ListCredentialInfoResponse) ProtoMessage

func (*ListCredentialInfoResponse) ProtoMessage()

func (*ListCredentialInfoResponse) Reset

func (m *ListCredentialInfoResponse) Reset()

func (*ListCredentialInfoResponse) Size

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

func (*ListCredentialInfoResponse) String

func (m *ListCredentialInfoResponse) String() string

func (*ListCredentialInfoResponse) Unmarshal

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

func (*ListCredentialInfoResponse) XXX_DiscardUnknown

func (m *ListCredentialInfoResponse) XXX_DiscardUnknown()

func (*ListCredentialInfoResponse) XXX_Marshal

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

func (*ListCredentialInfoResponse) XXX_Merge

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

func (*ListCredentialInfoResponse) XXX_Size

func (m *ListCredentialInfoResponse) XXX_Size() int

func (*ListCredentialInfoResponse) XXX_Unmarshal

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

type ListImageInfoResponse

type ListImageInfoResponse struct {
	Items                []*ImageInfo `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 (*ListImageInfoResponse) Descriptor

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

func (*ListImageInfoResponse) GetItems

func (m *ListImageInfoResponse) GetItems() []*ImageInfo

func (*ListImageInfoResponse) Marshal

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

func (*ListImageInfoResponse) MarshalTo

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

func (*ListImageInfoResponse) MarshalToSizedBuffer

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

func (*ListImageInfoResponse) ProtoMessage

func (*ListImageInfoResponse) ProtoMessage()

func (*ListImageInfoResponse) Reset

func (m *ListImageInfoResponse) Reset()

func (*ListImageInfoResponse) Size

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

func (*ListImageInfoResponse) String

func (m *ListImageInfoResponse) String() string

func (*ListImageInfoResponse) Unmarshal

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

func (*ListImageInfoResponse) XXX_DiscardUnknown

func (m *ListImageInfoResponse) XXX_DiscardUnknown()

func (*ListImageInfoResponse) XXX_Marshal

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

func (*ListImageInfoResponse) XXX_Merge

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

func (*ListImageInfoResponse) XXX_Size

func (m *ListImageInfoResponse) XXX_Size() int

func (*ListImageInfoResponse) XXX_Unmarshal

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

type ListKeyPairInfoResponse

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

func (*ListKeyPairInfoResponse) Descriptor

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

func (*ListKeyPairInfoResponse) GetItems

func (m *ListKeyPairInfoResponse) GetItems() []*KeyPairInfo

func (*ListKeyPairInfoResponse) Marshal

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

func (*ListKeyPairInfoResponse) MarshalTo

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

func (*ListKeyPairInfoResponse) MarshalToSizedBuffer

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

func (*ListKeyPairInfoResponse) ProtoMessage

func (*ListKeyPairInfoResponse) ProtoMessage()

func (*ListKeyPairInfoResponse) Reset

func (m *ListKeyPairInfoResponse) Reset()

func (*ListKeyPairInfoResponse) Size

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

func (*ListKeyPairInfoResponse) String

func (m *ListKeyPairInfoResponse) String() string

func (*ListKeyPairInfoResponse) Unmarshal

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

func (*ListKeyPairInfoResponse) XXX_DiscardUnknown

func (m *ListKeyPairInfoResponse) XXX_DiscardUnknown()

func (*ListKeyPairInfoResponse) XXX_Marshal

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

func (*ListKeyPairInfoResponse) XXX_Merge

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

func (*ListKeyPairInfoResponse) XXX_Size

func (m *ListKeyPairInfoResponse) XXX_Size() int

func (*ListKeyPairInfoResponse) XXX_Unmarshal

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

type ListRegionInfoResponse

type ListRegionInfoResponse struct {
	Items                []*RegionInfo `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 (*ListRegionInfoResponse) Descriptor

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

func (*ListRegionInfoResponse) GetItems

func (m *ListRegionInfoResponse) GetItems() []*RegionInfo

func (*ListRegionInfoResponse) Marshal

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

func (*ListRegionInfoResponse) MarshalTo

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

func (*ListRegionInfoResponse) MarshalToSizedBuffer

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

func (*ListRegionInfoResponse) ProtoMessage

func (*ListRegionInfoResponse) ProtoMessage()

func (*ListRegionInfoResponse) Reset

func (m *ListRegionInfoResponse) Reset()

func (*ListRegionInfoResponse) Size

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

func (*ListRegionInfoResponse) String

func (m *ListRegionInfoResponse) String() string

func (*ListRegionInfoResponse) Unmarshal

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

func (*ListRegionInfoResponse) XXX_DiscardUnknown

func (m *ListRegionInfoResponse) XXX_DiscardUnknown()

func (*ListRegionInfoResponse) XXX_Marshal

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

func (*ListRegionInfoResponse) XXX_Merge

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

func (*ListRegionInfoResponse) XXX_Size

func (m *ListRegionInfoResponse) XXX_Size() int

func (*ListRegionInfoResponse) XXX_Unmarshal

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

type ListSecurityInfoResponse

type ListSecurityInfoResponse struct {
	Items                []*SecurityInfo `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 (*ListSecurityInfoResponse) Descriptor

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

func (*ListSecurityInfoResponse) GetItems

func (m *ListSecurityInfoResponse) GetItems() []*SecurityInfo

func (*ListSecurityInfoResponse) Marshal

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

func (*ListSecurityInfoResponse) MarshalTo

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

func (*ListSecurityInfoResponse) MarshalToSizedBuffer

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

func (*ListSecurityInfoResponse) ProtoMessage

func (*ListSecurityInfoResponse) ProtoMessage()

func (*ListSecurityInfoResponse) Reset

func (m *ListSecurityInfoResponse) Reset()

func (*ListSecurityInfoResponse) Size

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

func (*ListSecurityInfoResponse) String

func (m *ListSecurityInfoResponse) String() string

func (*ListSecurityInfoResponse) Unmarshal

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

func (*ListSecurityInfoResponse) XXX_DiscardUnknown

func (m *ListSecurityInfoResponse) XXX_DiscardUnknown()

func (*ListSecurityInfoResponse) XXX_Marshal

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

func (*ListSecurityInfoResponse) XXX_Merge

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

func (*ListSecurityInfoResponse) XXX_Size

func (m *ListSecurityInfoResponse) XXX_Size() int

func (*ListSecurityInfoResponse) XXX_Unmarshal

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

type ListVMInfoResponse

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

func (*ListVMInfoResponse) Descriptor

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

func (*ListVMInfoResponse) GetItems

func (m *ListVMInfoResponse) GetItems() []*VMInfo

func (*ListVMInfoResponse) Marshal

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

func (*ListVMInfoResponse) MarshalTo

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

func (*ListVMInfoResponse) MarshalToSizedBuffer

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

func (*ListVMInfoResponse) ProtoMessage

func (*ListVMInfoResponse) ProtoMessage()

func (*ListVMInfoResponse) Reset

func (m *ListVMInfoResponse) Reset()

func (*ListVMInfoResponse) Size

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

func (*ListVMInfoResponse) String

func (m *ListVMInfoResponse) String() string

func (*ListVMInfoResponse) Unmarshal

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

func (*ListVMInfoResponse) XXX_DiscardUnknown

func (m *ListVMInfoResponse) XXX_DiscardUnknown()

func (*ListVMInfoResponse) XXX_Marshal

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

func (*ListVMInfoResponse) XXX_Merge

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

func (*ListVMInfoResponse) XXX_Size

func (m *ListVMInfoResponse) XXX_Size() int

func (*ListVMInfoResponse) XXX_Unmarshal

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

type ListVMSpecInfoResponse

type ListVMSpecInfoResponse struct {
	Items                []*VMSpecInfo `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 (*ListVMSpecInfoResponse) Descriptor

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

func (*ListVMSpecInfoResponse) GetItems

func (m *ListVMSpecInfoResponse) GetItems() []*VMSpecInfo

func (*ListVMSpecInfoResponse) Marshal

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

func (*ListVMSpecInfoResponse) MarshalTo

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

func (*ListVMSpecInfoResponse) MarshalToSizedBuffer

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

func (*ListVMSpecInfoResponse) ProtoMessage

func (*ListVMSpecInfoResponse) ProtoMessage()

func (*ListVMSpecInfoResponse) Reset

func (m *ListVMSpecInfoResponse) Reset()

func (*ListVMSpecInfoResponse) Size

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

func (*ListVMSpecInfoResponse) String

func (m *ListVMSpecInfoResponse) String() string

func (*ListVMSpecInfoResponse) Unmarshal

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

func (*ListVMSpecInfoResponse) XXX_DiscardUnknown

func (m *ListVMSpecInfoResponse) XXX_DiscardUnknown()

func (*ListVMSpecInfoResponse) XXX_Marshal

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

func (*ListVMSpecInfoResponse) XXX_Merge

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

func (*ListVMSpecInfoResponse) XXX_Size

func (m *ListVMSpecInfoResponse) XXX_Size() int

func (*ListVMSpecInfoResponse) XXX_Unmarshal

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

type ListVMStatusInfoResponse

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

func (*ListVMStatusInfoResponse) Descriptor

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

func (*ListVMStatusInfoResponse) GetItems

func (m *ListVMStatusInfoResponse) GetItems() []*VMStatusInfo

func (*ListVMStatusInfoResponse) Marshal

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

func (*ListVMStatusInfoResponse) MarshalTo

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

func (*ListVMStatusInfoResponse) MarshalToSizedBuffer

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

func (*ListVMStatusInfoResponse) ProtoMessage

func (*ListVMStatusInfoResponse) ProtoMessage()

func (*ListVMStatusInfoResponse) Reset

func (m *ListVMStatusInfoResponse) Reset()

func (*ListVMStatusInfoResponse) Size

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

func (*ListVMStatusInfoResponse) String

func (m *ListVMStatusInfoResponse) String() string

func (*ListVMStatusInfoResponse) Unmarshal

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

func (*ListVMStatusInfoResponse) XXX_DiscardUnknown

func (m *ListVMStatusInfoResponse) XXX_DiscardUnknown()

func (*ListVMStatusInfoResponse) XXX_Marshal

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

func (*ListVMStatusInfoResponse) XXX_Merge

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

func (*ListVMStatusInfoResponse) XXX_Size

func (m *ListVMStatusInfoResponse) XXX_Size() int

func (*ListVMStatusInfoResponse) XXX_Unmarshal

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

type ListVPCInfoResponse

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

func (*ListVPCInfoResponse) Descriptor

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

func (*ListVPCInfoResponse) GetItems

func (m *ListVPCInfoResponse) GetItems() []*VPCInfo

func (*ListVPCInfoResponse) Marshal

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

func (*ListVPCInfoResponse) MarshalTo

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

func (*ListVPCInfoResponse) MarshalToSizedBuffer

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

func (*ListVPCInfoResponse) ProtoMessage

func (*ListVPCInfoResponse) ProtoMessage()

func (*ListVPCInfoResponse) Reset

func (m *ListVPCInfoResponse) Reset()

func (*ListVPCInfoResponse) Size

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

func (*ListVPCInfoResponse) String

func (m *ListVPCInfoResponse) String() string

func (*ListVPCInfoResponse) Unmarshal

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

func (*ListVPCInfoResponse) XXX_DiscardUnknown

func (m *ListVPCInfoResponse) XXX_DiscardUnknown()

func (*ListVPCInfoResponse) XXX_Marshal

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

func (*ListVPCInfoResponse) XXX_Merge

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

func (*ListVPCInfoResponse) XXX_Size

func (m *ListVPCInfoResponse) XXX_Size() int

func (*ListVPCInfoResponse) XXX_Unmarshal

func (m *ListVPCInfoResponse) 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:"-"`
}

MessageResponse 응답 메시지 정의

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 RegionInfo

type RegionInfo 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 (*RegionInfo) Descriptor

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

func (*RegionInfo) GetKeyValueInfoList

func (m *RegionInfo) GetKeyValueInfoList() []*KeyValue

func (*RegionInfo) GetProviderName

func (m *RegionInfo) GetProviderName() string

func (*RegionInfo) GetRegionName

func (m *RegionInfo) GetRegionName() 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 RegionInfoRequest

type RegionInfoRequest struct {
	Item                 *RegionInfo `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 (*RegionInfoRequest) Descriptor

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

func (*RegionInfoRequest) GetItem

func (m *RegionInfoRequest) GetItem() *RegionInfo

func (*RegionInfoRequest) Marshal

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

func (*RegionInfoRequest) MarshalTo

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

func (*RegionInfoRequest) MarshalToSizedBuffer

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

func (*RegionInfoRequest) ProtoMessage

func (*RegionInfoRequest) ProtoMessage()

func (*RegionInfoRequest) Reset

func (m *RegionInfoRequest) Reset()

func (*RegionInfoRequest) Size

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

func (*RegionInfoRequest) String

func (m *RegionInfoRequest) String() string

func (*RegionInfoRequest) Unmarshal

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

func (*RegionInfoRequest) XXX_DiscardUnknown

func (m *RegionInfoRequest) XXX_DiscardUnknown()

func (*RegionInfoRequest) XXX_Marshal

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

func (*RegionInfoRequest) XXX_Merge

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

func (*RegionInfoRequest) XXX_Size

func (m *RegionInfoRequest) XXX_Size() int

func (*RegionInfoRequest) XXX_Unmarshal

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

type RegionInfoResponse

type RegionInfoResponse struct {
	Item                 *RegionInfo `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 (*RegionInfoResponse) Descriptor

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

func (*RegionInfoResponse) GetItem

func (m *RegionInfoResponse) GetItem() *RegionInfo

func (*RegionInfoResponse) Marshal

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

func (*RegionInfoResponse) MarshalTo

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

func (*RegionInfoResponse) MarshalToSizedBuffer

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

func (*RegionInfoResponse) ProtoMessage

func (*RegionInfoResponse) ProtoMessage()

func (*RegionInfoResponse) Reset

func (m *RegionInfoResponse) Reset()

func (*RegionInfoResponse) Size

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

func (*RegionInfoResponse) String

func (m *RegionInfoResponse) String() string

func (*RegionInfoResponse) Unmarshal

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

func (*RegionInfoResponse) XXX_DiscardUnknown

func (m *RegionInfoResponse) XXX_DiscardUnknown()

func (*RegionInfoResponse) XXX_Marshal

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

func (*RegionInfoResponse) XXX_Merge

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

func (*RegionInfoResponse) XXX_Size

func (m *RegionInfoResponse) XXX_Size() int

func (*RegionInfoResponse) XXX_Unmarshal

func (m *RegionInfoResponse) 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 SSHClient

type SSHClient interface {
	SSHRun(ctx context.Context, in *SSHRunRequest, opts ...grpc.CallOption) (*StringResponse, error)
}

SSHClient is the client API for SSH service.

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

func NewSSHClient

func NewSSHClient(cc *grpc.ClientConn) SSHClient

type SSHRunRequest

type SSHRunRequest struct {
	UserName             string   `protobuf:"bytes,1,opt,name=user_name,json=UserName,proto3" json:"UserName" yaml:"UserName"`
	PrivateKey           []string `protobuf:"bytes,2,rep,name=private_key,json=PrivateKey,proto3" json:"PrivateKey" yaml:"PrivateKey"`
	ServerPort           string   `protobuf:"bytes,3,opt,name=server_port,json=ServerPort,proto3" json:"ServerPort" yaml:"ServerPort"`
	Command              string   `protobuf:"bytes,4,opt,name=command,json=Command,proto3" json:"Command" yaml:"Command"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SSHRunRequest) Descriptor

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

func (*SSHRunRequest) GetCommand

func (m *SSHRunRequest) GetCommand() string

func (*SSHRunRequest) GetPrivateKey

func (m *SSHRunRequest) GetPrivateKey() []string

func (*SSHRunRequest) GetServerPort

func (m *SSHRunRequest) GetServerPort() string

func (*SSHRunRequest) GetUserName

func (m *SSHRunRequest) GetUserName() string

func (*SSHRunRequest) Marshal

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

func (*SSHRunRequest) MarshalTo

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

func (*SSHRunRequest) MarshalToSizedBuffer

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

func (*SSHRunRequest) ProtoMessage

func (*SSHRunRequest) ProtoMessage()

func (*SSHRunRequest) Reset

func (m *SSHRunRequest) Reset()

func (*SSHRunRequest) Size

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

func (*SSHRunRequest) String

func (m *SSHRunRequest) String() string

func (*SSHRunRequest) Unmarshal

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

func (*SSHRunRequest) XXX_DiscardUnknown

func (m *SSHRunRequest) XXX_DiscardUnknown()

func (*SSHRunRequest) XXX_Marshal

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

func (*SSHRunRequest) XXX_Merge

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

func (*SSHRunRequest) XXX_Size

func (m *SSHRunRequest) XXX_Size() int

func (*SSHRunRequest) XXX_Unmarshal

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

type SSHServer

type SSHServer interface {
	SSHRun(context.Context, *SSHRunRequest) (*StringResponse, error)
}

SSHServer is the server API for SSH service.

type SecurityAllQryRequest

type SecurityAllQryRequest 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 (*SecurityAllQryRequest) Descriptor

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

func (*SecurityAllQryRequest) GetConnectionName

func (m *SecurityAllQryRequest) GetConnectionName() string

func (*SecurityAllQryRequest) Marshal

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

func (*SecurityAllQryRequest) MarshalTo

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

func (*SecurityAllQryRequest) MarshalToSizedBuffer

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

func (*SecurityAllQryRequest) ProtoMessage

func (*SecurityAllQryRequest) ProtoMessage()

func (*SecurityAllQryRequest) Reset

func (m *SecurityAllQryRequest) Reset()

func (*SecurityAllQryRequest) Size

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

func (*SecurityAllQryRequest) String

func (m *SecurityAllQryRequest) String() string

func (*SecurityAllQryRequest) Unmarshal

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

func (*SecurityAllQryRequest) XXX_DiscardUnknown

func (m *SecurityAllQryRequest) XXX_DiscardUnknown()

func (*SecurityAllQryRequest) XXX_Marshal

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

func (*SecurityAllQryRequest) XXX_Merge

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

func (*SecurityAllQryRequest) XXX_Size

func (m *SecurityAllQryRequest) XXX_Size() int

func (*SecurityAllQryRequest) XXX_Unmarshal

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

type SecurityCreateInfo

type SecurityCreateInfo struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	VpcName              string              `protobuf:"bytes,2,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	SecurityRules        []*SecurityRuleInfo `protobuf:"bytes,3,rep,name=security_rules,json=SecurityRules,proto3" json:"SecurityRules" yaml:"SecurityRules"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SecurityCreateInfo) Descriptor

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

func (*SecurityCreateInfo) GetName

func (m *SecurityCreateInfo) GetName() string

func (*SecurityCreateInfo) GetSecurityRules

func (m *SecurityCreateInfo) GetSecurityRules() []*SecurityRuleInfo

func (*SecurityCreateInfo) GetVpcName

func (m *SecurityCreateInfo) GetVpcName() string

func (*SecurityCreateInfo) Marshal

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

func (*SecurityCreateInfo) MarshalTo

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

func (*SecurityCreateInfo) MarshalToSizedBuffer

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

func (*SecurityCreateInfo) ProtoMessage

func (*SecurityCreateInfo) ProtoMessage()

func (*SecurityCreateInfo) Reset

func (m *SecurityCreateInfo) Reset()

func (*SecurityCreateInfo) Size

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

func (*SecurityCreateInfo) String

func (m *SecurityCreateInfo) String() string

func (*SecurityCreateInfo) Unmarshal

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

func (*SecurityCreateInfo) XXX_DiscardUnknown

func (m *SecurityCreateInfo) XXX_DiscardUnknown()

func (*SecurityCreateInfo) XXX_Marshal

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

func (*SecurityCreateInfo) XXX_Merge

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

func (*SecurityCreateInfo) XXX_Size

func (m *SecurityCreateInfo) XXX_Size() int

func (*SecurityCreateInfo) XXX_Unmarshal

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

type SecurityCreateRequest

type SecurityCreateRequest struct {
	ConnectionName       string              `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *SecurityCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SecurityCreateRequest) Descriptor

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

func (*SecurityCreateRequest) GetConnectionName

func (m *SecurityCreateRequest) GetConnectionName() string

func (*SecurityCreateRequest) GetItem

func (*SecurityCreateRequest) Marshal

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

func (*SecurityCreateRequest) MarshalTo

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

func (*SecurityCreateRequest) MarshalToSizedBuffer

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

func (*SecurityCreateRequest) ProtoMessage

func (*SecurityCreateRequest) ProtoMessage()

func (*SecurityCreateRequest) Reset

func (m *SecurityCreateRequest) Reset()

func (*SecurityCreateRequest) Size

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

func (*SecurityCreateRequest) String

func (m *SecurityCreateRequest) String() string

func (*SecurityCreateRequest) Unmarshal

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

func (*SecurityCreateRequest) XXX_DiscardUnknown

func (m *SecurityCreateRequest) XXX_DiscardUnknown()

func (*SecurityCreateRequest) XXX_Marshal

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

func (*SecurityCreateRequest) XXX_Merge

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

func (*SecurityCreateRequest) XXX_Size

func (m *SecurityCreateRequest) XXX_Size() int

func (*SecurityCreateRequest) XXX_Unmarshal

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

type SecurityInfo

type SecurityInfo struct {
	Iid                  *IID                `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	VpcIid               *IID                `protobuf:"bytes,2,opt,name=vpc_iid,json=VpcIID,proto3" json:"VpcIID" yaml:"VpcIID"`
	SecurityRules        []*SecurityRuleInfo `protobuf:"bytes,3,rep,name=security_rules,json=SecurityRules,proto3" json:"SecurityRules" yaml:"SecurityRules"`
	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 (*SecurityInfo) Descriptor

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

func (*SecurityInfo) GetIid

func (m *SecurityInfo) GetIid() *IID

func (*SecurityInfo) GetKeyValueList

func (m *SecurityInfo) GetKeyValueList() []*KeyValue

func (*SecurityInfo) GetSecurityRules

func (m *SecurityInfo) GetSecurityRules() []*SecurityRuleInfo

func (*SecurityInfo) GetVpcIid

func (m *SecurityInfo) GetVpcIid() *IID

func (*SecurityInfo) Marshal

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

func (*SecurityInfo) MarshalTo

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

func (*SecurityInfo) MarshalToSizedBuffer

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

func (*SecurityInfo) ProtoMessage

func (*SecurityInfo) ProtoMessage()

func (*SecurityInfo) Reset

func (m *SecurityInfo) Reset()

func (*SecurityInfo) Size

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

func (*SecurityInfo) String

func (m *SecurityInfo) String() string

func (*SecurityInfo) Unmarshal

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

func (*SecurityInfo) XXX_DiscardUnknown

func (m *SecurityInfo) XXX_DiscardUnknown()

func (*SecurityInfo) XXX_Marshal

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

func (*SecurityInfo) XXX_Merge

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

func (*SecurityInfo) XXX_Size

func (m *SecurityInfo) XXX_Size() int

func (*SecurityInfo) XXX_Unmarshal

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

type SecurityInfoResponse

type SecurityInfoResponse struct {
	Item                 *SecurityInfo `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 (*SecurityInfoResponse) Descriptor

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

func (*SecurityInfoResponse) GetItem

func (m *SecurityInfoResponse) GetItem() *SecurityInfo

func (*SecurityInfoResponse) Marshal

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

func (*SecurityInfoResponse) MarshalTo

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

func (*SecurityInfoResponse) MarshalToSizedBuffer

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

func (*SecurityInfoResponse) ProtoMessage

func (*SecurityInfoResponse) ProtoMessage()

func (*SecurityInfoResponse) Reset

func (m *SecurityInfoResponse) Reset()

func (*SecurityInfoResponse) Size

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

func (*SecurityInfoResponse) String

func (m *SecurityInfoResponse) String() string

func (*SecurityInfoResponse) Unmarshal

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

func (*SecurityInfoResponse) XXX_DiscardUnknown

func (m *SecurityInfoResponse) XXX_DiscardUnknown()

func (*SecurityInfoResponse) XXX_Marshal

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

func (*SecurityInfoResponse) XXX_Merge

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

func (*SecurityInfoResponse) XXX_Size

func (m *SecurityInfoResponse) XXX_Size() int

func (*SecurityInfoResponse) XXX_Unmarshal

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

type SecurityQryRequest

type SecurityQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	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 (*SecurityQryRequest) Descriptor

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

func (*SecurityQryRequest) GetConnectionName

func (m *SecurityQryRequest) GetConnectionName() string

func (*SecurityQryRequest) GetForce

func (m *SecurityQryRequest) GetForce() string

func (*SecurityQryRequest) GetName

func (m *SecurityQryRequest) GetName() string

func (*SecurityQryRequest) Marshal

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

func (*SecurityQryRequest) MarshalTo

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

func (*SecurityQryRequest) MarshalToSizedBuffer

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

func (*SecurityQryRequest) ProtoMessage

func (*SecurityQryRequest) ProtoMessage()

func (*SecurityQryRequest) Reset

func (m *SecurityQryRequest) Reset()

func (*SecurityQryRequest) Size

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

func (*SecurityQryRequest) String

func (m *SecurityQryRequest) String() string

func (*SecurityQryRequest) Unmarshal

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

func (*SecurityQryRequest) XXX_DiscardUnknown

func (m *SecurityQryRequest) XXX_DiscardUnknown()

func (*SecurityQryRequest) XXX_Marshal

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

func (*SecurityQryRequest) XXX_Merge

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

func (*SecurityQryRequest) XXX_Size

func (m *SecurityQryRequest) XXX_Size() int

func (*SecurityQryRequest) XXX_Unmarshal

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

type SecurityRegisterInfo added in v0.4.15

type SecurityRegisterInfo struct {
	VpcName              string   `protobuf:"bytes,1,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	CspId                string   `protobuf:"bytes,3,opt,name=csp_id,json=CSPId,proto3" json:"CSPId" yaml:"CSPId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SecurityRegisterInfo) Descriptor added in v0.4.15

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

func (*SecurityRegisterInfo) GetCspId added in v0.4.15

func (m *SecurityRegisterInfo) GetCspId() string

func (*SecurityRegisterInfo) GetName added in v0.4.15

func (m *SecurityRegisterInfo) GetName() string

func (*SecurityRegisterInfo) GetVpcName added in v0.4.15

func (m *SecurityRegisterInfo) GetVpcName() string

func (*SecurityRegisterInfo) Marshal added in v0.4.15

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

func (*SecurityRegisterInfo) MarshalTo added in v0.4.15

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

func (*SecurityRegisterInfo) MarshalToSizedBuffer added in v0.4.15

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

func (*SecurityRegisterInfo) ProtoMessage added in v0.4.15

func (*SecurityRegisterInfo) ProtoMessage()

func (*SecurityRegisterInfo) Reset added in v0.4.15

func (m *SecurityRegisterInfo) Reset()

func (*SecurityRegisterInfo) Size added in v0.4.15

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

func (*SecurityRegisterInfo) String added in v0.4.15

func (m *SecurityRegisterInfo) String() string

func (*SecurityRegisterInfo) Unmarshal added in v0.4.15

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

func (*SecurityRegisterInfo) XXX_DiscardUnknown added in v0.4.15

func (m *SecurityRegisterInfo) XXX_DiscardUnknown()

func (*SecurityRegisterInfo) XXX_Marshal added in v0.4.15

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

func (*SecurityRegisterInfo) XXX_Merge added in v0.4.15

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

func (*SecurityRegisterInfo) XXX_Size added in v0.4.15

func (m *SecurityRegisterInfo) XXX_Size() int

func (*SecurityRegisterInfo) XXX_Unmarshal added in v0.4.15

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

type SecurityRegisterRequest added in v0.4.15

type SecurityRegisterRequest struct {
	ConnectionName       string                `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *SecurityRegisterInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SecurityRegisterRequest) Descriptor added in v0.4.15

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

func (*SecurityRegisterRequest) GetConnectionName added in v0.4.15

func (m *SecurityRegisterRequest) GetConnectionName() string

func (*SecurityRegisterRequest) GetItem added in v0.4.15

func (*SecurityRegisterRequest) Marshal added in v0.4.15

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

func (*SecurityRegisterRequest) MarshalTo added in v0.4.15

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

func (*SecurityRegisterRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*SecurityRegisterRequest) ProtoMessage added in v0.4.15

func (*SecurityRegisterRequest) ProtoMessage()

func (*SecurityRegisterRequest) Reset added in v0.4.15

func (m *SecurityRegisterRequest) Reset()

func (*SecurityRegisterRequest) Size added in v0.4.15

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

func (*SecurityRegisterRequest) String added in v0.4.15

func (m *SecurityRegisterRequest) String() string

func (*SecurityRegisterRequest) Unmarshal added in v0.4.15

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

func (*SecurityRegisterRequest) XXX_DiscardUnknown added in v0.4.15

func (m *SecurityRegisterRequest) XXX_DiscardUnknown()

func (*SecurityRegisterRequest) XXX_Marshal added in v0.4.15

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

func (*SecurityRegisterRequest) XXX_Merge added in v0.4.15

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

func (*SecurityRegisterRequest) XXX_Size added in v0.4.15

func (m *SecurityRegisterRequest) XXX_Size() int

func (*SecurityRegisterRequest) XXX_Unmarshal added in v0.4.15

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

type SecurityRuleInfo

type SecurityRuleInfo 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 (*SecurityRuleInfo) Descriptor

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

func (*SecurityRuleInfo) GetCidr added in v0.3.14

func (m *SecurityRuleInfo) GetCidr() string

func (*SecurityRuleInfo) GetDirection

func (m *SecurityRuleInfo) GetDirection() string

func (*SecurityRuleInfo) GetFromPort

func (m *SecurityRuleInfo) GetFromPort() string

func (*SecurityRuleInfo) GetIpProtocol

func (m *SecurityRuleInfo) GetIpProtocol() string

func (*SecurityRuleInfo) GetToPort

func (m *SecurityRuleInfo) GetToPort() string

func (*SecurityRuleInfo) Marshal

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

func (*SecurityRuleInfo) MarshalTo

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

func (*SecurityRuleInfo) MarshalToSizedBuffer

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

func (*SecurityRuleInfo) ProtoMessage

func (*SecurityRuleInfo) ProtoMessage()

func (*SecurityRuleInfo) Reset

func (m *SecurityRuleInfo) Reset()

func (*SecurityRuleInfo) Size

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

func (*SecurityRuleInfo) String

func (m *SecurityRuleInfo) String() string

func (*SecurityRuleInfo) Unmarshal

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

func (*SecurityRuleInfo) XXX_DiscardUnknown

func (m *SecurityRuleInfo) XXX_DiscardUnknown()

func (*SecurityRuleInfo) XXX_Marshal

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

func (*SecurityRuleInfo) XXX_Merge

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

func (*SecurityRuleInfo) XXX_Size

func (m *SecurityRuleInfo) XXX_Size() int

func (*SecurityRuleInfo) XXX_Unmarshal

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

type SecurityUnregiserQryRequest added in v0.4.15

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

func (*SecurityUnregiserQryRequest) Descriptor added in v0.4.15

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

func (*SecurityUnregiserQryRequest) GetConnectionName added in v0.4.15

func (m *SecurityUnregiserQryRequest) GetConnectionName() string

func (*SecurityUnregiserQryRequest) GetName added in v0.4.15

func (m *SecurityUnregiserQryRequest) GetName() string

func (*SecurityUnregiserQryRequest) Marshal added in v0.4.15

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

func (*SecurityUnregiserQryRequest) MarshalTo added in v0.4.15

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

func (*SecurityUnregiserQryRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*SecurityUnregiserQryRequest) ProtoMessage added in v0.4.15

func (*SecurityUnregiserQryRequest) ProtoMessage()

func (*SecurityUnregiserQryRequest) Reset added in v0.4.15

func (m *SecurityUnregiserQryRequest) Reset()

func (*SecurityUnregiserQryRequest) Size added in v0.4.15

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

func (*SecurityUnregiserQryRequest) String added in v0.4.15

func (m *SecurityUnregiserQryRequest) String() string

func (*SecurityUnregiserQryRequest) Unmarshal added in v0.4.15

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

func (*SecurityUnregiserQryRequest) XXX_DiscardUnknown added in v0.4.15

func (m *SecurityUnregiserQryRequest) XXX_DiscardUnknown()

func (*SecurityUnregiserQryRequest) XXX_Marshal added in v0.4.15

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

func (*SecurityUnregiserQryRequest) XXX_Merge added in v0.4.15

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

func (*SecurityUnregiserQryRequest) XXX_Size added in v0.4.15

func (m *SecurityUnregiserQryRequest) XXX_Size() int

func (*SecurityUnregiserQryRequest) XXX_Unmarshal added in v0.4.15

func (m *SecurityUnregiserQryRequest) 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:"-"`
}

Status 응답 메시지 정의

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:"-"`
}

StringResponse 응답 메시지 정의

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

type SubnetAddRequest struct {
	ConnectionName       string            `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	VpcName              string            `protobuf:"bytes,2,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	Item                 *SubnetCreateInfo `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 (*SubnetAddRequest) Descriptor added in v0.3.1

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

func (*SubnetAddRequest) GetConnectionName added in v0.3.1

func (m *SubnetAddRequest) GetConnectionName() string

func (*SubnetAddRequest) GetItem added in v0.3.1

func (m *SubnetAddRequest) GetItem() *SubnetCreateInfo

func (*SubnetAddRequest) GetVpcName added in v0.3.1

func (m *SubnetAddRequest) GetVpcName() string

func (*SubnetAddRequest) Marshal added in v0.3.1

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

func (*SubnetAddRequest) MarshalTo added in v0.3.1

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

func (*SubnetAddRequest) MarshalToSizedBuffer added in v0.3.1

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

func (*SubnetAddRequest) ProtoMessage added in v0.3.1

func (*SubnetAddRequest) ProtoMessage()

func (*SubnetAddRequest) Reset added in v0.3.1

func (m *SubnetAddRequest) Reset()

func (*SubnetAddRequest) Size added in v0.3.1

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

func (*SubnetAddRequest) String added in v0.3.1

func (m *SubnetAddRequest) String() string

func (*SubnetAddRequest) Unmarshal added in v0.3.1

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

func (*SubnetAddRequest) XXX_DiscardUnknown added in v0.3.1

func (m *SubnetAddRequest) XXX_DiscardUnknown()

func (*SubnetAddRequest) XXX_Marshal added in v0.3.1

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

func (*SubnetAddRequest) XXX_Merge added in v0.3.1

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

func (*SubnetAddRequest) XXX_Size added in v0.3.1

func (m *SubnetAddRequest) XXX_Size() int

func (*SubnetAddRequest) XXX_Unmarshal added in v0.3.1

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

type SubnetCreateInfo

type SubnetCreateInfo 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubnetCreateInfo) Descriptor

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

func (*SubnetCreateInfo) GetIpv4Cidr

func (m *SubnetCreateInfo) GetIpv4Cidr() string

func (*SubnetCreateInfo) GetName

func (m *SubnetCreateInfo) GetName() string

func (*SubnetCreateInfo) Marshal

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

func (*SubnetCreateInfo) MarshalTo

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

func (*SubnetCreateInfo) MarshalToSizedBuffer

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

func (*SubnetCreateInfo) ProtoMessage

func (*SubnetCreateInfo) ProtoMessage()

func (*SubnetCreateInfo) Reset

func (m *SubnetCreateInfo) Reset()

func (*SubnetCreateInfo) Size

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

func (*SubnetCreateInfo) String

func (m *SubnetCreateInfo) String() string

func (*SubnetCreateInfo) Unmarshal

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

func (*SubnetCreateInfo) XXX_DiscardUnknown

func (m *SubnetCreateInfo) XXX_DiscardUnknown()

func (*SubnetCreateInfo) XXX_Marshal

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

func (*SubnetCreateInfo) XXX_Merge

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

func (*SubnetCreateInfo) XXX_Size

func (m *SubnetCreateInfo) XXX_Size() int

func (*SubnetCreateInfo) XXX_Unmarshal

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

type SubnetInfo

type SubnetInfo 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 (*SubnetInfo) Descriptor

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

func (*SubnetInfo) GetIid

func (m *SubnetInfo) GetIid() *IID

func (*SubnetInfo) GetIpv4Cidr

func (m *SubnetInfo) GetIpv4Cidr() string

func (*SubnetInfo) GetKeyValueList

func (m *SubnetInfo) GetKeyValueList() []*KeyValue

func (*SubnetInfo) Marshal

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

func (*SubnetInfo) MarshalTo

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

func (*SubnetInfo) MarshalToSizedBuffer

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

func (*SubnetInfo) ProtoMessage

func (*SubnetInfo) ProtoMessage()

func (*SubnetInfo) Reset

func (m *SubnetInfo) Reset()

func (*SubnetInfo) Size

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

func (*SubnetInfo) String

func (m *SubnetInfo) String() string

func (*SubnetInfo) Unmarshal

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

func (*SubnetInfo) XXX_DiscardUnknown

func (m *SubnetInfo) XXX_DiscardUnknown()

func (*SubnetInfo) XXX_Marshal

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

func (*SubnetInfo) XXX_Merge

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

func (*SubnetInfo) XXX_Size

func (m *SubnetInfo) XXX_Size() int

func (*SubnetInfo) XXX_Unmarshal

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

type SubnetQryRequest added in v0.3.1

type SubnetQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	VpcName              string   `protobuf:"bytes,2,opt,name=vpc_name,json=VPCName,proto3" json:"VPCName" yaml:"VPCName"`
	SubnetName           string   `protobuf:"bytes,3,opt,name=subnet_name,json=SubnetName,proto3" json:"SubnetName" yaml:"SubnetName"`
	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 (*SubnetQryRequest) Descriptor added in v0.3.1

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

func (*SubnetQryRequest) GetConnectionName added in v0.3.1

func (m *SubnetQryRequest) GetConnectionName() string

func (*SubnetQryRequest) GetForce added in v0.3.1

func (m *SubnetQryRequest) GetForce() string

func (*SubnetQryRequest) GetSubnetName added in v0.3.1

func (m *SubnetQryRequest) GetSubnetName() string

func (*SubnetQryRequest) GetVpcName added in v0.3.1

func (m *SubnetQryRequest) GetVpcName() string

func (*SubnetQryRequest) Marshal added in v0.3.1

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

func (*SubnetQryRequest) MarshalTo added in v0.3.1

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

func (*SubnetQryRequest) MarshalToSizedBuffer added in v0.3.1

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

func (*SubnetQryRequest) ProtoMessage added in v0.3.1

func (*SubnetQryRequest) ProtoMessage()

func (*SubnetQryRequest) Reset added in v0.3.1

func (m *SubnetQryRequest) Reset()

func (*SubnetQryRequest) Size added in v0.3.1

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

func (*SubnetQryRequest) String added in v0.3.1

func (m *SubnetQryRequest) String() string

func (*SubnetQryRequest) Unmarshal added in v0.3.1

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

func (*SubnetQryRequest) XXX_DiscardUnknown added in v0.3.1

func (m *SubnetQryRequest) XXX_DiscardUnknown()

func (*SubnetQryRequest) XXX_Marshal added in v0.3.1

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

func (*SubnetQryRequest) XXX_Merge added in v0.3.1

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

func (*SubnetQryRequest) XXX_Size added in v0.3.1

func (m *SubnetQryRequest) XXX_Size() int

func (*SubnetQryRequest) XXX_Unmarshal added in v0.3.1

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

type UnimplementedCCMServer

type UnimplementedCCMServer struct {
}

UnimplementedCCMServer can be embedded to have forward compatible implementations.

func (*UnimplementedCCMServer) AddSubnet added in v0.3.1

func (*UnimplementedCCMServer) ControlVM

func (*UnimplementedCCMServer) CreateImage

func (*UnimplementedCCMServer) CreateKey

func (*UnimplementedCCMServer) CreateSecurity

func (*UnimplementedCCMServer) CreateVPC

func (*UnimplementedCCMServer) DeleteCSPKey

func (*UnimplementedCCMServer) DeleteCSPSecurity

func (*UnimplementedCCMServer) DeleteCSPVPC

func (*UnimplementedCCMServer) DeleteImage

func (*UnimplementedCCMServer) DeleteKey

func (*UnimplementedCCMServer) DeleteSecurity

func (*UnimplementedCCMServer) DeleteVPC

func (*UnimplementedCCMServer) GetImage

func (*UnimplementedCCMServer) GetKey

func (*UnimplementedCCMServer) GetOrgVMSpec

func (*UnimplementedCCMServer) GetSecurity

func (*UnimplementedCCMServer) GetVM

func (*UnimplementedCCMServer) GetVMSpec

func (*UnimplementedCCMServer) GetVMStatus

func (*UnimplementedCCMServer) GetVPC

func (*UnimplementedCCMServer) ListAllKey

func (*UnimplementedCCMServer) ListAllSecurity

func (*UnimplementedCCMServer) ListAllVM

func (*UnimplementedCCMServer) ListAllVPC

func (*UnimplementedCCMServer) ListImage

func (*UnimplementedCCMServer) ListKey

func (*UnimplementedCCMServer) ListOrgVMSpec

func (*UnimplementedCCMServer) ListSecurity

func (*UnimplementedCCMServer) ListVM

func (*UnimplementedCCMServer) ListVMSpec

func (*UnimplementedCCMServer) ListVMStatus

func (*UnimplementedCCMServer) ListVPC

func (*UnimplementedCCMServer) RegisterKey added in v0.4.15

func (*UnimplementedCCMServer) RegisterSecurity added in v0.4.15

func (*UnimplementedCCMServer) RegisterVM added in v0.4.15

func (*UnimplementedCCMServer) RegisterVPC added in v0.4.15

func (*UnimplementedCCMServer) RemoveCSPSubnet added in v0.3.1

func (*UnimplementedCCMServer) RemoveSubnet added in v0.3.1

func (*UnimplementedCCMServer) StartVM

func (*UnimplementedCCMServer) TerminateCSPVM

func (*UnimplementedCCMServer) TerminateVM

func (*UnimplementedCCMServer) UnregisterKey added in v0.4.15

func (*UnimplementedCCMServer) UnregisterSecurity added in v0.4.15

func (*UnimplementedCCMServer) UnregisterVM added in v0.4.15

func (*UnimplementedCCMServer) UnregisterVPC added in v0.4.15

type UnimplementedCIMServer

type UnimplementedCIMServer struct {
}

UnimplementedCIMServer can be embedded to have forward compatible implementations.

func (*UnimplementedCIMServer) CreateCloudDriver

func (*UnimplementedCIMServer) CreateConnectionConfig

func (*UnimplementedCIMServer) CreateCredential

func (*UnimplementedCIMServer) CreateRegion

func (*UnimplementedCIMServer) DeleteCloudDriver

func (*UnimplementedCIMServer) DeleteConnectionConfig

func (*UnimplementedCIMServer) DeleteCredential

func (*UnimplementedCIMServer) DeleteRegion

func (*UnimplementedCIMServer) GetCloudDriver

func (*UnimplementedCIMServer) GetConnectionConfig

func (*UnimplementedCIMServer) GetCredential

func (*UnimplementedCIMServer) GetRegion

func (*UnimplementedCIMServer) ListCloudDriver

func (*UnimplementedCIMServer) ListCloudOS

func (*UnimplementedCIMServer) ListConnectionConfig

func (*UnimplementedCIMServer) ListCredential

func (*UnimplementedCIMServer) ListRegion

type UnimplementedSSHServer

type UnimplementedSSHServer struct {
}

UnimplementedSSHServer can be embedded to have forward compatible implementations.

func (*UnimplementedSSHServer) SSHRun

type VCpuInfo

type VCpuInfo 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 (*VCpuInfo) Descriptor

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

func (*VCpuInfo) GetClock

func (m *VCpuInfo) GetClock() string

func (*VCpuInfo) GetCount

func (m *VCpuInfo) GetCount() string

func (*VCpuInfo) Marshal

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

func (*VCpuInfo) MarshalTo

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

func (*VCpuInfo) MarshalToSizedBuffer

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

func (*VCpuInfo) ProtoMessage

func (*VCpuInfo) ProtoMessage()

func (*VCpuInfo) Reset

func (m *VCpuInfo) Reset()

func (*VCpuInfo) Size

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

func (*VCpuInfo) String

func (m *VCpuInfo) String() string

func (*VCpuInfo) Unmarshal

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

func (*VCpuInfo) XXX_DiscardUnknown

func (m *VCpuInfo) XXX_DiscardUnknown()

func (*VCpuInfo) XXX_Marshal

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

func (*VCpuInfo) XXX_Merge

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

func (*VCpuInfo) XXX_Size

func (m *VCpuInfo) XXX_Size() int

func (*VCpuInfo) XXX_Unmarshal

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

type VMActionRequest

type VMActionRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	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 (*VMActionRequest) Descriptor

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

func (*VMActionRequest) GetAction

func (m *VMActionRequest) GetAction() string

func (*VMActionRequest) GetConnectionName

func (m *VMActionRequest) GetConnectionName() string

func (*VMActionRequest) GetName

func (m *VMActionRequest) GetName() string

func (*VMActionRequest) Marshal

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

func (*VMActionRequest) MarshalTo

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

func (*VMActionRequest) MarshalToSizedBuffer

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

func (*VMActionRequest) ProtoMessage

func (*VMActionRequest) ProtoMessage()

func (*VMActionRequest) Reset

func (m *VMActionRequest) Reset()

func (*VMActionRequest) Size

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

func (*VMActionRequest) String

func (m *VMActionRequest) String() string

func (*VMActionRequest) Unmarshal

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

func (*VMActionRequest) XXX_DiscardUnknown

func (m *VMActionRequest) XXX_DiscardUnknown()

func (*VMActionRequest) XXX_Marshal

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

func (*VMActionRequest) XXX_Merge

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

func (*VMActionRequest) XXX_Size

func (m *VMActionRequest) XXX_Size() int

func (*VMActionRequest) XXX_Unmarshal

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

type VMAllQryRequest

type VMAllQryRequest 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 (*VMAllQryRequest) Descriptor

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

func (*VMAllQryRequest) GetConnectionName

func (m *VMAllQryRequest) GetConnectionName() string

func (*VMAllQryRequest) Marshal

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

func (*VMAllQryRequest) MarshalTo

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

func (*VMAllQryRequest) MarshalToSizedBuffer

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

func (*VMAllQryRequest) ProtoMessage

func (*VMAllQryRequest) ProtoMessage()

func (*VMAllQryRequest) Reset

func (m *VMAllQryRequest) Reset()

func (*VMAllQryRequest) Size

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

func (*VMAllQryRequest) String

func (m *VMAllQryRequest) String() string

func (*VMAllQryRequest) Unmarshal

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

func (*VMAllQryRequest) XXX_DiscardUnknown

func (m *VMAllQryRequest) XXX_DiscardUnknown()

func (*VMAllQryRequest) XXX_Marshal

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

func (*VMAllQryRequest) XXX_Merge

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

func (*VMAllQryRequest) XXX_Size

func (m *VMAllQryRequest) XXX_Size() int

func (*VMAllQryRequest) XXX_Unmarshal

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

type VMCreateInfo

type VMCreateInfo struct {
	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 */
	VmSpecName           string   `protobuf:"bytes,6,opt,name=vm_spec_name,json=VMSpecName,proto3" json:"VMSpecName" yaml:"VMSpecName"`
	KeyPairName          string   `protobuf:"bytes,7,opt,name=key_pair_name,json=KeyPairName,proto3" json:"KeyPairName" yaml:"KeyPairName"`
	RootDiskType         string   `protobuf:"bytes,8,opt,name=root_disk_type,json=RootDiskType,proto3" json:"RootDiskType" yaml:"RootDiskType"`
	RootDiskSize         string   `protobuf:"bytes,9,opt,name=root_disk_size,json=RootDiskSize,proto3" json:"RootDiskSize" yaml:"RootDiskSize"`
	VmUserId             string   `protobuf:"bytes,10,opt,name=vm_user_id,json=VMUserId,proto3" json:"VMUserId" yaml:"VMUserId"`
	VmUserPasswd         string   `protobuf:"bytes,11,opt,name=vm_user_passwd,json=VMUserPasswd,proto3" json:"VMUserPasswd" yaml:"VMUserPasswd"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VMCreateInfo) Descriptor

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

func (*VMCreateInfo) GetImageName

func (m *VMCreateInfo) GetImageName() string

func (*VMCreateInfo) GetKeyPairName

func (m *VMCreateInfo) GetKeyPairName() string

func (*VMCreateInfo) GetName

func (m *VMCreateInfo) GetName() string

func (*VMCreateInfo) GetRootDiskSize added in v0.5.1

func (m *VMCreateInfo) GetRootDiskSize() string

func (*VMCreateInfo) GetRootDiskType added in v0.5.1

func (m *VMCreateInfo) GetRootDiskType() string

func (*VMCreateInfo) GetSecurityGroupNames

func (m *VMCreateInfo) GetSecurityGroupNames() []string

func (*VMCreateInfo) GetSubnetName

func (m *VMCreateInfo) GetSubnetName() string

func (*VMCreateInfo) GetVmSpecName

func (m *VMCreateInfo) GetVmSpecName() string

func (*VMCreateInfo) GetVmUserId

func (m *VMCreateInfo) GetVmUserId() string

func (*VMCreateInfo) GetVmUserPasswd

func (m *VMCreateInfo) GetVmUserPasswd() string

func (*VMCreateInfo) GetVpcName

func (m *VMCreateInfo) GetVpcName() string

func (*VMCreateInfo) Marshal

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

func (*VMCreateInfo) MarshalTo

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

func (*VMCreateInfo) MarshalToSizedBuffer

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

func (*VMCreateInfo) ProtoMessage

func (*VMCreateInfo) ProtoMessage()

func (*VMCreateInfo) Reset

func (m *VMCreateInfo) Reset()

func (*VMCreateInfo) Size

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

func (*VMCreateInfo) String

func (m *VMCreateInfo) String() string

func (*VMCreateInfo) Unmarshal

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

func (*VMCreateInfo) XXX_DiscardUnknown

func (m *VMCreateInfo) XXX_DiscardUnknown()

func (*VMCreateInfo) XXX_Marshal

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

func (*VMCreateInfo) XXX_Merge

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

func (*VMCreateInfo) XXX_Size

func (m *VMCreateInfo) XXX_Size() int

func (*VMCreateInfo) XXX_Unmarshal

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

type VMCreateRequest

type VMCreateRequest struct {
	ConnectionName       string        `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *VMCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*VMCreateRequest) Descriptor

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

func (*VMCreateRequest) GetConnectionName

func (m *VMCreateRequest) GetConnectionName() string

func (*VMCreateRequest) GetItem

func (m *VMCreateRequest) GetItem() *VMCreateInfo

func (*VMCreateRequest) Marshal

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

func (*VMCreateRequest) MarshalTo

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

func (*VMCreateRequest) MarshalToSizedBuffer

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

func (*VMCreateRequest) ProtoMessage

func (*VMCreateRequest) ProtoMessage()

func (*VMCreateRequest) Reset

func (m *VMCreateRequest) Reset()

func (*VMCreateRequest) Size

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

func (*VMCreateRequest) String

func (m *VMCreateRequest) String() string

func (*VMCreateRequest) Unmarshal

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

func (*VMCreateRequest) XXX_DiscardUnknown

func (m *VMCreateRequest) XXX_DiscardUnknown()

func (*VMCreateRequest) XXX_Marshal

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

func (*VMCreateRequest) XXX_Merge

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

func (*VMCreateRequest) XXX_Size

func (m *VMCreateRequest) XXX_Size() int

func (*VMCreateRequest) XXX_Unmarshal

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

type VMInfo

type VMInfo struct {
	Iid                  *IID          `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	StartTime            string        `protobuf:"bytes,2,opt,name=start_time,json=StartTime,proto3" json:"StartTime" yaml:"StartTime"`
	Region               *VMRegionInfo `protobuf:"bytes,3,opt,name=region,json=Region,proto3" json:"Region" yaml:"Region"`
	ImageIid             *IID          `protobuf:"bytes,4,opt,name=image_iid,json=ImageIId,proto3" json:"ImageIId" yaml:"ImageIId"`
	VmSpecName           string        `protobuf:"bytes,5,opt,name=vm_spec_name,json=VMSpecName,proto3" json:"VMSpecName" yaml:"VMSpecName"`
	VpcIid               *IID          `protobuf:"bytes,6,opt,name=vpc_iid,json=VpcIID,proto3" json:"VpcIID" yaml:"VpcIID"`
	SubnetIid            *IID          `protobuf:"bytes,7,opt,name=subnet_iid,json=SubnetIID,proto3" json:"SubnetIID" yaml:"SubnetIID"`
	SecurityGroupIids    []*IID        `` /* 127-byte string literal not displayed */
	KeyPairIid           *IID          `protobuf:"bytes,9,opt,name=key_pair_iid,json=KeyPairIId,proto3" json:"KeyPairIId" yaml:"KeyPairIId"`
	VmUserId             string        `protobuf:"bytes,10,opt,name=vm_user_id,json=VMUserId,proto3" json:"VMUserId" yaml:"VMUserId"`
	VmUserPasswd         string        `protobuf:"bytes,11,opt,name=vm_user_passwd,json=VMUserPasswd,proto3" json:"VMUserPasswd" yaml:"VMUserPasswd"`
	NetworkInterface     string        `protobuf:"bytes,12,opt,name=network_interface,json=NetworkInterface,proto3" json:"NetworkInterface" yaml:"NetworkInterface"`
	PublicIp             string        `protobuf:"bytes,13,opt,name=public_ip,json=PublicIP,proto3" json:"PublicIP" yaml:"PublicIP"`
	PublicDns            string        `protobuf:"bytes,14,opt,name=public_dns,json=PublicDNS,proto3" json:"PublicDNS" yaml:"PublicDNS"`
	PrivateIp            string        `protobuf:"bytes,15,opt,name=private_ip,json=PrivateIP,proto3" json:"PrivateIP" yaml:"PrivateIP"`
	PrivateDns           string        `protobuf:"bytes,16,opt,name=private_dns,json=PrivateDNS,proto3" json:"PrivateDNS" yaml:"PrivateDNS"`
	RootDiskType         string        `protobuf:"bytes,17,opt,name=root_disk_type,json=RootDiskType,proto3" json:"RootDiskType" yaml:"RootDiskType"`
	RootDiskSize         string        `protobuf:"bytes,18,opt,name=root_disk_size,json=RootDiskSize,proto3" json:"RootDiskSize" yaml:"RootDiskSize"`
	RootDeviceName       string        `protobuf:"bytes,19,opt,name=root_device_name,json=RootDeviceName,proto3" json:"RootDeviceName" yaml:"RootDeviceName"`
	VmBootDisk           string        `protobuf:"bytes,20,opt,name=vm_boot_disk,json=VMBootDisk,proto3" json:"VMBootDisk" yaml:"VMBootDisk"`
	VmBlockDisk          string        `protobuf:"bytes,21,opt,name=vm_block_disk,json=VMBlockDisk,proto3" json:"VMBlockDisk" yaml:"VMBlockDisk"`
	SshAccessPoint       string        `protobuf:"bytes,22,opt,name=ssh_access_point,json=SSHAccessPoint,proto3" json:"SSHAccessPoint" yaml:"SSHAccessPoint"`
	KeyValueList         []*KeyValue   `protobuf:"bytes,23,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 (*VMInfo) Descriptor

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

func (*VMInfo) GetIid

func (m *VMInfo) GetIid() *IID

func (*VMInfo) GetImageIid

func (m *VMInfo) GetImageIid() *IID

func (*VMInfo) GetKeyPairIid

func (m *VMInfo) GetKeyPairIid() *IID

func (*VMInfo) GetKeyValueList

func (m *VMInfo) GetKeyValueList() []*KeyValue

func (*VMInfo) GetNetworkInterface

func (m *VMInfo) GetNetworkInterface() string

func (*VMInfo) GetPrivateDns

func (m *VMInfo) GetPrivateDns() string

func (*VMInfo) GetPrivateIp

func (m *VMInfo) GetPrivateIp() string

func (*VMInfo) GetPublicDns

func (m *VMInfo) GetPublicDns() string

func (*VMInfo) GetPublicIp

func (m *VMInfo) GetPublicIp() string

func (*VMInfo) GetRegion

func (m *VMInfo) GetRegion() *VMRegionInfo

func (*VMInfo) GetRootDeviceName added in v0.5.1

func (m *VMInfo) GetRootDeviceName() string

func (*VMInfo) GetRootDiskSize added in v0.5.1

func (m *VMInfo) GetRootDiskSize() string

func (*VMInfo) GetRootDiskType added in v0.5.1

func (m *VMInfo) GetRootDiskType() string

func (*VMInfo) GetSecurityGroupIids

func (m *VMInfo) GetSecurityGroupIids() []*IID

func (*VMInfo) GetSshAccessPoint added in v0.3.3

func (m *VMInfo) GetSshAccessPoint() string

func (*VMInfo) GetStartTime

func (m *VMInfo) GetStartTime() string

func (*VMInfo) GetSubnetIid

func (m *VMInfo) GetSubnetIid() *IID

func (*VMInfo) GetVmBlockDisk

func (m *VMInfo) GetVmBlockDisk() string

func (*VMInfo) GetVmBootDisk

func (m *VMInfo) GetVmBootDisk() string

func (*VMInfo) GetVmSpecName

func (m *VMInfo) GetVmSpecName() string

func (*VMInfo) GetVmUserId

func (m *VMInfo) GetVmUserId() string

func (*VMInfo) GetVmUserPasswd

func (m *VMInfo) GetVmUserPasswd() string

func (*VMInfo) GetVpcIid

func (m *VMInfo) GetVpcIid() *IID

func (*VMInfo) Marshal

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

func (*VMInfo) MarshalTo

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

func (*VMInfo) MarshalToSizedBuffer

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

func (*VMInfo) ProtoMessage

func (*VMInfo) ProtoMessage()

func (*VMInfo) Reset

func (m *VMInfo) Reset()

func (*VMInfo) Size

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

func (*VMInfo) String

func (m *VMInfo) String() string

func (*VMInfo) Unmarshal

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

func (*VMInfo) XXX_DiscardUnknown

func (m *VMInfo) XXX_DiscardUnknown()

func (*VMInfo) XXX_Marshal

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

func (*VMInfo) XXX_Merge

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

func (*VMInfo) XXX_Size

func (m *VMInfo) XXX_Size() int

func (*VMInfo) XXX_Unmarshal

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

type VMInfoResponse

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

func (*VMInfoResponse) Descriptor

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

func (*VMInfoResponse) GetItem

func (m *VMInfoResponse) GetItem() *VMInfo

func (*VMInfoResponse) Marshal

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

func (*VMInfoResponse) MarshalTo

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

func (*VMInfoResponse) MarshalToSizedBuffer

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

func (*VMInfoResponse) ProtoMessage

func (*VMInfoResponse) ProtoMessage()

func (*VMInfoResponse) Reset

func (m *VMInfoResponse) Reset()

func (*VMInfoResponse) Size

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

func (*VMInfoResponse) String

func (m *VMInfoResponse) String() string

func (*VMInfoResponse) Unmarshal

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

func (*VMInfoResponse) XXX_DiscardUnknown

func (m *VMInfoResponse) XXX_DiscardUnknown()

func (*VMInfoResponse) XXX_Marshal

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

func (*VMInfoResponse) XXX_Merge

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

func (*VMInfoResponse) XXX_Size

func (m *VMInfoResponse) XXX_Size() int

func (*VMInfoResponse) XXX_Unmarshal

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

type VMQryRequest

type VMQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	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 (*VMQryRequest) Descriptor

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

func (*VMQryRequest) GetConnectionName

func (m *VMQryRequest) GetConnectionName() string

func (*VMQryRequest) GetForce

func (m *VMQryRequest) GetForce() string

func (*VMQryRequest) GetName

func (m *VMQryRequest) GetName() string

func (*VMQryRequest) Marshal

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

func (*VMQryRequest) MarshalTo

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

func (*VMQryRequest) MarshalToSizedBuffer

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

func (*VMQryRequest) ProtoMessage

func (*VMQryRequest) ProtoMessage()

func (*VMQryRequest) Reset

func (m *VMQryRequest) Reset()

func (*VMQryRequest) Size

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

func (*VMQryRequest) String

func (m *VMQryRequest) String() string

func (*VMQryRequest) Unmarshal

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

func (*VMQryRequest) XXX_DiscardUnknown

func (m *VMQryRequest) XXX_DiscardUnknown()

func (*VMQryRequest) XXX_Marshal

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

func (*VMQryRequest) XXX_Merge

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

func (*VMQryRequest) XXX_Size

func (m *VMQryRequest) XXX_Size() int

func (*VMQryRequest) XXX_Unmarshal

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

type VMRegionInfo

type VMRegionInfo 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 (*VMRegionInfo) Descriptor

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

func (*VMRegionInfo) GetRegion

func (m *VMRegionInfo) GetRegion() string

func (*VMRegionInfo) GetZone

func (m *VMRegionInfo) GetZone() string

func (*VMRegionInfo) Marshal

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

func (*VMRegionInfo) MarshalTo

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

func (*VMRegionInfo) MarshalToSizedBuffer

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

func (*VMRegionInfo) ProtoMessage

func (*VMRegionInfo) ProtoMessage()

func (*VMRegionInfo) Reset

func (m *VMRegionInfo) Reset()

func (*VMRegionInfo) Size

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

func (*VMRegionInfo) String

func (m *VMRegionInfo) String() string

func (*VMRegionInfo) Unmarshal

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

func (*VMRegionInfo) XXX_DiscardUnknown

func (m *VMRegionInfo) XXX_DiscardUnknown()

func (*VMRegionInfo) XXX_Marshal

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

func (*VMRegionInfo) XXX_Merge

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

func (*VMRegionInfo) XXX_Size

func (m *VMRegionInfo) XXX_Size() int

func (*VMRegionInfo) XXX_Unmarshal

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

type VMRegisterInfo added in v0.4.15

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

func (*VMRegisterInfo) Descriptor added in v0.4.15

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

func (*VMRegisterInfo) GetCspId added in v0.4.15

func (m *VMRegisterInfo) GetCspId() string

func (*VMRegisterInfo) GetName added in v0.4.15

func (m *VMRegisterInfo) GetName() string

func (*VMRegisterInfo) Marshal added in v0.4.15

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

func (*VMRegisterInfo) MarshalTo added in v0.4.15

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

func (*VMRegisterInfo) MarshalToSizedBuffer added in v0.4.15

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

func (*VMRegisterInfo) ProtoMessage added in v0.4.15

func (*VMRegisterInfo) ProtoMessage()

func (*VMRegisterInfo) Reset added in v0.4.15

func (m *VMRegisterInfo) Reset()

func (*VMRegisterInfo) Size added in v0.4.15

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

func (*VMRegisterInfo) String added in v0.4.15

func (m *VMRegisterInfo) String() string

func (*VMRegisterInfo) Unmarshal added in v0.4.15

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

func (*VMRegisterInfo) XXX_DiscardUnknown added in v0.4.15

func (m *VMRegisterInfo) XXX_DiscardUnknown()

func (*VMRegisterInfo) XXX_Marshal added in v0.4.15

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

func (*VMRegisterInfo) XXX_Merge added in v0.4.15

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

func (*VMRegisterInfo) XXX_Size added in v0.4.15

func (m *VMRegisterInfo) XXX_Size() int

func (*VMRegisterInfo) XXX_Unmarshal added in v0.4.15

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

type VMRegisterRequest added in v0.4.15

type VMRegisterRequest struct {
	ConnectionName       string          `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *VMRegisterInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*VMRegisterRequest) Descriptor added in v0.4.15

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

func (*VMRegisterRequest) GetConnectionName added in v0.4.15

func (m *VMRegisterRequest) GetConnectionName() string

func (*VMRegisterRequest) GetItem added in v0.4.15

func (m *VMRegisterRequest) GetItem() *VMRegisterInfo

func (*VMRegisterRequest) Marshal added in v0.4.15

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

func (*VMRegisterRequest) MarshalTo added in v0.4.15

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

func (*VMRegisterRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*VMRegisterRequest) ProtoMessage added in v0.4.15

func (*VMRegisterRequest) ProtoMessage()

func (*VMRegisterRequest) Reset added in v0.4.15

func (m *VMRegisterRequest) Reset()

func (*VMRegisterRequest) Size added in v0.4.15

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

func (*VMRegisterRequest) String added in v0.4.15

func (m *VMRegisterRequest) String() string

func (*VMRegisterRequest) Unmarshal added in v0.4.15

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

func (*VMRegisterRequest) XXX_DiscardUnknown added in v0.4.15

func (m *VMRegisterRequest) XXX_DiscardUnknown()

func (*VMRegisterRequest) XXX_Marshal added in v0.4.15

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

func (*VMRegisterRequest) XXX_Merge added in v0.4.15

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

func (*VMRegisterRequest) XXX_Size added in v0.4.15

func (m *VMRegisterRequest) XXX_Size() int

func (*VMRegisterRequest) XXX_Unmarshal added in v0.4.15

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

type VMSpecAllQryRequest

type VMSpecAllQryRequest 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 (*VMSpecAllQryRequest) Descriptor

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

func (*VMSpecAllQryRequest) GetConnectionName

func (m *VMSpecAllQryRequest) GetConnectionName() string

func (*VMSpecAllQryRequest) Marshal

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

func (*VMSpecAllQryRequest) MarshalTo

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

func (*VMSpecAllQryRequest) MarshalToSizedBuffer

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

func (*VMSpecAllQryRequest) ProtoMessage

func (*VMSpecAllQryRequest) ProtoMessage()

func (*VMSpecAllQryRequest) Reset

func (m *VMSpecAllQryRequest) Reset()

func (*VMSpecAllQryRequest) Size

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

func (*VMSpecAllQryRequest) String

func (m *VMSpecAllQryRequest) String() string

func (*VMSpecAllQryRequest) Unmarshal

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

func (*VMSpecAllQryRequest) XXX_DiscardUnknown

func (m *VMSpecAllQryRequest) XXX_DiscardUnknown()

func (*VMSpecAllQryRequest) XXX_Marshal

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

func (*VMSpecAllQryRequest) XXX_Merge

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

func (*VMSpecAllQryRequest) XXX_Size

func (m *VMSpecAllQryRequest) XXX_Size() int

func (*VMSpecAllQryRequest) XXX_Unmarshal

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

type VMSpecInfo

type VMSpecInfo 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                 *VCpuInfo   `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                  []*GpuInfo  `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 (*VMSpecInfo) Descriptor

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

func (*VMSpecInfo) GetGpu

func (m *VMSpecInfo) GetGpu() []*GpuInfo

func (*VMSpecInfo) GetKeyValueList

func (m *VMSpecInfo) GetKeyValueList() []*KeyValue

func (*VMSpecInfo) GetMem

func (m *VMSpecInfo) GetMem() string

func (*VMSpecInfo) GetName

func (m *VMSpecInfo) GetName() string

func (*VMSpecInfo) GetRegion

func (m *VMSpecInfo) GetRegion() string

func (*VMSpecInfo) GetVCpu

func (m *VMSpecInfo) GetVCpu() *VCpuInfo

func (*VMSpecInfo) Marshal

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

func (*VMSpecInfo) MarshalTo

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

func (*VMSpecInfo) MarshalToSizedBuffer

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

func (*VMSpecInfo) ProtoMessage

func (*VMSpecInfo) ProtoMessage()

func (*VMSpecInfo) Reset

func (m *VMSpecInfo) Reset()

func (*VMSpecInfo) Size

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

func (*VMSpecInfo) String

func (m *VMSpecInfo) String() string

func (*VMSpecInfo) Unmarshal

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

func (*VMSpecInfo) XXX_DiscardUnknown

func (m *VMSpecInfo) XXX_DiscardUnknown()

func (*VMSpecInfo) XXX_Marshal

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

func (*VMSpecInfo) XXX_Merge

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

func (*VMSpecInfo) XXX_Size

func (m *VMSpecInfo) XXX_Size() int

func (*VMSpecInfo) XXX_Unmarshal

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

type VMSpecInfoResponse

type VMSpecInfoResponse struct {
	Item                 *VMSpecInfo `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 (*VMSpecInfoResponse) Descriptor

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

func (*VMSpecInfoResponse) GetItem

func (m *VMSpecInfoResponse) GetItem() *VMSpecInfo

func (*VMSpecInfoResponse) Marshal

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

func (*VMSpecInfoResponse) MarshalTo

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

func (*VMSpecInfoResponse) MarshalToSizedBuffer

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

func (*VMSpecInfoResponse) ProtoMessage

func (*VMSpecInfoResponse) ProtoMessage()

func (*VMSpecInfoResponse) Reset

func (m *VMSpecInfoResponse) Reset()

func (*VMSpecInfoResponse) Size

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

func (*VMSpecInfoResponse) String

func (m *VMSpecInfoResponse) String() string

func (*VMSpecInfoResponse) Unmarshal

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

func (*VMSpecInfoResponse) XXX_DiscardUnknown

func (m *VMSpecInfoResponse) XXX_DiscardUnknown()

func (*VMSpecInfoResponse) XXX_Marshal

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

func (*VMSpecInfoResponse) XXX_Merge

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

func (*VMSpecInfoResponse) XXX_Size

func (m *VMSpecInfoResponse) XXX_Size() int

func (*VMSpecInfoResponse) XXX_Unmarshal

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

type VMSpecQryRequest

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

func (*VMSpecQryRequest) Descriptor

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

func (*VMSpecQryRequest) GetConnectionName

func (m *VMSpecQryRequest) GetConnectionName() string

func (*VMSpecQryRequest) GetName

func (m *VMSpecQryRequest) GetName() string

func (*VMSpecQryRequest) Marshal

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

func (*VMSpecQryRequest) MarshalTo

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

func (*VMSpecQryRequest) MarshalToSizedBuffer

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

func (*VMSpecQryRequest) ProtoMessage

func (*VMSpecQryRequest) ProtoMessage()

func (*VMSpecQryRequest) Reset

func (m *VMSpecQryRequest) Reset()

func (*VMSpecQryRequest) Size

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

func (*VMSpecQryRequest) String

func (m *VMSpecQryRequest) String() string

func (*VMSpecQryRequest) Unmarshal

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

func (*VMSpecQryRequest) XXX_DiscardUnknown

func (m *VMSpecQryRequest) XXX_DiscardUnknown()

func (*VMSpecQryRequest) XXX_Marshal

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

func (*VMSpecQryRequest) XXX_Merge

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

func (*VMSpecQryRequest) XXX_Size

func (m *VMSpecQryRequest) XXX_Size() int

func (*VMSpecQryRequest) XXX_Unmarshal

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

type VMStatusInfo

type VMStatusInfo struct {
	Iid                  *IID     `protobuf:"bytes,1,opt,name=iid,json=IId,proto3" json:"IId" yaml:"IId"`
	VmStatus             string   `protobuf:"bytes,2,opt,name=vm_status,json=VmStatus,proto3" json:"VmStatus" yaml:"VmStatus"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VMStatusInfo) Descriptor

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

func (*VMStatusInfo) GetIid

func (m *VMStatusInfo) GetIid() *IID

func (*VMStatusInfo) GetVmStatus

func (m *VMStatusInfo) GetVmStatus() string

func (*VMStatusInfo) Marshal

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

func (*VMStatusInfo) MarshalTo

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

func (*VMStatusInfo) MarshalToSizedBuffer

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

func (*VMStatusInfo) ProtoMessage

func (*VMStatusInfo) ProtoMessage()

func (*VMStatusInfo) Reset

func (m *VMStatusInfo) Reset()

func (*VMStatusInfo) Size

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

func (*VMStatusInfo) String

func (m *VMStatusInfo) String() string

func (*VMStatusInfo) Unmarshal

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

func (*VMStatusInfo) XXX_DiscardUnknown

func (m *VMStatusInfo) XXX_DiscardUnknown()

func (*VMStatusInfo) XXX_Marshal

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

func (*VMStatusInfo) XXX_Merge

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

func (*VMStatusInfo) XXX_Size

func (m *VMStatusInfo) XXX_Size() int

func (*VMStatusInfo) XXX_Unmarshal

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

type VMUnregiserQryRequest added in v0.4.15

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

func (*VMUnregiserQryRequest) Descriptor added in v0.4.15

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

func (*VMUnregiserQryRequest) GetConnectionName added in v0.4.15

func (m *VMUnregiserQryRequest) GetConnectionName() string

func (*VMUnregiserQryRequest) GetName added in v0.4.15

func (m *VMUnregiserQryRequest) GetName() string

func (*VMUnregiserQryRequest) Marshal added in v0.4.15

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

func (*VMUnregiserQryRequest) MarshalTo added in v0.4.15

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

func (*VMUnregiserQryRequest) MarshalToSizedBuffer added in v0.4.15

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

func (*VMUnregiserQryRequest) ProtoMessage added in v0.4.15

func (*VMUnregiserQryRequest) ProtoMessage()

func (*VMUnregiserQryRequest) Reset added in v0.4.15

func (m *VMUnregiserQryRequest) Reset()

func (*VMUnregiserQryRequest) Size added in v0.4.15

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

func (*VMUnregiserQryRequest) String added in v0.4.15

func (m *VMUnregiserQryRequest) String() string

func (*VMUnregiserQryRequest) Unmarshal added in v0.4.15

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

func (*VMUnregiserQryRequest) XXX_DiscardUnknown added in v0.4.15

func (m *VMUnregiserQryRequest) XXX_DiscardUnknown()

func (*VMUnregiserQryRequest) XXX_Marshal added in v0.4.15

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

func (*VMUnregiserQryRequest) XXX_Merge added in v0.4.15

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

func (*VMUnregiserQryRequest) XXX_Size added in v0.4.15

func (m *VMUnregiserQryRequest) XXX_Size() int

func (*VMUnregiserQryRequest) XXX_Unmarshal added in v0.4.15

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

type VPCAllQryRequest

type VPCAllQryRequest 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 (*VPCAllQryRequest) Descriptor

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

func (*VPCAllQryRequest) GetConnectionName

func (m *VPCAllQryRequest) GetConnectionName() string

func (*VPCAllQryRequest) Marshal

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

func (*VPCAllQryRequest) MarshalTo

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

func (*VPCAllQryRequest) MarshalToSizedBuffer

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

func (*VPCAllQryRequest) ProtoMessage

func (*VPCAllQryRequest) ProtoMessage()

func (*VPCAllQryRequest) Reset

func (m *VPCAllQryRequest) Reset()

func (*VPCAllQryRequest) Size

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

func (*VPCAllQryRequest) String

func (m *VPCAllQryRequest) String() string

func (*VPCAllQryRequest) Unmarshal

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

func (*VPCAllQryRequest) XXX_DiscardUnknown

func (m *VPCAllQryRequest) XXX_DiscardUnknown()

func (*VPCAllQryRequest) XXX_Marshal

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

func (*VPCAllQryRequest) XXX_Merge

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

func (*VPCAllQryRequest) XXX_Size

func (m *VPCAllQryRequest) XXX_Size() int

func (*VPCAllQryRequest) XXX_Unmarshal

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

type VPCCreateInfo

type VPCCreateInfo 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"`
	SubnetInfoList       []*SubnetCreateInfo `protobuf:"bytes,3,rep,name=subnet_info_list,json=SubnetInfoList,proto3" json:"SubnetInfoList" yaml:"SubnetInfoList"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*VPCCreateInfo) Descriptor

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

func (*VPCCreateInfo) GetIpv4Cidr

func (m *VPCCreateInfo) GetIpv4Cidr() string

func (*VPCCreateInfo) GetName

func (m *VPCCreateInfo) GetName() string

func (*VPCCreateInfo) GetSubnetInfoList

func (m *VPCCreateInfo) GetSubnetInfoList() []*SubnetCreateInfo

func (*VPCCreateInfo) Marshal

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

func (*VPCCreateInfo) MarshalTo

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

func (*VPCCreateInfo) MarshalToSizedBuffer

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

func (*VPCCreateInfo) ProtoMessage

func (*VPCCreateInfo) ProtoMessage()

func (*VPCCreateInfo) Reset

func (m *VPCCreateInfo) Reset()

func (*VPCCreateInfo) Size

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

func (*VPCCreateInfo) String

func (m *VPCCreateInfo) String() string

func (*VPCCreateInfo) Unmarshal

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

func (*VPCCreateInfo) XXX_DiscardUnknown

func (m *VPCCreateInfo) XXX_DiscardUnknown()

func (*VPCCreateInfo) XXX_Marshal

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

func (*VPCCreateInfo) XXX_Merge

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

func (*VPCCreateInfo) XXX_Size

func (m *VPCCreateInfo) XXX_Size() int

func (*VPCCreateInfo) XXX_Unmarshal

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

type VPCCreateRequest

type VPCCreateRequest struct {
	ConnectionName       string         `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *VPCCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*VPCCreateRequest) Descriptor

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

func (*VPCCreateRequest) GetConnectionName

func (m *VPCCreateRequest) GetConnectionName() string

func (*VPCCreateRequest) GetItem

func (m *VPCCreateRequest) GetItem() *VPCCreateInfo

func (*VPCCreateRequest) Marshal

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

func (*VPCCreateRequest) MarshalTo

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

func (*VPCCreateRequest) MarshalToSizedBuffer

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

func (*VPCCreateRequest) ProtoMessage

func (*VPCCreateRequest) ProtoMessage()

func (*VPCCreateRequest) Reset

func (m *VPCCreateRequest) Reset()

func (*VPCCreateRequest) Size

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

func (*VPCCreateRequest) String

func (m *VPCCreateRequest) String() string

func (*VPCCreateRequest) Unmarshal

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

func (*VPCCreateRequest) XXX_DiscardUnknown

func (m *VPCCreateRequest) XXX_DiscardUnknown()

func (*VPCCreateRequest) XXX_Marshal

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

func (*VPCCreateRequest) XXX_Merge

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

func (*VPCCreateRequest) XXX_Size

func (m *VPCCreateRequest) XXX_Size() int

func (*VPCCreateRequest) XXX_Unmarshal

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

type VPCInfo

type VPCInfo 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"`
	SubnetInfoList       []*SubnetInfo `protobuf:"bytes,3,rep,name=subnet_info_list,json=SubnetInfoList,proto3" json:"SubnetInfoList" yaml:"SubnetInfoList"`
	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 (*VPCInfo) Descriptor

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

func (*VPCInfo) GetIid

func (m *VPCInfo) GetIid() *IID

func (*VPCInfo) GetIpv4Cidr

func (m *VPCInfo) GetIpv4Cidr() string

func (*VPCInfo) GetKeyValueList

func (m *VPCInfo) GetKeyValueList() []*KeyValue

func (*VPCInfo) GetSubnetInfoList

func (m *VPCInfo) GetSubnetInfoList() []*SubnetInfo

func (*VPCInfo) Marshal

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

func (*VPCInfo) MarshalTo

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

func (*VPCInfo) MarshalToSizedBuffer

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

func (*VPCInfo) ProtoMessage

func (*VPCInfo) ProtoMessage()

func (*VPCInfo) Reset

func (m *VPCInfo) Reset()

func (*VPCInfo) Size

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

func (*VPCInfo) String

func (m *VPCInfo) String() string

func (*VPCInfo) Unmarshal

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

func (*VPCInfo) XXX_DiscardUnknown

func (m *VPCInfo) XXX_DiscardUnknown()

func (*VPCInfo) XXX_Marshal

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

func (*VPCInfo) XXX_Merge

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

func (*VPCInfo) XXX_Size

func (m *VPCInfo) XXX_Size() int

func (*VPCInfo) XXX_Unmarshal

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

type VPCInfoResponse

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

func (*VPCInfoResponse) Descriptor

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

func (*VPCInfoResponse) GetItem

func (m *VPCInfoResponse) GetItem() *VPCInfo

func (*VPCInfoResponse) Marshal

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

func (*VPCInfoResponse) MarshalTo

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

func (*VPCInfoResponse) MarshalToSizedBuffer

func (m *VPCInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VPCInfoResponse) ProtoMessage

func (*VPCInfoResponse) ProtoMessage()

func (*VPCInfoResponse) Reset

func (m *VPCInfoResponse) Reset()

func (*VPCInfoResponse) Size

func (m *VPCInfoResponse) Size() (n int)

func (*VPCInfoResponse) String

func (m *VPCInfoResponse) String() string

func (*VPCInfoResponse) Unmarshal

func (m *VPCInfoResponse) Unmarshal(dAtA []byte) error

func (*VPCInfoResponse) XXX_DiscardUnknown

func (m *VPCInfoResponse) XXX_DiscardUnknown()

func (*VPCInfoResponse) XXX_Marshal

func (m *VPCInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VPCInfoResponse) XXX_Merge

func (m *VPCInfoResponse) XXX_Merge(src proto.Message)

func (*VPCInfoResponse) XXX_Size

func (m *VPCInfoResponse) XXX_Size() int

func (*VPCInfoResponse) XXX_Unmarshal

func (m *VPCInfoResponse) XXX_Unmarshal(b []byte) error

type VPCQryRequest

type VPCQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	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 (*VPCQryRequest) Descriptor

func (*VPCQryRequest) Descriptor() ([]byte, []int)

func (*VPCQryRequest) GetConnectionName

func (m *VPCQryRequest) GetConnectionName() string

func (*VPCQryRequest) GetForce

func (m *VPCQryRequest) GetForce() string

func (*VPCQryRequest) GetName

func (m *VPCQryRequest) GetName() string

func (*VPCQryRequest) Marshal

func (m *VPCQryRequest) Marshal() (dAtA []byte, err error)

func (*VPCQryRequest) MarshalTo

func (m *VPCQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*VPCQryRequest) MarshalToSizedBuffer

func (m *VPCQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VPCQryRequest) ProtoMessage

func (*VPCQryRequest) ProtoMessage()

func (*VPCQryRequest) Reset

func (m *VPCQryRequest) Reset()

func (*VPCQryRequest) Size

func (m *VPCQryRequest) Size() (n int)

func (*VPCQryRequest) String

func (m *VPCQryRequest) String() string

func (*VPCQryRequest) Unmarshal

func (m *VPCQryRequest) Unmarshal(dAtA []byte) error

func (*VPCQryRequest) XXX_DiscardUnknown

func (m *VPCQryRequest) XXX_DiscardUnknown()

func (*VPCQryRequest) XXX_Marshal

func (m *VPCQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VPCQryRequest) XXX_Merge

func (m *VPCQryRequest) XXX_Merge(src proto.Message)

func (*VPCQryRequest) XXX_Size

func (m *VPCQryRequest) XXX_Size() int

func (*VPCQryRequest) XXX_Unmarshal

func (m *VPCQryRequest) XXX_Unmarshal(b []byte) error

type VPCRegisterInfo added in v0.4.15

type VPCRegisterInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	CspId                string   `protobuf:"bytes,2,opt,name=csp_id,json=CSPId,proto3" json:"CSPId" yaml:"CSPId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VPCRegisterInfo) Descriptor added in v0.4.15

func (*VPCRegisterInfo) Descriptor() ([]byte, []int)

func (*VPCRegisterInfo) GetCspId added in v0.4.15

func (m *VPCRegisterInfo) GetCspId() string

func (*VPCRegisterInfo) GetName added in v0.4.15

func (m *VPCRegisterInfo) GetName() string

func (*VPCRegisterInfo) Marshal added in v0.4.15

func (m *VPCRegisterInfo) Marshal() (dAtA []byte, err error)

func (*VPCRegisterInfo) MarshalTo added in v0.4.15

func (m *VPCRegisterInfo) MarshalTo(dAtA []byte) (int, error)

func (*VPCRegisterInfo) MarshalToSizedBuffer added in v0.4.15

func (m *VPCRegisterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VPCRegisterInfo) ProtoMessage added in v0.4.15

func (*VPCRegisterInfo) ProtoMessage()

func (*VPCRegisterInfo) Reset added in v0.4.15

func (m *VPCRegisterInfo) Reset()

func (*VPCRegisterInfo) Size added in v0.4.15

func (m *VPCRegisterInfo) Size() (n int)

func (*VPCRegisterInfo) String added in v0.4.15

func (m *VPCRegisterInfo) String() string

func (*VPCRegisterInfo) Unmarshal added in v0.4.15

func (m *VPCRegisterInfo) Unmarshal(dAtA []byte) error

func (*VPCRegisterInfo) XXX_DiscardUnknown added in v0.4.15

func (m *VPCRegisterInfo) XXX_DiscardUnknown()

func (*VPCRegisterInfo) XXX_Marshal added in v0.4.15

func (m *VPCRegisterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VPCRegisterInfo) XXX_Merge added in v0.4.15

func (m *VPCRegisterInfo) XXX_Merge(src proto.Message)

func (*VPCRegisterInfo) XXX_Size added in v0.4.15

func (m *VPCRegisterInfo) XXX_Size() int

func (*VPCRegisterInfo) XXX_Unmarshal added in v0.4.15

func (m *VPCRegisterInfo) XXX_Unmarshal(b []byte) error

type VPCRegisterRequest added in v0.4.15

type VPCRegisterRequest struct {
	ConnectionName       string           `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Item                 *VPCRegisterInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*VPCRegisterRequest) Descriptor added in v0.4.15

func (*VPCRegisterRequest) Descriptor() ([]byte, []int)

func (*VPCRegisterRequest) GetConnectionName added in v0.4.15

func (m *VPCRegisterRequest) GetConnectionName() string

func (*VPCRegisterRequest) GetItem added in v0.4.15

func (m *VPCRegisterRequest) GetItem() *VPCRegisterInfo

func (*VPCRegisterRequest) Marshal added in v0.4.15

func (m *VPCRegisterRequest) Marshal() (dAtA []byte, err error)

func (*VPCRegisterRequest) MarshalTo added in v0.4.15

func (m *VPCRegisterRequest) MarshalTo(dAtA []byte) (int, error)

func (*VPCRegisterRequest) MarshalToSizedBuffer added in v0.4.15

func (m *VPCRegisterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VPCRegisterRequest) ProtoMessage added in v0.4.15

func (*VPCRegisterRequest) ProtoMessage()

func (*VPCRegisterRequest) Reset added in v0.4.15

func (m *VPCRegisterRequest) Reset()

func (*VPCRegisterRequest) Size added in v0.4.15

func (m *VPCRegisterRequest) Size() (n int)

func (*VPCRegisterRequest) String added in v0.4.15

func (m *VPCRegisterRequest) String() string

func (*VPCRegisterRequest) Unmarshal added in v0.4.15

func (m *VPCRegisterRequest) Unmarshal(dAtA []byte) error

func (*VPCRegisterRequest) XXX_DiscardUnknown added in v0.4.15

func (m *VPCRegisterRequest) XXX_DiscardUnknown()

func (*VPCRegisterRequest) XXX_Marshal added in v0.4.15

func (m *VPCRegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VPCRegisterRequest) XXX_Merge added in v0.4.15

func (m *VPCRegisterRequest) XXX_Merge(src proto.Message)

func (*VPCRegisterRequest) XXX_Size added in v0.4.15

func (m *VPCRegisterRequest) XXX_Size() int

func (*VPCRegisterRequest) XXX_Unmarshal added in v0.4.15

func (m *VPCRegisterRequest) XXX_Unmarshal(b []byte) error

type VPCUnregiserQryRequest added in v0.4.15

type VPCUnregiserQryRequest struct {
	ConnectionName       string   `protobuf:"bytes,1,opt,name=connection_name,json=ConnectionName,proto3" json:"ConnectionName" yaml:"ConnectionName"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,json=Name,proto3" json:"Name" yaml:"Name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VPCUnregiserQryRequest) Descriptor added in v0.4.15

func (*VPCUnregiserQryRequest) Descriptor() ([]byte, []int)

func (*VPCUnregiserQryRequest) GetConnectionName added in v0.4.15

func (m *VPCUnregiserQryRequest) GetConnectionName() string

func (*VPCUnregiserQryRequest) GetName added in v0.4.15

func (m *VPCUnregiserQryRequest) GetName() string

func (*VPCUnregiserQryRequest) Marshal added in v0.4.15

func (m *VPCUnregiserQryRequest) Marshal() (dAtA []byte, err error)

func (*VPCUnregiserQryRequest) MarshalTo added in v0.4.15

func (m *VPCUnregiserQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*VPCUnregiserQryRequest) MarshalToSizedBuffer added in v0.4.15

func (m *VPCUnregiserQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VPCUnregiserQryRequest) ProtoMessage added in v0.4.15

func (*VPCUnregiserQryRequest) ProtoMessage()

func (*VPCUnregiserQryRequest) Reset added in v0.4.15

func (m *VPCUnregiserQryRequest) Reset()

func (*VPCUnregiserQryRequest) Size added in v0.4.15

func (m *VPCUnregiserQryRequest) Size() (n int)

func (*VPCUnregiserQryRequest) String added in v0.4.15

func (m *VPCUnregiserQryRequest) String() string

func (*VPCUnregiserQryRequest) Unmarshal added in v0.4.15

func (m *VPCUnregiserQryRequest) Unmarshal(dAtA []byte) error

func (*VPCUnregiserQryRequest) XXX_DiscardUnknown added in v0.4.15

func (m *VPCUnregiserQryRequest) XXX_DiscardUnknown()

func (*VPCUnregiserQryRequest) XXX_Marshal added in v0.4.15

func (m *VPCUnregiserQryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VPCUnregiserQryRequest) XXX_Merge added in v0.4.15

func (m *VPCUnregiserQryRequest) XXX_Merge(src proto.Message)

func (*VPCUnregiserQryRequest) XXX_Size added in v0.4.15

func (m *VPCUnregiserQryRequest) XXX_Size() int

func (*VPCUnregiserQryRequest) XXX_Unmarshal added in v0.4.15

func (m *VPCUnregiserQryRequest) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL