common

package
v0.10.8-alpha.11 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2021 License: Apache-2.0 Imports: 4 Imported by: 62

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Algorithm_name = map[int32]string{
	0: "A_UNKNOWN",
	1: "RSA15",
	2: "RSAOAEP",
	3: "RSAOAEP256",
	4: "A256KW",
}
View Source
var Algorithm_value = map[string]int32{
	"A_UNKNOWN":  0,
	"RSA15":      1,
	"RSAOAEP":    2,
	"RSAOAEP256": 3,
	"A256KW":     4,
}
View Source
var AuthenticationType_name = map[int32]string{
	0: "SELFSIGNED",
	1: "CASIGNED",
}
View Source
var AuthenticationType_value = map[string]int32{
	"SELFSIGNED": 0,
	"CASIGNED":   1,
}
View Source
var ClientType_name = map[int32]string{
	0: "CONTROLPLANE",
	1: "EXTERNALCLIENT",
	2: "NODE",
}
View Source
var ClientType_value = map[string]int32{
	"CONTROLPLANE":   0,
	"EXTERNALCLIENT": 1,
	"NODE":           2,
}
View Source
var HealthState_name = map[int32]string{
	0: "NOTKNOWN",
	1: "OK",
	2: "WARNING",
	3: "CRITICAL",
	4: "MISSING",
	5: "DEGRADED",
	6: "NOTFOUND",
}
View Source
var HealthState_value = map[string]int32{
	"NOTKNOWN": 0,
	"OK":       1,
	"WARNING":  2,
	"CRITICAL": 3,
	"MISSING":  4,
	"DEGRADED": 5,
	"NOTFOUND": 6,
}
View Source
var HighAvailabilityState_name = map[int32]string{
	0: "UNKNOWN_HA_STATE",
	1: "STABLE",
	2: "PENDING",
}
View Source
var HighAvailabilityState_value = map[string]int32{
	"UNKNOWN_HA_STATE": 0,
	"STABLE":           1,
	"PENDING":          2,
}
View Source
var IPAllocationMethod_name = map[int32]string{
	0: "Invalid",
	1: "Dynamic",
	2: "Static",
}
View Source
var IPAllocationMethod_value = map[string]int32{
	"Invalid": 0,
	"Dynamic": 1,
	"Static":  2,
}
View Source
var IdentityCertificateOperation_name = map[int32]string{
	0: "CREATE_CERTIFICATE",
	1: "RENEW_CERTIFICATE",
}
View Source
var IdentityCertificateOperation_value = map[string]int32{
	"CREATE_CERTIFICATE": 0,
	"RENEW_CERTIFICATE":  1,
}
View Source
var IdentityOperation_name = map[int32]string{
	0: "REVOKE",
	1: "ROTATE",
}
View Source
var IdentityOperation_value = map[string]int32{
	"REVOKE": 0,
	"ROTATE": 1,
}
View Source
var JsonWebKeyCurveName_name = map[int32]string{
	0: "P_256",
	1: "P_256K",
	2: "P_384",
	3: "P_521",
}
View Source
var JsonWebKeyCurveName_value = map[string]int32{
	"P_256":  0,
	"P_256K": 1,
	"P_384":  2,
	"P_521":  3,
}
View Source
var JsonWebKeyType_name = map[int32]string{
	0: "EC",
	1: "EC_HSM",
	2: "RSA",
	3: "RSA_HSM",
	4: "OCT",
	5: "AES",
}
View Source
var JsonWebKeyType_value = map[string]int32{
	"EC":      0,
	"EC_HSM":  1,
	"RSA":     2,
	"RSA_HSM": 3,
	"OCT":     4,
	"AES":     5,
}
View Source
var KeyOperation_name = map[int32]string{
	0: "ENCRYPT",
	1: "DECRYPT",
	2: "WRAPKEY",
	3: "UNWRAPKEY",
}
View Source
var KeyOperation_value = map[string]int32{
	"ENCRYPT":   0,
	"DECRYPT":   1,
	"WRAPKEY":   2,
	"UNWRAPKEY": 3,
}
View Source
var KeySize_name = map[int32]string{
	0: "K_UNKNOWN",
	1: "_256",
	2: "_2048",
	3: "_3072",
	4: "_4096",
}
View Source
var KeySize_value = map[string]int32{
	"K_UNKNOWN": 0,
	"_256":      1,
	"_2048":     2,
	"_3072":     3,
	"_4096":     4,
}
View Source
var OperatingSystemBootstrapEngine_name = map[int32]string{
	0: "CLOUD_INIT",
	1: "WINDOWS_ANSWER_FILES",
}
View Source
var OperatingSystemBootstrapEngine_value = map[string]int32{
	"CLOUD_INIT":           0,
	"WINDOWS_ANSWER_FILES": 1,
}
View Source
var OperatingSystemType_name = map[int32]string{
	0: "WINDOWS",
	1: "LINUX",
}
View Source
var OperatingSystemType_value = map[string]int32{
	"WINDOWS": 0,
	"LINUX":   1,
}
View Source
var Operation_name = map[int32]string{
	0: "GET",
	1: "POST",
	2: "DELETE",
	3: "UPDATE",
}
View Source
var Operation_value = map[string]int32{
	"GET":    0,
	"POST":   1,
	"DELETE": 2,
	"UPDATE": 3,
}
View Source
var PowerState_name = map[int32]string{
	0: "Unknown",
	1: "Running",
	2: "Off",
	3: "Paused",
	4: "Critical",
}
View Source
var PowerState_value = map[string]int32{
	"Unknown":  0,
	"Running":  1,
	"Off":      2,
	"Paused":   3,
	"Critical": 4,
}
View Source
var ProcessorType_name = map[int32]string{
	0: "None",
	1: "Intel",
	2: "Intel64",
	3: "AMD",
	4: "AMD64",
	5: "ARM",
	6: "ARM64",
}
View Source
var ProcessorType_value = map[string]int32{
	"None":    0,
	"Intel":   1,
	"Intel64": 2,
	"AMD":     3,
	"AMD64":   4,
	"ARM":     5,
	"ARM64":   6,
}
View Source
var Protocol_name = map[int32]string{
	0: "All",
	1: "Tcp",
	2: "Udp",
}
View Source
var Protocol_value = map[string]int32{
	"All": 0,
	"Tcp": 1,
	"Udp": 2,
}
View Source
var ProvisionState_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "CREATING",
	2:  "CREATED",
	3:  "CREATE_FAILED",
	4:  "DELETING",
	5:  "DELETE_FAILED",
	6:  "DELETED",
	7:  "UPDATING",
	8:  "UPDATE_FAILED",
	9:  "UPDATED",
	10: "PROVISIONING",
	11: "PROVISIONED",
	12: "PROVISION_FAILED",
	13: "DEPROVISIONING",
	14: "DEPROVISIONED",
	15: "DEPROVISION_FAILED",
}
View Source
var ProvisionState_value = map[string]int32{
	"UNKNOWN":            0,
	"CREATING":           1,
	"CREATED":            2,
	"CREATE_FAILED":      3,
	"DELETING":           4,
	"DELETE_FAILED":      5,
	"DELETED":            6,
	"UPDATING":           7,
	"UPDATE_FAILED":      8,
	"UPDATED":            9,
	"PROVISIONING":       10,
	"PROVISIONED":        11,
	"PROVISION_FAILED":   12,
	"DEPROVISIONING":     13,
	"DEPROVISIONED":      14,
	"DEPROVISION_FAILED": 15,
}
View Source
var UserType_name = map[int32]string{
	0: "ROOT",
	1: "USER",
}
View Source
var UserType_value = map[string]int32{
	"ROOT": 0,
	"USER": 1,
}
View Source
var VirtualMachineOperation_name = map[int32]string{
	0: "START",
	1: "STOP",
	2: "RESET",
}
View Source
var VirtualMachineOperation_value = map[string]int32{
	"START": 0,
	"STOP":  1,
	"RESET": 2,
}
View Source
var VirtualMachineSizeType_name = map[int32]string{
	0:  "Default",
	2:  "Standard_A2_v2",
	3:  "Standard_A4_v2",
	4:  "Standard_D2s_v3",
	5:  "Standard_D4s_v3",
	6:  "Standard_D8s_v3",
	7:  "Standard_D16s_v3",
	8:  "Standard_D32s_v3",
	9:  "Standard_DS2_v2",
	10: "Standard_DS3_v2",
	11: "Standard_DS4_v2",
	12: "Standard_DS5_v2",
	13: "Standard_DS13_v2",
	14: "Standard_K8S_v1",
	15: "Standard_K8S2_v1",
	16: "Standard_K8S3_v1",
	17: "Standard_K8S4_v1",
	18: "Standard_NK6",
	19: "Standard_NK12",
	20: "Standard_NV6",
	21: "Standard_NV12",
	22: "Standard_K8S5_v1",
	98: "Custom",
	99: "Unsupported",
}
View Source
var VirtualMachineSizeType_value = map[string]int32{
	"Default":          0,
	"Standard_A2_v2":   2,
	"Standard_A4_v2":   3,
	"Standard_D2s_v3":  4,
	"Standard_D4s_v3":  5,
	"Standard_D8s_v3":  6,
	"Standard_D16s_v3": 7,
	"Standard_D32s_v3": 8,
	"Standard_DS2_v2":  9,
	"Standard_DS3_v2":  10,
	"Standard_DS4_v2":  11,
	"Standard_DS5_v2":  12,
	"Standard_DS13_v2": 13,
	"Standard_K8S_v1":  14,
	"Standard_K8S2_v1": 15,
	"Standard_K8S3_v1": 16,
	"Standard_K8S4_v1": 17,
	"Standard_NK6":     18,
	"Standard_NK12":    19,
	"Standard_NV6":     20,
	"Standard_NV12":    21,
	"Standard_K8S5_v1": 22,
	"Custom":           98,
	"Unsupported":      99,
}

