Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + var BlockStorage_BlockStorageState_name = map[int32]string + var BlockStorage_BlockStorageState_value = map[string]int32 + var VirtualMachine_VirtualMachineState_name = map[int32]string + var VirtualMachine_VirtualMachineState_value = map[string]int32 + var VirtualRouter_VirtualRouterState_name = map[int32]string + var VirtualRouter_VirtualRouterState_value = map[string]int32 + func RegisterBlockStorageServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterBlockStorageServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BlockStorageServiceClient) error + func RegisterBlockStorageServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterBlockStorageServiceServer(s *grpc.Server, srv BlockStorageServiceServer) + func RegisterVirtualMachineServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterVirtualMachineServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VirtualMachineServiceClient) error + func RegisterVirtualMachineServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterVirtualMachineServiceServer(s *grpc.Server, srv VirtualMachineServiceServer) + func RegisterVirtualRouterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterVirtualRouterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VirtualRouterServiceClient) error + func RegisterVirtualRouterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterVirtualRouterServiceServer(s *grpc.Server, srv VirtualRouterServiceServer) + type ApplyVirtualIPRequest struct + Annotations map[string]string + Ipv4Address string + Ipv6Address string + NetworkName string + Targets []*VirtualIPTarget + VirtualIpName string + VirtualRouterName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApplyVirtualIPRequest) Descriptor() ([]byte, []int) + func (*ApplyVirtualIPRequest) ProtoMessage() + func (m *ApplyVirtualIPRequest) GetAnnotations() map[string]string + func (m *ApplyVirtualIPRequest) GetIpv4Address() string + func (m *ApplyVirtualIPRequest) GetIpv6Address() string + func (m *ApplyVirtualIPRequest) GetNetworkName() string + func (m *ApplyVirtualIPRequest) GetTargets() []*VirtualIPTarget + func (m *ApplyVirtualIPRequest) GetVirtualIpName() string + func (m *ApplyVirtualIPRequest) GetVirtualRouterName() string + func (m *ApplyVirtualIPRequest) Reset() + func (m *ApplyVirtualIPRequest) String() string + func (m *ApplyVirtualIPRequest) XXX_DiscardUnknown() + func (m *ApplyVirtualIPRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApplyVirtualIPRequest) XXX_Merge(src proto.Message) + func (m *ApplyVirtualIPRequest) XXX_Size() int + func (m *ApplyVirtualIPRequest) XXX_Unmarshal(b []byte) error + type BlockStorage struct + Annotations map[string]string + Labels map[string]string + LimitBytes uint64 + Name string + NodeName string + RequestBytes uint64 + State BlockStorage_BlockStorageState + StorageName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockStorage) Descriptor() ([]byte, []int) + func (*BlockStorage) ProtoMessage() + func (m *BlockStorage) GetAnnotations() map[string]string + func (m *BlockStorage) GetLabels() map[string]string + func (m *BlockStorage) GetLimitBytes() uint64 + func (m *BlockStorage) GetName() string + func (m *BlockStorage) GetNodeName() string + func (m *BlockStorage) GetRequestBytes() uint64 + func (m *BlockStorage) GetState() BlockStorage_BlockStorageState + func (m *BlockStorage) GetStorageName() string + func (m *BlockStorage) Reset() + func (m *BlockStorage) String() string + func (m *BlockStorage) XXX_DiscardUnknown() + func (m *BlockStorage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockStorage) XXX_Merge(src proto.Message) + func (m *BlockStorage) XXX_Size() int + func (m *BlockStorage) XXX_Unmarshal(b []byte) error + type BlockStorageChunk struct + Data []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockStorageChunk) Descriptor() ([]byte, []int) + func (*BlockStorageChunk) ProtoMessage() + func (m *BlockStorageChunk) GetData() []byte + func (m *BlockStorageChunk) Reset() + func (m *BlockStorageChunk) String() string + func (m *BlockStorageChunk) XXX_DiscardUnknown() + func (m *BlockStorageChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockStorageChunk) XXX_Merge(src proto.Message) + func (m *BlockStorageChunk) XXX_Size() int + func (m *BlockStorageChunk) XXX_Unmarshal(b []byte) error + type BlockStorageServiceClient interface + CopyBlockStorage func(ctx context.Context, in *CopyBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + CreateBlockStorage func(ctx context.Context, in *CreateBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + DeleteBlockStorage func(ctx context.Context, in *DeleteBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + DownloadBlockStorage func(ctx context.Context, in *DownloadBlockStorageRequest, opts ...grpc.CallOption) (*DownloadBlockStorageResponse, error) + FetchBlockStorage func(ctx context.Context, in *FetchBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + GetBlockStorage func(ctx context.Context, in *GetBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + ListBlockStorages func(ctx context.Context, in *ListBlockStoragesRequest, opts ...grpc.CallOption) (*ListBlockStoragesResponse, error) + PurgeBlockStorage func(ctx context.Context, in *PurgeBlockStorageRequest, opts ...grpc.CallOption) (*empty.Empty, error) + SetAvailableBlockStorage func(ctx context.Context, in *SetAvailableBlockStorageRequest, ...) (*BlockStorage, error) + SetInuseBlockStorage func(ctx context.Context, in *SetInuseBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + SetProtectedBlockStorage func(ctx context.Context, in *SetProtectedBlockStorageRequest, ...) (*BlockStorage, error) + UndeleteBlockStorage func(ctx context.Context, in *UndeleteBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + UpdateBlockStorage func(ctx context.Context, in *UpdateBlockStorageRequest, opts ...grpc.CallOption) (*BlockStorage, error) + func NewBlockStorageServiceClient(cc *grpc.ClientConn) BlockStorageServiceClient + type BlockStorageServiceServer interface + CopyBlockStorage func(context.Context, *CopyBlockStorageRequest) (*BlockStorage, error) + CreateBlockStorage func(context.Context, *CreateBlockStorageRequest) (*BlockStorage, error) + DeleteBlockStorage func(context.Context, *DeleteBlockStorageRequest) (*BlockStorage, error) + DownloadBlockStorage func(context.Context, *DownloadBlockStorageRequest) (*DownloadBlockStorageResponse, error) + FetchBlockStorage func(context.Context, *FetchBlockStorageRequest) (*BlockStorage, error) + GetBlockStorage func(context.Context, *GetBlockStorageRequest) (*BlockStorage, error) + ListBlockStorages func(context.Context, *ListBlockStoragesRequest) (*ListBlockStoragesResponse, error) + PurgeBlockStorage func(context.Context, *PurgeBlockStorageRequest) (*empty.Empty, error) + SetAvailableBlockStorage func(context.Context, *SetAvailableBlockStorageRequest) (*BlockStorage, error) + SetInuseBlockStorage func(context.Context, *SetInuseBlockStorageRequest) (*BlockStorage, error) + SetProtectedBlockStorage func(context.Context, *SetProtectedBlockStorageRequest) (*BlockStorage, error) + UndeleteBlockStorage func(context.Context, *UndeleteBlockStorageRequest) (*BlockStorage, error) + UpdateBlockStorage func(context.Context, *UpdateBlockStorageRequest) (*BlockStorage, error) + type BlockStorage_BlockStorageState int32 + const BlockStorage_AVAILABLE + const BlockStorage_BLOCK_STORAGE_UNSPECIFIED + const BlockStorage_DELETED + const BlockStorage_IN_USE + const BlockStorage_PENDING + const BlockStorage_PROTECTED + func (BlockStorage_BlockStorageState) EnumDescriptor() ([]byte, []int) + func (x BlockStorage_BlockStorageState) String() string + type BootVirtualMachineRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BootVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*BootVirtualMachineRequest) ProtoMessage() + func (m *BootVirtualMachineRequest) GetName() string + func (m *BootVirtualMachineRequest) Reset() + func (m *BootVirtualMachineRequest) String() string + func (m *BootVirtualMachineRequest) XXX_DiscardUnknown() + func (m *BootVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BootVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *BootVirtualMachineRequest) XXX_Size() int + func (m *BootVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type ConnectNetworkRequest struct + Annotations map[string]string + Ipv4Address string + Ipv6Address string + NetworkName string + VirtualRouterName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConnectNetworkRequest) Descriptor() ([]byte, []int) + func (*ConnectNetworkRequest) ProtoMessage() + func (m *ConnectNetworkRequest) GetAnnotations() map[string]string + func (m *ConnectNetworkRequest) GetIpv4Address() string + func (m *ConnectNetworkRequest) GetIpv6Address() string + func (m *ConnectNetworkRequest) GetNetworkName() string + func (m *ConnectNetworkRequest) GetVirtualRouterName() string + func (m *ConnectNetworkRequest) Reset() + func (m *ConnectNetworkRequest) String() string + func (m *ConnectNetworkRequest) XXX_DiscardUnknown() + func (m *ConnectNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConnectNetworkRequest) XXX_Merge(src proto.Message) + func (m *ConnectNetworkRequest) XXX_Size() int + func (m *ConnectNetworkRequest) XXX_Unmarshal(b []byte) error + type CopyBlockStorageRequest struct + Annotations map[string]string + Labels map[string]string + LimitBytes uint64 + Name string + RequestBytes uint64 + SourceBlockStorage string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CopyBlockStorageRequest) Descriptor() ([]byte, []int) + func (*CopyBlockStorageRequest) ProtoMessage() + func (m *CopyBlockStorageRequest) GetAnnotations() map[string]string + func (m *CopyBlockStorageRequest) GetLabels() map[string]string + func (m *CopyBlockStorageRequest) GetLimitBytes() uint64 + func (m *CopyBlockStorageRequest) GetName() string + func (m *CopyBlockStorageRequest) GetRequestBytes() uint64 + func (m *CopyBlockStorageRequest) GetSourceBlockStorage() string + func (m *CopyBlockStorageRequest) Reset() + func (m *CopyBlockStorageRequest) String() string + func (m *CopyBlockStorageRequest) XXX_DiscardUnknown() + func (m *CopyBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CopyBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *CopyBlockStorageRequest) XXX_Size() int + func (m *CopyBlockStorageRequest) XXX_Unmarshal(b []byte) error + type CreateBlockStorageRequest struct + Annotations map[string]string + Labels map[string]string + LimitBytes uint64 + Name string + RequestBytes uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateBlockStorageRequest) Descriptor() ([]byte, []int) + func (*CreateBlockStorageRequest) ProtoMessage() + func (m *CreateBlockStorageRequest) GetAnnotations() map[string]string + func (m *CreateBlockStorageRequest) GetLabels() map[string]string + func (m *CreateBlockStorageRequest) GetLimitBytes() uint64 + func (m *CreateBlockStorageRequest) GetName() string + func (m *CreateBlockStorageRequest) GetRequestBytes() uint64 + func (m *CreateBlockStorageRequest) Reset() + func (m *CreateBlockStorageRequest) String() string + func (m *CreateBlockStorageRequest) XXX_DiscardUnknown() + func (m *CreateBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *CreateBlockStorageRequest) XXX_Size() int + func (m *CreateBlockStorageRequest) XXX_Unmarshal(b []byte) error + type CreateVirtualMachineRequest struct + Annotations map[string]string + BlockStorageNames []string + Labels map[string]string + LimitCpuMilliCore uint32 + LimitMemoryBytes uint64 + LoginUsername string + Name string + Nics []*VirtualMachineNIC + RequestCpuMilliCore uint32 + RequestMemoryBytes uint64 + SshAuthorizedKeys []string + Uuid string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*CreateVirtualMachineRequest) ProtoMessage() + func (m *CreateVirtualMachineRequest) GetAnnotations() map[string]string + func (m *CreateVirtualMachineRequest) GetBlockStorageNames() []string + func (m *CreateVirtualMachineRequest) GetLabels() map[string]string + func (m *CreateVirtualMachineRequest) GetLimitCpuMilliCore() uint32 + func (m *CreateVirtualMachineRequest) GetLimitMemoryBytes() uint64 + func (m *CreateVirtualMachineRequest) GetLoginUsername() string + func (m *CreateVirtualMachineRequest) GetName() string + func (m *CreateVirtualMachineRequest) GetNics() []*VirtualMachineNIC + func (m *CreateVirtualMachineRequest) GetRequestCpuMilliCore() uint32 + func (m *CreateVirtualMachineRequest) GetRequestMemoryBytes() uint64 + func (m *CreateVirtualMachineRequest) GetSshAuthorizedKeys() []string + func (m *CreateVirtualMachineRequest) GetUuid() string + func (m *CreateVirtualMachineRequest) Reset() + func (m *CreateVirtualMachineRequest) String() string + func (m *CreateVirtualMachineRequest) XXX_DiscardUnknown() + func (m *CreateVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *CreateVirtualMachineRequest) XXX_Size() int + func (m *CreateVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type CreateVirtualRouterRequest struct + Annotations map[string]string + Labels map[string]string + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateVirtualRouterRequest) Descriptor() ([]byte, []int) + func (*CreateVirtualRouterRequest) ProtoMessage() + func (m *CreateVirtualRouterRequest) GetAnnotations() map[string]string + func (m *CreateVirtualRouterRequest) GetLabels() map[string]string + func (m *CreateVirtualRouterRequest) GetName() string + func (m *CreateVirtualRouterRequest) Reset() + func (m *CreateVirtualRouterRequest) String() string + func (m *CreateVirtualRouterRequest) XXX_DiscardUnknown() + func (m *CreateVirtualRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVirtualRouterRequest) XXX_Merge(src proto.Message) + func (m *CreateVirtualRouterRequest) XXX_Size() int + func (m *CreateVirtualRouterRequest) XXX_Unmarshal(b []byte) error + type DeleteBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteBlockStorageRequest) Descriptor() ([]byte, []int) + func (*DeleteBlockStorageRequest) ProtoMessage() + func (m *DeleteBlockStorageRequest) GetName() string + func (m *DeleteBlockStorageRequest) Reset() + func (m *DeleteBlockStorageRequest) String() string + func (m *DeleteBlockStorageRequest) XXX_DiscardUnknown() + func (m *DeleteBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *DeleteBlockStorageRequest) XXX_Size() int + func (m *DeleteBlockStorageRequest) XXX_Unmarshal(b []byte) error + type DeleteVirtualIPRequest struct + VirtualIpName string + VirtualRouterName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteVirtualIPRequest) Descriptor() ([]byte, []int) + func (*DeleteVirtualIPRequest) ProtoMessage() + func (m *DeleteVirtualIPRequest) GetVirtualIpName() string + func (m *DeleteVirtualIPRequest) GetVirtualRouterName() string + func (m *DeleteVirtualIPRequest) Reset() + func (m *DeleteVirtualIPRequest) String() string + func (m *DeleteVirtualIPRequest) XXX_DiscardUnknown() + func (m *DeleteVirtualIPRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteVirtualIPRequest) XXX_Merge(src proto.Message) + func (m *DeleteVirtualIPRequest) XXX_Size() int + func (m *DeleteVirtualIPRequest) XXX_Unmarshal(b []byte) error + type DeleteVirtualMachineRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*DeleteVirtualMachineRequest) ProtoMessage() + func (m *DeleteVirtualMachineRequest) GetName() string + func (m *DeleteVirtualMachineRequest) Reset() + func (m *DeleteVirtualMachineRequest) String() string + func (m *DeleteVirtualMachineRequest) XXX_DiscardUnknown() + func (m *DeleteVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *DeleteVirtualMachineRequest) XXX_Size() int + func (m *DeleteVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type DeleteVirtualRouterRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteVirtualRouterRequest) Descriptor() ([]byte, []int) + func (*DeleteVirtualRouterRequest) ProtoMessage() + func (m *DeleteVirtualRouterRequest) GetName() string + func (m *DeleteVirtualRouterRequest) Reset() + func (m *DeleteVirtualRouterRequest) String() string + func (m *DeleteVirtualRouterRequest) XXX_DiscardUnknown() + func (m *DeleteVirtualRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteVirtualRouterRequest) XXX_Merge(src proto.Message) + func (m *DeleteVirtualRouterRequest) XXX_Size() int + func (m *DeleteVirtualRouterRequest) XXX_Unmarshal(b []byte) error + type DisconnectNetworkRequest struct + NetworkName string + VirtualRouterName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DisconnectNetworkRequest) Descriptor() ([]byte, []int) + func (*DisconnectNetworkRequest) ProtoMessage() + func (m *DisconnectNetworkRequest) GetNetworkName() string + func (m *DisconnectNetworkRequest) GetVirtualRouterName() string + func (m *DisconnectNetworkRequest) Reset() + func (m *DisconnectNetworkRequest) String() string + func (m *DisconnectNetworkRequest) XXX_DiscardUnknown() + func (m *DisconnectNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DisconnectNetworkRequest) XXX_Merge(src proto.Message) + func (m *DisconnectNetworkRequest) XXX_Size() int + func (m *DisconnectNetworkRequest) XXX_Unmarshal(b []byte) error + type DownloadBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownloadBlockStorageRequest) Descriptor() ([]byte, []int) + func (*DownloadBlockStorageRequest) ProtoMessage() + func (m *DownloadBlockStorageRequest) GetName() string + func (m *DownloadBlockStorageRequest) Reset() + func (m *DownloadBlockStorageRequest) String() string + func (m *DownloadBlockStorageRequest) XXX_DiscardUnknown() + func (m *DownloadBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownloadBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *DownloadBlockStorageRequest) XXX_Size() int + func (m *DownloadBlockStorageRequest) XXX_Unmarshal(b []byte) error + type DownloadBlockStorageResponse struct + DownloadUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownloadBlockStorageResponse) Descriptor() ([]byte, []int) + func (*DownloadBlockStorageResponse) ProtoMessage() + func (m *DownloadBlockStorageResponse) GetDownloadUrl() string + func (m *DownloadBlockStorageResponse) Reset() + func (m *DownloadBlockStorageResponse) String() string + func (m *DownloadBlockStorageResponse) XXX_DiscardUnknown() + func (m *DownloadBlockStorageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownloadBlockStorageResponse) XXX_Merge(src proto.Message) + func (m *DownloadBlockStorageResponse) XXX_Size() int + func (m *DownloadBlockStorageResponse) XXX_Unmarshal(b []byte) error + type FetchBlockStorageRequest struct + Annotations map[string]string + Labels map[string]string + LimitBytes uint64 + Name string + RequestBytes uint64 + SourceUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FetchBlockStorageRequest) Descriptor() ([]byte, []int) + func (*FetchBlockStorageRequest) ProtoMessage() + func (m *FetchBlockStorageRequest) GetAnnotations() map[string]string + func (m *FetchBlockStorageRequest) GetLabels() map[string]string + func (m *FetchBlockStorageRequest) GetLimitBytes() uint64 + func (m *FetchBlockStorageRequest) GetName() string + func (m *FetchBlockStorageRequest) GetRequestBytes() uint64 + func (m *FetchBlockStorageRequest) GetSourceUrl() string + func (m *FetchBlockStorageRequest) Reset() + func (m *FetchBlockStorageRequest) String() string + func (m *FetchBlockStorageRequest) XXX_DiscardUnknown() + func (m *FetchBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FetchBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *FetchBlockStorageRequest) XXX_Size() int + func (m *FetchBlockStorageRequest) XXX_Unmarshal(b []byte) error + type GetBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetBlockStorageRequest) Descriptor() ([]byte, []int) + func (*GetBlockStorageRequest) ProtoMessage() + func (m *GetBlockStorageRequest) GetName() string + func (m *GetBlockStorageRequest) Reset() + func (m *GetBlockStorageRequest) String() string + func (m *GetBlockStorageRequest) XXX_DiscardUnknown() + func (m *GetBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *GetBlockStorageRequest) XXX_Size() int + func (m *GetBlockStorageRequest) XXX_Unmarshal(b []byte) error + type GetVirtualMachineRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*GetVirtualMachineRequest) ProtoMessage() + func (m *GetVirtualMachineRequest) GetName() string + func (m *GetVirtualMachineRequest) Reset() + func (m *GetVirtualMachineRequest) String() string + func (m *GetVirtualMachineRequest) XXX_DiscardUnknown() + func (m *GetVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *GetVirtualMachineRequest) XXX_Size() int + func (m *GetVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type GetVirtualRouterRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetVirtualRouterRequest) Descriptor() ([]byte, []int) + func (*GetVirtualRouterRequest) ProtoMessage() + func (m *GetVirtualRouterRequest) GetName() string + func (m *GetVirtualRouterRequest) Reset() + func (m *GetVirtualRouterRequest) String() string + func (m *GetVirtualRouterRequest) XXX_DiscardUnknown() + func (m *GetVirtualRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetVirtualRouterRequest) XXX_Merge(src proto.Message) + func (m *GetVirtualRouterRequest) XXX_Size() int + func (m *GetVirtualRouterRequest) XXX_Unmarshal(b []byte) error + type ListBlockStoragesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListBlockStoragesRequest) Descriptor() ([]byte, []int) + func (*ListBlockStoragesRequest) ProtoMessage() + func (m *ListBlockStoragesRequest) Reset() + func (m *ListBlockStoragesRequest) String() string + func (m *ListBlockStoragesRequest) XXX_DiscardUnknown() + func (m *ListBlockStoragesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListBlockStoragesRequest) XXX_Merge(src proto.Message) + func (m *ListBlockStoragesRequest) XXX_Size() int + func (m *ListBlockStoragesRequest) XXX_Unmarshal(b []byte) error + type ListBlockStoragesResponse struct + BlockStorages []*BlockStorage + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListBlockStoragesResponse) Descriptor() ([]byte, []int) + func (*ListBlockStoragesResponse) ProtoMessage() + func (m *ListBlockStoragesResponse) GetBlockStorages() []*BlockStorage + func (m *ListBlockStoragesResponse) Reset() + func (m *ListBlockStoragesResponse) String() string + func (m *ListBlockStoragesResponse) XXX_DiscardUnknown() + func (m *ListBlockStoragesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListBlockStoragesResponse) XXX_Merge(src proto.Message) + func (m *ListBlockStoragesResponse) XXX_Size() int + func (m *ListBlockStoragesResponse) XXX_Unmarshal(b []byte) error + type ListVirtualMachinesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVirtualMachinesRequest) Descriptor() ([]byte, []int) + func (*ListVirtualMachinesRequest) ProtoMessage() + func (m *ListVirtualMachinesRequest) Reset() + func (m *ListVirtualMachinesRequest) String() string + func (m *ListVirtualMachinesRequest) XXX_DiscardUnknown() + func (m *ListVirtualMachinesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVirtualMachinesRequest) XXX_Merge(src proto.Message) + func (m *ListVirtualMachinesRequest) XXX_Size() int + func (m *ListVirtualMachinesRequest) XXX_Unmarshal(b []byte) error + type ListVirtualMachinesResponse struct + VirtualMachines []*VirtualMachine + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVirtualMachinesResponse) Descriptor() ([]byte, []int) + func (*ListVirtualMachinesResponse) ProtoMessage() + func (m *ListVirtualMachinesResponse) GetVirtualMachines() []*VirtualMachine + func (m *ListVirtualMachinesResponse) Reset() + func (m *ListVirtualMachinesResponse) String() string + func (m *ListVirtualMachinesResponse) XXX_DiscardUnknown() + func (m *ListVirtualMachinesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVirtualMachinesResponse) XXX_Merge(src proto.Message) + func (m *ListVirtualMachinesResponse) XXX_Size() int + func (m *ListVirtualMachinesResponse) XXX_Unmarshal(b []byte) error + type ListVirtualRoutersRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVirtualRoutersRequest) Descriptor() ([]byte, []int) + func (*ListVirtualRoutersRequest) ProtoMessage() + func (m *ListVirtualRoutersRequest) Reset() + func (m *ListVirtualRoutersRequest) String() string + func (m *ListVirtualRoutersRequest) XXX_DiscardUnknown() + func (m *ListVirtualRoutersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVirtualRoutersRequest) XXX_Merge(src proto.Message) + func (m *ListVirtualRoutersRequest) XXX_Size() int + func (m *ListVirtualRoutersRequest) XXX_Unmarshal(b []byte) error + type ListVirtualRoutersResponse struct + VirtualRouters []*VirtualRouter + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVirtualRoutersResponse) Descriptor() ([]byte, []int) + func (*ListVirtualRoutersResponse) ProtoMessage() + func (m *ListVirtualRoutersResponse) GetVirtualRouters() []*VirtualRouter + func (m *ListVirtualRoutersResponse) Reset() + func (m *ListVirtualRoutersResponse) String() string + func (m *ListVirtualRoutersResponse) XXX_DiscardUnknown() + func (m *ListVirtualRoutersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVirtualRoutersResponse) XXX_Merge(src proto.Message) + func (m *ListVirtualRoutersResponse) XXX_Size() int + func (m *ListVirtualRoutersResponse) XXX_Unmarshal(b []byte) error + type OpenConsoleRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpenConsoleRequest) Descriptor() ([]byte, []int) + func (*OpenConsoleRequest) ProtoMessage() + func (m *OpenConsoleRequest) GetName() string + func (m *OpenConsoleRequest) Reset() + func (m *OpenConsoleRequest) String() string + func (m *OpenConsoleRequest) XXX_DiscardUnknown() + func (m *OpenConsoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpenConsoleRequest) XXX_Merge(src proto.Message) + func (m *OpenConsoleRequest) XXX_Size() int + func (m *OpenConsoleRequest) XXX_Unmarshal(b []byte) error + type OpenConsoleResponse struct + ConsoleUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpenConsoleResponse) Descriptor() ([]byte, []int) + func (*OpenConsoleResponse) ProtoMessage() + func (m *OpenConsoleResponse) GetConsoleUrl() string + func (m *OpenConsoleResponse) Reset() + func (m *OpenConsoleResponse) String() string + func (m *OpenConsoleResponse) XXX_DiscardUnknown() + func (m *OpenConsoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpenConsoleResponse) XXX_Merge(src proto.Message) + func (m *OpenConsoleResponse) XXX_Size() int + func (m *OpenConsoleResponse) XXX_Unmarshal(b []byte) error + type PurgeBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PurgeBlockStorageRequest) Descriptor() ([]byte, []int) + func (*PurgeBlockStorageRequest) ProtoMessage() + func (m *PurgeBlockStorageRequest) GetName() string + func (m *PurgeBlockStorageRequest) Reset() + func (m *PurgeBlockStorageRequest) String() string + func (m *PurgeBlockStorageRequest) XXX_DiscardUnknown() + func (m *PurgeBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PurgeBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *PurgeBlockStorageRequest) XXX_Size() int + func (m *PurgeBlockStorageRequest) XXX_Unmarshal(b []byte) error + type RebootVirtualMachineRequest struct + Hard bool + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RebootVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*RebootVirtualMachineRequest) ProtoMessage() + func (m *RebootVirtualMachineRequest) GetHard() bool + func (m *RebootVirtualMachineRequest) GetName() string + func (m *RebootVirtualMachineRequest) Reset() + func (m *RebootVirtualMachineRequest) String() string + func (m *RebootVirtualMachineRequest) XXX_DiscardUnknown() + func (m *RebootVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RebootVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *RebootVirtualMachineRequest) XXX_Size() int + func (m *RebootVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type SaveVirtualMachineRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SaveVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*SaveVirtualMachineRequest) ProtoMessage() + func (m *SaveVirtualMachineRequest) GetName() string + func (m *SaveVirtualMachineRequest) Reset() + func (m *SaveVirtualMachineRequest) String() string + func (m *SaveVirtualMachineRequest) XXX_DiscardUnknown() + func (m *SaveVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SaveVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *SaveVirtualMachineRequest) XXX_Size() int + func (m *SaveVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type SetAvailableBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetAvailableBlockStorageRequest) Descriptor() ([]byte, []int) + func (*SetAvailableBlockStorageRequest) ProtoMessage() + func (m *SetAvailableBlockStorageRequest) GetName() string + func (m *SetAvailableBlockStorageRequest) Reset() + func (m *SetAvailableBlockStorageRequest) String() string + func (m *SetAvailableBlockStorageRequest) XXX_DiscardUnknown() + func (m *SetAvailableBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetAvailableBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *SetAvailableBlockStorageRequest) XXX_Size() int + func (m *SetAvailableBlockStorageRequest) XXX_Unmarshal(b []byte) error + type SetInuseBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetInuseBlockStorageRequest) Descriptor() ([]byte, []int) + func (*SetInuseBlockStorageRequest) ProtoMessage() + func (m *SetInuseBlockStorageRequest) GetName() string + func (m *SetInuseBlockStorageRequest) Reset() + func (m *SetInuseBlockStorageRequest) String() string + func (m *SetInuseBlockStorageRequest) XXX_DiscardUnknown() + func (m *SetInuseBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetInuseBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *SetInuseBlockStorageRequest) XXX_Size() int + func (m *SetInuseBlockStorageRequest) XXX_Unmarshal(b []byte) error + type SetProtectedBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetProtectedBlockStorageRequest) Descriptor() ([]byte, []int) + func (*SetProtectedBlockStorageRequest) ProtoMessage() + func (m *SetProtectedBlockStorageRequest) GetName() string + func (m *SetProtectedBlockStorageRequest) Reset() + func (m *SetProtectedBlockStorageRequest) String() string + func (m *SetProtectedBlockStorageRequest) XXX_DiscardUnknown() + func (m *SetProtectedBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetProtectedBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *SetProtectedBlockStorageRequest) XXX_Size() int + func (m *SetProtectedBlockStorageRequest) XXX_Unmarshal(b []byte) error + type ShutdownVirtualMachineRequest struct + Hard bool + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ShutdownVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*ShutdownVirtualMachineRequest) ProtoMessage() + func (m *ShutdownVirtualMachineRequest) GetHard() bool + func (m *ShutdownVirtualMachineRequest) GetName() string + func (m *ShutdownVirtualMachineRequest) Reset() + func (m *ShutdownVirtualMachineRequest) String() string + func (m *ShutdownVirtualMachineRequest) XXX_DiscardUnknown() + func (m *ShutdownVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ShutdownVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *ShutdownVirtualMachineRequest) XXX_Size() int + func (m *ShutdownVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type UndeleteBlockStorageRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UndeleteBlockStorageRequest) Descriptor() ([]byte, []int) + func (*UndeleteBlockStorageRequest) ProtoMessage() + func (m *UndeleteBlockStorageRequest) GetName() string + func (m *UndeleteBlockStorageRequest) Reset() + func (m *UndeleteBlockStorageRequest) String() string + func (m *UndeleteBlockStorageRequest) XXX_DiscardUnknown() + func (m *UndeleteBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UndeleteBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *UndeleteBlockStorageRequest) XXX_Size() int + func (m *UndeleteBlockStorageRequest) XXX_Unmarshal(b []byte) error + type UnimplementedBlockStorageServiceServer struct + func (*UnimplementedBlockStorageServiceServer) CopyBlockStorage(ctx context.Context, req *CopyBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) CreateBlockStorage(ctx context.Context, req *CreateBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) DeleteBlockStorage(ctx context.Context, req *DeleteBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) DownloadBlockStorage(ctx context.Context, req *DownloadBlockStorageRequest) (*DownloadBlockStorageResponse, error) + func (*UnimplementedBlockStorageServiceServer) FetchBlockStorage(ctx context.Context, req *FetchBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) GetBlockStorage(ctx context.Context, req *GetBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) ListBlockStorages(ctx context.Context, req *ListBlockStoragesRequest) (*ListBlockStoragesResponse, error) + func (*UnimplementedBlockStorageServiceServer) PurgeBlockStorage(ctx context.Context, req *PurgeBlockStorageRequest) (*empty.Empty, error) + func (*UnimplementedBlockStorageServiceServer) SetAvailableBlockStorage(ctx context.Context, req *SetAvailableBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) SetInuseBlockStorage(ctx context.Context, req *SetInuseBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) SetProtectedBlockStorage(ctx context.Context, req *SetProtectedBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) UndeleteBlockStorage(ctx context.Context, req *UndeleteBlockStorageRequest) (*BlockStorage, error) + func (*UnimplementedBlockStorageServiceServer) UpdateBlockStorage(ctx context.Context, req *UpdateBlockStorageRequest) (*BlockStorage, error) + type UnimplementedVirtualMachineServiceServer struct + func (*UnimplementedVirtualMachineServiceServer) BootVirtualMachine(ctx context.Context, req *BootVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) CreateVirtualMachine(ctx context.Context, req *CreateVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) DeleteVirtualMachine(ctx context.Context, req *DeleteVirtualMachineRequest) (*empty.Empty, error) + func (*UnimplementedVirtualMachineServiceServer) GetVirtualMachine(ctx context.Context, req *GetVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) ListVirtualMachines(ctx context.Context, req *ListVirtualMachinesRequest) (*ListVirtualMachinesResponse, error) + func (*UnimplementedVirtualMachineServiceServer) OpenConsole(ctx context.Context, req *OpenConsoleRequest) (*OpenConsoleResponse, error) + func (*UnimplementedVirtualMachineServiceServer) RebootVirtualMachine(ctx context.Context, req *RebootVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) SaveVirtualMachine(ctx context.Context, req *SaveVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) ShutdownVirtualMachine(ctx context.Context, req *ShutdownVirtualMachineRequest) (*VirtualMachine, error) + func (*UnimplementedVirtualMachineServiceServer) UpdateVirtualMachine(ctx context.Context, req *UpdateVirtualMachineRequest) (*VirtualMachine, error) + type UnimplementedVirtualRouterServiceServer struct + func (*UnimplementedVirtualRouterServiceServer) ApplyVirtualIP(ctx context.Context, req *ApplyVirtualIPRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) ConnectNetwork(ctx context.Context, req *ConnectNetworkRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) CreateVirtualRouter(ctx context.Context, req *CreateVirtualRouterRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) DeleteVirtualIP(ctx context.Context, req *DeleteVirtualIPRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) DeleteVirtualRouter(ctx context.Context, req *DeleteVirtualRouterRequest) (*empty.Empty, error) + func (*UnimplementedVirtualRouterServiceServer) DisconnectNetwork(ctx context.Context, req *DisconnectNetworkRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) GetVirtualRouter(ctx context.Context, req *GetVirtualRouterRequest) (*VirtualRouter, error) + func (*UnimplementedVirtualRouterServiceServer) ListVirtualRouters(ctx context.Context, req *ListVirtualRoutersRequest) (*ListVirtualRoutersResponse, error) + type UpdateBlockStorageRequest struct + Annotations map[string]string + Labels map[string]string + LimitBytes uint64 + Name string + RequestBytes uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateBlockStorageRequest) Descriptor() ([]byte, []int) + func (*UpdateBlockStorageRequest) ProtoMessage() + func (m *UpdateBlockStorageRequest) GetAnnotations() map[string]string + func (m *UpdateBlockStorageRequest) GetLabels() map[string]string + func (m *UpdateBlockStorageRequest) GetLimitBytes() uint64 + func (m *UpdateBlockStorageRequest) GetName() string + func (m *UpdateBlockStorageRequest) GetRequestBytes() uint64 + func (m *UpdateBlockStorageRequest) Reset() + func (m *UpdateBlockStorageRequest) String() string + func (m *UpdateBlockStorageRequest) XXX_DiscardUnknown() + func (m *UpdateBlockStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateBlockStorageRequest) XXX_Merge(src proto.Message) + func (m *UpdateBlockStorageRequest) XXX_Size() int + func (m *UpdateBlockStorageRequest) XXX_Unmarshal(b []byte) error + type UpdateVirtualMachineRequest struct + Annotations map[string]string + BlockStorageNames []string + Labels map[string]string + Name string + RequestCpuMilliCore uint32 + RequestMemoryBytes uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateVirtualMachineRequest) Descriptor() ([]byte, []int) + func (*UpdateVirtualMachineRequest) ProtoMessage() + func (m *UpdateVirtualMachineRequest) GetAnnotations() map[string]string + func (m *UpdateVirtualMachineRequest) GetBlockStorageNames() []string + func (m *UpdateVirtualMachineRequest) GetLabels() map[string]string + func (m *UpdateVirtualMachineRequest) GetName() string + func (m *UpdateVirtualMachineRequest) GetRequestCpuMilliCore() uint32 + func (m *UpdateVirtualMachineRequest) GetRequestMemoryBytes() uint64 + func (m *UpdateVirtualMachineRequest) Reset() + func (m *UpdateVirtualMachineRequest) String() string + func (m *UpdateVirtualMachineRequest) XXX_DiscardUnknown() + func (m *UpdateVirtualMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateVirtualMachineRequest) XXX_Merge(src proto.Message) + func (m *UpdateVirtualMachineRequest) XXX_Size() int + func (m *UpdateVirtualMachineRequest) XXX_Unmarshal(b []byte) error + type VirtualIPTarget struct + NetworkInterfaceName string + NetworkName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualIPTarget) Descriptor() ([]byte, []int) + func (*VirtualIPTarget) ProtoMessage() + func (m *VirtualIPTarget) GetNetworkInterfaceName() string + func (m *VirtualIPTarget) GetNetworkName() string + func (m *VirtualIPTarget) Reset() + func (m *VirtualIPTarget) String() string + func (m *VirtualIPTarget) XXX_DiscardUnknown() + func (m *VirtualIPTarget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualIPTarget) XXX_Merge(src proto.Message) + func (m *VirtualIPTarget) XXX_Size() int + func (m *VirtualIPTarget) XXX_Unmarshal(b []byte) error + type VirtualMachine struct + Annotations map[string]string + BlockStorageNames []string + ComputeName string + ComputeNodeName string + Labels map[string]string + LimitCpuMilliCore uint32 + LimitMemoryBytes uint64 + LoginUsername string + Name string + NetworkInterfaceNames []string + Nics []*VirtualMachineNIC + RequestCpuMilliCore uint32 + RequestMemoryBytes uint64 + SshAuthorizedKeys []string + State VirtualMachine_VirtualMachineState + Uuid string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualMachine) Descriptor() ([]byte, []int) + func (*VirtualMachine) ProtoMessage() + func (m *VirtualMachine) GetAnnotations() map[string]string + func (m *VirtualMachine) GetBlockStorageNames() []string + func (m *VirtualMachine) GetComputeName() string + func (m *VirtualMachine) GetComputeNodeName() string + func (m *VirtualMachine) GetLabels() map[string]string + func (m *VirtualMachine) GetLimitCpuMilliCore() uint32 + func (m *VirtualMachine) GetLimitMemoryBytes() uint64 + func (m *VirtualMachine) GetLoginUsername() string + func (m *VirtualMachine) GetName() string + func (m *VirtualMachine) GetNetworkInterfaceNames() []string + func (m *VirtualMachine) GetNics() []*VirtualMachineNIC + func (m *VirtualMachine) GetRequestCpuMilliCore() uint32 + func (m *VirtualMachine) GetRequestMemoryBytes() uint64 + func (m *VirtualMachine) GetSshAuthorizedKeys() []string + func (m *VirtualMachine) GetState() VirtualMachine_VirtualMachineState + func (m *VirtualMachine) GetUuid() string + func (m *VirtualMachine) Reset() + func (m *VirtualMachine) String() string + func (m *VirtualMachine) XXX_DiscardUnknown() + func (m *VirtualMachine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualMachine) XXX_Merge(src proto.Message) + func (m *VirtualMachine) XXX_Size() int + func (m *VirtualMachine) XXX_Unmarshal(b []byte) error + type VirtualMachineNIC struct + Annotations map[string]string + HardwareAddress string + Ipv4Address string + Ipv6Address string + NetworkName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualMachineNIC) Descriptor() ([]byte, []int) + func (*VirtualMachineNIC) ProtoMessage() + func (m *VirtualMachineNIC) GetAnnotations() map[string]string + func (m *VirtualMachineNIC) GetHardwareAddress() string + func (m *VirtualMachineNIC) GetIpv4Address() string + func (m *VirtualMachineNIC) GetIpv6Address() string + func (m *VirtualMachineNIC) GetNetworkName() string + func (m *VirtualMachineNIC) Reset() + func (m *VirtualMachineNIC) String() string + func (m *VirtualMachineNIC) XXX_DiscardUnknown() + func (m *VirtualMachineNIC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualMachineNIC) XXX_Merge(src proto.Message) + func (m *VirtualMachineNIC) XXX_Size() int + func (m *VirtualMachineNIC) XXX_Unmarshal(b []byte) error + type VirtualMachineServiceClient interface + BootVirtualMachine func(ctx context.Context, in *BootVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + CreateVirtualMachine func(ctx context.Context, in *CreateVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + DeleteVirtualMachine func(ctx context.Context, in *DeleteVirtualMachineRequest, opts ...grpc.CallOption) (*empty.Empty, error) + GetVirtualMachine func(ctx context.Context, in *GetVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + ListVirtualMachines func(ctx context.Context, in *ListVirtualMachinesRequest, opts ...grpc.CallOption) (*ListVirtualMachinesResponse, error) + OpenConsole func(ctx context.Context, in *OpenConsoleRequest, opts ...grpc.CallOption) (*OpenConsoleResponse, error) + RebootVirtualMachine func(ctx context.Context, in *RebootVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + SaveVirtualMachine func(ctx context.Context, in *SaveVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + ShutdownVirtualMachine func(ctx context.Context, in *ShutdownVirtualMachineRequest, ...) (*VirtualMachine, error) + UpdateVirtualMachine func(ctx context.Context, in *UpdateVirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachine, error) + func NewVirtualMachineServiceClient(cc *grpc.ClientConn) VirtualMachineServiceClient + type VirtualMachineServiceServer interface + BootVirtualMachine func(context.Context, *BootVirtualMachineRequest) (*VirtualMachine, error) + CreateVirtualMachine func(context.Context, *CreateVirtualMachineRequest) (*VirtualMachine, error) + DeleteVirtualMachine func(context.Context, *DeleteVirtualMachineRequest) (*empty.Empty, error) + GetVirtualMachine func(context.Context, *GetVirtualMachineRequest) (*VirtualMachine, error) + ListVirtualMachines func(context.Context, *ListVirtualMachinesRequest) (*ListVirtualMachinesResponse, error) + OpenConsole func(context.Context, *OpenConsoleRequest) (*OpenConsoleResponse, error) + RebootVirtualMachine func(context.Context, *RebootVirtualMachineRequest) (*VirtualMachine, error) + SaveVirtualMachine func(context.Context, *SaveVirtualMachineRequest) (*VirtualMachine, error) + ShutdownVirtualMachine func(context.Context, *ShutdownVirtualMachineRequest) (*VirtualMachine, error) + UpdateVirtualMachine func(context.Context, *UpdateVirtualMachineRequest) (*VirtualMachine, error) + type VirtualMachine_VirtualMachineState int32 + const VirtualMachine_PAUSED + const VirtualMachine_PENDING + const VirtualMachine_RUNNING + const VirtualMachine_SHUTDOWN + const VirtualMachine_VIRTUAL_MACHINE_UNSPECIFIED + func (VirtualMachine_VirtualMachineState) EnumDescriptor() ([]byte, []int) + func (x VirtualMachine_VirtualMachineState) String() string + type VirtualRouter struct + Annotations map[string]string + ConnectedNetwork []*VirtualRouter_VirtualRouterConnectedNetwork + Labels map[string]string + Name string + State VirtualRouter_VirtualRouterState + VirtualIp map[string]*VirtualRouter_VirtualIP + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualRouter) Descriptor() ([]byte, []int) + func (*VirtualRouter) ProtoMessage() + func (m *VirtualRouter) GetAnnotations() map[string]string + func (m *VirtualRouter) GetConnectedNetwork() []*VirtualRouter_VirtualRouterConnectedNetwork + func (m *VirtualRouter) GetLabels() map[string]string + func (m *VirtualRouter) GetName() string + func (m *VirtualRouter) GetState() VirtualRouter_VirtualRouterState + func (m *VirtualRouter) GetVirtualIp() map[string]*VirtualRouter_VirtualIP + func (m *VirtualRouter) Reset() + func (m *VirtualRouter) String() string + func (m *VirtualRouter) XXX_DiscardUnknown() + func (m *VirtualRouter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualRouter) XXX_Merge(src proto.Message) + func (m *VirtualRouter) XXX_Size() int + func (m *VirtualRouter) XXX_Unmarshal(b []byte) error + type VirtualRouterServiceClient interface + ApplyVirtualIP func(ctx context.Context, in *ApplyVirtualIPRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + ConnectNetwork func(ctx context.Context, in *ConnectNetworkRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + CreateVirtualRouter func(ctx context.Context, in *CreateVirtualRouterRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + DeleteVirtualIP func(ctx context.Context, in *DeleteVirtualIPRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + DeleteVirtualRouter func(ctx context.Context, in *DeleteVirtualRouterRequest, opts ...grpc.CallOption) (*empty.Empty, error) + DisconnectNetwork func(ctx context.Context, in *DisconnectNetworkRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + GetVirtualRouter func(ctx context.Context, in *GetVirtualRouterRequest, opts ...grpc.CallOption) (*VirtualRouter, error) + ListVirtualRouters func(ctx context.Context, in *ListVirtualRoutersRequest, opts ...grpc.CallOption) (*ListVirtualRoutersResponse, error) + func NewVirtualRouterServiceClient(cc *grpc.ClientConn) VirtualRouterServiceClient + type VirtualRouterServiceServer interface + ApplyVirtualIP func(context.Context, *ApplyVirtualIPRequest) (*VirtualRouter, error) + ConnectNetwork func(context.Context, *ConnectNetworkRequest) (*VirtualRouter, error) + CreateVirtualRouter func(context.Context, *CreateVirtualRouterRequest) (*VirtualRouter, error) + DeleteVirtualIP func(context.Context, *DeleteVirtualIPRequest) (*VirtualRouter, error) + DeleteVirtualRouter func(context.Context, *DeleteVirtualRouterRequest) (*empty.Empty, error) + DisconnectNetwork func(context.Context, *DisconnectNetworkRequest) (*VirtualRouter, error) + GetVirtualRouter func(context.Context, *GetVirtualRouterRequest) (*VirtualRouter, error) + ListVirtualRouters func(context.Context, *ListVirtualRoutersRequest) (*ListVirtualRoutersResponse, error) + type VirtualRouter_VirtualIP struct + NetworkInterfaceName string + NetworkName string + Targets []*VirtualIPTarget + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualRouter_VirtualIP) Descriptor() ([]byte, []int) + func (*VirtualRouter_VirtualIP) ProtoMessage() + func (m *VirtualRouter_VirtualIP) GetNetworkInterfaceName() string + func (m *VirtualRouter_VirtualIP) GetNetworkName() string + func (m *VirtualRouter_VirtualIP) GetTargets() []*VirtualIPTarget + func (m *VirtualRouter_VirtualIP) Reset() + func (m *VirtualRouter_VirtualIP) String() string + func (m *VirtualRouter_VirtualIP) XXX_DiscardUnknown() + func (m *VirtualRouter_VirtualIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualRouter_VirtualIP) XXX_Merge(src proto.Message) + func (m *VirtualRouter_VirtualIP) XXX_Size() int + func (m *VirtualRouter_VirtualIP) XXX_Unmarshal(b []byte) error + type VirtualRouter_VirtualRouterConnectedNetwork struct + NetworkInterfaceName string + NetworkName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VirtualRouter_VirtualRouterConnectedNetwork) Descriptor() ([]byte, []int) + func (*VirtualRouter_VirtualRouterConnectedNetwork) ProtoMessage() + func (m *VirtualRouter_VirtualRouterConnectedNetwork) GetNetworkInterfaceName() string + func (m *VirtualRouter_VirtualRouterConnectedNetwork) GetNetworkName() string + func (m *VirtualRouter_VirtualRouterConnectedNetwork) Reset() + func (m *VirtualRouter_VirtualRouterConnectedNetwork) String() string + func (m *VirtualRouter_VirtualRouterConnectedNetwork) XXX_DiscardUnknown() + func (m *VirtualRouter_VirtualRouterConnectedNetwork) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VirtualRouter_VirtualRouterConnectedNetwork) XXX_Merge(src proto.Message) + func (m *VirtualRouter_VirtualRouterConnectedNetwork) XXX_Size() int + func (m *VirtualRouter_VirtualRouterConnectedNetwork) XXX_Unmarshal(b []byte) error + type VirtualRouter_VirtualRouterState int32 + const VirtualRouter_AVAILABLE + const VirtualRouter_PENDING + const VirtualRouter_UNKNOWN + const VirtualRouter_VIRTUAL_ROUTER_UNSPECIFIED + func (VirtualRouter_VirtualRouterState) EnumDescriptor() ([]byte, []int) + func (x VirtualRouter_VirtualRouterState) String() string