common

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 5 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",
	5: "A256CBC",
}
View Source
var Algorithm_value = map[string]int32{
	"A_UNKNOWN":  0,
	"RSA15":      1,
	"RSAOAEP":    2,
	"RSAOAEP256": 3,
	"A256KW":     4,
	"A256CBC":    5,
}
View Source
var Architecture_name = map[int32]string{
	0:  "x86",
	1:  "MIPS",
	2:  "Alpha",
	3:  "PowerPC",
	5:  "ARM_Architecture",
	6:  "ia64",
	9:  "x64",
	12: "ARM64_Architecture",
}
View Source
var Architecture_value = map[string]int32{
	"x86":                0,
	"MIPS":               1,
	"Alpha":              2,
	"PowerPC":            3,
	"ARM_Architecture":   5,
	"ia64":               6,
	"x64":                9,
	"ARM64_Architecture": 12,
}
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",
	3: "ADMIN",
	4: "BAREMETAL",
	5: "LOADBALANCER",
	6: "HOST",
}
View Source
var ClientType_value = map[string]int32{
	"CONTROLPLANE":   0,
	"EXTERNALCLIENT": 1,
	"NODE":           2,
	"ADMIN":          3,
	"BAREMETAL":      4,
	"LOADBALANCER":   5,
	"HOST":           6,
}
View Source
var CloudInitDataSource_name = map[int32]string{
	0: "NoCloud",
	1: "Azure",
}
View Source
var CloudInitDataSource_value = map[string]int32{
	"NoCloud": 0,
	"Azure":   1,
}
View Source
var DiskFileFormat_name = map[int32]string{
	0: "DiskFileFormatVHDX",
	1: "DiskFileFormatVHD",
}
View Source
var DiskFileFormat_value = map[string]int32{
	"DiskFileFormatVHDX": 0,
	"DiskFileFormatVHD":  1,
}
View Source
var E_Sensitive = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         50001,
	Name:          "moc.sensitive",
	Tag:           "varint,50001,opt,name=sensitive",
	Filename:      "moc_common_common.proto",
}
View Source
var E_Sensitivecompute = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         50002,
	Name:          "moc.sensitivecompute",
	Tag:           "varint,50002,opt,name=sensitivecompute",
	Filename:      "moc_common_computecommon.proto",
}
View Source
var E_Sensitivejson = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         50003,
	Name:          "moc.sensitivejson",
	Tag:           "varint,50003,opt,name=sensitivejson",
	Filename:      "moc_common_computecommon.proto",
}
View Source
var Gpu_AssignmentType_name = map[int32]string{
	0: "GpuDDA",
	1: "GpuP",
}
View Source
var Gpu_AssignmentType_value = map[string]int32{
	"GpuDDA": 0,
	"GpuP":   1,
}
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 HyperVGeneration_name = map[int32]string{
	0: "HyperVGenerationV2",
	1: "HyperVGenerationV1",
}
View Source
var HyperVGeneration_value = map[string]int32{
	"HyperVGenerationV2": 0,
	"HyperVGenerationV1": 1,
}
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 IPPoolType_name = map[int32]string{
	0: "VM",
	1: "VIPPool",
}
View Source
var IPPoolType_value = map[string]int32{
	"VM":      0,
	"VIPPool": 1,
}
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 ImageSource_name = map[int32]string{
	0: "LOCAL_SOURCE",
	1: "SFS_SOURCE",
	2: "HTTP_SOURCE",
	3: "CLONE_SOURCE",
}
View Source
var ImageSource_value = map[string]int32{
	"LOCAL_SOURCE": 0,
	"SFS_SOURCE":   1,
	"HTTP_SOURCE":  2,
	"CLONE_SOURCE": 3,
}
View Source
var InstanceViewStatus_StatusLevelType_name = map[int32]string{
	0: "Unknown",
	1: "Info",
	2: "Warning",
	3: "Error",
}
View Source
var InstanceViewStatus_StatusLevelType_value = map[string]int32{
	"Unknown": 0,
	"Info":    1,
	"Warning": 2,
	"Error":   3,
}
View Source
var JSONWebKeySignatureAlgorithm_name = map[int32]string{
	0:  "RSNULL",
	1:  "ES256",
	2:  "ES256K",
	3:  "ES384",
	4:  "ES512",
	5:  "PS256",
	6:  "PS384",
	7:  "PS512",
	8:  "RS256",
	9:  "RS384",
	10: "RS512",
}
View Source
var JSONWebKeySignatureAlgorithm_value = map[string]int32{
	"RSNULL": 0,
	"ES256":  1,
	"ES256K": 2,
	"ES384":  3,
	"ES512":  4,
	"PS256":  5,
	"PS384":  6,
	"PS512":  7,
	"RS256":  8,
	"RS384":  9,
	"RS512":  10,
}
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",
	4: "SIGN",
	5: "VERIFY",
}
View Source
var KeyOperation_value = map[string]int32{
	"ENCRYPT":   0,
	"DECRYPT":   1,
	"WRAPKEY":   2,
	"UNWRAPKEY": 3,
	"SIGN":      4,
	"VERIFY":    5,
}
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 KeyWrappingAlgorithm_name = map[int32]string{
	0: "CKM_RSA_AES_KEY_WRAP",
	1: "RSA_AES_KEY_WRAP_256",
	2: "RSA_AES_KEY_WRAP_384",
}
View Source
var KeyWrappingAlgorithm_value = map[string]int32{
	"CKM_RSA_AES_KEY_WRAP": 0,
	"RSA_AES_KEY_WRAP_256": 1,
	"RSA_AES_KEY_WRAP_384": 2,
}
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",
	4: "IMPORT",
	5: "EXPORT",
	6: "VALIDATE",
}
View Source
var Operation_value = map[string]int32{
	"GET":      0,
	"POST":     1,
	"DELETE":   2,
	"UPDATE":   3,
	"IMPORT":   4,
	"EXPORT":   5,
	"VALIDATE": 6,
}
View Source
var OsRegistrationState_name = map[int32]string{
	0: "notRegistered",
	1: "registered",
}
View Source
var OsRegistrationState_value = map[string]int32{
	"notRegistered": 0,
	"registered":    1,
}
View Source
var PowerState_name = map[int32]string{
	0: "Unknown",
	1: "Running",
	2: "Off",
	3: "Paused",
	4: "Critical",
	5: "Saved",
}
View Source
var PowerState_value = map[string]int32{
	"Unknown":  0,
	"Running":  1,
	"Off":      2,
	"Paused":   3,
	"Critical": 4,
	"Saved":    5,
}
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",
	3: "Icmpv4",
	4: "Icmpv6",
}
View Source
var Protocol_value = map[string]int32{
	"All":    0,
	"Tcp":    1,
	"Udp":    2,
	"Icmpv4": 3,
	"Icmpv6": 4,
}
View Source
var ProviderAccessOperation_name = map[int32]string{
	0:    "Unspecified",
	100:  "Authentication_Login",
	200:  "Certificate_Create",
	201:  "Certificate_Update",
	202:  "Certificate_Get",
	203:  "Certificate_Delete",
	204:  "Certificate_Sign",
	205:  "Certificate_Renew",
	300:  "Identity_Create",
	301:  "Identity_Update",
	302:  "Identity_Revoke",
	303:  "Identity_Rotate",
	400:  "IdentityCertificate_Create",
	401:  "IdentityCertificate_Update",
	402:  "IdentityCertificate_Renew",
	500:  "Key_Create",
	501:  "Key_Update",
	502:  "Key_Encrypt",
	503:  "Key_Decrypt",
	504:  "Key_WrapKey",
	505:  "Key_UnwrapKey",
	506:  "Key_Sign",
	507:  "Key_Verify",
	600:  "VirtualMachine_Create",
	601:  "VirtualMachine_Update",
	602:  "VirtualMachine_Delete",
	603:  "VirtualMachine_Validate",
	604:  "VirtualMachine_Start",
	605:  "VirtualMachine_Stop",
	606:  "VirtualMachine_Reset",
	607:  "VirtualMachine_Repair_Guest_Agent",
	608:  "VirtualMachine_Pause",
	609:  "VirtualMachine_Save",
	700:  "Cluster_Create",
	701:  "Cluster_Update",
	702:  "Cluster_LoadCluster",
	703:  "Cluster_UnloadCluster",
	704:  "Cluster_GetCluster",
	705:  "Cluster_GetNodes",
	800:  "Debug_DebugServer",
	801:  "Debug_StackTrace",
	900:  "BaremetalHost_Create",
	901:  "BaremetalHost_Update",
	1000: "BaremetalMachine_Create",
	1001: "BaremetalMachine_Update",
	1100: "ControlPlane_Create",
	1101: "ControlPlane_Update",
	1200: "EtcdCluster_Create",
	1201: "EtcdCluster_Update",
	1300: "EtcdServer_Create",
	1301: "EtcdServer_Update",
	1400: "GalleryImage_Create",
	1401: "GalleryImage_Update",
	1500: "Group_Create",
	1501: "Group_Update",
	1600: "KeyVault_Create",
	1601: "KeyVault_Update",
	1700: "Kubernetes_Create",
	1701: "Kubernetes_Update",
	1800: "LoadBalancer_Create",
	1801: "LoadBalancer_Update",
	1900: "Location_Create",
	1901: "Location_Update",
	2000: "Macpool_Create",
	2001: "Macpool_Update",
	2100: "NetworkInterface_Create",
	2101: "NetworkInterface_Update",
	2200: "Node_Create",
	2201: "Node_Update",
	2300: "Recovery_Create",
	2301: "Recovery_Update",
	2400: "Role_Create",
	2401: "Role_Update",
	2500: "RoleAssignment_Create",
	2501: "RoleAssignment_Update",
	2600: "Secret_Create",
	2601: "Secret_Update",
	2700: "StorageContainer_Create",
	2701: "StorageContainer_Update",
	2800: "Subscription_Create",
	2801: "Subscription_Update",
	2900: "Validation_Validate",
	3000: "VipPool_Create",
	3001: "VipPool_Update",
	3100: "VirtualHardDisk_Create",
	3101: "VirtualHardDisk_Update",
	3200: "VirtualMachineImage_Create",
	3201: "VirtualMachineImage_Update",
	3300: "VirtualMachineScaleSet_Create",
	3301: "VirtualMachineScaleSet_Update",
	3400: "VirtualNetwork_Create",
	3401: "VirtualNetwork_Update",
	3500: "AvailabilitySet_Create",
	3501: "AvailabilitySet_Delete",
	3600: "NetworkSecurityGroup_Create",
	3601: "NetworkSecurityGroup_Update",
}
View Source
var ProviderAccessOperation_value = map[string]int32{
	"Unspecified":                       0,
	"Authentication_Login":              100,
	"Certificate_Create":                200,
	"Certificate_Update":                201,
	"Certificate_Get":                   202,
	"Certificate_Delete":                203,
	"Certificate_Sign":                  204,
	"Certificate_Renew":                 205,
	"Identity_Create":                   300,
	"Identity_Update":                   301,
	"Identity_Revoke":                   302,
	"Identity_Rotate":                   303,
	"IdentityCertificate_Create":        400,
	"IdentityCertificate_Update":        401,
	"IdentityCertificate_Renew":         402,
	"Key_Create":                        500,
	"Key_Update":                        501,
	"Key_Encrypt":                       502,
	"Key_Decrypt":                       503,
	"Key_WrapKey":                       504,
	"Key_UnwrapKey":                     505,
	"Key_Sign":                          506,
	"Key_Verify":                        507,
	"VirtualMachine_Create":             600,
	"VirtualMachine_Update":             601,
	"VirtualMachine_Delete":             602,
	"VirtualMachine_Validate":           603,
	"VirtualMachine_Start":              604,
	"VirtualMachine_Stop":               605,
	"VirtualMachine_Reset":              606,
	"VirtualMachine_Repair_Guest_Agent": 607,
	"VirtualMachine_Pause":              608,
	"VirtualMachine_Save":               609,
	"Cluster_Create":                    700,
	"Cluster_Update":                    701,
	"Cluster_LoadCluster":               702,
	"Cluster_UnloadCluster":             703,
	"Cluster_GetCluster":                704,
	"Cluster_GetNodes":                  705,
	"Debug_DebugServer":                 800,
	"Debug_StackTrace":                  801,
	"BaremetalHost_Create":              900,
	"BaremetalHost_Update":              901,
	"BaremetalMachine_Create":           1000,
	"BaremetalMachine_Update":           1001,
	"ControlPlane_Create":               1100,
	"ControlPlane_Update":               1101,
	"EtcdCluster_Create":                1200,
	"EtcdCluster_Update":                1201,
	"EtcdServer_Create":                 1300,
	"EtcdServer_Update":                 1301,
	"GalleryImage_Create":               1400,
	"GalleryImage_Update":               1401,
	"Group_Create":                      1500,
	"Group_Update":                      1501,
	"KeyVault_Create":                   1600,
	"KeyVault_Update":                   1601,
	"Kubernetes_Create":                 1700,
	"Kubernetes_Update":                 1701,
	"LoadBalancer_Create":               1800,
	"LoadBalancer_Update":               1801,
	"Location_Create":                   1900,
	"Location_Update":                   1901,
	"Macpool_Create":                    2000,
	"Macpool_Update":                    2001,
	"NetworkInterface_Create":           2100,
	"NetworkInterface_Update":           2101,
	"Node_Create":                       2200,
	"Node_Update":                       2201,
	"Recovery_Create":                   2300,
	"Recovery_Update":                   2301,
	"Role_Create":                       2400,
	"Role_Update":                       2401,
	"RoleAssignment_Create":             2500,
	"RoleAssignment_Update":             2501,
	"Secret_Create":                     2600,
	"Secret_Update":                     2601,
	"StorageContainer_Create":           2700,
	"StorageContainer_Update":           2701,
	"Subscription_Create":               2800,
	"Subscription_Update":               2801,
	"Validation_Validate":               2900,
	"VipPool_Create":                    3000,
	"VipPool_Update":                    3001,
	"VirtualHardDisk_Create":            3100,
	"VirtualHardDisk_Update":            3101,
	"VirtualMachineImage_Create":        3200,
	"VirtualMachineImage_Update":        3201,
	"VirtualMachineScaleSet_Create":     3300,
	"VirtualMachineScaleSet_Update":     3301,
	"VirtualNetwork_Create":             3400,
	"VirtualNetwork_Update":             3401,
	"AvailabilitySet_Create":            3500,
	"AvailabilitySet_Delete":            3501,
	"NetworkSecurityGroup_Create":       3600,
	"NetworkSecurityGroup_Update":       3601,
}
View Source
var ProviderType_name = map[int32]string{
	0:  "AnyProvider",
	1:  "VirtualMachine",
	2:  "VirtualMachineScaleSet",
	3:  "LoadBalancer",
	4:  "VirtualNetwork",
	5:  "VirtualHardDisk",
	6:  "GalleryImage",
	7:  "VirtualMachineImage",
	8:  "NetworkInterface",
	9:  "Certificate",
	10: "Key",
	11: "Secret",
	12: "KeyVault",
	13: "Identity",
	14: "Role",
	15: "RoleAssignment",
	16: "Kubernetes",
	17: "Cluster",
	18: "ControlPlane",
	19: "Group",
	20: "Node",
	21: "Location",
	22: "StorageContainer",
	23: "StorageFile",
	24: "StorageDirectory",
	25: "Subscription",
	26: "VipPool",
	27: "MacPool",
	28: "EtcdCluster",
	29: "EtcdServer",
	30: "BareMetalMachine",
	31: "CredentialMonitor",
	32: "Logging",
	33: "Recovery",
	34: "Debug",
	35: "BareMetalHost",
	36: "Authentication",
	37: "HealthMonitor",
	38: "LogicalNetwork",
	39: "AvailabilitySet",
	40: "NetworkSecurityGroup",
}
View Source
var ProviderType_value = map[string]int32{
	"AnyProvider":            0,
	"VirtualMachine":         1,
	"VirtualMachineScaleSet": 2,
	"LoadBalancer":           3,
	"VirtualNetwork":         4,
	"VirtualHardDisk":        5,
	"GalleryImage":           6,
	"VirtualMachineImage":    7,
	"NetworkInterface":       8,
	"Certificate":            9,
	"Key":                    10,
	"Secret":                 11,
	"KeyVault":               12,
	"Identity":               13,
	"Role":                   14,
	"RoleAssignment":         15,
	"Kubernetes":             16,
	"Cluster":                17,
	"ControlPlane":           18,
	"Group":                  19,
	"Node":                   20,
	"Location":               21,
	"StorageContainer":       22,
	"StorageFile":            23,
	"StorageDirectory":       24,
	"Subscription":           25,
	"VipPool":                26,
	"MacPool":                27,
	"EtcdCluster":            28,
	"EtcdServer":             29,
	"BareMetalMachine":       30,
	"CredentialMonitor":      31,
	"Logging":                32,
	"Recovery":               33,
	"Debug":                  34,
	"BareMetalHost":          35,
	"Authentication":         36,
	"HealthMonitor":          37,
	"LogicalNetwork":         38,
	"AvailabilitySet":        39,
	"NetworkSecurityGroup":   40,
}
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",
	16: "DELETE_PENDING",
	17: "IMPORTING",
	18: "IMPORTED",
	19: "IMPORT_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,
	"DELETE_PENDING":     16,
	"IMPORTING":          17,
	"IMPORTED":           18,
	"IMPORT_FAILED":      19,
}
View Source
var SecurityType_name = map[int32]string{
	0: "NOTCONFIGURED",
	1: "TRUSTEDLAUNCH",
	2: "CONFIDENTIALVM",
}
View Source
var SecurityType_value = map[string]int32{
	"NOTCONFIGURED":  0,
	"TRUSTEDLAUNCH":  1,
	"CONFIDENTIALVM": 2,
}
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 ValidationStateCode_name = map[int32]string{
	0: "NODE_UNREACHABLE",
	1: "ENTITY_MISSING",
	2: "CLIENT_CREATION_FAILURE",
	3: "FORMAT_INVALID",
	4: "INFO_MISSING",
	5: "INFO_MISMATCH",
}
View Source
var ValidationStateCode_value = map[string]int32{
	"NODE_UNREACHABLE":        0,
	"ENTITY_MISSING":          1,
	"CLIENT_CREATION_FAILURE": 2,
	"FORMAT_INVALID":          3,
	"INFO_MISSING":            4,
	"INFO_MISMATCH":           5,
}
View Source
var VirtualMachineOperation_name = map[int32]string{
	0: "START",
	1: "STOP",
	2: "RESET",
	3: "REPAIR_GUEST_AGENT",
	4: "PAUSE",
	5: "SAVE",
}
View Source
var VirtualMachineOperation_value = map[string]int32{
	"START":              0,
	"STOP":               1,
	"RESET":              2,
	"REPAIR_GUEST_AGENT": 3,
	"PAUSE":              4,
	"SAVE":               5,
}
View Source
var VirtualMachineRunCommandExecutionState_name = map[int32]string{
	0: "ExecutionState_UNKNOWN",
	1: "ExecutionState_FAILED",
	2: "ExecutionState_SUCCEEDED",
	3: "ExecutionState_PENDING",
	4: "ExecutionState_REBOOTING",
}
View Source
var VirtualMachineRunCommandExecutionState_value = map[string]int32{
	"ExecutionState_UNKNOWN":   0,
	"ExecutionState_FAILED":    1,
	"ExecutionState_SUCCEEDED": 2,
	"ExecutionState_PENDING":   3,
	"ExecutionState_REBOOTING": 4,
}
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",
	23: "Standard_DS2_v2_HPN",
	24: "Standard_DS3_v2_HPN",
	25: "Standard_DS4_v2_HPN",
	26: "Standard_F2s_HPN",
	27: "Standard_F4s_HPN",
	28: "Standard_F8s_HPN",
	29: "Standard_F16s_HPN",
	30: "Standard_NC4_A2",
	31: "Standard_NC8_A2",
	32: "Standard_NC16_A2",
	33: "Standard_NC32_A2",
	34: "Standard_NC4_A30",
	35: "Standard_NC8_A30",
	36: "Standard_NC16_A30",
	37: "Standard_NC32_A30",
	38: "Standard_NC4_A100_40",
	39: "Standard_NC8_A100_40",
	40: "Standard_NC16_A100_40",
	41: "Standard_NC32_A100_40",
	42: "Standard_NC4_A100_80",
	43: "Standard_NC8_A100_80",
	44: "Standard_NC16_A100_80",
	45: "Standard_NC32_A100_80",
	46: "Standard_NC4_A16",
	47: "Standard_NC8_A16",
	48: "Standard_NC16_A16",
	49: "Standard_NC32_A16",
	95: "Custom_A2",
	96: "Custom_NK",
	97: "Custom_Gpupv",
	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,
	"Standard_DS2_v2_HPN":   23,
	"Standard_DS3_v2_HPN":   24,
	"Standard_DS4_v2_HPN":   25,
	"Standard_F2s_HPN":      26,
	"Standard_F4s_HPN":      27,
	"Standard_F8s_HPN":      28,
	"Standard_F16s_HPN":     29,
	"Standard_NC4_A2":       30,
	"Standard_NC8_A2":       31,
	"Standard_NC16_A2":      32,
	"Standard_NC32_A2":      33,
	"Standard_NC4_A30":      34,
	"Standard_NC8_A30":      35,
	"Standard_NC16_A30":     36,
	"Standard_NC32_A30":     37,
	"Standard_NC4_A100_40":  38,
	"Standard_NC8_A100_40":  39,
	"Standard_NC16_A100_40": 40,
	"Standard_NC32_A100_40": 41,
	"Standard_NC4_A100_80":  42,
	"Standard_NC8_A100_80":  43,
	"Standard_NC16_A100_80": 44,
	"Standard_NC32_A100_80": 45,
	"Standard_NC4_A16":      46,
	"Standard_NC8_A16":      47,
	"Standard_NC16_A16":     48,
	"Standard_NC32_A16":     49,
	"Custom_A2":             95,
	"Custom_NK":             96,
	"Custom_Gpupv":          97,
	"Custom":                98,
	"Unsupported":           99,
}
View Source
var WinRMProtocolType_name = map[int32]string{
	0: "HTTP",
	1: "HTTPS",
}
View Source
var WinRMProtocolType_value = map[string]int32{
	"HTTP":  0,
	"HTTPS": 1,
}

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
	Algorithm_A256CBC    Algorithm = 5
)