Functions

This section is empty.

Types

type Algorithm

type Algorithm int32
const (
	Algorithm_A_UNKNOWN  Algorithm = 0
	Algorithm_RSA15      Algorithm = 1
	Algorithm_RSAOAEP    Algorithm = 2
	Algorithm_RSAOAEP256 Algorithm = 3
	Algorithm_A256KW     Algorithm = 4
)

func (Algorithm) EnumDescriptor

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

func (Algorithm) String

func (x Algorithm) String() string

type AuthenticationType added in v0.10.8

type AuthenticationType int32
const (
	AuthenticationType_SELFSIGNED AuthenticationType = 0
	AuthenticationType_CASIGNED   AuthenticationType = 1
)

func (AuthenticationType) EnumDescriptor added in v0.10.8

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

func (AuthenticationType) String added in v0.10.8

func (x AuthenticationType) String() string

type ClientType added in v0.10.7

type ClientType int32
const (
	ClientType_CONTROLPLANE   ClientType = 0
	ClientType_EXTERNALCLIENT ClientType = 1
	ClientType_NODE           ClientType = 2
)

func (ClientType) EnumDescriptor added in v0.10.7

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

func (ClientType) String added in v0.10.7

func (x ClientType) String() string

type Dns

type Dns struct {
	Servers              []string `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	Domain               string   `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Search               []string `protobuf:"bytes,3,rep,name=search,proto3" json:"search,omitempty"`
	Options              []string `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dns) Descriptor

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

func (*Dns) GetDomain

func (m *Dns) GetDomain() string

func (*Dns) GetOptions

func (m *Dns) GetOptions() []string

func (*Dns) GetSearch

func (m *Dns) GetSearch() []string

func (*Dns) GetServers

func (m *Dns) GetServers() []string

func (*Dns) ProtoMessage

func (*Dns) ProtoMessage()

func (*Dns) Reset

func (m *Dns) Reset()

func (*Dns) String

func (m *Dns) String() string

func (*Dns) XXX_DiscardUnknown

func (m *Dns) XXX_DiscardUnknown()

func (*Dns) XXX_Marshal

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

func (*Dns) XXX_Merge

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

func (*Dns) XXX_Size

func (m *Dns) XXX_Size() int

func (*Dns) XXX_Unmarshal

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

type Entity

type Entity struct {
	IsPlaceholder        bool     `protobuf:"varint,1,opt,name=IsPlaceholder,proto3" json:"IsPlaceholder,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Entity) Descriptor

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

func (*Entity) GetIsPlaceholder

func (m *Entity) GetIsPlaceholder() bool

func (*Entity) ProtoMessage

func (*Entity) ProtoMessage()

func (*Entity) Reset

func (m *Entity) Reset()

func (*Entity) String

func (m *Entity) String() string

func (*Entity) XXX_DiscardUnknown

func (m *Entity) XXX_DiscardUnknown()

func (*Entity) XXX_Marshal

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

func (*Entity) XXX_Merge

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

func (*Entity) XXX_Size

func (m *Entity) XXX_Size() int

func (*Entity) XXX_Unmarshal

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

type Error

type Error struct {
	Message              string   `protobuf:"bytes,1,opt,name=Message,proto3" json:"Message,omitempty"`
	Code                 int32    `protobuf:"varint,2,opt,name=Code,proto3" json:"Code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Error) Descriptor

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

func (*Error) GetCode

func (m *Error) GetCode() int32

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

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

func (*Error) XXX_Merge

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

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

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

type GPU

type GPU struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	SizeBytes            uint32   `protobuf:"varint,2,opt,name=sizeBytes,proto3" json:"sizeBytes,omitempty"`
	Count                uint32   `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GPU) Descriptor

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

func (*GPU) GetCount

func (m *GPU) GetCount() uint32

func (*GPU) GetName

func (m *GPU) GetName() string

func (*GPU) GetSizeBytes

func (m *GPU) GetSizeBytes() uint32

func (*GPU) ProtoMessage

func (*GPU) ProtoMessage()

func (*GPU) Reset

func (m *GPU) Reset()

func (*GPU) String

func (m *GPU) String() string

func (*GPU) XXX_DiscardUnknown

func (m *GPU) XXX_DiscardUnknown()

func (*GPU) XXX_Marshal

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

func (*GPU) XXX_Merge

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

func (*GPU) XXX_Size

func (m *GPU) XXX_Size() int

func (*GPU) XXX_Unmarshal

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

type Health

type Health struct {
	CurrentState         HealthState `protobuf:"varint,1,opt,name=currentState,proto3,enum=moc.HealthState" json:"currentState,omitempty"`
	PreviousState        HealthState `protobuf:"varint,2,opt,name=previousState,proto3,enum=moc.HealthState" json:"previousState,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Health) Descriptor

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

func (*Health) GetCurrentState

func (m *Health) GetCurrentState() HealthState

func (*Health) GetPreviousState

func (m *Health) GetPreviousState() HealthState

func (*Health) ProtoMessage

func (*Health) ProtoMessage()

func (*Health) Reset

func (m *Health) Reset()

func (*Health) String

func (m *Health) String() string

func (*Health) XXX_DiscardUnknown

func (m *Health) XXX_DiscardUnknown()

func (*Health) XXX_Marshal

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

func (*Health) XXX_Merge

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

func (*Health) XXX_Size

func (m *Health) XXX_Size() int

func (*Health) XXX_Unmarshal

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

type HealthState

type HealthState int32
const (
	HealthState_NOTKNOWN HealthState = 0
	HealthState_OK       HealthState = 1
	HealthState_WARNING  HealthState = 2
	HealthState_CRITICAL HealthState = 3
	// The entity went missing from the platform
	HealthState_MISSING  HealthState = 4
	HealthState_DEGRADED HealthState = 5
	// The entity went missing from the agent
	HealthState_NOTFOUND HealthState = 6
)

func (HealthState) EnumDescriptor

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

func (HealthState) String

func (x HealthState) String() string

type HighAvailabilityState

type HighAvailabilityState int32
const (
	HighAvailabilityState_UNKNOWN_HA_STATE HighAvailabilityState = 0
	HighAvailabilityState_STABLE           HighAvailabilityState = 1
	HighAvailabilityState_PENDING          HighAvailabilityState = 2
)

func (HighAvailabilityState) EnumDescriptor

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

func (HighAvailabilityState) String

func (x HighAvailabilityState) String() string

type IPAllocationMethod

type IPAllocationMethod int32
const (
	IPAllocationMethod_Invalid IPAllocationMethod = 0
	IPAllocationMethod_Dynamic IPAllocationMethod = 1
	IPAllocationMethod_Static  IPAllocationMethod = 2
)

func (IPAllocationMethod) EnumDescriptor

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

func (IPAllocationMethod) String

func (x IPAllocationMethod) String() string

type IdentityCertificateOperation added in v0.10.8

type IdentityCertificateOperation int32
const (
	IdentityCertificateOperation_CREATE_CERTIFICATE IdentityCertificateOperation = 0
	IdentityCertificateOperation_RENEW_CERTIFICATE  IdentityCertificateOperation = 1
)

func (IdentityCertificateOperation) EnumDescriptor added in v0.10.8

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

func (IdentityCertificateOperation) String added in v0.10.8

type IdentityOperation added in v0.10.8

type IdentityOperation int32
const (
	IdentityOperation_REVOKE IdentityOperation = 0
	IdentityOperation_ROTATE IdentityOperation = 1
)

func (IdentityOperation) EnumDescriptor added in v0.10.8

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

func (IdentityOperation) String added in v0.10.8

func (x IdentityOperation) String() string

type JsonWebKeyCurveName

type JsonWebKeyCurveName int32
const (
	JsonWebKeyCurveName_P_256  JsonWebKeyCurveName = 0
	JsonWebKeyCurveName_P_256K JsonWebKeyCurveName = 1
	JsonWebKeyCurveName_P_384  JsonWebKeyCurveName = 2
	JsonWebKeyCurveName_P_521  JsonWebKeyCurveName = 3
)

func (JsonWebKeyCurveName) EnumDescriptor

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

func (JsonWebKeyCurveName) String

func (x JsonWebKeyCurveName) String() string

type JsonWebKeyType

type JsonWebKeyType int32

https://docs.microsoft.com/en-us/rest/api/keyvault/createkey/createkey#jsonwebkeytype

const (
	JsonWebKeyType_EC      JsonWebKeyType = 0
	JsonWebKeyType_EC_HSM  JsonWebKeyType = 1
	JsonWebKeyType_RSA     JsonWebKeyType = 2
	JsonWebKeyType_RSA_HSM JsonWebKeyType = 3
	JsonWebKeyType_OCT     JsonWebKeyType = 4
	JsonWebKeyType_AES     JsonWebKeyType = 5
)

func (JsonWebKeyType) EnumDescriptor

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

func (JsonWebKeyType) String

func (x JsonWebKeyType) String() string

type KeyOperation

type KeyOperation int32
const (
	KeyOperation_ENCRYPT   KeyOperation = 0
	KeyOperation_DECRYPT   KeyOperation = 1
	KeyOperation_WRAPKEY   KeyOperation = 2
	KeyOperation_UNWRAPKEY KeyOperation = 3
)

func (KeyOperation) EnumDescriptor

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

func (KeyOperation) String

func (x KeyOperation) String() string

type KeySize

type KeySize int32
const (
	KeySize_K_UNKNOWN KeySize = 0
	KeySize__256      KeySize = 1
	KeySize__2048     KeySize = 2
	KeySize__3072     KeySize = 3
	KeySize__4096     KeySize = 4
)

func (KeySize) EnumDescriptor

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

func (KeySize) String

func (x KeySize) String() string

type NodeInfo

type NodeInfo struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id                   string              `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Capability           *Resources          `protobuf:"bytes,3,opt,name=capability,proto3" json:"capability,omitempty"`
	Availability         *Resources          `protobuf:"bytes,4,opt,name=availability,proto3" json:"availability,omitempty"`
	Ostype               OperatingSystemType `protobuf:"varint,6,opt,name=ostype,proto3,enum=moc.OperatingSystemType" json:"ostype,omitempty"`
	Status               *Status             `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*NodeInfo) Descriptor

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

func (*NodeInfo) GetAvailability

func (m *NodeInfo) GetAvailability() *Resources

func (*NodeInfo) GetCapability

func (m *NodeInfo) GetCapability() *Resources

func (*NodeInfo) GetId

func (m *NodeInfo) GetId() string

func (*NodeInfo) GetName

func (m *NodeInfo) GetName() string

func (*NodeInfo) GetOstype

func (m *NodeInfo) GetOstype() OperatingSystemType

func (*NodeInfo) GetStatus

func (m *NodeInfo) GetStatus() *Status

func (*NodeInfo) ProtoMessage

func (*NodeInfo) ProtoMessage()

func (*NodeInfo) Reset

func (m *NodeInfo) Reset()

func (*NodeInfo) String

func (m *NodeInfo) String() string

func (*NodeInfo) XXX_DiscardUnknown

func (m *NodeInfo) XXX_DiscardUnknown()

func (*NodeInfo) XXX_Marshal

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

func (*NodeInfo) XXX_Merge

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

func (*NodeInfo) XXX_Size

func (m *NodeInfo) XXX_Size() int

func (*NodeInfo) XXX_Unmarshal

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

type Notification

type Notification struct {
	// Name of the entity sending notification
	EntityName string `protobuf:"bytes,1,opt,name=entityName,proto3" json:"entityName,omitempty"`
	// Type of operation that happened on the entity
	Operation Operation `protobuf:"varint,2,opt,name=operation,proto3,enum=moc.Operation" json:"operation,omitempty"`
	// Optional: Additional message that the entity would like to send
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// Name of the parent Entity
	ParentEntityName string `protobuf:"bytes,4,opt,name=parentEntityName,proto3" json:"parentEntityName,omitempty"`
	// Optional flag to specify if the notification is async
	Async                bool     `protobuf:"varint,5,opt,name=async,proto3" json:"async,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Notification) Descriptor

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

func (*Notification) GetAsync

func (m *Notification) GetAsync() bool

func (*Notification) GetEntityName

func (m *Notification) GetEntityName() string

func (*Notification) GetMessage

func (m *Notification) GetMessage() string

func (*Notification) GetOperation

func (m *Notification) GetOperation() Operation

func (*Notification) GetParentEntityName

func (m *Notification) GetParentEntityName() string

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) Reset

func (m *Notification) Reset()

func (*Notification) String

func (m *Notification) String() string

func (*Notification) XXX_DiscardUnknown

func (m *Notification) XXX_DiscardUnknown()

func (*Notification) XXX_Marshal

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

func (*Notification) XXX_Merge

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

func (*Notification) XXX_Size

func (m *Notification) XXX_Size() int

func (*Notification) XXX_Unmarshal

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

type NotificationResponse

type NotificationResponse struct {
	Notifications        []*Notification     `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	Result               *wrappers.BoolValue `protobuf:"bytes,2,opt,name=Result,proto3" json:"Result,omitempty"`
	Error                string              `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*NotificationResponse) Descriptor

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

func (*NotificationResponse) GetError

func (m *NotificationResponse) GetError() string

func (*NotificationResponse) GetNotifications

func (m *NotificationResponse) GetNotifications() []*Notification

func (*NotificationResponse) GetResult

func (m *NotificationResponse) GetResult() *wrappers.BoolValue

func (*NotificationResponse) ProtoMessage

func (*NotificationResponse) ProtoMessage()

func (*NotificationResponse) Reset

func (m *NotificationResponse) Reset()

func (*NotificationResponse) String

func (m *NotificationResponse) String() string

func (*NotificationResponse) XXX_DiscardUnknown

func (m *NotificationResponse) XXX_DiscardUnknown()

func (*NotificationResponse) XXX_Marshal

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

func (*NotificationResponse) XXX_Merge

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

func (*NotificationResponse) XXX_Size

func (m *NotificationResponse) XXX_Size() int

func (*NotificationResponse) XXX_Unmarshal

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

type OperatingSystemBootstrapEngine added in v0.10.6

type OperatingSystemBootstrapEngine int32
const (
	OperatingSystemBootstrapEngine_CLOUD_INIT           OperatingSystemBootstrapEngine = 0
	OperatingSystemBootstrapEngine_WINDOWS_ANSWER_FILES OperatingSystemBootstrapEngine = 1
)

func (OperatingSystemBootstrapEngine) EnumDescriptor added in v0.10.6

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

func (OperatingSystemBootstrapEngine) String added in v0.10.6

type OperatingSystemType

type OperatingSystemType int32
const (
	OperatingSystemType_WINDOWS OperatingSystemType = 0
	OperatingSystemType_LINUX   OperatingSystemType = 1
)

func (OperatingSystemType) EnumDescriptor

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

func (OperatingSystemType) String

func (x OperatingSystemType) String() string

type Operation

type Operation int32
const (
	Operation_GET    Operation = 0
	Operation_POST   Operation = 1
	Operation_DELETE Operation = 2
	Operation_UPDATE Operation = 3
)

func (Operation) EnumDescriptor

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

func (Operation) String

func (x Operation) String() string

type PhysicalMemory

type PhysicalMemory struct {
	SizeBytes            uint64   `protobuf:"varint,1,opt,name=sizeBytes,proto3" json:"sizeBytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PhysicalMemory) Descriptor

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

func (*PhysicalMemory) GetSizeBytes

func (m *PhysicalMemory) GetSizeBytes() uint64

func (*PhysicalMemory) ProtoMessage

func (*PhysicalMemory) ProtoMessage()

func (*PhysicalMemory) Reset

func (m *PhysicalMemory) Reset()

func (*PhysicalMemory) String

func (m *PhysicalMemory) String() string

func (*PhysicalMemory) XXX_DiscardUnknown

func (m *PhysicalMemory) XXX_DiscardUnknown()

func (*PhysicalMemory) XXX_Marshal

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

func (*PhysicalMemory) XXX_Merge

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

func (*PhysicalMemory) XXX_Size

func (m *PhysicalMemory) XXX_Size() int

func (*PhysicalMemory) XXX_Unmarshal

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

type PowerState

type PowerState int32
const (
	PowerState_Unknown  PowerState = 0
	PowerState_Running  PowerState = 1
	PowerState_Off      PowerState = 2
	PowerState_Paused   PowerState = 3
	PowerState_Critical PowerState = 4
)

func (PowerState) EnumDescriptor

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

func (PowerState) String

func (x PowerState) String() string

type Processor

type Processor struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Cores                uint32        `protobuf:"varint,2,opt,name=cores,proto3" json:"cores,omitempty"`
	Speed                string        `protobuf:"bytes,3,opt,name=speed,proto3" json:"speed,omitempty"`
	Type                 ProcessorType `protobuf:"varint,4,opt,name=type,proto3,enum=moc.ProcessorType" json:"type,omitempty"`
	Virtualization       bool          `protobuf:"varint,5,opt,name=virtualization,proto3" json:"virtualization,omitempty"`
	Logicalprocessors    uint32        `protobuf:"varint,6,opt,name=logicalprocessors,proto3" json:"logicalprocessors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Processor) Descriptor

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

func (*Processor) GetCores

func (m *Processor) GetCores() uint32

func (*Processor) GetLogicalprocessors

func (m *Processor) GetLogicalprocessors() uint32

func (*Processor) GetName

func (m *Processor) GetName() string

func (*Processor) GetSpeed

func (m *Processor) GetSpeed() string

func (*Processor) GetType

func (m *Processor) GetType() ProcessorType

func (*Processor) GetVirtualization

func (m *Processor) GetVirtualization() bool

func (*Processor) ProtoMessage

func (*Processor) ProtoMessage()

func (*Processor) Reset

func (m *Processor) Reset()

func (*Processor) String

func (m *Processor) String() string

func (*Processor) XXX_DiscardUnknown

func (m *Processor) XXX_DiscardUnknown()

func (*Processor) XXX_Marshal

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

func (*Processor) XXX_Merge

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

func (*Processor) XXX_Size

func (m *Processor) XXX_Size() int

func (*Processor) XXX_Unmarshal

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

type ProcessorType

type ProcessorType int32
const (
	ProcessorType_None    ProcessorType = 0
	ProcessorType_Intel   ProcessorType = 1
	ProcessorType_Intel64 ProcessorType = 2
	ProcessorType_AMD     ProcessorType = 3
	ProcessorType_AMD64   ProcessorType = 4
	ProcessorType_ARM     ProcessorType = 5
	ProcessorType_ARM64   ProcessorType = 6
)

func (ProcessorType) EnumDescriptor

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

func (ProcessorType) String

func (x ProcessorType) String() string

type Protocol

type Protocol int32
const (
	Protocol_All Protocol = 0
	Protocol_Tcp Protocol = 1
	Protocol_Udp Protocol = 2
)

func (Protocol) EnumDescriptor

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

func (Protocol) String

func (x Protocol) String() string

type ProvisionState

type ProvisionState int32
const (
	ProvisionState_UNKNOWN            ProvisionState = 0
	ProvisionState_CREATING           ProvisionState = 1
	ProvisionState_CREATED            ProvisionState = 2
	ProvisionState_CREATE_FAILED      ProvisionState = 3
	ProvisionState_DELETING           ProvisionState = 4
	ProvisionState_DELETE_FAILED      ProvisionState = 5
	ProvisionState_DELETED            ProvisionState = 6
	ProvisionState_UPDATING           ProvisionState = 7
	ProvisionState_UPDATE_FAILED      ProvisionState = 8
	ProvisionState_UPDATED            ProvisionState = 9
	ProvisionState_PROVISIONING       ProvisionState = 10
	ProvisionState_PROVISIONED        ProvisionState = 11
	ProvisionState_PROVISION_FAILED   ProvisionState = 12
	ProvisionState_DEPROVISIONING     ProvisionState = 13
	ProvisionState_DEPROVISIONED      ProvisionState = 14
	ProvisionState_DEPROVISION_FAILED ProvisionState = 15
)

func (ProvisionState) EnumDescriptor

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

func (ProvisionState) String

func (x ProvisionState) String() string

type ProvisionStatus

type ProvisionStatus struct {
	CurrentState         ProvisionState `protobuf:"varint,1,opt,name=currentState,proto3,enum=moc.ProvisionState" json:"currentState,omitempty"`
	PreviousState        ProvisionState `protobuf:"varint,2,opt,name=previousState,proto3,enum=moc.ProvisionState" json:"previousState,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ProvisionStatus) Descriptor

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

func (*ProvisionStatus) GetCurrentState

func (m *ProvisionStatus) GetCurrentState() ProvisionState

func (*ProvisionStatus) GetPreviousState

func (m *ProvisionStatus) GetPreviousState() ProvisionState

func (*ProvisionStatus) ProtoMessage

func (*ProvisionStatus) ProtoMessage()

func (*ProvisionStatus) Reset

func (m *ProvisionStatus) Reset()

func (*ProvisionStatus) String

func (m *ProvisionStatus) String() string

func (*ProvisionStatus) XXX_DiscardUnknown

func (m *ProvisionStatus) XXX_DiscardUnknown()

func (*ProvisionStatus) XXX_Marshal

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

func (*ProvisionStatus) XXX_Merge

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

func (*ProvisionStatus) XXX_Size

func (m *ProvisionStatus) XXX_Size() int

func (*ProvisionStatus) XXX_Unmarshal

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

type Resources

type Resources struct {
	Processor            *Processor      `protobuf:"bytes,1,opt,name=processor,proto3" json:"processor,omitempty"`
	Memory               *PhysicalMemory `protobuf:"bytes,2,opt,name=memory,proto3" json:"memory,omitempty"`
	Gpu                  *GPU            `protobuf:"bytes,3,opt,name=gpu,proto3" json:"gpu,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Resources) Descriptor

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

func (*Resources) GetGpu

func (m *Resources) GetGpu() *GPU

func (*Resources) GetMemory

func (m *Resources) GetMemory() *PhysicalMemory

func (*Resources) GetProcessor

func (m *Resources) GetProcessor() *Processor

func (*Resources) ProtoMessage

func (*Resources) ProtoMessage()

func (*Resources) Reset

func (m *Resources) Reset()

func (*Resources) String

func (m *Resources) String() string

func (*Resources) XXX_DiscardUnknown

func (m *Resources) XXX_DiscardUnknown()

func (*Resources) XXX_Marshal

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

func (*Resources) XXX_Merge

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

func (*Resources) XXX_Size

func (m *Resources) XXX_Size() int

func (*Resources) XXX_Unmarshal

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

type Status

type Status struct {
	Health               *Health          `protobuf:"bytes,1,opt,name=health,proto3" json:"health,omitempty"`
	ProvisioningStatus   *ProvisionStatus `protobuf:"bytes,2,opt,name=provisioningStatus,proto3" json:"provisioningStatus,omitempty"`
	LastError            *Error           `protobuf:"bytes,3,opt,name=lastError,proto3" json:"lastError,omitempty"`
	Version              *Version         `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Status) Descriptor

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

func (*Status) GetHealth

func (m *Status) GetHealth() *Health

func (*Status) GetLastError

func (m *Status) GetLastError() *Error

func (*Status) GetProvisioningStatus

func (m *Status) GetProvisioningStatus() *ProvisionStatus

func (*Status) GetVersion

func (m *Status) GetVersion() *Version

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) Reset

func (m *Status) Reset()

func (*Status) String

func (m *Status) String() string

func (*Status) XXX_DiscardUnknown

func (m *Status) XXX_DiscardUnknown()

func (*Status) XXX_Marshal

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

func (*Status) XXX_Merge

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

func (*Status) XXX_Size

func (m *Status) XXX_Size() int

func (*Status) XXX_Unmarshal

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

type Tag added in v0.10.5

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

func (*Tag) Descriptor added in v0.10.5

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

func (*Tag) GetKey added in v0.10.5

func (m *Tag) GetKey() string

func (*Tag) GetValue added in v0.10.5

func (m *Tag) GetValue() string

func (*Tag) ProtoMessage added in v0.10.5

func (*Tag) ProtoMessage()

func (*Tag) Reset added in v0.10.5

func (m *Tag) Reset()

func (*Tag) String added in v0.10.5

func (m *Tag) String() string

func (*Tag) XXX_DiscardUnknown added in v0.10.5

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal added in v0.10.5

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

func (*Tag) XXX_Merge added in v0.10.5

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

func (*Tag) XXX_Size added in v0.10.5

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal added in v0.10.5

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

type Tags added in v0.10.5

type Tags struct {
	Tags                 []*Tag   `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Tags) Descriptor added in v0.10.5

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

func (*Tags) GetTags added in v0.10.5

func (m *Tags) GetTags() []*Tag

func (*Tags) ProtoMessage added in v0.10.5

func (*Tags) ProtoMessage()

func (*Tags) Reset added in v0.10.5

func (m *Tags) Reset()

func (*Tags) String added in v0.10.5

func (m *Tags) String() string

func (*Tags) XXX_DiscardUnknown added in v0.10.5

func (m *Tags) XXX_DiscardUnknown()

func (*Tags) XXX_Marshal added in v0.10.5

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

func (*Tags) XXX_Merge added in v0.10.5

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

func (*Tags) XXX_Size added in v0.10.5

func (m *Tags) XXX_Size() int

func (*Tags) XXX_Unmarshal added in v0.10.5

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

type UserType

type UserType int32
const (
	UserType_ROOT UserType = 0
	UserType_USER UserType = 1
)

func (UserType) EnumDescriptor

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

func (UserType) String

func (x UserType) String() string

type Version

type Version struct {
	Number               string   `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Version) Descriptor

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

func (*Version) GetNumber

func (m *Version) GetNumber() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) Reset

func (m *Version) Reset()

func (*Version) String

func (m *Version) String() string

func (*Version) XXX_DiscardUnknown

func (m *Version) XXX_DiscardUnknown()

func (*Version) XXX_Marshal

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

func (*Version) XXX_Merge

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

func (*Version) XXX_Size

func (m *Version) XXX_Size() int

func (*Version) XXX_Unmarshal

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

type VirtualMachineCustomSize added in v0.10.6

type VirtualMachineCustomSize struct {
	CpuCount             int32    `protobuf:"varint,1,opt,name=cpuCount,proto3" json:"cpuCount,omitempty"`
	MemoryMB             int32    `protobuf:"varint,2,opt,name=memoryMB,proto3" json:"memoryMB,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VirtualMachineCustomSize) Descriptor added in v0.10.6

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

func (*VirtualMachineCustomSize) GetCpuCount added in v0.10.6

func (m *VirtualMachineCustomSize) GetCpuCount() int32

func (*VirtualMachineCustomSize) GetMemoryMB added in v0.10.6

func (m *VirtualMachineCustomSize) GetMemoryMB() int32

func (*VirtualMachineCustomSize) ProtoMessage added in v0.10.6

func (*VirtualMachineCustomSize) ProtoMessage()

func (*VirtualMachineCustomSize) Reset added in v0.10.6

func (m *VirtualMachineCustomSize) Reset()

func (*VirtualMachineCustomSize) String added in v0.10.6

func (m *VirtualMachineCustomSize) String() string

func (*VirtualMachineCustomSize) XXX_DiscardUnknown added in v0.10.6

func (m *VirtualMachineCustomSize) XXX_DiscardUnknown()

func (*VirtualMachineCustomSize) XXX_Marshal added in v0.10.6

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

func (*VirtualMachineCustomSize) XXX_Merge added in v0.10.6

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

func (*VirtualMachineCustomSize) XXX_Size added in v0.10.6

func (m *VirtualMachineCustomSize) XXX_Size() int

func (*VirtualMachineCustomSize) XXX_Unmarshal added in v0.10.6

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

type VirtualMachineOperation

type VirtualMachineOperation int32
const (
	VirtualMachineOperation_START VirtualMachineOperation = 0
	VirtualMachineOperation_STOP  VirtualMachineOperation = 1
	VirtualMachineOperation_RESET VirtualMachineOperation = 2
)

func (VirtualMachineOperation) EnumDescriptor

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

func (VirtualMachineOperation) String

func (x VirtualMachineOperation) String() string

type VirtualMachineSizeType

type VirtualMachineSizeType int32
const (
	VirtualMachineSizeType_Default          VirtualMachineSizeType = 0
	VirtualMachineSizeType_Standard_A2_v2   VirtualMachineSizeType = 2
	VirtualMachineSizeType_Standard_A4_v2   VirtualMachineSizeType = 3
	VirtualMachineSizeType_Standard_D2s_v3  VirtualMachineSizeType = 4
	VirtualMachineSizeType_Standard_D4s_v3  VirtualMachineSizeType = 5
	VirtualMachineSizeType_Standard_D8s_v3  VirtualMachineSizeType = 6
	VirtualMachineSizeType_Standard_D16s_v3 VirtualMachineSizeType = 7
	VirtualMachineSizeType_Standard_D32s_v3 VirtualMachineSizeType = 8
	VirtualMachineSizeType_Standard_DS2_v2  VirtualMachineSizeType = 9
	VirtualMachineSizeType_Standard_DS3_v2  VirtualMachineSizeType = 10
	VirtualMachineSizeType_Standard_DS4_v2  VirtualMachineSizeType = 11
	VirtualMachineSizeType_Standard_DS5_v2  VirtualMachineSizeType = 12
	VirtualMachineSizeType_Standard_DS13_v2 VirtualMachineSizeType = 13
	VirtualMachineSizeType_Standard_K8S_v1  VirtualMachineSizeType = 14
	VirtualMachineSizeType_Standard_K8S2_v1 VirtualMachineSizeType = 15
	VirtualMachineSizeType_Standard_K8S3_v1 VirtualMachineSizeType = 16
	VirtualMachineSizeType_Standard_K8S4_v1 VirtualMachineSizeType = 17
	VirtualMachineSizeType_Standard_NK6     VirtualMachineSizeType = 18
	VirtualMachineSizeType_Standard_NK12    VirtualMachineSizeType = 19
	VirtualMachineSizeType_Standard_NV6     VirtualMachineSizeType = 20
	VirtualMachineSizeType_Standard_NV12    VirtualMachineSizeType = 21
	VirtualMachineSizeType_Standard_K8S5_v1 VirtualMachineSizeType = 22
	VirtualMachineSizeType_Custom           VirtualMachineSizeType = 98
	VirtualMachineSizeType_Unsupported      VirtualMachineSizeType = 99
)

func (VirtualMachineSizeType) EnumDescriptor

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

func (VirtualMachineSizeType) String

func (x VirtualMachineSizeType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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