func (Algorithm) EnumDescriptor

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

func (Algorithm) String

func (x Algorithm) String() string

type Architecture added in v0.10.24

type Architecture int32
const (
	Architecture_x86                Architecture = 0
	Architecture_MIPS               Architecture = 1
	Architecture_Alpha              Architecture = 2
	Architecture_PowerPC            Architecture = 3
	Architecture_ARM_Architecture   Architecture = 5
	Architecture_ia64               Architecture = 6
	Architecture_x64                Architecture = 9
	Architecture_ARM64_Architecture Architecture = 12
)

func (Architecture) EnumDescriptor added in v0.10.24

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

func (Architecture) String added in v0.10.24

func (x Architecture) 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 Capacity added in v0.10.9

type Capacity struct {
	TotalBytes           uint64   `protobuf:"varint,1,opt,name=totalBytes,proto3" json:"totalBytes,omitempty"`
	AvailableBytes       uint64   `protobuf:"varint,2,opt,name=availableBytes,proto3" json:"availableBytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Capacity) Descriptor added in v0.10.9

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

func (*Capacity) GetAvailableBytes added in v0.10.9

func (m *Capacity) GetAvailableBytes() uint64

func (*Capacity) GetTotalBytes added in v0.10.9

func (m *Capacity) GetTotalBytes() uint64

func (*Capacity) ProtoMessage added in v0.10.9

func (*Capacity) ProtoMessage()

func (*Capacity) Reset added in v0.10.9

func (m *Capacity) Reset()

func (*Capacity) String added in v0.10.9

func (m *Capacity) String() string

func (*Capacity) XXX_DiscardUnknown added in v0.10.9

func (m *Capacity) XXX_DiscardUnknown()

func (*Capacity) XXX_Marshal added in v0.10.9

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

func (*Capacity) XXX_Merge added in v0.10.9

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

func (*Capacity) XXX_Size added in v0.10.9

func (m *Capacity) XXX_Size() int

func (*Capacity) XXX_Unmarshal added in v0.10.9

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

type ClientType added in v0.10.7

type ClientType int32
const (
	ClientType_CONTROLPLANE   ClientType = 0
	ClientType_EXTERNALCLIENT ClientType = 1
	ClientType_NODE           ClientType = 2
	ClientType_ADMIN          ClientType = 3
	ClientType_BAREMETAL      ClientType = 4
	ClientType_LOADBALANCER   ClientType = 5
	ClientType_HOST           ClientType = 6
)

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 CloudInitDataSource added in v0.10.20

type CloudInitDataSource int32
const (
	CloudInitDataSource_NoCloud CloudInitDataSource = 0
	CloudInitDataSource_Azure   CloudInitDataSource = 1
)

func (CloudInitDataSource) EnumDescriptor added in v0.10.20

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

func (CloudInitDataSource) String added in v0.10.20

func (x CloudInitDataSource) String() string

type DiskFileFormat added in v0.10.20

type DiskFileFormat int32
const (
	DiskFileFormat_DiskFileFormatVHDX DiskFileFormat = 0
	DiskFileFormat_DiskFileFormatVHD  DiskFileFormat = 1
)

func (DiskFileFormat) EnumDescriptor added in v0.10.20

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

func (DiskFileFormat) String added in v0.10.20

func (x DiskFileFormat) 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 DownloadStatus added in v0.10.20

type DownloadStatus struct {
	ProgressPercentage   int64    `protobuf:"varint,1,opt,name=progressPercentage,proto3" json:"progressPercentage,omitempty"`
	DownloadSizeInBytes  int64    `protobuf:"varint,2,opt,name=downloadSizeInBytes,proto3" json:"downloadSizeInBytes,omitempty"`
	FileSizeInBytes      int64    `protobuf:"varint,3,opt,name=fileSizeInBytes,proto3" json:"fileSizeInBytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadStatus) Descriptor added in v0.10.20

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

func (*DownloadStatus) GetDownloadSizeInBytes added in v0.10.20

func (m *DownloadStatus) GetDownloadSizeInBytes() int64

func (*DownloadStatus) GetFileSizeInBytes added in v0.10.20

func (m *DownloadStatus) GetFileSizeInBytes() int64

func (*DownloadStatus) GetProgressPercentage added in v0.10.20

func (m *DownloadStatus) GetProgressPercentage() int64

func (*DownloadStatus) ProtoMessage added in v0.10.20

func (*DownloadStatus) ProtoMessage()

func (*DownloadStatus) Reset added in v0.10.20

func (m *DownloadStatus) Reset()

func (*DownloadStatus) String added in v0.10.20

func (m *DownloadStatus) String() string

func (*DownloadStatus) XXX_DiscardUnknown added in v0.10.20

func (m *DownloadStatus) XXX_DiscardUnknown()

func (*DownloadStatus) XXX_Marshal added in v0.10.20

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

func (*DownloadStatus) XXX_Merge added in v0.10.20

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

func (*DownloadStatus) XXX_Size added in v0.10.20

func (m *DownloadStatus) XXX_Size() int

func (*DownloadStatus) XXX_Unmarshal added in v0.10.20

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

type DynamicMemoryConfiguration added in v0.10.11

type DynamicMemoryConfiguration struct {
	MaximumMemoryMB      uint64   `protobuf:"varint,1,opt,name=maximumMemoryMB,proto3" json:"maximumMemoryMB,omitempty"`
	MinimumMemoryMB      uint64   `protobuf:"varint,2,opt,name=minimumMemoryMB,proto3" json:"minimumMemoryMB,omitempty"`
	TargetMemoryBuffer   uint32   `protobuf:"varint,3,opt,name=targetMemoryBuffer,proto3" json:"targetMemoryBuffer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DynamicMemoryConfiguration) Descriptor added in v0.10.11

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

func (*DynamicMemoryConfiguration) GetMaximumMemoryMB added in v0.10.11

func (m *DynamicMemoryConfiguration) GetMaximumMemoryMB() uint64

func (*DynamicMemoryConfiguration) GetMinimumMemoryMB added in v0.10.11

func (m *DynamicMemoryConfiguration) GetMinimumMemoryMB() uint64

func (*DynamicMemoryConfiguration) GetTargetMemoryBuffer added in v0.10.11

func (m *DynamicMemoryConfiguration) GetTargetMemoryBuffer() uint32

func (*DynamicMemoryConfiguration) ProtoMessage added in v0.10.11

func (*DynamicMemoryConfiguration) ProtoMessage()

func (*DynamicMemoryConfiguration) Reset added in v0.10.11

func (m *DynamicMemoryConfiguration) Reset()

func (*DynamicMemoryConfiguration) String added in v0.10.11

func (m *DynamicMemoryConfiguration) String() string

func (*DynamicMemoryConfiguration) XXX_DiscardUnknown added in v0.10.11

func (m *DynamicMemoryConfiguration) XXX_DiscardUnknown()

func (*DynamicMemoryConfiguration) XXX_Marshal added in v0.10.11

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

func (*DynamicMemoryConfiguration) XXX_Merge added in v0.10.11

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

func (*DynamicMemoryConfiguration) XXX_Size added in v0.10.11

func (m *DynamicMemoryConfiguration) XXX_Size() int

func (*DynamicMemoryConfiguration) XXX_Unmarshal added in v0.10.11

func (m *DynamicMemoryConfiguration) 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"`
	Parameters           string   `protobuf:"bytes,3,opt,name=Parameters,proto3" json:"Parameters,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) GetParameters added in v0.10.20

func (m *Error) GetParameters() 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 Gpu added in v0.16.1

type Gpu struct {
	Assignment           Gpu_AssignmentType `protobuf:"varint,1,opt,name=assignment,proto3,enum=moc.Gpu_AssignmentType" json:"assignment,omitempty"`
	PartitionSizeGB      int32              `protobuf:"varint,2,opt,name=partitionSizeGB,proto3" json:"partitionSizeGB,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Gpu) Descriptor added in v0.16.1

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

func (*Gpu) GetAssignment added in v0.16.1

func (m *Gpu) GetAssignment() Gpu_AssignmentType

func (*Gpu) GetPartitionSizeGB added in v0.16.1

func (m *Gpu) GetPartitionSizeGB() int32

func (*Gpu) ProtoMessage added in v0.16.1

func (*Gpu) ProtoMessage()

func (*Gpu) Reset added in v0.16.1

func (m *Gpu) Reset()

func (*Gpu) String added in v0.16.1

func (m *Gpu) String() string

func (*Gpu) XXX_DiscardUnknown added in v0.16.1

func (m *Gpu) XXX_DiscardUnknown()

func (*Gpu) XXX_Marshal added in v0.16.1

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

func (*Gpu) XXX_Merge added in v0.16.1

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

func (*Gpu) XXX_Size added in v0.16.1

func (m *Gpu) XXX_Size() int

func (*Gpu) XXX_Unmarshal added in v0.16.1

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

type Gpu_AssignmentType added in v0.16.1

type Gpu_AssignmentType int32
const (
	Gpu_GpuDDA Gpu_AssignmentType = 0
	Gpu_GpuP   Gpu_AssignmentType = 1
)

func (Gpu_AssignmentType) EnumDescriptor added in v0.16.1

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

func (Gpu_AssignmentType) String added in v0.16.1

func (x Gpu_AssignmentType) String() string

type GuestAgentConfiguration added in v0.10.31

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

func (*GuestAgentConfiguration) Descriptor added in v0.10.31

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

func (*GuestAgentConfiguration) GetEnabled added in v0.10.31

func (m *GuestAgentConfiguration) GetEnabled() bool

func (*GuestAgentConfiguration) ProtoMessage added in v0.10.31

func (*GuestAgentConfiguration) ProtoMessage()

func (*GuestAgentConfiguration) Reset added in v0.10.31

func (m *GuestAgentConfiguration) Reset()

func (*GuestAgentConfiguration) String added in v0.10.31

func (m *GuestAgentConfiguration) String() string

func (*GuestAgentConfiguration) XXX_DiscardUnknown added in v0.10.31

func (m *GuestAgentConfiguration) XXX_DiscardUnknown()

func (*GuestAgentConfiguration) XXX_Marshal added in v0.10.31

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

func (*GuestAgentConfiguration) XXX_Merge added in v0.10.31

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

func (*GuestAgentConfiguration) XXX_Size added in v0.10.31

func (m *GuestAgentConfiguration) XXX_Size() int

func (*GuestAgentConfiguration) XXX_Unmarshal added in v0.10.31

func (m *GuestAgentConfiguration) 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 HyperVGeneration added in v0.10.20

type HyperVGeneration int32
const (
	HyperVGeneration_HyperVGenerationV2 HyperVGeneration = 0
	HyperVGeneration_HyperVGenerationV1 HyperVGeneration = 1
)

func (HyperVGeneration) EnumDescriptor added in v0.10.20

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

func (HyperVGeneration) String added in v0.10.20

func (x HyperVGeneration) 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 IPPool added in v0.13.1

type IPPool struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type                 IPPoolType  `protobuf:"varint,2,opt,name=type,proto3,enum=moc.IPPoolType" json:"type,omitempty"`
	Start                string      `protobuf:"bytes,3,opt,name=start,proto3" json:"start,omitempty"`
	End                  string      `protobuf:"bytes,4,opt,name=end,proto3" json:"end,omitempty"`
	Info                 *IPPoolInfo `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
	Tags                 *Tags       `protobuf:"bytes,6,opt,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*IPPool) Descriptor added in v0.13.1

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

func (*IPPool) GetEnd added in v0.13.1

func (m *IPPool) GetEnd() string

func (*IPPool) GetInfo added in v0.13.1

func (m *IPPool) GetInfo() *IPPoolInfo

func (*IPPool) GetName added in v0.13.1

func (m *IPPool) GetName() string

func (*IPPool) GetStart added in v0.13.1

func (m *IPPool) GetStart() string

func (*IPPool) GetTags added in v0.13.1

func (m *IPPool) GetTags() *Tags

func (*IPPool) GetType added in v0.13.1

func (m *IPPool) GetType() IPPoolType

func (*IPPool) ProtoMessage added in v0.13.1

func (*IPPool) ProtoMessage()

func (*IPPool) Reset added in v0.13.1

func (m *IPPool) Reset()

func (*IPPool) String added in v0.13.1

func (m *IPPool) String() string

func (*IPPool) XXX_DiscardUnknown added in v0.13.1

func (m *IPPool) XXX_DiscardUnknown()

func (*IPPool) XXX_Marshal added in v0.13.1

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

func (*IPPool) XXX_Merge added in v0.13.1

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

func (*IPPool) XXX_Size added in v0.13.1

func (m *IPPool) XXX_Size() int

func (*IPPool) XXX_Unmarshal added in v0.13.1

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

type IPPoolInfo added in v0.13.1

type IPPoolInfo struct {
	Used                 string   `protobuf:"bytes,1,opt,name=used,proto3" json:"used,omitempty"`
	Available            string   `protobuf:"bytes,2,opt,name=available,proto3" json:"available,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IPPoolInfo) Descriptor added in v0.13.1

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

func (*IPPoolInfo) GetAvailable added in v0.13.1

func (m *IPPoolInfo) GetAvailable() string

func (*IPPoolInfo) GetUsed added in v0.13.1

func (m *IPPoolInfo) GetUsed() string

func (*IPPoolInfo) ProtoMessage added in v0.13.1

func (*IPPoolInfo) ProtoMessage()

func (*IPPoolInfo) Reset added in v0.13.1

func (m *IPPoolInfo) Reset()

func (*IPPoolInfo) String added in v0.13.1

func (m *IPPoolInfo) String() string

func (*IPPoolInfo) XXX_DiscardUnknown added in v0.13.1

func (m *IPPoolInfo) XXX_DiscardUnknown()

func (*IPPoolInfo) XXX_Marshal added in v0.13.1

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

func (*IPPoolInfo) XXX_Merge added in v0.13.1

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

func (*IPPoolInfo) XXX_Size added in v0.13.1

func (m *IPPoolInfo) XXX_Size() int

func (*IPPoolInfo) XXX_Unmarshal added in v0.13.1

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

type IPPoolType added in v0.13.1

type IPPoolType int32
const (
	IPPoolType_VM      IPPoolType = 0
	IPPoolType_VIPPool IPPoolType = 1
)

func (IPPoolType) EnumDescriptor added in v0.13.1

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

func (IPPoolType) String added in v0.13.1

func (x IPPoolType) String() string

type IdentityCertificateOperation added in v0.10.8

type IdentityCertificateOperation int32
const (
	IdentityCertificateOperation_CREATE_CERTIFICATE IdentityCertificateOperation = 0 // Deprecated: Do not use.
	IdentityCertificateOperation_RENEW_CERTIFICATE  IdentityCertificateOperation = 1 // Deprecated: Do not use.
)

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 // Deprecated: Do not use.
	IdentityOperation_ROTATE IdentityOperation = 1 // Deprecated: Do not use.
)

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 ImageSource added in v0.10.12

type ImageSource int32
const (
	ImageSource_LOCAL_SOURCE ImageSource = 0
	ImageSource_SFS_SOURCE   ImageSource = 1
	ImageSource_HTTP_SOURCE  ImageSource = 2
	ImageSource_CLONE_SOURCE ImageSource = 3
)

func (ImageSource) EnumDescriptor added in v0.10.12

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

func (ImageSource) String added in v0.10.12

func (x ImageSource) String() string

type InstanceViewStatus added in v0.10.31

type InstanceViewStatus struct {
	Code                 string                             `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Level                InstanceViewStatus_StatusLevelType `protobuf:"varint,2,opt,name=level,proto3,enum=moc.InstanceViewStatus_StatusLevelType" json:"level,omitempty"`
	DisplayStatus        string                             `protobuf:"bytes,3,opt,name=displayStatus,proto3" json:"displayStatus,omitempty"`
	Message              string                             `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	Time                 string                             `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*InstanceViewStatus) Descriptor added in v0.10.31

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

func (*InstanceViewStatus) GetCode added in v0.10.31

func (m *InstanceViewStatus) GetCode() string

func (*InstanceViewStatus) GetDisplayStatus added in v0.10.31

func (m *InstanceViewStatus) GetDisplayStatus() string

func (*InstanceViewStatus) GetLevel added in v0.10.31

func (*InstanceViewStatus) GetMessage added in v0.10.31

func (m *InstanceViewStatus) GetMessage() string

func (*InstanceViewStatus) GetTime added in v0.10.31

func (m *InstanceViewStatus) GetTime() string

func (*InstanceViewStatus) ProtoMessage added in v0.10.31

func (*InstanceViewStatus) ProtoMessage()

func (*InstanceViewStatus) Reset added in v0.10.31

func (m *InstanceViewStatus) Reset()

func (*InstanceViewStatus) String added in v0.10.31

func (m *InstanceViewStatus) String() string

func (*InstanceViewStatus) XXX_DiscardUnknown added in v0.10.31

func (m *InstanceViewStatus) XXX_DiscardUnknown()

func (*InstanceViewStatus) XXX_Marshal added in v0.10.31

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

func (*InstanceViewStatus) XXX_Merge added in v0.10.31

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

func (*InstanceViewStatus) XXX_Size added in v0.10.31

func (m *InstanceViewStatus) XXX_Size() int

func (*InstanceViewStatus) XXX_Unmarshal added in v0.10.31

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

type InstanceViewStatus_StatusLevelType added in v0.10.31

type InstanceViewStatus_StatusLevelType int32
const (
	InstanceViewStatus_Unknown InstanceViewStatus_StatusLevelType = 0
	InstanceViewStatus_Info    InstanceViewStatus_StatusLevelType = 1
	InstanceViewStatus_Warning InstanceViewStatus_StatusLevelType = 2
	InstanceViewStatus_Error   InstanceViewStatus_StatusLevelType = 3
)

func (InstanceViewStatus_StatusLevelType) EnumDescriptor added in v0.10.31

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

func (InstanceViewStatus_StatusLevelType) String added in v0.10.31

type JSONWebKeySignatureAlgorithm added in v0.10.24

type JSONWebKeySignatureAlgorithm int32
const (
	JSONWebKeySignatureAlgorithm_RSNULL JSONWebKeySignatureAlgorithm = 0
	JSONWebKeySignatureAlgorithm_ES256  JSONWebKeySignatureAlgorithm = 1
	JSONWebKeySignatureAlgorithm_ES256K JSONWebKeySignatureAlgorithm = 2
	JSONWebKeySignatureAlgorithm_ES384  JSONWebKeySignatureAlgorithm = 3
	JSONWebKeySignatureAlgorithm_ES512  JSONWebKeySignatureAlgorithm = 4
	JSONWebKeySignatureAlgorithm_PS256  JSONWebKeySignatureAlgorithm = 5
	JSONWebKeySignatureAlgorithm_PS384  JSONWebKeySignatureAlgorithm = 6
	JSONWebKeySignatureAlgorithm_PS512  JSONWebKeySignatureAlgorithm = 7
	JSONWebKeySignatureAlgorithm_RS256  JSONWebKeySignatureAlgorithm = 8
	JSONWebKeySignatureAlgorithm_RS384  JSONWebKeySignatureAlgorithm = 9
	JSONWebKeySignatureAlgorithm_RS512  JSONWebKeySignatureAlgorithm = 10
)

func (JSONWebKeySignatureAlgorithm) EnumDescriptor added in v0.10.24

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

func (JSONWebKeySignatureAlgorithm) String added in v0.10.24

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 // Deprecated: Do not use.
	KeyOperation_DECRYPT   KeyOperation = 1 // Deprecated: Do not use.
	KeyOperation_WRAPKEY   KeyOperation = 2 // Deprecated: Do not use.
	KeyOperation_UNWRAPKEY KeyOperation = 3 // Deprecated: Do not use.
	KeyOperation_SIGN      KeyOperation = 4 // Deprecated: Do not use.
	KeyOperation_VERIFY    KeyOperation = 5 // Deprecated: Do not use.
)

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 KeyWrappingAlgorithm added in v0.10.21

type KeyWrappingAlgorithm int32
const (
	KeyWrappingAlgorithm_CKM_RSA_AES_KEY_WRAP KeyWrappingAlgorithm = 0
	KeyWrappingAlgorithm_RSA_AES_KEY_WRAP_256 KeyWrappingAlgorithm = 1
	KeyWrappingAlgorithm_RSA_AES_KEY_WRAP_384 KeyWrappingAlgorithm = 2
)

func (KeyWrappingAlgorithm) EnumDescriptor added in v0.10.21

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

func (KeyWrappingAlgorithm) String added in v0.10.21

func (x KeyWrappingAlgorithm) String() string

type Latency added in v0.10.9

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

func (*Latency) Descriptor added in v0.10.9

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

func (*Latency) GetIops added in v0.10.9

func (m *Latency) GetIops() uint64

func (*Latency) ProtoMessage added in v0.10.9

func (*Latency) ProtoMessage()

func (*Latency) Reset added in v0.10.9

func (m *Latency) Reset()

func (*Latency) String added in v0.10.9

func (m *Latency) String() string

func (*Latency) XXX_DiscardUnknown added in v0.10.9

func (m *Latency) XXX_DiscardUnknown()

func (*Latency) XXX_Marshal added in v0.10.9

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

func (*Latency) XXX_Merge added in v0.10.9

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

func (*Latency) XXX_Size added in v0.10.9

func (m *Latency) XXX_Size() int

func (*Latency) XXX_Unmarshal added in v0.10.9

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

type NetworkSecurityGroupReference added in v0.16.3

type NetworkSecurityGroupReference struct {
	ResourceRef          *ResourceReference `protobuf:"bytes,1,opt,name=resourceRef,proto3" json:"resourceRef,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*NetworkSecurityGroupReference) Descriptor added in v0.16.3

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

func (*NetworkSecurityGroupReference) GetResourceRef added in v0.16.3

func (m *NetworkSecurityGroupReference) GetResourceRef() *ResourceReference

func (*NetworkSecurityGroupReference) ProtoMessage added in v0.16.3

func (*NetworkSecurityGroupReference) ProtoMessage()

func (*NetworkSecurityGroupReference) Reset added in v0.16.3

func (m *NetworkSecurityGroupReference) Reset()

func (*NetworkSecurityGroupReference) String added in v0.16.3

func (*NetworkSecurityGroupReference) XXX_DiscardUnknown added in v0.16.3

func (m *NetworkSecurityGroupReference) XXX_DiscardUnknown()

func (*NetworkSecurityGroupReference) XXX_Marshal added in v0.16.3

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

func (*NetworkSecurityGroupReference) XXX_Merge added in v0.16.3

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

func (*NetworkSecurityGroupReference) XXX_Size added in v0.16.3

func (m *NetworkSecurityGroupReference) XXX_Size() int

func (*NetworkSecurityGroupReference) XXX_Unmarshal added in v0.16.3

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

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"`
	Uptime               int64               `protobuf:"varint,8,opt,name=uptime,proto3" json:"uptime,omitempty"`
	OsInfo               *OperatingSystem    `protobuf:"bytes,9,opt,name=osInfo,proto3" json:"osInfo,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) GetOsInfo added in v0.10.30

func (m *NodeInfo) GetOsInfo() *OperatingSystem

func (*NodeInfo) GetOstype

func (m *NodeInfo) GetOstype() OperatingSystemType

func (*NodeInfo) GetStatus

func (m *NodeInfo) GetStatus() *Status

func (*NodeInfo) GetUptime added in v0.10.29

func (m *NodeInfo) GetUptime() int64

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"`
	// Unique identifier for the notification
	Id                   string   `protobuf:"bytes,6,opt,name=id,proto3" json:"id,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) GetId added in v0.16.2

func (m *Notification) GetId() 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 OperatingSystem added in v0.10.24

type OperatingSystem struct {
	Operatingsystemsku   uint64                `protobuf:"varint,1,opt,name=operatingsystemsku,proto3" json:"operatingsystemsku,omitempty"`
	Ostype               OperatingSystemType   `protobuf:"varint,2,opt,name=ostype,proto3,enum=moc.OperatingSystemType" json:"ostype,omitempty"`
	Osversion            string                `protobuf:"bytes,3,opt,name=osversion,proto3" json:"osversion,omitempty"`
	OsRegistrationStatus *OsRegistrationStatus `protobuf:"bytes,4,opt,name=osRegistrationStatus,proto3" json:"osRegistrationStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OperatingSystem) Descriptor added in v0.10.24

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

func (*OperatingSystem) GetOperatingsystemsku added in v0.10.24

func (m *OperatingSystem) GetOperatingsystemsku() uint64

func (*OperatingSystem) GetOsRegistrationStatus added in v0.10.30

func (m *OperatingSystem) GetOsRegistrationStatus() *OsRegistrationStatus

func (*OperatingSystem) GetOstype added in v0.10.24

func (m *OperatingSystem) GetOstype() OperatingSystemType

func (*OperatingSystem) GetOsversion added in v0.10.30

func (m *OperatingSystem) GetOsversion() string

func (*OperatingSystem) ProtoMessage added in v0.10.24

func (*OperatingSystem) ProtoMessage()

func (*OperatingSystem) Reset added in v0.10.24

func (m *OperatingSystem) Reset()

func (*OperatingSystem) String added in v0.10.24

func (m *OperatingSystem) String() string

func (*OperatingSystem) XXX_DiscardUnknown added in v0.10.24

func (m *OperatingSystem) XXX_DiscardUnknown()

func (*OperatingSystem) XXX_Marshal added in v0.10.24

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

func (*OperatingSystem) XXX_Merge added in v0.10.24

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

func (*OperatingSystem) XXX_Size added in v0.10.24

func (m *OperatingSystem) XXX_Size() int

func (*OperatingSystem) XXX_Unmarshal added in v0.10.24

func (m *OperatingSystem) 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
	Operation_IMPORT   Operation = 4
	Operation_EXPORT   Operation = 5
	Operation_VALIDATE Operation = 6
)

func (Operation) EnumDescriptor

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

func (Operation) String

func (x Operation) String() string

type OsRegistrationState added in v0.10.30

type OsRegistrationState int32
const (
	OsRegistrationState_notRegistered OsRegistrationState = 0
	OsRegistrationState_registered    OsRegistrationState = 1
)

func (OsRegistrationState) EnumDescriptor added in v0.10.30

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

func (OsRegistrationState) String added in v0.10.30

func (x OsRegistrationState) String() string

type OsRegistrationStatus added in v0.10.30

type OsRegistrationStatus struct {
	Status               OsRegistrationState `protobuf:"varint,1,opt,name=status,proto3,enum=moc.common.OsRegistrationState" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*OsRegistrationStatus) Descriptor added in v0.10.30

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

func (*OsRegistrationStatus) GetStatus added in v0.10.30

func (*OsRegistrationStatus) ProtoMessage added in v0.10.30

func (*OsRegistrationStatus) ProtoMessage()

func (*OsRegistrationStatus) Reset added in v0.10.30

func (m *OsRegistrationStatus) Reset()

func (*OsRegistrationStatus) String added in v0.10.30

func (m *OsRegistrationStatus) String() string

func (*OsRegistrationStatus) XXX_DiscardUnknown added in v0.10.30

func (m *OsRegistrationStatus) XXX_DiscardUnknown()

func (*OsRegistrationStatus) XXX_Marshal added in v0.10.30

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

func (*OsRegistrationStatus) XXX_Merge added in v0.10.30

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

func (*OsRegistrationStatus) XXX_Size added in v0.10.30

func (m *OsRegistrationStatus) XXX_Size() int

func (*OsRegistrationStatus) XXX_Unmarshal added in v0.10.30

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

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
	PowerState_Saved    PowerState = 5
)

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"`
	Hypervisorpresent    bool          `protobuf:"varint,7,opt,name=hypervisorpresent,proto3" json:"hypervisorpresent,omitempty"`
	Manufacturer         string        `protobuf:"bytes,8,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Architecture         Architecture  `protobuf:"varint,9,opt,name=architecture,proto3,enum=moc.Architecture" json:"architecture,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Processor) Descriptor

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

func (*Processor) GetArchitecture added in v0.10.24

func (m *Processor) GetArchitecture() Architecture

func (*Processor) GetCores

func (m *Processor) GetCores() uint32

func (*Processor) GetHypervisorpresent added in v0.10.24

func (m *Processor) GetHypervisorpresent() bool

func (*Processor) GetLogicalprocessors

func (m *Processor) GetLogicalprocessors() uint32

func (*Processor) GetManufacturer added in v0.10.24

func (m *Processor) GetManufacturer() string

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
	Protocol_Icmpv4 Protocol = 3
	Protocol_Icmpv6 Protocol = 4
)

func (Protocol) EnumDescriptor

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

func (Protocol) String

func (x Protocol) String() string

type ProviderAccessOperation added in v0.10.27

type ProviderAccessOperation int32

Operations specific to a provider Format is [Provider]_Operation

const (
	ProviderAccessOperation_Unspecified                       ProviderAccessOperation = 0
	ProviderAccessOperation_Authentication_Login              ProviderAccessOperation = 100
	ProviderAccessOperation_Certificate_Create                ProviderAccessOperation = 200
	ProviderAccessOperation_Certificate_Update                ProviderAccessOperation = 201
	ProviderAccessOperation_Certificate_Get                   ProviderAccessOperation = 202
	ProviderAccessOperation_Certificate_Delete                ProviderAccessOperation = 203
	ProviderAccessOperation_Certificate_Sign                  ProviderAccessOperation = 204
	ProviderAccessOperation_Certificate_Renew                 ProviderAccessOperation = 205
	ProviderAccessOperation_Identity_Create                   ProviderAccessOperation = 300
	ProviderAccessOperation_Identity_Update                   ProviderAccessOperation = 301
	ProviderAccessOperation_Identity_Revoke                   ProviderAccessOperation = 302
	ProviderAccessOperation_Identity_Rotate                   ProviderAccessOperation = 303
	ProviderAccessOperation_IdentityCertificate_Create        ProviderAccessOperation = 400
	ProviderAccessOperation_IdentityCertificate_Update        ProviderAccessOperation = 401
	ProviderAccessOperation_IdentityCertificate_Renew         ProviderAccessOperation = 402
	ProviderAccessOperation_Key_Create                        ProviderAccessOperation = 500
	ProviderAccessOperation_Key_Update                        ProviderAccessOperation = 501
	ProviderAccessOperation_Key_Encrypt                       ProviderAccessOperation = 502
	ProviderAccessOperation_Key_Decrypt                       ProviderAccessOperation = 503
	ProviderAccessOperation_Key_WrapKey                       ProviderAccessOperation = 504
	ProviderAccessOperation_Key_UnwrapKey                     ProviderAccessOperation = 505
	ProviderAccessOperation_Key_Sign                          ProviderAccessOperation = 506
	ProviderAccessOperation_Key_Verify                        ProviderAccessOperation = 507
	ProviderAccessOperation_VirtualMachine_Create             ProviderAccessOperation = 600
	ProviderAccessOperation_VirtualMachine_Update             ProviderAccessOperation = 601
	ProviderAccessOperation_VirtualMachine_Delete             ProviderAccessOperation = 602
	ProviderAccessOperation_VirtualMachine_Validate           ProviderAccessOperation = 603
	ProviderAccessOperation_VirtualMachine_Start              ProviderAccessOperation = 604
	ProviderAccessOperation_VirtualMachine_Stop               ProviderAccessOperation = 605
	ProviderAccessOperation_VirtualMachine_Reset              ProviderAccessOperation = 606
	ProviderAccessOperation_VirtualMachine_Repair_Guest_Agent ProviderAccessOperation = 607
	ProviderAccessOperation_VirtualMachine_Pause              ProviderAccessOperation = 608
	ProviderAccessOperation_VirtualMachine_Save               ProviderAccessOperation = 609
	ProviderAccessOperation_Cluster_Create                    ProviderAccessOperation = 700
	ProviderAccessOperation_Cluster_Update                    ProviderAccessOperation = 701
	ProviderAccessOperation_Cluster_LoadCluster               ProviderAccessOperation = 702
	ProviderAccessOperation_Cluster_UnloadCluster             ProviderAccessOperation = 703
	ProviderAccessOperation_Cluster_GetCluster                ProviderAccessOperation = 704
	ProviderAccessOperation_Cluster_GetNodes                  ProviderAccessOperation = 705
	ProviderAccessOperation_Debug_DebugServer                 ProviderAccessOperation = 800
	ProviderAccessOperation_Debug_StackTrace                  ProviderAccessOperation = 801
	ProviderAccessOperation_BaremetalHost_Create              ProviderAccessOperation = 900
	ProviderAccessOperation_BaremetalHost_Update              ProviderAccessOperation = 901
	ProviderAccessOperation_BaremetalMachine_Create           ProviderAccessOperation = 1000
	ProviderAccessOperation_BaremetalMachine_Update           ProviderAccessOperation = 1001
	ProviderAccessOperation_ControlPlane_Create               ProviderAccessOperation = 1100
	ProviderAccessOperation_ControlPlane_Update               ProviderAccessOperation = 1101
	ProviderAccessOperation_EtcdCluster_Create                ProviderAccessOperation = 1200
	ProviderAccessOperation_EtcdCluster_Update                ProviderAccessOperation = 1201
	ProviderAccessOperation_EtcdServer_Create                 ProviderAccessOperation = 1300
	ProviderAccessOperation_EtcdServer_Update                 ProviderAccessOperation = 1301
	ProviderAccessOperation_GalleryImage_Create               ProviderAccessOperation = 1400
	ProviderAccessOperation_GalleryImage_Update               ProviderAccessOperation = 1401
	ProviderAccessOperation_Group_Create                      ProviderAccessOperation = 1500
	ProviderAccessOperation_Group_Update                      ProviderAccessOperation = 1501
	ProviderAccessOperation_KeyVault_Create                   ProviderAccessOperation = 1600
	ProviderAccessOperation_KeyVault_Update                   ProviderAccessOperation = 1601
	ProviderAccessOperation_Kubernetes_Create                 ProviderAccessOperation = 1700
	ProviderAccessOperation_Kubernetes_Update                 ProviderAccessOperation = 1701
	ProviderAccessOperation_LoadBalancer_Create               ProviderAccessOperation = 1800
	ProviderAccessOperation_LoadBalancer_Update               ProviderAccessOperation = 1801
	ProviderAccessOperation_Location_Create                   ProviderAccessOperation = 1900
	ProviderAccessOperation_Location_Update                   ProviderAccessOperation = 1901
	ProviderAccessOperation_Macpool_Create                    ProviderAccessOperation = 2000
	ProviderAccessOperation_Macpool_Update                    ProviderAccessOperation = 2001
	ProviderAccessOperation_NetworkInterface_Create           ProviderAccessOperation = 2100
	ProviderAccessOperation_NetworkInterface_Update           ProviderAccessOperation = 2101
	ProviderAccessOperation_Node_Create                       ProviderAccessOperation = 2200
	ProviderAccessOperation_Node_Update                       ProviderAccessOperation = 2201
	ProviderAccessOperation_Recovery_Create                   ProviderAccessOperation = 2300
	ProviderAccessOperation_Recovery_Update                   ProviderAccessOperation = 2301
	ProviderAccessOperation_Role_Create                       ProviderAccessOperation = 2400
	ProviderAccessOperation_Role_Update                       ProviderAccessOperation = 2401
	ProviderAccessOperation_RoleAssignment_Create             ProviderAccessOperation = 2500
	ProviderAccessOperation_RoleAssignment_Update             ProviderAccessOperation = 2501
	ProviderAccessOperation_Secret_Create                     ProviderAccessOperation = 2600
	ProviderAccessOperation_Secret_Update                     ProviderAccessOperation = 2601
	ProviderAccessOperation_StorageContainer_Create           ProviderAccessOperation = 2700
	ProviderAccessOperation_StorageContainer_Update           ProviderAccessOperation = 2701
	ProviderAccessOperation_Subscription_Create               ProviderAccessOperation = 2800
	ProviderAccessOperation_Subscription_Update               ProviderAccessOperation = 2801
	ProviderAccessOperation_Validation_Validate               ProviderAccessOperation = 2900
	ProviderAccessOperation_VipPool_Create                    ProviderAccessOperation = 3000
	ProviderAccessOperation_VipPool_Update                    ProviderAccessOperation = 3001
	ProviderAccessOperation_VirtualHardDisk_Create            ProviderAccessOperation = 3100
	ProviderAccessOperation_VirtualHardDisk_Update            ProviderAccessOperation = 3101
	ProviderAccessOperation_VirtualMachineImage_Create        ProviderAccessOperation = 3200
	ProviderAccessOperation_VirtualMachineImage_Update        ProviderAccessOperation = 3201
	ProviderAccessOperation_VirtualMachineScaleSet_Create     ProviderAccessOperation = 3300
	ProviderAccessOperation_VirtualMachineScaleSet_Update     ProviderAccessOperation = 3301
	ProviderAccessOperation_VirtualNetwork_Create             ProviderAccessOperation = 3400
	ProviderAccessOperation_VirtualNetwork_Update             ProviderAccessOperation = 3401
	ProviderAccessOperation_AvailabilitySet_Create            ProviderAccessOperation = 3500
	ProviderAccessOperation_AvailabilitySet_Delete            ProviderAccessOperation = 3501
	ProviderAccessOperation_NetworkSecurityGroup_Create       ProviderAccessOperation = 3600
	ProviderAccessOperation_NetworkSecurityGroup_Update       ProviderAccessOperation = 3601
)

func (ProviderAccessOperation) EnumDescriptor added in v0.10.27

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

func (ProviderAccessOperation) String added in v0.10.27

func (x ProviderAccessOperation) String() string

type ProviderType added in v0.10.9

type ProviderType int32
const (
	ProviderType_AnyProvider            ProviderType = 0
	ProviderType_VirtualMachine         ProviderType = 1
	ProviderType_VirtualMachineScaleSet ProviderType = 2
	ProviderType_LoadBalancer           ProviderType = 3
	ProviderType_VirtualNetwork         ProviderType = 4
	ProviderType_VirtualHardDisk        ProviderType = 5
	ProviderType_GalleryImage           ProviderType = 6
	ProviderType_VirtualMachineImage    ProviderType = 7
	ProviderType_NetworkInterface       ProviderType = 8
	ProviderType_Certificate            ProviderType = 9
	ProviderType_Key                    ProviderType = 10
	ProviderType_Secret                 ProviderType = 11
	ProviderType_KeyVault               ProviderType = 12
	ProviderType_Identity               ProviderType = 13
	ProviderType_Role                   ProviderType = 14
	ProviderType_RoleAssignment         ProviderType = 15
	ProviderType_Kubernetes             ProviderType = 16
	ProviderType_Cluster                ProviderType = 17
	ProviderType_ControlPlane           ProviderType = 18
	ProviderType_Group                  ProviderType = 19
	ProviderType_Node                   ProviderType = 20
	ProviderType_Location               ProviderType = 21
	ProviderType_StorageContainer       ProviderType = 22
	ProviderType_StorageFile            ProviderType = 23
	ProviderType_StorageDirectory       ProviderType = 24
	ProviderType_Subscription           ProviderType = 25
	ProviderType_VipPool                ProviderType = 26
	ProviderType_MacPool                ProviderType = 27
	ProviderType_EtcdCluster            ProviderType = 28
	ProviderType_EtcdServer             ProviderType = 29
	ProviderType_BareMetalMachine       ProviderType = 30
	ProviderType_CredentialMonitor      ProviderType = 31
	ProviderType_Logging                ProviderType = 32
	ProviderType_Recovery               ProviderType = 33
	ProviderType_Debug                  ProviderType = 34
	ProviderType_BareMetalHost          ProviderType = 35
	ProviderType_Authentication         ProviderType = 36
	ProviderType_HealthMonitor          ProviderType = 37
	ProviderType_LogicalNetwork         ProviderType = 38
	ProviderType_AvailabilitySet        ProviderType = 39
	ProviderType_NetworkSecurityGroup   ProviderType = 40
)

func (ProviderType) EnumDescriptor added in v0.10.9

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

func (ProviderType) String added in v0.10.9

func (x ProviderType) 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
	ProvisionState_DELETE_PENDING     ProvisionState = 16
	ProvisionState_IMPORTING          ProvisionState = 17
	ProvisionState_IMPORTED           ProvisionState = 18
	ProvisionState_IMPORT_FAILED      ProvisionState = 19
)

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 ProxyConfiguration added in v0.10.32

type ProxyConfiguration struct {
	HttpProxy            string   `protobuf:"bytes,1,opt,name=httpProxy,proto3" json:"httpProxy,omitempty"`
	HttpsProxy           string   `protobuf:"bytes,2,opt,name=httpsProxy,proto3" json:"httpsProxy,omitempty"`
	NoProxy              []string `protobuf:"bytes,3,rep,name=noProxy,proto3" json:"noProxy,omitempty"`
	TrustedCa            string   `protobuf:"bytes,4,opt,name=trustedCa,proto3" json:"trustedCa,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProxyConfiguration) Descriptor added in v0.10.32

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

func (*ProxyConfiguration) GetHttpProxy added in v0.10.32

func (m *ProxyConfiguration) GetHttpProxy() string

func (*ProxyConfiguration) GetHttpsProxy added in v0.10.32

func (m *ProxyConfiguration) GetHttpsProxy() string

func (*ProxyConfiguration) GetNoProxy added in v0.10.32

func (m *ProxyConfiguration) GetNoProxy() []string

func (*ProxyConfiguration) GetTrustedCa added in v0.10.32

func (m *ProxyConfiguration) GetTrustedCa() string

func (*ProxyConfiguration) ProtoMessage added in v0.10.32

func (*ProxyConfiguration) ProtoMessage()

func (*ProxyConfiguration) Reset added in v0.10.32

func (m *ProxyConfiguration) Reset()

func (*ProxyConfiguration) String added in v0.10.32

func (m *ProxyConfiguration) String() string

func (*ProxyConfiguration) XXX_DiscardUnknown added in v0.10.32

func (m *ProxyConfiguration) XXX_DiscardUnknown()

func (*ProxyConfiguration) XXX_Marshal added in v0.10.32

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

func (*ProxyConfiguration) XXX_Merge added in v0.10.32

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

func (*ProxyConfiguration) XXX_Size added in v0.10.32

func (m *ProxyConfiguration) XXX_Size() int

func (*ProxyConfiguration) XXX_Unmarshal added in v0.10.32

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

type ResourceReference added in v0.16.3

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

Resource reference is intended to be used as a general component of specific, named resource references

func (*ResourceReference) Descriptor added in v0.16.3

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

func (*ResourceReference) GetName added in v0.16.3

func (m *ResourceReference) GetName() string

func (*ResourceReference) ProtoMessage added in v0.16.3

func (*ResourceReference) ProtoMessage()

func (*ResourceReference) Reset added in v0.16.3

func (m *ResourceReference) Reset()

func (*ResourceReference) String added in v0.16.3

func (m *ResourceReference) String() string

func (*ResourceReference) XXX_DiscardUnknown added in v0.16.3

func (m *ResourceReference) XXX_DiscardUnknown()

func (*ResourceReference) XXX_Marshal added in v0.16.3

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

func (*ResourceReference) XXX_Merge added in v0.16.3

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

func (*ResourceReference) XXX_Size added in v0.16.3

func (m *ResourceReference) XXX_Size() int

func (*ResourceReference) XXX_Unmarshal added in v0.16.3

func (m *ResourceReference) 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"`
	VmCapabilities       *VirtualMachineCapabilities `protobuf:"bytes,5,opt,name=vmCapabilities,proto3" json:"vmCapabilities,omitempty"`
	GpuList              []*Gpu                      `protobuf:"bytes,6,rep,name=gpuList,proto3" json:"gpuList,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) GetGpuList added in v0.16.1

func (m *Resources) GetGpuList() []*Gpu

func (*Resources) GetMemory

func (m *Resources) GetMemory() *PhysicalMemory

func (*Resources) GetProcessor

func (m *Resources) GetProcessor() *Processor

func (*Resources) GetVmCapabilities added in v0.10.30

func (m *Resources) GetVmCapabilities() *VirtualMachineCapabilities

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 Route added in v0.13.1

type Route struct {
	NextHop              string   `protobuf:"bytes,1,opt,name=nextHop,proto3" json:"nextHop,omitempty"`
	DestinationPrefix    string   `protobuf:"bytes,2,opt,name=destinationPrefix,proto3" json:"destinationPrefix,omitempty"`
	Metric               uint32   `protobuf:"varint,3,opt,name=metric,proto3" json:"metric,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Route) Descriptor added in v0.13.1

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

func (*Route) GetDestinationPrefix added in v0.13.1

func (m *Route) GetDestinationPrefix() string

func (*Route) GetMetric added in v0.13.1

func (m *Route) GetMetric() uint32

func (*Route) GetNextHop added in v0.13.1

func (m *Route) GetNextHop() string

func (*Route) ProtoMessage added in v0.13.1

func (*Route) ProtoMessage()

func (*Route) Reset added in v0.13.1

func (m *Route) Reset()

func (*Route) String added in v0.13.1

func (m *Route) String() string

func (*Route) XXX_DiscardUnknown added in v0.13.1

func (m *Route) XXX_DiscardUnknown()

func (*Route) XXX_Marshal added in v0.13.1

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

func (*Route) XXX_Merge added in v0.13.1

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

func (*Route) XXX_Size added in v0.13.1

func (m *Route) XXX_Size() int

func (*Route) XXX_Unmarshal added in v0.13.1

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

type Scope added in v0.10.9

type Scope struct {
	Location             string       `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	ResourceGroup        string       `protobuf:"bytes,2,opt,name=resourceGroup,proto3" json:"resourceGroup,omitempty"`
	ProviderType         ProviderType `protobuf:"varint,3,opt,name=providerType,proto3,enum=moc.ProviderType" json:"providerType,omitempty"`
	Resource             string       `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Scope) Descriptor added in v0.10.9

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

func (*Scope) GetLocation added in v0.10.9

func (m *Scope) GetLocation() string

func (*Scope) GetProviderType added in v0.10.9

func (m *Scope) GetProviderType() ProviderType

func (*Scope) GetResource added in v0.10.9

func (m *Scope) GetResource() string

func (*Scope) GetResourceGroup added in v0.10.9

func (m *Scope) GetResourceGroup() string

func (*Scope) ProtoMessage added in v0.10.9

func (*Scope) ProtoMessage()

func (*Scope) Reset added in v0.10.9

func (m *Scope) Reset()

func (*Scope) String added in v0.10.9

func (m *Scope) String() string

func (*Scope) XXX_DiscardUnknown added in v0.10.9

func (m *Scope) XXX_DiscardUnknown()

func (*Scope) XXX_Marshal added in v0.10.9

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

func (*Scope) XXX_Merge added in v0.10.9

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

func (*Scope) XXX_Size added in v0.10.9

func (m *Scope) XXX_Size() int

func (*Scope) XXX_Unmarshal added in v0.10.9

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

type SecurityType added in v0.10.30

type SecurityType int32
const (
	SecurityType_NOTCONFIGURED  SecurityType = 0
	SecurityType_TRUSTEDLAUNCH  SecurityType = 1
	SecurityType_CONFIDENTIALVM SecurityType = 2
)

func (SecurityType) EnumDescriptor added in v0.10.30

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

func (SecurityType) String added in v0.10.30

func (x SecurityType) String() string

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"`
	DownloadStatus       *DownloadStatus   `protobuf:"bytes,5,opt,name=downloadStatus,proto3" json:"downloadStatus,omitempty"`
	ValidationStatus     *ValidationStatus `protobuf:"bytes,6,opt,name=validationStatus,proto3" json:"validationStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Status) Descriptor

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

func (*Status) GetDownloadStatus added in v0.10.20

func (m *Status) GetDownloadStatus() *DownloadStatus

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) GetValidationStatus added in v0.10.27

func (m *Status) GetValidationStatus() *ValidationStatus

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 StorageContainerInfo added in v0.10.9

type StorageContainerInfo struct {
	Capacity             *Capacity `protobuf:"bytes,1,opt,name=capacity,proto3" json:"capacity,omitempty"`
	Latency              *Latency  `protobuf:"bytes,2,opt,name=latency,proto3" json:"latency,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 (*StorageContainerInfo) Descriptor added in v0.10.9

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

func (*StorageContainerInfo) GetCapacity added in v0.10.9

func (m *StorageContainerInfo) GetCapacity() *Capacity

func (*StorageContainerInfo) GetLatency added in v0.10.9

func (m *StorageContainerInfo) GetLatency() *Latency

func (*StorageContainerInfo) GetStatus added in v0.10.9

func (m *StorageContainerInfo) GetStatus() *Status

func (*StorageContainerInfo) ProtoMessage added in v0.10.9

func (*StorageContainerInfo) ProtoMessage()

func (*StorageContainerInfo) Reset added in v0.10.9

func (m *StorageContainerInfo) Reset()

func (*StorageContainerInfo) String added in v0.10.9

func (m *StorageContainerInfo) String() string

func (*StorageContainerInfo) XXX_DiscardUnknown added in v0.10.9

func (m *StorageContainerInfo) XXX_DiscardUnknown()

func (*StorageContainerInfo) XXX_Marshal added in v0.10.9

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

func (*StorageContainerInfo) XXX_Merge added in v0.10.9

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

func (*StorageContainerInfo) XXX_Size added in v0.10.9

func (m *StorageContainerInfo) XXX_Size() int

func (*StorageContainerInfo) XXX_Unmarshal added in v0.10.9

func (m *StorageContainerInfo) 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 ValidationState added in v0.10.27

type ValidationState struct {
	Code                 ValidationStateCode `protobuf:"varint,1,opt,name=code,proto3,enum=moc.ValidationStateCode" json:"code,omitempty"`
	Message              string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Recommendation       string              `protobuf:"bytes,3,opt,name=recommendation,proto3" json:"recommendation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ValidationState) Descriptor added in v0.10.27

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

func (*ValidationState) GetCode added in v0.10.27

func (m *ValidationState) GetCode() ValidationStateCode

func (*ValidationState) GetMessage added in v0.10.27

func (m *ValidationState) GetMessage() string

func (*ValidationState) GetRecommendation added in v0.10.27

func (m *ValidationState) GetRecommendation() string

func (*ValidationState) ProtoMessage added in v0.10.27

func (*ValidationState) ProtoMessage()

func (*ValidationState) Reset added in v0.10.27

func (m *ValidationState) Reset()

func (*ValidationState) String added in v0.10.27

func (m *ValidationState) String() string

func (*ValidationState) XXX_DiscardUnknown added in v0.10.27

func (m *ValidationState) XXX_DiscardUnknown()

func (*ValidationState) XXX_Marshal added in v0.10.27

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

func (*ValidationState) XXX_Merge added in v0.10.27

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

func (*ValidationState) XXX_Size added in v0.10.27

func (m *ValidationState) XXX_Size() int

func (*ValidationState) XXX_Unmarshal added in v0.10.27

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

type ValidationStateCode added in v0.10.27

type ValidationStateCode int32
const (
	ValidationStateCode_NODE_UNREACHABLE        ValidationStateCode = 0
	ValidationStateCode_ENTITY_MISSING          ValidationStateCode = 1
	ValidationStateCode_CLIENT_CREATION_FAILURE ValidationStateCode = 2
	ValidationStateCode_FORMAT_INVALID          ValidationStateCode = 3
	ValidationStateCode_INFO_MISSING            ValidationStateCode = 4
	ValidationStateCode_INFO_MISMATCH           ValidationStateCode = 5
)

func (ValidationStateCode) EnumDescriptor added in v0.10.27

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

func (ValidationStateCode) String added in v0.10.27

func (x ValidationStateCode) String() string

type ValidationStatus added in v0.10.27

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

func (*ValidationStatus) Descriptor added in v0.10.27

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

func (*ValidationStatus) GetValidationState added in v0.10.27

func (m *ValidationStatus) GetValidationState() []*ValidationState

func (*ValidationStatus) ProtoMessage added in v0.10.27

func (*ValidationStatus) ProtoMessage()

func (*ValidationStatus) Reset added in v0.10.27

func (m *ValidationStatus) Reset()

func (*ValidationStatus) String added in v0.10.27

func (m *ValidationStatus) String() string

func (*ValidationStatus) XXX_DiscardUnknown added in v0.10.27

func (m *ValidationStatus) XXX_DiscardUnknown()

func (*ValidationStatus) XXX_Marshal added in v0.10.27

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

func (*ValidationStatus) XXX_Merge added in v0.10.27

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

func (*ValidationStatus) XXX_Size added in v0.10.27

func (m *ValidationStatus) XXX_Size() int

func (*ValidationStatus) XXX_Unmarshal added in v0.10.27

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

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 VirtualMachineAgentInstanceView added in v0.10.31

type VirtualMachineAgentInstanceView struct {
	VmAgentVersion       string                `protobuf:"bytes,1,opt,name=vmAgentVersion,proto3" json:"vmAgentVersion,omitempty"`
	Statuses             []*InstanceViewStatus `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*VirtualMachineAgentInstanceView) Descriptor added in v0.10.31

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

func (*VirtualMachineAgentInstanceView) GetStatuses added in v0.10.31

func (*VirtualMachineAgentInstanceView) GetVmAgentVersion added in v0.10.31

func (m *VirtualMachineAgentInstanceView) GetVmAgentVersion() string

func (*VirtualMachineAgentInstanceView) ProtoMessage added in v0.10.31

func (*VirtualMachineAgentInstanceView) ProtoMessage()

func (*VirtualMachineAgentInstanceView) Reset added in v0.10.31

func (*VirtualMachineAgentInstanceView) String added in v0.10.31

func (*VirtualMachineAgentInstanceView) XXX_DiscardUnknown added in v0.10.31

func (m *VirtualMachineAgentInstanceView) XXX_DiscardUnknown()

func (*VirtualMachineAgentInstanceView) XXX_Marshal added in v0.10.31

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

func (*VirtualMachineAgentInstanceView) XXX_Merge added in v0.10.31

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

func (*VirtualMachineAgentInstanceView) XXX_Size added in v0.10.31

func (m *VirtualMachineAgentInstanceView) XXX_Size() int

func (*VirtualMachineAgentInstanceView) XXX_Unmarshal added in v0.10.31

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

type VirtualMachineCapabilities added in v0.10.30

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

describes the the capabilities of this node in terms of what type of VM can be created In the future when CVM comes, another bool will be added to check hardware capability.

func (*VirtualMachineCapabilities) Descriptor added in v0.10.30

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

func (*VirtualMachineCapabilities) GetIsolatedVmCapable added in v0.10.30

func (m *VirtualMachineCapabilities) GetIsolatedVmCapable() bool

func (*VirtualMachineCapabilities) ProtoMessage added in v0.10.30

func (*VirtualMachineCapabilities) ProtoMessage()

func (*VirtualMachineCapabilities) Reset added in v0.10.30

func (m *VirtualMachineCapabilities) Reset()

func (*VirtualMachineCapabilities) String added in v0.10.30

func (m *VirtualMachineCapabilities) String() string

func (*VirtualMachineCapabilities) XXX_DiscardUnknown added in v0.10.30

func (m *VirtualMachineCapabilities) XXX_DiscardUnknown()

func (*VirtualMachineCapabilities) XXX_Marshal added in v0.10.30

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

func (*VirtualMachineCapabilities) XXX_Merge added in v0.10.30

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

func (*VirtualMachineCapabilities) XXX_Size added in v0.10.30

func (m *VirtualMachineCapabilities) XXX_Size() int

func (*VirtualMachineCapabilities) XXX_Unmarshal added in v0.10.30

func (m *VirtualMachineCapabilities) 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"`
	GpuCount             int32    `protobuf:"varint,3,opt,name=gpuCount,proto3" json:"gpuCount,omitempty"`
	GpuList              []*Gpu   `protobuf:"bytes,4,rep,name=gpuList,proto3" json:"gpuList,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) GetGpuCount added in v0.10.12

func (m *VirtualMachineCustomSize) GetGpuCount() int32

func (*VirtualMachineCustomSize) GetGpuList added in v0.16.1

func (m *VirtualMachineCustomSize) GetGpuList() []*Gpu

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
	VirtualMachineOperation_REPAIR_GUEST_AGENT VirtualMachineOperation = 3
	VirtualMachineOperation_PAUSE              VirtualMachineOperation = 4
	VirtualMachineOperation_SAVE               VirtualMachineOperation = 5
)

func (VirtualMachineOperation) EnumDescriptor

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

func (VirtualMachineOperation) String

func (x VirtualMachineOperation) String() string

type VirtualMachineRunCommandExecutionState added in v0.10.11

type VirtualMachineRunCommandExecutionState int32
const (
	VirtualMachineRunCommandExecutionState_ExecutionState_UNKNOWN   VirtualMachineRunCommandExecutionState = 0
	VirtualMachineRunCommandExecutionState_ExecutionState_FAILED    VirtualMachineRunCommandExecutionState = 1
	VirtualMachineRunCommandExecutionState_ExecutionState_SUCCEEDED VirtualMachineRunCommandExecutionState = 2
	VirtualMachineRunCommandExecutionState_ExecutionState_PENDING   VirtualMachineRunCommandExecutionState = 3
	VirtualMachineRunCommandExecutionState_ExecutionState_REBOOTING VirtualMachineRunCommandExecutionState = 4
)

func (VirtualMachineRunCommandExecutionState) EnumDescriptor added in v0.10.11

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

func (VirtualMachineRunCommandExecutionState) String added in v0.10.11

type VirtualMachineRunCommandInputParameter added in v0.10.11

type VirtualMachineRunCommandInputParameter struct {
	Name                 string   `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,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 (*VirtualMachineRunCommandInputParameter) Descriptor added in v0.10.11

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

func (*VirtualMachineRunCommandInputParameter) GetName added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) GetValue added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) ProtoMessage added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) Reset added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) String added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) XXX_DiscardUnknown added in v0.10.11

func (m *VirtualMachineRunCommandInputParameter) XXX_DiscardUnknown()

func (*VirtualMachineRunCommandInputParameter) XXX_Marshal added in v0.10.11

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

func (*VirtualMachineRunCommandInputParameter) XXX_Merge added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) XXX_Size added in v0.10.11

func (*VirtualMachineRunCommandInputParameter) XXX_Unmarshal added in v0.10.11

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

type VirtualMachineRunCommandInstanceView added in v0.10.11

type VirtualMachineRunCommandInstanceView struct {
	ExecutionState       VirtualMachineRunCommandExecutionState `` /* 130-byte string literal not displayed */
	ExitCode             int32                                  `protobuf:"varint,2,opt,name=ExitCode,proto3" json:"ExitCode,omitempty"`
	Output               string                                 `protobuf:"bytes,3,opt,name=Output,proto3" json:"Output,omitempty"`
	Error                string                                 `protobuf:"bytes,4,opt,name=Error,proto3" json:"Error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*VirtualMachineRunCommandInstanceView) Descriptor added in v0.10.11

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

func (*VirtualMachineRunCommandInstanceView) GetError added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) GetExecutionState added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) GetExitCode added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) GetOutput added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) ProtoMessage added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) ProtoMessage()

func (*VirtualMachineRunCommandInstanceView) Reset added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) String added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) XXX_DiscardUnknown added in v0.10.11

func (m *VirtualMachineRunCommandInstanceView) XXX_DiscardUnknown()

func (*VirtualMachineRunCommandInstanceView) XXX_Marshal added in v0.10.11

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

func (*VirtualMachineRunCommandInstanceView) XXX_Merge added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) XXX_Size added in v0.10.11

func (*VirtualMachineRunCommandInstanceView) XXX_Unmarshal added in v0.10.11

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

type VirtualMachineRunCommandScriptSource added in v0.10.11

type VirtualMachineRunCommandScriptSource struct {
	Script               string   `protobuf:"bytes,1,opt,name=Script,proto3" json:"Script,omitempty"`
	ScriptURI            string   `protobuf:"bytes,2,opt,name=ScriptURI,proto3" json:"ScriptURI,omitempty"`
	CommandID            string   `protobuf:"bytes,3,opt,name=CommandID,proto3" json:"CommandID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VirtualMachineRunCommandScriptSource) Descriptor added in v0.10.11

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

func (*VirtualMachineRunCommandScriptSource) GetCommandID added in v0.10.11

func (m *VirtualMachineRunCommandScriptSource) GetCommandID() string

func (*VirtualMachineRunCommandScriptSource) GetScript added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) GetScriptURI added in v0.10.11

func (m *VirtualMachineRunCommandScriptSource) GetScriptURI() string

func (*VirtualMachineRunCommandScriptSource) ProtoMessage added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) ProtoMessage()

func (*VirtualMachineRunCommandScriptSource) Reset added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) String added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) XXX_DiscardUnknown added in v0.10.11

func (m *VirtualMachineRunCommandScriptSource) XXX_DiscardUnknown()

func (*VirtualMachineRunCommandScriptSource) XXX_Marshal added in v0.10.11

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

func (*VirtualMachineRunCommandScriptSource) XXX_Merge added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) XXX_Size added in v0.10.11

func (*VirtualMachineRunCommandScriptSource) XXX_Unmarshal added in v0.10.11

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

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_Standard_DS2_v2_HPN   VirtualMachineSizeType = 23
	VirtualMachineSizeType_Standard_DS3_v2_HPN   VirtualMachineSizeType = 24
	VirtualMachineSizeType_Standard_DS4_v2_HPN   VirtualMachineSizeType = 25
	VirtualMachineSizeType_Standard_F2s_HPN      VirtualMachineSizeType = 26
	VirtualMachineSizeType_Standard_F4s_HPN      VirtualMachineSizeType = 27
	VirtualMachineSizeType_Standard_F8s_HPN      VirtualMachineSizeType = 28
	VirtualMachineSizeType_Standard_F16s_HPN     VirtualMachineSizeType = 29
	VirtualMachineSizeType_Standard_NC4_A2       VirtualMachineSizeType = 30
	VirtualMachineSizeType_Standard_NC8_A2       VirtualMachineSizeType = 31
	VirtualMachineSizeType_Standard_NC16_A2      VirtualMachineSizeType = 32
	VirtualMachineSizeType_Standard_NC32_A2      VirtualMachineSizeType = 33
	VirtualMachineSizeType_Standard_NC4_A30      VirtualMachineSizeType = 34
	VirtualMachineSizeType_Standard_NC8_A30      VirtualMachineSizeType = 35
	VirtualMachineSizeType_Standard_NC16_A30     VirtualMachineSizeType = 36
	VirtualMachineSizeType_Standard_NC32_A30     VirtualMachineSizeType = 37
	VirtualMachineSizeType_Standard_NC4_A100_40  VirtualMachineSizeType = 38
	VirtualMachineSizeType_Standard_NC8_A100_40  VirtualMachineSizeType = 39
	VirtualMachineSizeType_Standard_NC16_A100_40 VirtualMachineSizeType = 40
	VirtualMachineSizeType_Standard_NC32_A100_40 VirtualMachineSizeType = 41
	VirtualMachineSizeType_Standard_NC4_A100_80  VirtualMachineSizeType = 42
	VirtualMachineSizeType_Standard_NC8_A100_80  VirtualMachineSizeType = 43
	VirtualMachineSizeType_Standard_NC16_A100_80 VirtualMachineSizeType = 44
	VirtualMachineSizeType_Standard_NC32_A100_80 VirtualMachineSizeType = 45
	VirtualMachineSizeType_Standard_NC4_A16      VirtualMachineSizeType = 46
	VirtualMachineSizeType_Standard_NC8_A16      VirtualMachineSizeType = 47
	VirtualMachineSizeType_Standard_NC16_A16     VirtualMachineSizeType = 48
	VirtualMachineSizeType_Standard_NC32_A16     VirtualMachineSizeType = 49
	VirtualMachineSizeType_Custom_A2             VirtualMachineSizeType = 95
	VirtualMachineSizeType_Custom_NK             VirtualMachineSizeType = 96
	VirtualMachineSizeType_Custom_Gpupv          VirtualMachineSizeType = 97
	VirtualMachineSizeType_Custom                VirtualMachineSizeType = 98
	VirtualMachineSizeType_Unsupported           VirtualMachineSizeType = 99
)

func (VirtualMachineSizeType) EnumDescriptor

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

func (VirtualMachineSizeType) String

func (x VirtualMachineSizeType) String() string

type WinRMConfiguration added in v0.10.12

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

func (*WinRMConfiguration) Descriptor added in v0.10.12

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

func (*WinRMConfiguration) GetListeners added in v0.10.12

func (m *WinRMConfiguration) GetListeners() []*WinRMListener

func (*WinRMConfiguration) ProtoMessage added in v0.10.12

func (*WinRMConfiguration) ProtoMessage()

func (*WinRMConfiguration) Reset added in v0.10.12

func (m *WinRMConfiguration) Reset()

func (*WinRMConfiguration) String added in v0.10.12

func (m *WinRMConfiguration) String() string

func (*WinRMConfiguration) XXX_DiscardUnknown added in v0.10.12

func (m *WinRMConfiguration) XXX_DiscardUnknown()

func (*WinRMConfiguration) XXX_Marshal added in v0.10.12

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

func (*WinRMConfiguration) XXX_Merge added in v0.10.12

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

func (*WinRMConfiguration) XXX_Size added in v0.10.12

func (m *WinRMConfiguration) XXX_Size() int

func (*WinRMConfiguration) XXX_Unmarshal added in v0.10.12

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

type WinRMListener added in v0.10.12

type WinRMListener struct {
	Protocol             WinRMProtocolType `protobuf:"varint,1,opt,name=Protocol,proto3,enum=moc.WinRMProtocolType" json:"Protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*WinRMListener) Descriptor added in v0.10.12

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

func (*WinRMListener) GetProtocol added in v0.10.12

func (m *WinRMListener) GetProtocol() WinRMProtocolType

func (*WinRMListener) ProtoMessage added in v0.10.12

func (*WinRMListener) ProtoMessage()

func (*WinRMListener) Reset added in v0.10.12

func (m *WinRMListener) Reset()

func (*WinRMListener) String added in v0.10.12

func (m *WinRMListener) String() string

func (*WinRMListener) XXX_DiscardUnknown added in v0.10.12

func (m *WinRMListener) XXX_DiscardUnknown()

func (*WinRMListener) XXX_Marshal added in v0.10.12

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

func (*WinRMListener) XXX_Merge added in v0.10.12

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

func (*WinRMListener) XXX_Size added in v0.10.12

func (m *WinRMListener) XXX_Size() int

func (*WinRMListener) XXX_Unmarshal added in v0.10.12

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

type WinRMProtocolType added in v0.10.12

type WinRMProtocolType int32
const (
	WinRMProtocolType_HTTP  WinRMProtocolType = 0
	WinRMProtocolType_HTTPS WinRMProtocolType = 1
)

func (WinRMProtocolType) EnumDescriptor added in v0.10.12

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

func (WinRMProtocolType) String added in v0.10.12

func (x WinRMProtocolType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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