github.com/microsoft/moc@v0.17.1/rpc/common/moc_common_computecommon.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: moc_common_computecommon.proto
     3  
     4  package common
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/golang/protobuf/proto"
     9  	descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
    10  	math "math"
    11  )
    12  
    13  // Reference imports to suppress errors if they are not otherwise used.
    14  var _ = proto.Marshal
    15  var _ = fmt.Errorf
    16  var _ = math.Inf
    17  
    18  // This is a compile-time assertion to ensure that this generated file
    19  // is compatible with the proto package it is being compiled against.
    20  // A compilation error at this line likely means your copy of the
    21  // proto package needs to be updated.
    22  const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
    23  
    24  type UserType int32
    25  
    26  const (
    27  	UserType_ROOT UserType = 0
    28  	UserType_USER UserType = 1
    29  )
    30  
    31  var UserType_name = map[int32]string{
    32  	0: "ROOT",
    33  	1: "USER",
    34  }
    35  
    36  var UserType_value = map[string]int32{
    37  	"ROOT": 0,
    38  	"USER": 1,
    39  }
    40  
    41  func (x UserType) String() string {
    42  	return proto.EnumName(UserType_name, int32(x))
    43  }
    44  
    45  func (UserType) EnumDescriptor() ([]byte, []int) {
    46  	return fileDescriptor_7d1a061f6c82445b, []int{0}
    47  }
    48  
    49  type ProcessorType int32
    50  
    51  const (
    52  	ProcessorType_None    ProcessorType = 0
    53  	ProcessorType_Intel   ProcessorType = 1
    54  	ProcessorType_Intel64 ProcessorType = 2
    55  	ProcessorType_AMD     ProcessorType = 3
    56  	ProcessorType_AMD64   ProcessorType = 4
    57  	ProcessorType_ARM     ProcessorType = 5
    58  	ProcessorType_ARM64   ProcessorType = 6
    59  )
    60  
    61  var ProcessorType_name = map[int32]string{
    62  	0: "None",
    63  	1: "Intel",
    64  	2: "Intel64",
    65  	3: "AMD",
    66  	4: "AMD64",
    67  	5: "ARM",
    68  	6: "ARM64",
    69  }
    70  
    71  var ProcessorType_value = map[string]int32{
    72  	"None":    0,
    73  	"Intel":   1,
    74  	"Intel64": 2,
    75  	"AMD":     3,
    76  	"AMD64":   4,
    77  	"ARM":     5,
    78  	"ARM64":   6,
    79  }
    80  
    81  func (x ProcessorType) String() string {
    82  	return proto.EnumName(ProcessorType_name, int32(x))
    83  }
    84  
    85  func (ProcessorType) EnumDescriptor() ([]byte, []int) {
    86  	return fileDescriptor_7d1a061f6c82445b, []int{1}
    87  }
    88  
    89  type OperatingSystemBootstrapEngine int32
    90  
    91  const (
    92  	OperatingSystemBootstrapEngine_CLOUD_INIT           OperatingSystemBootstrapEngine = 0
    93  	OperatingSystemBootstrapEngine_WINDOWS_ANSWER_FILES OperatingSystemBootstrapEngine = 1
    94  )
    95  
    96  var OperatingSystemBootstrapEngine_name = map[int32]string{
    97  	0: "CLOUD_INIT",
    98  	1: "WINDOWS_ANSWER_FILES",
    99  }
   100  
   101  var OperatingSystemBootstrapEngine_value = map[string]int32{
   102  	"CLOUD_INIT":           0,
   103  	"WINDOWS_ANSWER_FILES": 1,
   104  }
   105  
   106  func (x OperatingSystemBootstrapEngine) String() string {
   107  	return proto.EnumName(OperatingSystemBootstrapEngine_name, int32(x))
   108  }
   109  
   110  func (OperatingSystemBootstrapEngine) EnumDescriptor() ([]byte, []int) {
   111  	return fileDescriptor_7d1a061f6c82445b, []int{2}
   112  }
   113  
   114  type OperatingSystemType int32
   115  
   116  const (
   117  	OperatingSystemType_WINDOWS OperatingSystemType = 0
   118  	OperatingSystemType_LINUX   OperatingSystemType = 1
   119  )
   120  
   121  var OperatingSystemType_name = map[int32]string{
   122  	0: "WINDOWS",
   123  	1: "LINUX",
   124  }
   125  
   126  var OperatingSystemType_value = map[string]int32{
   127  	"WINDOWS": 0,
   128  	"LINUX":   1,
   129  }
   130  
   131  func (x OperatingSystemType) String() string {
   132  	return proto.EnumName(OperatingSystemType_name, int32(x))
   133  }
   134  
   135  func (OperatingSystemType) EnumDescriptor() ([]byte, []int) {
   136  	return fileDescriptor_7d1a061f6c82445b, []int{3}
   137  }
   138  
   139  type VirtualMachineSizeType int32
   140  
   141  const (
   142  	VirtualMachineSizeType_Default               VirtualMachineSizeType = 0
   143  	VirtualMachineSizeType_Standard_A2_v2        VirtualMachineSizeType = 2
   144  	VirtualMachineSizeType_Standard_A4_v2        VirtualMachineSizeType = 3
   145  	VirtualMachineSizeType_Standard_D2s_v3       VirtualMachineSizeType = 4
   146  	VirtualMachineSizeType_Standard_D4s_v3       VirtualMachineSizeType = 5
   147  	VirtualMachineSizeType_Standard_D8s_v3       VirtualMachineSizeType = 6
   148  	VirtualMachineSizeType_Standard_D16s_v3      VirtualMachineSizeType = 7
   149  	VirtualMachineSizeType_Standard_D32s_v3      VirtualMachineSizeType = 8
   150  	VirtualMachineSizeType_Standard_DS2_v2       VirtualMachineSizeType = 9
   151  	VirtualMachineSizeType_Standard_DS3_v2       VirtualMachineSizeType = 10
   152  	VirtualMachineSizeType_Standard_DS4_v2       VirtualMachineSizeType = 11
   153  	VirtualMachineSizeType_Standard_DS5_v2       VirtualMachineSizeType = 12
   154  	VirtualMachineSizeType_Standard_DS13_v2      VirtualMachineSizeType = 13
   155  	VirtualMachineSizeType_Standard_K8S_v1       VirtualMachineSizeType = 14
   156  	VirtualMachineSizeType_Standard_K8S2_v1      VirtualMachineSizeType = 15
   157  	VirtualMachineSizeType_Standard_K8S3_v1      VirtualMachineSizeType = 16
   158  	VirtualMachineSizeType_Standard_K8S4_v1      VirtualMachineSizeType = 17
   159  	VirtualMachineSizeType_Standard_NK6          VirtualMachineSizeType = 18
   160  	VirtualMachineSizeType_Standard_NK12         VirtualMachineSizeType = 19
   161  	VirtualMachineSizeType_Standard_NV6          VirtualMachineSizeType = 20
   162  	VirtualMachineSizeType_Standard_NV12         VirtualMachineSizeType = 21
   163  	VirtualMachineSizeType_Standard_K8S5_v1      VirtualMachineSizeType = 22
   164  	VirtualMachineSizeType_Standard_DS2_v2_HPN   VirtualMachineSizeType = 23
   165  	VirtualMachineSizeType_Standard_DS3_v2_HPN   VirtualMachineSizeType = 24
   166  	VirtualMachineSizeType_Standard_DS4_v2_HPN   VirtualMachineSizeType = 25
   167  	VirtualMachineSizeType_Standard_F2s_HPN      VirtualMachineSizeType = 26
   168  	VirtualMachineSizeType_Standard_F4s_HPN      VirtualMachineSizeType = 27
   169  	VirtualMachineSizeType_Standard_F8s_HPN      VirtualMachineSizeType = 28
   170  	VirtualMachineSizeType_Standard_F16s_HPN     VirtualMachineSizeType = 29
   171  	VirtualMachineSizeType_Standard_NC4_A2       VirtualMachineSizeType = 30
   172  	VirtualMachineSizeType_Standard_NC8_A2       VirtualMachineSizeType = 31
   173  	VirtualMachineSizeType_Standard_NC16_A2      VirtualMachineSizeType = 32
   174  	VirtualMachineSizeType_Standard_NC32_A2      VirtualMachineSizeType = 33
   175  	VirtualMachineSizeType_Standard_NC4_A30      VirtualMachineSizeType = 34
   176  	VirtualMachineSizeType_Standard_NC8_A30      VirtualMachineSizeType = 35
   177  	VirtualMachineSizeType_Standard_NC16_A30     VirtualMachineSizeType = 36
   178  	VirtualMachineSizeType_Standard_NC32_A30     VirtualMachineSizeType = 37
   179  	VirtualMachineSizeType_Standard_NC4_A100_40  VirtualMachineSizeType = 38
   180  	VirtualMachineSizeType_Standard_NC8_A100_40  VirtualMachineSizeType = 39
   181  	VirtualMachineSizeType_Standard_NC16_A100_40 VirtualMachineSizeType = 40
   182  	VirtualMachineSizeType_Standard_NC32_A100_40 VirtualMachineSizeType = 41
   183  	VirtualMachineSizeType_Standard_NC4_A100_80  VirtualMachineSizeType = 42
   184  	VirtualMachineSizeType_Standard_NC8_A100_80  VirtualMachineSizeType = 43
   185  	VirtualMachineSizeType_Standard_NC16_A100_80 VirtualMachineSizeType = 44
   186  	VirtualMachineSizeType_Standard_NC32_A100_80 VirtualMachineSizeType = 45
   187  	VirtualMachineSizeType_Standard_NC4_A16      VirtualMachineSizeType = 46
   188  	VirtualMachineSizeType_Standard_NC8_A16      VirtualMachineSizeType = 47
   189  	VirtualMachineSizeType_Standard_NC16_A16     VirtualMachineSizeType = 48
   190  	VirtualMachineSizeType_Standard_NC32_A16     VirtualMachineSizeType = 49
   191  	VirtualMachineSizeType_Custom_A2             VirtualMachineSizeType = 95
   192  	VirtualMachineSizeType_Custom_NK             VirtualMachineSizeType = 96
   193  	VirtualMachineSizeType_Custom_Gpupv          VirtualMachineSizeType = 97
   194  	VirtualMachineSizeType_Custom                VirtualMachineSizeType = 98
   195  	VirtualMachineSizeType_Unsupported           VirtualMachineSizeType = 99
   196  )
   197  
   198  var VirtualMachineSizeType_name = map[int32]string{
   199  	0:  "Default",
   200  	2:  "Standard_A2_v2",
   201  	3:  "Standard_A4_v2",
   202  	4:  "Standard_D2s_v3",
   203  	5:  "Standard_D4s_v3",
   204  	6:  "Standard_D8s_v3",
   205  	7:  "Standard_D16s_v3",
   206  	8:  "Standard_D32s_v3",
   207  	9:  "Standard_DS2_v2",
   208  	10: "Standard_DS3_v2",
   209  	11: "Standard_DS4_v2",
   210  	12: "Standard_DS5_v2",
   211  	13: "Standard_DS13_v2",
   212  	14: "Standard_K8S_v1",
   213  	15: "Standard_K8S2_v1",
   214  	16: "Standard_K8S3_v1",
   215  	17: "Standard_K8S4_v1",
   216  	18: "Standard_NK6",
   217  	19: "Standard_NK12",
   218  	20: "Standard_NV6",
   219  	21: "Standard_NV12",
   220  	22: "Standard_K8S5_v1",
   221  	23: "Standard_DS2_v2_HPN",
   222  	24: "Standard_DS3_v2_HPN",
   223  	25: "Standard_DS4_v2_HPN",
   224  	26: "Standard_F2s_HPN",
   225  	27: "Standard_F4s_HPN",
   226  	28: "Standard_F8s_HPN",
   227  	29: "Standard_F16s_HPN",
   228  	30: "Standard_NC4_A2",
   229  	31: "Standard_NC8_A2",
   230  	32: "Standard_NC16_A2",
   231  	33: "Standard_NC32_A2",
   232  	34: "Standard_NC4_A30",
   233  	35: "Standard_NC8_A30",
   234  	36: "Standard_NC16_A30",
   235  	37: "Standard_NC32_A30",
   236  	38: "Standard_NC4_A100_40",
   237  	39: "Standard_NC8_A100_40",
   238  	40: "Standard_NC16_A100_40",
   239  	41: "Standard_NC32_A100_40",
   240  	42: "Standard_NC4_A100_80",
   241  	43: "Standard_NC8_A100_80",
   242  	44: "Standard_NC16_A100_80",
   243  	45: "Standard_NC32_A100_80",
   244  	46: "Standard_NC4_A16",
   245  	47: "Standard_NC8_A16",
   246  	48: "Standard_NC16_A16",
   247  	49: "Standard_NC32_A16",
   248  	95: "Custom_A2",
   249  	96: "Custom_NK",
   250  	97: "Custom_Gpupv",
   251  	98: "Custom",
   252  	99: "Unsupported",
   253  }
   254  
   255  var VirtualMachineSizeType_value = map[string]int32{
   256  	"Default":               0,
   257  	"Standard_A2_v2":        2,
   258  	"Standard_A4_v2":        3,
   259  	"Standard_D2s_v3":       4,
   260  	"Standard_D4s_v3":       5,
   261  	"Standard_D8s_v3":       6,
   262  	"Standard_D16s_v3":      7,
   263  	"Standard_D32s_v3":      8,
   264  	"Standard_DS2_v2":       9,
   265  	"Standard_DS3_v2":       10,
   266  	"Standard_DS4_v2":       11,
   267  	"Standard_DS5_v2":       12,
   268  	"Standard_DS13_v2":      13,
   269  	"Standard_K8S_v1":       14,
   270  	"Standard_K8S2_v1":      15,
   271  	"Standard_K8S3_v1":      16,
   272  	"Standard_K8S4_v1":      17,
   273  	"Standard_NK6":          18,
   274  	"Standard_NK12":         19,
   275  	"Standard_NV6":          20,
   276  	"Standard_NV12":         21,
   277  	"Standard_K8S5_v1":      22,
   278  	"Standard_DS2_v2_HPN":   23,
   279  	"Standard_DS3_v2_HPN":   24,
   280  	"Standard_DS4_v2_HPN":   25,
   281  	"Standard_F2s_HPN":      26,
   282  	"Standard_F4s_HPN":      27,
   283  	"Standard_F8s_HPN":      28,
   284  	"Standard_F16s_HPN":     29,
   285  	"Standard_NC4_A2":       30,
   286  	"Standard_NC8_A2":       31,
   287  	"Standard_NC16_A2":      32,
   288  	"Standard_NC32_A2":      33,
   289  	"Standard_NC4_A30":      34,
   290  	"Standard_NC8_A30":      35,
   291  	"Standard_NC16_A30":     36,
   292  	"Standard_NC32_A30":     37,
   293  	"Standard_NC4_A100_40":  38,
   294  	"Standard_NC8_A100_40":  39,
   295  	"Standard_NC16_A100_40": 40,
   296  	"Standard_NC32_A100_40": 41,
   297  	"Standard_NC4_A100_80":  42,
   298  	"Standard_NC8_A100_80":  43,
   299  	"Standard_NC16_A100_80": 44,
   300  	"Standard_NC32_A100_80": 45,
   301  	"Standard_NC4_A16":      46,
   302  	"Standard_NC8_A16":      47,
   303  	"Standard_NC16_A16":     48,
   304  	"Standard_NC32_A16":     49,
   305  	"Custom_A2":             95,
   306  	"Custom_NK":             96,
   307  	"Custom_Gpupv":          97,
   308  	"Custom":                98,
   309  	"Unsupported":           99,
   310  }
   311  
   312  func (x VirtualMachineSizeType) String() string {
   313  	return proto.EnumName(VirtualMachineSizeType_name, int32(x))
   314  }
   315  
   316  func (VirtualMachineSizeType) EnumDescriptor() ([]byte, []int) {
   317  	return fileDescriptor_7d1a061f6c82445b, []int{4}
   318  }
   319  
   320  type WinRMProtocolType int32
   321  
   322  const (
   323  	WinRMProtocolType_HTTP  WinRMProtocolType = 0
   324  	WinRMProtocolType_HTTPS WinRMProtocolType = 1
   325  )
   326  
   327  var WinRMProtocolType_name = map[int32]string{
   328  	0: "HTTP",
   329  	1: "HTTPS",
   330  }
   331  
   332  var WinRMProtocolType_value = map[string]int32{
   333  	"HTTP":  0,
   334  	"HTTPS": 1,
   335  }
   336  
   337  func (x WinRMProtocolType) String() string {
   338  	return proto.EnumName(WinRMProtocolType_name, int32(x))
   339  }
   340  
   341  func (WinRMProtocolType) EnumDescriptor() ([]byte, []int) {
   342  	return fileDescriptor_7d1a061f6c82445b, []int{5}
   343  }
   344  
   345  type PowerState int32
   346  
   347  const (
   348  	PowerState_Unknown  PowerState = 0
   349  	PowerState_Running  PowerState = 1
   350  	PowerState_Off      PowerState = 2
   351  	PowerState_Paused   PowerState = 3
   352  	PowerState_Critical PowerState = 4
   353  	PowerState_Saved    PowerState = 5
   354  )
   355  
   356  var PowerState_name = map[int32]string{
   357  	0: "Unknown",
   358  	1: "Running",
   359  	2: "Off",
   360  	3: "Paused",
   361  	4: "Critical",
   362  	5: "Saved",
   363  }
   364  
   365  var PowerState_value = map[string]int32{
   366  	"Unknown":  0,
   367  	"Running":  1,
   368  	"Off":      2,
   369  	"Paused":   3,
   370  	"Critical": 4,
   371  	"Saved":    5,
   372  }
   373  
   374  func (x PowerState) String() string {
   375  	return proto.EnumName(PowerState_name, int32(x))
   376  }
   377  
   378  func (PowerState) EnumDescriptor() ([]byte, []int) {
   379  	return fileDescriptor_7d1a061f6c82445b, []int{6}
   380  }
   381  
   382  type VirtualMachineOperation int32
   383  
   384  const (
   385  	VirtualMachineOperation_START              VirtualMachineOperation = 0
   386  	VirtualMachineOperation_STOP               VirtualMachineOperation = 1
   387  	VirtualMachineOperation_RESET              VirtualMachineOperation = 2
   388  	VirtualMachineOperation_REPAIR_GUEST_AGENT VirtualMachineOperation = 3
   389  	VirtualMachineOperation_PAUSE              VirtualMachineOperation = 4
   390  	VirtualMachineOperation_SAVE               VirtualMachineOperation = 5
   391  )
   392  
   393  var VirtualMachineOperation_name = map[int32]string{
   394  	0: "START",
   395  	1: "STOP",
   396  	2: "RESET",
   397  	3: "REPAIR_GUEST_AGENT",
   398  	4: "PAUSE",
   399  	5: "SAVE",
   400  }
   401  
   402  var VirtualMachineOperation_value = map[string]int32{
   403  	"START":              0,
   404  	"STOP":               1,
   405  	"RESET":              2,
   406  	"REPAIR_GUEST_AGENT": 3,
   407  	"PAUSE":              4,
   408  	"SAVE":               5,
   409  }
   410  
   411  func (x VirtualMachineOperation) String() string {
   412  	return proto.EnumName(VirtualMachineOperation_name, int32(x))
   413  }
   414  
   415  func (VirtualMachineOperation) EnumDescriptor() ([]byte, []int) {
   416  	return fileDescriptor_7d1a061f6c82445b, []int{7}
   417  }
   418  
   419  type VirtualMachineRunCommandExecutionState int32
   420  
   421  const (
   422  	VirtualMachineRunCommandExecutionState_ExecutionState_UNKNOWN   VirtualMachineRunCommandExecutionState = 0
   423  	VirtualMachineRunCommandExecutionState_ExecutionState_FAILED    VirtualMachineRunCommandExecutionState = 1
   424  	VirtualMachineRunCommandExecutionState_ExecutionState_SUCCEEDED VirtualMachineRunCommandExecutionState = 2
   425  	VirtualMachineRunCommandExecutionState_ExecutionState_PENDING   VirtualMachineRunCommandExecutionState = 3
   426  	VirtualMachineRunCommandExecutionState_ExecutionState_REBOOTING VirtualMachineRunCommandExecutionState = 4
   427  )
   428  
   429  var VirtualMachineRunCommandExecutionState_name = map[int32]string{
   430  	0: "ExecutionState_UNKNOWN",
   431  	1: "ExecutionState_FAILED",
   432  	2: "ExecutionState_SUCCEEDED",
   433  	3: "ExecutionState_PENDING",
   434  	4: "ExecutionState_REBOOTING",
   435  }
   436  
   437  var VirtualMachineRunCommandExecutionState_value = map[string]int32{
   438  	"ExecutionState_UNKNOWN":   0,
   439  	"ExecutionState_FAILED":    1,
   440  	"ExecutionState_SUCCEEDED": 2,
   441  	"ExecutionState_PENDING":   3,
   442  	"ExecutionState_REBOOTING": 4,
   443  }
   444  
   445  func (x VirtualMachineRunCommandExecutionState) String() string {
   446  	return proto.EnumName(VirtualMachineRunCommandExecutionState_name, int32(x))
   447  }
   448  
   449  func (VirtualMachineRunCommandExecutionState) EnumDescriptor() ([]byte, []int) {
   450  	return fileDescriptor_7d1a061f6c82445b, []int{8}
   451  }
   452  
   453  type Architecture int32
   454  
   455  const (
   456  	Architecture_x86                Architecture = 0
   457  	Architecture_MIPS               Architecture = 1
   458  	Architecture_Alpha              Architecture = 2
   459  	Architecture_PowerPC            Architecture = 3
   460  	Architecture_ARM_Architecture   Architecture = 5
   461  	Architecture_ia64               Architecture = 6
   462  	Architecture_x64                Architecture = 9
   463  	Architecture_ARM64_Architecture Architecture = 12
   464  )
   465  
   466  var Architecture_name = map[int32]string{
   467  	0:  "x86",
   468  	1:  "MIPS",
   469  	2:  "Alpha",
   470  	3:  "PowerPC",
   471  	5:  "ARM_Architecture",
   472  	6:  "ia64",
   473  	9:  "x64",
   474  	12: "ARM64_Architecture",
   475  }
   476  
   477  var Architecture_value = map[string]int32{
   478  	"x86":                0,
   479  	"MIPS":               1,
   480  	"Alpha":              2,
   481  	"PowerPC":            3,
   482  	"ARM_Architecture":   5,
   483  	"ia64":               6,
   484  	"x64":                9,
   485  	"ARM64_Architecture": 12,
   486  }
   487  
   488  func (x Architecture) String() string {
   489  	return proto.EnumName(Architecture_name, int32(x))
   490  }
   491  
   492  func (Architecture) EnumDescriptor() ([]byte, []int) {
   493  	return fileDescriptor_7d1a061f6c82445b, []int{9}
   494  }
   495  
   496  type SecurityType int32
   497  
   498  const (
   499  	SecurityType_NOTCONFIGURED  SecurityType = 0
   500  	SecurityType_TRUSTEDLAUNCH  SecurityType = 1
   501  	SecurityType_CONFIDENTIALVM SecurityType = 2
   502  )
   503  
   504  var SecurityType_name = map[int32]string{
   505  	0: "NOTCONFIGURED",
   506  	1: "TRUSTEDLAUNCH",
   507  	2: "CONFIDENTIALVM",
   508  }
   509  
   510  var SecurityType_value = map[string]int32{
   511  	"NOTCONFIGURED":  0,
   512  	"TRUSTEDLAUNCH":  1,
   513  	"CONFIDENTIALVM": 2,
   514  }
   515  
   516  func (x SecurityType) String() string {
   517  	return proto.EnumName(SecurityType_name, int32(x))
   518  }
   519  
   520  func (SecurityType) EnumDescriptor() ([]byte, []int) {
   521  	return fileDescriptor_7d1a061f6c82445b, []int{10}
   522  }
   523  
   524  type Gpu_AssignmentType int32
   525  
   526  const (
   527  	Gpu_GpuDDA Gpu_AssignmentType = 0
   528  	Gpu_GpuP   Gpu_AssignmentType = 1
   529  )
   530  
   531  var Gpu_AssignmentType_name = map[int32]string{
   532  	0: "GpuDDA",
   533  	1: "GpuP",
   534  }
   535  
   536  var Gpu_AssignmentType_value = map[string]int32{
   537  	"GpuDDA": 0,
   538  	"GpuP":   1,
   539  }
   540  
   541  func (x Gpu_AssignmentType) String() string {
   542  	return proto.EnumName(Gpu_AssignmentType_name, int32(x))
   543  }
   544  
   545  func (Gpu_AssignmentType) EnumDescriptor() ([]byte, []int) {
   546  	return fileDescriptor_7d1a061f6c82445b, []int{2, 0}
   547  }
   548  
   549  type InstanceViewStatus_StatusLevelType int32
   550  
   551  const (
   552  	InstanceViewStatus_Unknown InstanceViewStatus_StatusLevelType = 0
   553  	InstanceViewStatus_Info    InstanceViewStatus_StatusLevelType = 1
   554  	InstanceViewStatus_Warning InstanceViewStatus_StatusLevelType = 2
   555  	InstanceViewStatus_Error   InstanceViewStatus_StatusLevelType = 3
   556  )
   557  
   558  var InstanceViewStatus_StatusLevelType_name = map[int32]string{
   559  	0: "Unknown",
   560  	1: "Info",
   561  	2: "Warning",
   562  	3: "Error",
   563  }
   564  
   565  var InstanceViewStatus_StatusLevelType_value = map[string]int32{
   566  	"Unknown": 0,
   567  	"Info":    1,
   568  	"Warning": 2,
   569  	"Error":   3,
   570  }
   571  
   572  func (x InstanceViewStatus_StatusLevelType) String() string {
   573  	return proto.EnumName(InstanceViewStatus_StatusLevelType_name, int32(x))
   574  }
   575  
   576  func (InstanceViewStatus_StatusLevelType) EnumDescriptor() ([]byte, []int) {
   577  	return fileDescriptor_7d1a061f6c82445b, []int{9, 0}
   578  }
   579  
   580  type WinRMListener struct {
   581  	Protocol             WinRMProtocolType `protobuf:"varint,1,opt,name=Protocol,proto3,enum=moc.WinRMProtocolType" json:"Protocol,omitempty"`
   582  	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
   583  	XXX_unrecognized     []byte            `json:"-"`
   584  	XXX_sizecache        int32             `json:"-"`
   585  }
   586  
   587  func (m *WinRMListener) Reset()         { *m = WinRMListener{} }
   588  func (m *WinRMListener) String() string { return proto.CompactTextString(m) }
   589  func (*WinRMListener) ProtoMessage()    {}
   590  func (*WinRMListener) Descriptor() ([]byte, []int) {
   591  	return fileDescriptor_7d1a061f6c82445b, []int{0}
   592  }
   593  
   594  func (m *WinRMListener) XXX_Unmarshal(b []byte) error {
   595  	return xxx_messageInfo_WinRMListener.Unmarshal(m, b)
   596  }
   597  func (m *WinRMListener) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   598  	return xxx_messageInfo_WinRMListener.Marshal(b, m, deterministic)
   599  }
   600  func (m *WinRMListener) XXX_Merge(src proto.Message) {
   601  	xxx_messageInfo_WinRMListener.Merge(m, src)
   602  }
   603  func (m *WinRMListener) XXX_Size() int {
   604  	return xxx_messageInfo_WinRMListener.Size(m)
   605  }
   606  func (m *WinRMListener) XXX_DiscardUnknown() {
   607  	xxx_messageInfo_WinRMListener.DiscardUnknown(m)
   608  }
   609  
   610  var xxx_messageInfo_WinRMListener proto.InternalMessageInfo
   611  
   612  func (m *WinRMListener) GetProtocol() WinRMProtocolType {
   613  	if m != nil {
   614  		return m.Protocol
   615  	}
   616  	return WinRMProtocolType_HTTP
   617  }
   618  
   619  type WinRMConfiguration struct {
   620  	Listeners            []*WinRMListener `protobuf:"bytes,1,rep,name=Listeners,proto3" json:"Listeners,omitempty"`
   621  	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
   622  	XXX_unrecognized     []byte           `json:"-"`
   623  	XXX_sizecache        int32            `json:"-"`
   624  }
   625  
   626  func (m *WinRMConfiguration) Reset()         { *m = WinRMConfiguration{} }
   627  func (m *WinRMConfiguration) String() string { return proto.CompactTextString(m) }
   628  func (*WinRMConfiguration) ProtoMessage()    {}
   629  func (*WinRMConfiguration) Descriptor() ([]byte, []int) {
   630  	return fileDescriptor_7d1a061f6c82445b, []int{1}
   631  }
   632  
   633  func (m *WinRMConfiguration) XXX_Unmarshal(b []byte) error {
   634  	return xxx_messageInfo_WinRMConfiguration.Unmarshal(m, b)
   635  }
   636  func (m *WinRMConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   637  	return xxx_messageInfo_WinRMConfiguration.Marshal(b, m, deterministic)
   638  }
   639  func (m *WinRMConfiguration) XXX_Merge(src proto.Message) {
   640  	xxx_messageInfo_WinRMConfiguration.Merge(m, src)
   641  }
   642  func (m *WinRMConfiguration) XXX_Size() int {
   643  	return xxx_messageInfo_WinRMConfiguration.Size(m)
   644  }
   645  func (m *WinRMConfiguration) XXX_DiscardUnknown() {
   646  	xxx_messageInfo_WinRMConfiguration.DiscardUnknown(m)
   647  }
   648  
   649  var xxx_messageInfo_WinRMConfiguration proto.InternalMessageInfo
   650  
   651  func (m *WinRMConfiguration) GetListeners() []*WinRMListener {
   652  	if m != nil {
   653  		return m.Listeners
   654  	}
   655  	return nil
   656  }
   657  
   658  type Gpu struct {
   659  	Assignment           Gpu_AssignmentType `protobuf:"varint,1,opt,name=assignment,proto3,enum=moc.Gpu_AssignmentType" json:"assignment,omitempty"`
   660  	PartitionSizeGB      int32              `protobuf:"varint,2,opt,name=partitionSizeGB,proto3" json:"partitionSizeGB,omitempty"`
   661  	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
   662  	XXX_unrecognized     []byte             `json:"-"`
   663  	XXX_sizecache        int32              `json:"-"`
   664  }
   665  
   666  func (m *Gpu) Reset()         { *m = Gpu{} }
   667  func (m *Gpu) String() string { return proto.CompactTextString(m) }
   668  func (*Gpu) ProtoMessage()    {}
   669  func (*Gpu) Descriptor() ([]byte, []int) {
   670  	return fileDescriptor_7d1a061f6c82445b, []int{2}
   671  }
   672  
   673  func (m *Gpu) XXX_Unmarshal(b []byte) error {
   674  	return xxx_messageInfo_Gpu.Unmarshal(m, b)
   675  }
   676  func (m *Gpu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   677  	return xxx_messageInfo_Gpu.Marshal(b, m, deterministic)
   678  }
   679  func (m *Gpu) XXX_Merge(src proto.Message) {
   680  	xxx_messageInfo_Gpu.Merge(m, src)
   681  }
   682  func (m *Gpu) XXX_Size() int {
   683  	return xxx_messageInfo_Gpu.Size(m)
   684  }
   685  func (m *Gpu) XXX_DiscardUnknown() {
   686  	xxx_messageInfo_Gpu.DiscardUnknown(m)
   687  }
   688  
   689  var xxx_messageInfo_Gpu proto.InternalMessageInfo
   690  
   691  func (m *Gpu) GetAssignment() Gpu_AssignmentType {
   692  	if m != nil {
   693  		return m.Assignment
   694  	}
   695  	return Gpu_GpuDDA
   696  }
   697  
   698  func (m *Gpu) GetPartitionSizeGB() int32 {
   699  	if m != nil {
   700  		return m.PartitionSizeGB
   701  	}
   702  	return 0
   703  }
   704  
   705  type VirtualMachineCustomSize struct {
   706  	CpuCount             int32    `protobuf:"varint,1,opt,name=cpuCount,proto3" json:"cpuCount,omitempty"`
   707  	MemoryMB             int32    `protobuf:"varint,2,opt,name=memoryMB,proto3" json:"memoryMB,omitempty"`
   708  	GpuCount             int32    `protobuf:"varint,3,opt,name=gpuCount,proto3" json:"gpuCount,omitempty"`
   709  	GpuList              []*Gpu   `protobuf:"bytes,4,rep,name=gpuList,proto3" json:"gpuList,omitempty"`
   710  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   711  	XXX_unrecognized     []byte   `json:"-"`
   712  	XXX_sizecache        int32    `json:"-"`
   713  }
   714  
   715  func (m *VirtualMachineCustomSize) Reset()         { *m = VirtualMachineCustomSize{} }
   716  func (m *VirtualMachineCustomSize) String() string { return proto.CompactTextString(m) }
   717  func (*VirtualMachineCustomSize) ProtoMessage()    {}
   718  func (*VirtualMachineCustomSize) Descriptor() ([]byte, []int) {
   719  	return fileDescriptor_7d1a061f6c82445b, []int{3}
   720  }
   721  
   722  func (m *VirtualMachineCustomSize) XXX_Unmarshal(b []byte) error {
   723  	return xxx_messageInfo_VirtualMachineCustomSize.Unmarshal(m, b)
   724  }
   725  func (m *VirtualMachineCustomSize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   726  	return xxx_messageInfo_VirtualMachineCustomSize.Marshal(b, m, deterministic)
   727  }
   728  func (m *VirtualMachineCustomSize) XXX_Merge(src proto.Message) {
   729  	xxx_messageInfo_VirtualMachineCustomSize.Merge(m, src)
   730  }
   731  func (m *VirtualMachineCustomSize) XXX_Size() int {
   732  	return xxx_messageInfo_VirtualMachineCustomSize.Size(m)
   733  }
   734  func (m *VirtualMachineCustomSize) XXX_DiscardUnknown() {
   735  	xxx_messageInfo_VirtualMachineCustomSize.DiscardUnknown(m)
   736  }
   737  
   738  var xxx_messageInfo_VirtualMachineCustomSize proto.InternalMessageInfo
   739  
   740  func (m *VirtualMachineCustomSize) GetCpuCount() int32 {
   741  	if m != nil {
   742  		return m.CpuCount
   743  	}
   744  	return 0
   745  }
   746  
   747  func (m *VirtualMachineCustomSize) GetMemoryMB() int32 {
   748  	if m != nil {
   749  		return m.MemoryMB
   750  	}
   751  	return 0
   752  }
   753  
   754  func (m *VirtualMachineCustomSize) GetGpuCount() int32 {
   755  	if m != nil {
   756  		return m.GpuCount
   757  	}
   758  	return 0
   759  }
   760  
   761  func (m *VirtualMachineCustomSize) GetGpuList() []*Gpu {
   762  	if m != nil {
   763  		return m.GpuList
   764  	}
   765  	return nil
   766  }
   767  
   768  type DynamicMemoryConfiguration struct {
   769  	MaximumMemoryMB      uint64   `protobuf:"varint,1,opt,name=maximumMemoryMB,proto3" json:"maximumMemoryMB,omitempty"`
   770  	MinimumMemoryMB      uint64   `protobuf:"varint,2,opt,name=minimumMemoryMB,proto3" json:"minimumMemoryMB,omitempty"`
   771  	TargetMemoryBuffer   uint32   `protobuf:"varint,3,opt,name=targetMemoryBuffer,proto3" json:"targetMemoryBuffer,omitempty"`
   772  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   773  	XXX_unrecognized     []byte   `json:"-"`
   774  	XXX_sizecache        int32    `json:"-"`
   775  }
   776  
   777  func (m *DynamicMemoryConfiguration) Reset()         { *m = DynamicMemoryConfiguration{} }
   778  func (m *DynamicMemoryConfiguration) String() string { return proto.CompactTextString(m) }
   779  func (*DynamicMemoryConfiguration) ProtoMessage()    {}
   780  func (*DynamicMemoryConfiguration) Descriptor() ([]byte, []int) {
   781  	return fileDescriptor_7d1a061f6c82445b, []int{4}
   782  }
   783  
   784  func (m *DynamicMemoryConfiguration) XXX_Unmarshal(b []byte) error {
   785  	return xxx_messageInfo_DynamicMemoryConfiguration.Unmarshal(m, b)
   786  }
   787  func (m *DynamicMemoryConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   788  	return xxx_messageInfo_DynamicMemoryConfiguration.Marshal(b, m, deterministic)
   789  }
   790  func (m *DynamicMemoryConfiguration) XXX_Merge(src proto.Message) {
   791  	xxx_messageInfo_DynamicMemoryConfiguration.Merge(m, src)
   792  }
   793  func (m *DynamicMemoryConfiguration) XXX_Size() int {
   794  	return xxx_messageInfo_DynamicMemoryConfiguration.Size(m)
   795  }
   796  func (m *DynamicMemoryConfiguration) XXX_DiscardUnknown() {
   797  	xxx_messageInfo_DynamicMemoryConfiguration.DiscardUnknown(m)
   798  }
   799  
   800  var xxx_messageInfo_DynamicMemoryConfiguration proto.InternalMessageInfo
   801  
   802  func (m *DynamicMemoryConfiguration) GetMaximumMemoryMB() uint64 {
   803  	if m != nil {
   804  		return m.MaximumMemoryMB
   805  	}
   806  	return 0
   807  }
   808  
   809  func (m *DynamicMemoryConfiguration) GetMinimumMemoryMB() uint64 {
   810  	if m != nil {
   811  		return m.MinimumMemoryMB
   812  	}
   813  	return 0
   814  }
   815  
   816  func (m *DynamicMemoryConfiguration) GetTargetMemoryBuffer() uint32 {
   817  	if m != nil {
   818  		return m.TargetMemoryBuffer
   819  	}
   820  	return 0
   821  }
   822  
   823  type VirtualMachineRunCommandInputParameter struct {
   824  	Name                 string   `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
   825  	Value                string   `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
   826  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   827  	XXX_unrecognized     []byte   `json:"-"`
   828  	XXX_sizecache        int32    `json:"-"`
   829  }
   830  
   831  func (m *VirtualMachineRunCommandInputParameter) Reset() {
   832  	*m = VirtualMachineRunCommandInputParameter{}
   833  }
   834  func (m *VirtualMachineRunCommandInputParameter) String() string { return proto.CompactTextString(m) }
   835  func (*VirtualMachineRunCommandInputParameter) ProtoMessage()    {}
   836  func (*VirtualMachineRunCommandInputParameter) Descriptor() ([]byte, []int) {
   837  	return fileDescriptor_7d1a061f6c82445b, []int{5}
   838  }
   839  
   840  func (m *VirtualMachineRunCommandInputParameter) XXX_Unmarshal(b []byte) error {
   841  	return xxx_messageInfo_VirtualMachineRunCommandInputParameter.Unmarshal(m, b)
   842  }
   843  func (m *VirtualMachineRunCommandInputParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   844  	return xxx_messageInfo_VirtualMachineRunCommandInputParameter.Marshal(b, m, deterministic)
   845  }
   846  func (m *VirtualMachineRunCommandInputParameter) XXX_Merge(src proto.Message) {
   847  	xxx_messageInfo_VirtualMachineRunCommandInputParameter.Merge(m, src)
   848  }
   849  func (m *VirtualMachineRunCommandInputParameter) XXX_Size() int {
   850  	return xxx_messageInfo_VirtualMachineRunCommandInputParameter.Size(m)
   851  }
   852  func (m *VirtualMachineRunCommandInputParameter) XXX_DiscardUnknown() {
   853  	xxx_messageInfo_VirtualMachineRunCommandInputParameter.DiscardUnknown(m)
   854  }
   855  
   856  var xxx_messageInfo_VirtualMachineRunCommandInputParameter proto.InternalMessageInfo
   857  
   858  func (m *VirtualMachineRunCommandInputParameter) GetName() string {
   859  	if m != nil {
   860  		return m.Name
   861  	}
   862  	return ""
   863  }
   864  
   865  func (m *VirtualMachineRunCommandInputParameter) GetValue() string {
   866  	if m != nil {
   867  		return m.Value
   868  	}
   869  	return ""
   870  }
   871  
   872  type VirtualMachineRunCommandScriptSource struct {
   873  	Script               string   `protobuf:"bytes,1,opt,name=Script,proto3" json:"Script,omitempty"`
   874  	ScriptURI            string   `protobuf:"bytes,2,opt,name=ScriptURI,proto3" json:"ScriptURI,omitempty"`
   875  	CommandID            string   `protobuf:"bytes,3,opt,name=CommandID,proto3" json:"CommandID,omitempty"`
   876  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   877  	XXX_unrecognized     []byte   `json:"-"`
   878  	XXX_sizecache        int32    `json:"-"`
   879  }
   880  
   881  func (m *VirtualMachineRunCommandScriptSource) Reset()         { *m = VirtualMachineRunCommandScriptSource{} }
   882  func (m *VirtualMachineRunCommandScriptSource) String() string { return proto.CompactTextString(m) }
   883  func (*VirtualMachineRunCommandScriptSource) ProtoMessage()    {}
   884  func (*VirtualMachineRunCommandScriptSource) Descriptor() ([]byte, []int) {
   885  	return fileDescriptor_7d1a061f6c82445b, []int{6}
   886  }
   887  
   888  func (m *VirtualMachineRunCommandScriptSource) XXX_Unmarshal(b []byte) error {
   889  	return xxx_messageInfo_VirtualMachineRunCommandScriptSource.Unmarshal(m, b)
   890  }
   891  func (m *VirtualMachineRunCommandScriptSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   892  	return xxx_messageInfo_VirtualMachineRunCommandScriptSource.Marshal(b, m, deterministic)
   893  }
   894  func (m *VirtualMachineRunCommandScriptSource) XXX_Merge(src proto.Message) {
   895  	xxx_messageInfo_VirtualMachineRunCommandScriptSource.Merge(m, src)
   896  }
   897  func (m *VirtualMachineRunCommandScriptSource) XXX_Size() int {
   898  	return xxx_messageInfo_VirtualMachineRunCommandScriptSource.Size(m)
   899  }
   900  func (m *VirtualMachineRunCommandScriptSource) XXX_DiscardUnknown() {
   901  	xxx_messageInfo_VirtualMachineRunCommandScriptSource.DiscardUnknown(m)
   902  }
   903  
   904  var xxx_messageInfo_VirtualMachineRunCommandScriptSource proto.InternalMessageInfo
   905  
   906  func (m *VirtualMachineRunCommandScriptSource) GetScript() string {
   907  	if m != nil {
   908  		return m.Script
   909  	}
   910  	return ""
   911  }
   912  
   913  func (m *VirtualMachineRunCommandScriptSource) GetScriptURI() string {
   914  	if m != nil {
   915  		return m.ScriptURI
   916  	}
   917  	return ""
   918  }
   919  
   920  func (m *VirtualMachineRunCommandScriptSource) GetCommandID() string {
   921  	if m != nil {
   922  		return m.CommandID
   923  	}
   924  	return ""
   925  }
   926  
   927  type VirtualMachineRunCommandInstanceView struct {
   928  	ExecutionState       VirtualMachineRunCommandExecutionState `protobuf:"varint,1,opt,name=ExecutionState,proto3,enum=moc.VirtualMachineRunCommandExecutionState" json:"ExecutionState,omitempty"`
   929  	ExitCode             int32                                  `protobuf:"varint,2,opt,name=ExitCode,proto3" json:"ExitCode,omitempty"`
   930  	Output               string                                 `protobuf:"bytes,3,opt,name=Output,proto3" json:"Output,omitempty"`
   931  	Error                string                                 `protobuf:"bytes,4,opt,name=Error,proto3" json:"Error,omitempty"`
   932  	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
   933  	XXX_unrecognized     []byte                                 `json:"-"`
   934  	XXX_sizecache        int32                                  `json:"-"`
   935  }
   936  
   937  func (m *VirtualMachineRunCommandInstanceView) Reset()         { *m = VirtualMachineRunCommandInstanceView{} }
   938  func (m *VirtualMachineRunCommandInstanceView) String() string { return proto.CompactTextString(m) }
   939  func (*VirtualMachineRunCommandInstanceView) ProtoMessage()    {}
   940  func (*VirtualMachineRunCommandInstanceView) Descriptor() ([]byte, []int) {
   941  	return fileDescriptor_7d1a061f6c82445b, []int{7}
   942  }
   943  
   944  func (m *VirtualMachineRunCommandInstanceView) XXX_Unmarshal(b []byte) error {
   945  	return xxx_messageInfo_VirtualMachineRunCommandInstanceView.Unmarshal(m, b)
   946  }
   947  func (m *VirtualMachineRunCommandInstanceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   948  	return xxx_messageInfo_VirtualMachineRunCommandInstanceView.Marshal(b, m, deterministic)
   949  }
   950  func (m *VirtualMachineRunCommandInstanceView) XXX_Merge(src proto.Message) {
   951  	xxx_messageInfo_VirtualMachineRunCommandInstanceView.Merge(m, src)
   952  }
   953  func (m *VirtualMachineRunCommandInstanceView) XXX_Size() int {
   954  	return xxx_messageInfo_VirtualMachineRunCommandInstanceView.Size(m)
   955  }
   956  func (m *VirtualMachineRunCommandInstanceView) XXX_DiscardUnknown() {
   957  	xxx_messageInfo_VirtualMachineRunCommandInstanceView.DiscardUnknown(m)
   958  }
   959  
   960  var xxx_messageInfo_VirtualMachineRunCommandInstanceView proto.InternalMessageInfo
   961  
   962  func (m *VirtualMachineRunCommandInstanceView) GetExecutionState() VirtualMachineRunCommandExecutionState {
   963  	if m != nil {
   964  		return m.ExecutionState
   965  	}
   966  	return VirtualMachineRunCommandExecutionState_ExecutionState_UNKNOWN
   967  }
   968  
   969  func (m *VirtualMachineRunCommandInstanceView) GetExitCode() int32 {
   970  	if m != nil {
   971  		return m.ExitCode
   972  	}
   973  	return 0
   974  }
   975  
   976  func (m *VirtualMachineRunCommandInstanceView) GetOutput() string {
   977  	if m != nil {
   978  		return m.Output
   979  	}
   980  	return ""
   981  }
   982  
   983  func (m *VirtualMachineRunCommandInstanceView) GetError() string {
   984  	if m != nil {
   985  		return m.Error
   986  	}
   987  	return ""
   988  }
   989  
   990  // describes the the capabilities of this node in terms of what type of VM can be created
   991  // In the future when CVM comes, another bool will be added to check hardware capability.
   992  type VirtualMachineCapabilities struct {
   993  	IsolatedVmCapable    bool     `protobuf:"varint,1,opt,name=IsolatedVmCapable,proto3" json:"IsolatedVmCapable,omitempty"`
   994  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   995  	XXX_unrecognized     []byte   `json:"-"`
   996  	XXX_sizecache        int32    `json:"-"`
   997  }
   998  
   999  func (m *VirtualMachineCapabilities) Reset()         { *m = VirtualMachineCapabilities{} }
  1000  func (m *VirtualMachineCapabilities) String() string { return proto.CompactTextString(m) }
  1001  func (*VirtualMachineCapabilities) ProtoMessage()    {}
  1002  func (*VirtualMachineCapabilities) Descriptor() ([]byte, []int) {
  1003  	return fileDescriptor_7d1a061f6c82445b, []int{8}
  1004  }
  1005  
  1006  func (m *VirtualMachineCapabilities) XXX_Unmarshal(b []byte) error {
  1007  	return xxx_messageInfo_VirtualMachineCapabilities.Unmarshal(m, b)
  1008  }
  1009  func (m *VirtualMachineCapabilities) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1010  	return xxx_messageInfo_VirtualMachineCapabilities.Marshal(b, m, deterministic)
  1011  }
  1012  func (m *VirtualMachineCapabilities) XXX_Merge(src proto.Message) {
  1013  	xxx_messageInfo_VirtualMachineCapabilities.Merge(m, src)
  1014  }
  1015  func (m *VirtualMachineCapabilities) XXX_Size() int {
  1016  	return xxx_messageInfo_VirtualMachineCapabilities.Size(m)
  1017  }
  1018  func (m *VirtualMachineCapabilities) XXX_DiscardUnknown() {
  1019  	xxx_messageInfo_VirtualMachineCapabilities.DiscardUnknown(m)
  1020  }
  1021  
  1022  var xxx_messageInfo_VirtualMachineCapabilities proto.InternalMessageInfo
  1023  
  1024  func (m *VirtualMachineCapabilities) GetIsolatedVmCapable() bool {
  1025  	if m != nil {
  1026  		return m.IsolatedVmCapable
  1027  	}
  1028  	return false
  1029  }
  1030  
  1031  type InstanceViewStatus struct {
  1032  	Code                 string                             `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
  1033  	Level                InstanceViewStatus_StatusLevelType `protobuf:"varint,2,opt,name=level,proto3,enum=moc.InstanceViewStatus_StatusLevelType" json:"level,omitempty"`
  1034  	DisplayStatus        string                             `protobuf:"bytes,3,opt,name=displayStatus,proto3" json:"displayStatus,omitempty"`
  1035  	Message              string                             `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
  1036  	Time                 string                             `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"`
  1037  	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
  1038  	XXX_unrecognized     []byte                             `json:"-"`
  1039  	XXX_sizecache        int32                              `json:"-"`
  1040  }
  1041  
  1042  func (m *InstanceViewStatus) Reset()         { *m = InstanceViewStatus{} }
  1043  func (m *InstanceViewStatus) String() string { return proto.CompactTextString(m) }
  1044  func (*InstanceViewStatus) ProtoMessage()    {}
  1045  func (*InstanceViewStatus) Descriptor() ([]byte, []int) {
  1046  	return fileDescriptor_7d1a061f6c82445b, []int{9}
  1047  }
  1048  
  1049  func (m *InstanceViewStatus) XXX_Unmarshal(b []byte) error {
  1050  	return xxx_messageInfo_InstanceViewStatus.Unmarshal(m, b)
  1051  }
  1052  func (m *InstanceViewStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1053  	return xxx_messageInfo_InstanceViewStatus.Marshal(b, m, deterministic)
  1054  }
  1055  func (m *InstanceViewStatus) XXX_Merge(src proto.Message) {
  1056  	xxx_messageInfo_InstanceViewStatus.Merge(m, src)
  1057  }
  1058  func (m *InstanceViewStatus) XXX_Size() int {
  1059  	return xxx_messageInfo_InstanceViewStatus.Size(m)
  1060  }
  1061  func (m *InstanceViewStatus) XXX_DiscardUnknown() {
  1062  	xxx_messageInfo_InstanceViewStatus.DiscardUnknown(m)
  1063  }
  1064  
  1065  var xxx_messageInfo_InstanceViewStatus proto.InternalMessageInfo
  1066  
  1067  func (m *InstanceViewStatus) GetCode() string {
  1068  	if m != nil {
  1069  		return m.Code
  1070  	}
  1071  	return ""
  1072  }
  1073  
  1074  func (m *InstanceViewStatus) GetLevel() InstanceViewStatus_StatusLevelType {
  1075  	if m != nil {
  1076  		return m.Level
  1077  	}
  1078  	return InstanceViewStatus_Unknown
  1079  }
  1080  
  1081  func (m *InstanceViewStatus) GetDisplayStatus() string {
  1082  	if m != nil {
  1083  		return m.DisplayStatus
  1084  	}
  1085  	return ""
  1086  }
  1087  
  1088  func (m *InstanceViewStatus) GetMessage() string {
  1089  	if m != nil {
  1090  		return m.Message
  1091  	}
  1092  	return ""
  1093  }
  1094  
  1095  func (m *InstanceViewStatus) GetTime() string {
  1096  	if m != nil {
  1097  		return m.Time
  1098  	}
  1099  	return ""
  1100  }
  1101  
  1102  type VirtualMachineAgentInstanceView struct {
  1103  	VmAgentVersion       string                `protobuf:"bytes,1,opt,name=vmAgentVersion,proto3" json:"vmAgentVersion,omitempty"`
  1104  	Statuses             []*InstanceViewStatus `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
  1105  	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
  1106  	XXX_unrecognized     []byte                `json:"-"`
  1107  	XXX_sizecache        int32                 `json:"-"`
  1108  }
  1109  
  1110  func (m *VirtualMachineAgentInstanceView) Reset()         { *m = VirtualMachineAgentInstanceView{} }
  1111  func (m *VirtualMachineAgentInstanceView) String() string { return proto.CompactTextString(m) }
  1112  func (*VirtualMachineAgentInstanceView) ProtoMessage()    {}
  1113  func (*VirtualMachineAgentInstanceView) Descriptor() ([]byte, []int) {
  1114  	return fileDescriptor_7d1a061f6c82445b, []int{10}
  1115  }
  1116  
  1117  func (m *VirtualMachineAgentInstanceView) XXX_Unmarshal(b []byte) error {
  1118  	return xxx_messageInfo_VirtualMachineAgentInstanceView.Unmarshal(m, b)
  1119  }
  1120  func (m *VirtualMachineAgentInstanceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1121  	return xxx_messageInfo_VirtualMachineAgentInstanceView.Marshal(b, m, deterministic)
  1122  }
  1123  func (m *VirtualMachineAgentInstanceView) XXX_Merge(src proto.Message) {
  1124  	xxx_messageInfo_VirtualMachineAgentInstanceView.Merge(m, src)
  1125  }
  1126  func (m *VirtualMachineAgentInstanceView) XXX_Size() int {
  1127  	return xxx_messageInfo_VirtualMachineAgentInstanceView.Size(m)
  1128  }
  1129  func (m *VirtualMachineAgentInstanceView) XXX_DiscardUnknown() {
  1130  	xxx_messageInfo_VirtualMachineAgentInstanceView.DiscardUnknown(m)
  1131  }
  1132  
  1133  var xxx_messageInfo_VirtualMachineAgentInstanceView proto.InternalMessageInfo
  1134  
  1135  func (m *VirtualMachineAgentInstanceView) GetVmAgentVersion() string {
  1136  	if m != nil {
  1137  		return m.VmAgentVersion
  1138  	}
  1139  	return ""
  1140  }
  1141  
  1142  func (m *VirtualMachineAgentInstanceView) GetStatuses() []*InstanceViewStatus {
  1143  	if m != nil {
  1144  		return m.Statuses
  1145  	}
  1146  	return nil
  1147  }
  1148  
  1149  type GuestAgentConfiguration struct {
  1150  	Enabled              bool     `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
  1151  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1152  	XXX_unrecognized     []byte   `json:"-"`
  1153  	XXX_sizecache        int32    `json:"-"`
  1154  }
  1155  
  1156  func (m *GuestAgentConfiguration) Reset()         { *m = GuestAgentConfiguration{} }
  1157  func (m *GuestAgentConfiguration) String() string { return proto.CompactTextString(m) }
  1158  func (*GuestAgentConfiguration) ProtoMessage()    {}
  1159  func (*GuestAgentConfiguration) Descriptor() ([]byte, []int) {
  1160  	return fileDescriptor_7d1a061f6c82445b, []int{11}
  1161  }
  1162  
  1163  func (m *GuestAgentConfiguration) XXX_Unmarshal(b []byte) error {
  1164  	return xxx_messageInfo_GuestAgentConfiguration.Unmarshal(m, b)
  1165  }
  1166  func (m *GuestAgentConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1167  	return xxx_messageInfo_GuestAgentConfiguration.Marshal(b, m, deterministic)
  1168  }
  1169  func (m *GuestAgentConfiguration) XXX_Merge(src proto.Message) {
  1170  	xxx_messageInfo_GuestAgentConfiguration.Merge(m, src)
  1171  }
  1172  func (m *GuestAgentConfiguration) XXX_Size() int {
  1173  	return xxx_messageInfo_GuestAgentConfiguration.Size(m)
  1174  }
  1175  func (m *GuestAgentConfiguration) XXX_DiscardUnknown() {
  1176  	xxx_messageInfo_GuestAgentConfiguration.DiscardUnknown(m)
  1177  }
  1178  
  1179  var xxx_messageInfo_GuestAgentConfiguration proto.InternalMessageInfo
  1180  
  1181  func (m *GuestAgentConfiguration) GetEnabled() bool {
  1182  	if m != nil {
  1183  		return m.Enabled
  1184  	}
  1185  	return false
  1186  }
  1187  
  1188  type ProxyConfiguration struct {
  1189  	HttpProxy            string   `protobuf:"bytes,1,opt,name=httpProxy,proto3" json:"httpProxy,omitempty"`
  1190  	HttpsProxy           string   `protobuf:"bytes,2,opt,name=httpsProxy,proto3" json:"httpsProxy,omitempty"`
  1191  	NoProxy              []string `protobuf:"bytes,3,rep,name=noProxy,proto3" json:"noProxy,omitempty"`
  1192  	TrustedCa            string   `protobuf:"bytes,4,opt,name=trustedCa,proto3" json:"trustedCa,omitempty"`
  1193  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1194  	XXX_unrecognized     []byte   `json:"-"`
  1195  	XXX_sizecache        int32    `json:"-"`
  1196  }
  1197  
  1198  func (m *ProxyConfiguration) Reset()         { *m = ProxyConfiguration{} }
  1199  func (m *ProxyConfiguration) String() string { return proto.CompactTextString(m) }
  1200  func (*ProxyConfiguration) ProtoMessage()    {}
  1201  func (*ProxyConfiguration) Descriptor() ([]byte, []int) {
  1202  	return fileDescriptor_7d1a061f6c82445b, []int{12}
  1203  }
  1204  
  1205  func (m *ProxyConfiguration) XXX_Unmarshal(b []byte) error {
  1206  	return xxx_messageInfo_ProxyConfiguration.Unmarshal(m, b)
  1207  }
  1208  func (m *ProxyConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1209  	return xxx_messageInfo_ProxyConfiguration.Marshal(b, m, deterministic)
  1210  }
  1211  func (m *ProxyConfiguration) XXX_Merge(src proto.Message) {
  1212  	xxx_messageInfo_ProxyConfiguration.Merge(m, src)
  1213  }
  1214  func (m *ProxyConfiguration) XXX_Size() int {
  1215  	return xxx_messageInfo_ProxyConfiguration.Size(m)
  1216  }
  1217  func (m *ProxyConfiguration) XXX_DiscardUnknown() {
  1218  	xxx_messageInfo_ProxyConfiguration.DiscardUnknown(m)
  1219  }
  1220  
  1221  var xxx_messageInfo_ProxyConfiguration proto.InternalMessageInfo
  1222  
  1223  func (m *ProxyConfiguration) GetHttpProxy() string {
  1224  	if m != nil {
  1225  		return m.HttpProxy
  1226  	}
  1227  	return ""
  1228  }
  1229  
  1230  func (m *ProxyConfiguration) GetHttpsProxy() string {
  1231  	if m != nil {
  1232  		return m.HttpsProxy
  1233  	}
  1234  	return ""
  1235  }
  1236  
  1237  func (m *ProxyConfiguration) GetNoProxy() []string {
  1238  	if m != nil {
  1239  		return m.NoProxy
  1240  	}
  1241  	return nil
  1242  }
  1243  
  1244  func (m *ProxyConfiguration) GetTrustedCa() string {
  1245  	if m != nil {
  1246  		return m.TrustedCa
  1247  	}
  1248  	return ""
  1249  }
  1250  
  1251  var E_Sensitivecompute = &proto.ExtensionDesc{
  1252  	ExtendedType:  (*descriptor.FieldOptions)(nil),
  1253  	ExtensionType: (*bool)(nil),
  1254  	Field:         50002,
  1255  	Name:          "moc.sensitivecompute",
  1256  	Tag:           "varint,50002,opt,name=sensitivecompute",
  1257  	Filename:      "moc_common_computecommon.proto",
  1258  }
  1259  
  1260  var E_Sensitivejson = &proto.ExtensionDesc{
  1261  	ExtendedType:  (*descriptor.FieldOptions)(nil),
  1262  	ExtensionType: (*bool)(nil),
  1263  	Field:         50003,
  1264  	Name:          "moc.sensitivejson",
  1265  	Tag:           "varint,50003,opt,name=sensitivejson",
  1266  	Filename:      "moc_common_computecommon.proto",
  1267  }
  1268  
  1269  func init() {
  1270  	proto.RegisterEnum("moc.UserType", UserType_name, UserType_value)
  1271  	proto.RegisterEnum("moc.ProcessorType", ProcessorType_name, ProcessorType_value)
  1272  	proto.RegisterEnum("moc.OperatingSystemBootstrapEngine", OperatingSystemBootstrapEngine_name, OperatingSystemBootstrapEngine_value)
  1273  	proto.RegisterEnum("moc.OperatingSystemType", OperatingSystemType_name, OperatingSystemType_value)
  1274  	proto.RegisterEnum("moc.VirtualMachineSizeType", VirtualMachineSizeType_name, VirtualMachineSizeType_value)
  1275  	proto.RegisterEnum("moc.WinRMProtocolType", WinRMProtocolType_name, WinRMProtocolType_value)
  1276  	proto.RegisterEnum("moc.PowerState", PowerState_name, PowerState_value)
  1277  	proto.RegisterEnum("moc.VirtualMachineOperation", VirtualMachineOperation_name, VirtualMachineOperation_value)
  1278  	proto.RegisterEnum("moc.VirtualMachineRunCommandExecutionState", VirtualMachineRunCommandExecutionState_name, VirtualMachineRunCommandExecutionState_value)
  1279  	proto.RegisterEnum("moc.Architecture", Architecture_name, Architecture_value)
  1280  	proto.RegisterEnum("moc.SecurityType", SecurityType_name, SecurityType_value)
  1281  	proto.RegisterEnum("moc.Gpu_AssignmentType", Gpu_AssignmentType_name, Gpu_AssignmentType_value)
  1282  	proto.RegisterEnum("moc.InstanceViewStatus_StatusLevelType", InstanceViewStatus_StatusLevelType_name, InstanceViewStatus_StatusLevelType_value)
  1283  	proto.RegisterType((*WinRMListener)(nil), "moc.WinRMListener")
  1284  	proto.RegisterType((*WinRMConfiguration)(nil), "moc.WinRMConfiguration")
  1285  	proto.RegisterType((*Gpu)(nil), "moc.Gpu")
  1286  	proto.RegisterType((*VirtualMachineCustomSize)(nil), "moc.VirtualMachineCustomSize")
  1287  	proto.RegisterType((*DynamicMemoryConfiguration)(nil), "moc.DynamicMemoryConfiguration")
  1288  	proto.RegisterType((*VirtualMachineRunCommandInputParameter)(nil), "moc.VirtualMachineRunCommandInputParameter")
  1289  	proto.RegisterType((*VirtualMachineRunCommandScriptSource)(nil), "moc.VirtualMachineRunCommandScriptSource")
  1290  	proto.RegisterType((*VirtualMachineRunCommandInstanceView)(nil), "moc.VirtualMachineRunCommandInstanceView")
  1291  	proto.RegisterType((*VirtualMachineCapabilities)(nil), "moc.VirtualMachineCapabilities")
  1292  	proto.RegisterType((*InstanceViewStatus)(nil), "moc.InstanceViewStatus")
  1293  	proto.RegisterType((*VirtualMachineAgentInstanceView)(nil), "moc.VirtualMachineAgentInstanceView")
  1294  	proto.RegisterType((*GuestAgentConfiguration)(nil), "moc.GuestAgentConfiguration")
  1295  	proto.RegisterType((*ProxyConfiguration)(nil), "moc.ProxyConfiguration")
  1296  	proto.RegisterExtension(E_Sensitivecompute)
  1297  	proto.RegisterExtension(E_Sensitivejson)
  1298  }
  1299  
  1300  func init() { proto.RegisterFile("moc_common_computecommon.proto", fileDescriptor_7d1a061f6c82445b) }
  1301  
  1302  var fileDescriptor_7d1a061f6c82445b = []byte{
  1303  	// 1821 bytes of a gzipped FileDescriptorProto
  1304  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x97, 0xcd, 0x72, 0xe3, 0xc6,
  1305  	0x11, 0x80, 0x17, 0xfc, 0x91, 0xc8, 0xd6, 0xdf, 0x68, 0x76, 0x2d, 0xd1, 0xca, 0x7a, 0xad, 0xd0,
  1306  	0xeb, 0xb5, 0x42, 0xdb, 0x14, 0xff, 0xcc, 0xb0, 0x5c, 0x95, 0xaa, 0x50, 0x24, 0xc4, 0xa5, 0x25,
  1307  	0x82, 0x2c, 0x80, 0x94, 0x9c, 0x5c, 0x18, 0x08, 0x1c, 0x52, 0x48, 0x08, 0x0c, 0x0a, 0x18, 0x68,
  1308  	0x25, 0x1f, 0x52, 0x39, 0xe5, 0xec, 0xca, 0x29, 0x87, 0x1c, 0x72, 0xcc, 0x0b, 0xa4, 0xf2, 0x04,
  1309  	0x79, 0x81, 0xe4, 0x79, 0x52, 0x95, 0x9a, 0x01, 0x40, 0x09, 0x90, 0x94, 0x9c, 0x88, 0xfe, 0xfa,
  1310  	0x17, 0xdd, 0xc3, 0x99, 0x01, 0xbc, 0xb1, 0xa8, 0x31, 0x35, 0xa8, 0x65, 0x51, 0x9b, 0xff, 0x38,
  1311  	0x3e, 0x23, 0x81, 0x54, 0x76, 0x5c, 0xca, 0x28, 0x4e, 0x5b, 0xd4, 0x38, 0x38, 0x5c, 0x50, 0xba,
  1312  	0x58, 0x92, 0x63, 0x81, 0xae, 0xfc, 0xf9, 0xf1, 0x8c, 0x78, 0x86, 0x6b, 0x3a, 0x8c, 0xba, 0x81,
  1313  	0x59, 0xb1, 0x03, 0x5b, 0x97, 0xa6, 0xad, 0x0e, 0xce, 0x4d, 0x8f, 0x11, 0x9b, 0xb8, 0xb8, 0x06,
  1314  	0xb9, 0x11, 0xd7, 0x18, 0x74, 0x59, 0x90, 0x0e, 0xa5, 0xa3, 0xed, 0xda, 0x5e, 0xd9, 0xa2, 0x46,
  1315  	0x59, 0x58, 0x45, 0x9a, 0xf1, 0x9d, 0x43, 0xd4, 0x95, 0x5d, 0xf1, 0x14, 0xb0, 0x50, 0x77, 0xa8,
  1316  	0x3d, 0x37, 0x17, 0xbe, 0xab, 0x33, 0x93, 0xda, 0xb8, 0x02, 0xf9, 0x28, 0xaa, 0x57, 0x90, 0x0e,
  1317  	0xd3, 0x47, 0x1b, 0x35, 0x7c, 0x1f, 0x2a, 0x52, 0xa9, 0xf7, 0x46, 0xc5, 0x1f, 0x25, 0x48, 0xf7,
  1318  	0x1c, 0x1f, 0xff, 0x1c, 0x40, 0xf7, 0x3c, 0x73, 0x61, 0x5b, 0xc4, 0x66, 0x61, 0x15, 0xfb, 0xc2,
  1319  	0xb5, 0xe7, 0xf8, 0xe5, 0xf6, 0x4a, 0x25, 0xca, 0x78, 0x60, 0x8a, 0x8f, 0x60, 0xc7, 0xd1, 0x5d,
  1320  	0x66, 0xf2, 0xfc, 0x9a, 0xf9, 0x03, 0xe9, 0x9d, 0x14, 0x52, 0x87, 0xd2, 0x51, 0x56, 0x4d, 0xe2,
  1321  	0xe2, 0x3b, 0xd8, 0x8e, 0xc7, 0xc1, 0x00, 0x6b, 0x3d, 0xc7, 0xef, 0x76, 0xdb, 0xe8, 0x05, 0xce,
  1322  	0x41, 0xa6, 0xe7, 0xf8, 0x23, 0x24, 0x15, 0xff, 0x24, 0x41, 0xe1, 0xc2, 0x74, 0x99, 0xaf, 0x2f,
  1323  	0x07, 0xba, 0x71, 0x6d, 0xda, 0xa4, 0xe3, 0x7b, 0x8c, 0x5a, 0x3c, 0x0c, 0x3e, 0x80, 0x9c, 0xe1,
  1324  	0xf8, 0x1d, 0xea, 0x87, 0x55, 0x66, 0xd5, 0x95, 0xcc, 0x75, 0x16, 0xb1, 0xa8, 0x7b, 0x37, 0x88,
  1325  	0x6a, 0x58, 0xc9, 0x5c, 0xb7, 0x88, 0xfc, 0xd2, 0x81, 0x2e, 0x92, 0x71, 0x11, 0xd6, 0x17, 0x8e,
  1326  	0xcf, 0x7b, 0x52, 0xc8, 0x88, 0x9e, 0xe5, 0xa2, 0x17, 0x57, 0x23, 0x45, 0xf1, 0xaf, 0x12, 0x1c,
  1327  	0x74, 0xef, 0x6c, 0xdd, 0x32, 0x8d, 0x81, 0x88, 0x19, 0x6f, 0xfc, 0x11, 0xec, 0x58, 0xfa, 0xad,
  1328  	0x69, 0xf9, 0xd6, 0x20, 0xaa, 0x80, 0x57, 0x97, 0x51, 0x93, 0x58, 0x58, 0x9a, 0x76, 0xcc, 0x32,
  1329  	0x15, 0x5a, 0xc6, 0x31, 0x2e, 0x03, 0x66, 0xba, 0xbb, 0x20, 0x2c, 0x20, 0x27, 0xfe, 0x7c, 0x4e,
  1330  	0x5c, 0x51, 0xfc, 0x96, 0xfa, 0x84, 0xa6, 0xf8, 0x3d, 0xbc, 0x8b, 0xb7, 0x4d, 0xf5, 0xed, 0x0e,
  1331  	0xb5, 0x2c, 0xdd, 0x9e, 0xf5, 0x6d, 0xc7, 0x67, 0x23, 0xdd, 0xd5, 0x2d, 0xc2, 0x88, 0x8b, 0x31,
  1332  	0x64, 0x14, 0xdd, 0x22, 0xa2, 0xc4, 0xbc, 0x2a, 0x9e, 0xf1, 0x01, 0x64, 0x2f, 0xf4, 0xa5, 0x4f,
  1333  	0x44, 0x35, 0xf9, 0x93, 0xcc, 0x9f, 0xff, 0x5e, 0x90, 0xd4, 0x00, 0x15, 0xff, 0x20, 0xc1, 0xdb,
  1334  	0xe7, 0x42, 0x6b, 0x62, 0x71, 0x6b, 0xd4, 0x77, 0x0d, 0x82, 0x5f, 0xc3, 0x5a, 0x20, 0x07, 0xa1,
  1335  	0x4f, 0x32, 0x3f, 0xf2, 0x28, 0x21, 0xc3, 0xaf, 0x21, 0x1f, 0x3c, 0x4d, 0xd4, 0x7e, 0x90, 0x46,
  1336  	0xbd, 0x07, 0x5c, 0x1b, 0x55, 0xdb, 0x15, 0x6f, 0x99, 0x57, 0xef, 0x41, 0xf1, 0x9f, 0xff, 0xa3,
  1337  	0x84, 0xbe, 0xed, 0x31, 0xdd, 0x36, 0xc8, 0x85, 0x49, 0x3e, 0x60, 0x0d, 0xb6, 0xe5, 0x5b, 0x62,
  1338  	0xf8, 0x62, 0xe1, 0x31, 0x9d, 0x91, 0x70, 0x31, 0x7f, 0x29, 0x66, 0xfa, 0x5c, 0x88, 0xb8, 0x8b,
  1339  	0x9a, 0x08, 0xc1, 0x57, 0x8f, 0x7c, 0x6b, 0xb2, 0x0e, 0x9d, 0x91, 0x68, 0x65, 0x45, 0x32, 0xde,
  1340  	0x83, 0xb5, 0xa1, 0xcf, 0x1c, 0x9f, 0x85, 0x45, 0x87, 0x12, 0x7e, 0x05, 0x59, 0xd9, 0x75, 0xa9,
  1341  	0x5b, 0xc8, 0x08, 0x1c, 0x08, 0xc5, 0xef, 0xe0, 0x20, 0xb1, 0xb6, 0x75, 0x47, 0xbf, 0x32, 0x97,
  1342  	0x26, 0x33, 0x89, 0x87, 0xbf, 0x82, 0xdd, 0xbe, 0x47, 0x97, 0x3a, 0x23, 0xb3, 0x0b, 0x4b, 0x68,
  1343  	0x96, 0x41, 0xfd, 0x39, 0xf5, 0xb1, 0xa2, 0xf8, 0x1f, 0x09, 0xf0, 0xc3, 0x77, 0xe7, 0xb5, 0xfa,
  1344  	0x1e, 0x9f, 0xae, 0xc1, 0x0b, 0x0d, 0xa7, 0xcb, 0x9f, 0xf1, 0x2f, 0x20, 0xbb, 0x24, 0x37, 0x64,
  1345  	0x29, 0xaa, 0xdf, 0xae, 0x7d, 0x21, 0x9a, 0xf1, 0xd8, 0xb7, 0x1c, 0xfc, 0x9c, 0x73, 0x53, 0xf1,
  1346  	0x4f, 0x0f, 0xbc, 0xf0, 0x5b, 0xd8, 0x9a, 0x99, 0x9e, 0xb3, 0xd4, 0xef, 0x02, 0x83, 0xf0, 0x55,
  1347  	0xe3, 0x10, 0x17, 0x60, 0xdd, 0x22, 0x9e, 0xa7, 0x2f, 0x48, 0xf8, 0xce, 0x91, 0xc8, 0x4b, 0x62,
  1348  	0xa6, 0x45, 0x0a, 0xd9, 0xa0, 0x24, 0xfe, 0x5c, 0xfc, 0x25, 0xec, 0x24, 0xb2, 0xe1, 0x0d, 0x58,
  1349  	0x9f, 0xd8, 0xbf, 0xb3, 0xe9, 0x07, 0x3b, 0xd8, 0x10, 0xfa, 0xf6, 0x9c, 0x22, 0x89, 0xe3, 0x4b,
  1350  	0xdd, 0xb5, 0x4d, 0x7b, 0x81, 0x52, 0x38, 0x1f, 0xb6, 0x15, 0xa5, 0x8b, 0xbf, 0x87, 0x4f, 0xe3,
  1351  	0xbd, 0x6c, 0x2f, 0x88, 0xcd, 0x62, 0xab, 0xe1, 0x1d, 0x6c, 0xdf, 0x58, 0x02, 0x5f, 0x10, 0xd7,
  1352  	0x33, 0xa9, 0x1d, 0x76, 0x25, 0x41, 0x71, 0x1d, 0x72, 0x9e, 0x28, 0x86, 0x78, 0x85, 0x94, 0xd8,
  1353  	0x03, 0xf6, 0x9f, 0x69, 0x91, 0xba, 0x32, 0x2c, 0xd6, 0x61, 0xbf, 0xe7, 0x13, 0x8f, 0x89, 0x48,
  1354  	0xf1, 0xfd, 0xa0, 0x00, 0xeb, 0xc4, 0xe6, 0x43, 0x9a, 0x85, 0xe3, 0x8b, 0xc4, 0xe2, 0x5f, 0x24,
  1355  	0xc0, 0x23, 0x97, 0xde, 0x26, 0x36, 0x90, 0x22, 0xe4, 0xaf, 0x19, 0x73, 0x84, 0x26, 0xf6, 0xe7,
  1356  	0xb9, 0xc7, 0xf8, 0x2d, 0x00, 0x17, 0xbc, 0xc0, 0x28, 0xf5, 0xc0, 0xe8, 0x01, 0xe7, 0xa9, 0x6d,
  1357  	0x1a, 0x98, 0xa4, 0x0f, 0xd3, 0x7c, 0x0a, 0xa1, 0xc8, 0x73, 0x30, 0xd7, 0xf7, 0x18, 0x99, 0x75,
  1358  	0xf4, 0x60, 0x42, 0x51, 0x8e, 0x15, 0x2e, 0xbd, 0x81, 0xdc, 0xc4, 0x23, 0xae, 0x18, 0x47, 0x0e,
  1359  	0x32, 0xea, 0x70, 0x38, 0x0e, 0x66, 0x31, 0xd1, 0x64, 0x15, 0x49, 0xa5, 0x5f, 0xc1, 0xd6, 0xc8,
  1360  	0xa5, 0x06, 0xf1, 0x3c, 0xba, 0x32, 0x52, 0xa8, 0x4d, 0xd0, 0x0b, 0x3e, 0x99, 0xbe, 0xcd, 0xc8,
  1361  	0x32, 0x98, 0x98, 0x78, 0x6c, 0x36, 0x50, 0x0a, 0xaf, 0x43, 0xba, 0x3d, 0xe8, 0xa2, 0x34, 0x37,
  1362  	0x68, 0x0f, 0xba, 0xcd, 0x06, 0xca, 0x08, 0xa6, 0x0e, 0x50, 0x56, 0x30, 0x75, 0xd0, 0x6c, 0xa0,
  1363  	0xb5, 0xd2, 0x77, 0xf0, 0x66, 0xe8, 0x10, 0xde, 0x0f, 0x7b, 0xa1, 0xdd, 0x79, 0x8c, 0x58, 0x27,
  1364  	0x94, 0x32, 0x8f, 0xb9, 0xba, 0x23, 0xdb, 0x0b, 0xd3, 0x26, 0x78, 0x1b, 0xa0, 0x73, 0x3e, 0x9c,
  1365  	0x74, 0xa7, 0x7d, 0xa5, 0xcf, 0xcb, 0x2a, 0xc0, 0xab, 0xcb, 0xbe, 0xd2, 0x1d, 0x5e, 0x6a, 0xd3,
  1366  	0xb6, 0xa2, 0x5d, 0xca, 0xea, 0xf4, 0xb4, 0x7f, 0x2e, 0x6b, 0x48, 0x2a, 0x7d, 0x0d, 0x2f, 0x13,
  1367  	0xb1, 0xa2, 0x05, 0x16, 0x3a, 0x04, 0xf5, 0x9e, 0xf7, 0x95, 0xc9, 0xf7, 0x48, 0x2a, 0xfd, 0x2d,
  1368  	0x0f, 0x7b, 0xf1, 0xa5, 0xc4, 0x0f, 0x9b, 0xc8, 0xa5, 0x4b, 0xe6, 0xba, 0xbf, 0x64, 0xe8, 0x05,
  1369  	0xc6, 0xb0, 0xad, 0x31, 0xdd, 0x9e, 0xe9, 0xee, 0x6c, 0xda, 0xae, 0x4d, 0x6f, 0x6a, 0x28, 0x15,
  1370  	0x67, 0x0d, 0xce, 0xd2, 0xf8, 0xa5, 0x58, 0xdb, 0x01, 0xeb, 0xd6, 0xbc, 0xe9, 0x4d, 0x1d, 0x65,
  1371  	0xe2, 0xb0, 0x21, 0x60, 0x36, 0x0e, 0x5b, 0x02, 0xae, 0xe1, 0x57, 0x80, 0xee, 0x61, 0xb5, 0x29,
  1372  	0xe8, 0x7a, 0x9c, 0xd6, 0x83, 0xa8, 0xb9, 0x78, 0x00, 0x4d, 0xd4, 0x94, 0x4f, 0xc0, 0x3a, 0x87,
  1373  	0x90, 0x80, 0xa2, 0xd2, 0x8d, 0x04, 0xfc, 0x86, 0xc3, 0xcd, 0x78, 0x26, 0xad, 0x2a, 0xfc, 0xb7,
  1374  	0x62, 0xa6, 0x67, 0x2d, 0x6d, 0x7a, 0x53, 0x45, 0xdb, 0x31, 0xd3, 0xb3, 0x16, 0xcf, 0x5f, 0x45,
  1375  	0x3b, 0x49, 0x5a, 0xe7, 0x14, 0x25, 0x69, 0x83, 0xd3, 0x5d, 0x8c, 0x60, 0x73, 0x45, 0x95, 0xb3,
  1376  	0x26, 0xc2, 0x78, 0x17, 0xb6, 0x1e, 0x90, 0x6a, 0x0d, 0xbd, 0x8c, 0x1b, 0x5d, 0x34, 0xd1, 0xab,
  1377  	0xb8, 0xd1, 0x45, 0xb5, 0x86, 0x3e, 0x4a, 0xc6, 0xff, 0x86, 0xc7, 0xdf, 0xc3, 0xfb, 0xf0, 0x32,
  1378  	0xd1, 0xa0, 0xe9, 0xfb, 0x91, 0x82, 0xf6, 0x13, 0x8a, 0x7a, 0xa4, 0x28, 0x24, 0x14, 0x8d, 0x48,
  1379  	0xf1, 0x71, 0x2c, 0xc1, 0x69, 0xcd, 0x13, 0xf4, 0x20, 0x4e, 0x1b, 0x01, 0xfd, 0x49, 0x9c, 0xb6,
  1380  	0x02, 0xfa, 0x1a, 0x7f, 0x04, 0xbb, 0xf7, 0x94, 0x4f, 0x96, 0xe3, 0x4f, 0x62, 0xad, 0x55, 0x3a,
  1381  	0x8d, 0x69, 0xbb, 0x86, 0xde, 0x24, 0x60, 0x8b, 0xc3, 0x4f, 0x63, 0x61, 0x95, 0x4e, 0xb5, 0xc9,
  1382  	0xe9, 0x61, 0x82, 0xd6, 0x6b, 0x9c, 0xfe, 0x34, 0x41, 0x1b, 0xd3, 0x76, 0xbd, 0x82, 0x8a, 0x09,
  1383  	0xda, 0x12, 0xf4, 0xb3, 0x58, 0x61, 0x41, 0xdc, 0x7a, 0x05, 0xbd, 0x4d, 0x60, 0x1e, 0xb8, 0x5e,
  1384  	0x41, 0x9f, 0xf3, 0x3f, 0x5e, 0x3c, 0x72, 0xb5, 0x52, 0x99, 0x36, 0x2a, 0xe8, 0x5d, 0x42, 0xd3,
  1385  	0x5a, 0x69, 0xbe, 0xc0, 0x1f, 0xc3, 0x47, 0x89, 0x0c, 0xa1, 0xea, 0x28, 0xa1, 0xe2, 0x59, 0x42,
  1386  	0xd5, 0xcf, 0x9e, 0xce, 0xd4, 0xaa, 0xa0, 0xd2, 0xd3, 0x99, 0x5a, 0x15, 0xf4, 0xe5, 0x33, 0x99,
  1387  	0x5a, 0x15, 0xf4, 0xd5, 0x33, 0x99, 0x5a, 0x15, 0xf4, 0xf5, 0xe3, 0x6e, 0x55, 0x9b, 0xa8, 0xfc,
  1388  	0xb8, 0x5b, 0xd5, 0x26, 0x3a, 0x7e, 0xa2, 0x5b, 0xd5, 0x26, 0xaa, 0x3c, 0xd1, 0xad, 0x6a, 0x13,
  1389  	0x55, 0xf1, 0x16, 0xe4, 0x83, 0x1b, 0x2c, 0x1f, 0xcb, 0xf4, 0x81, 0xa8, 0x9c, 0xa1, 0xdf, 0xf0,
  1390  	0xa5, 0x1d, 0x8a, 0x3d, 0xc7, 0x77, 0x6e, 0x90, 0xce, 0xaf, 0xc5, 0x01, 0x41, 0x57, 0x78, 0x07,
  1391  	0x36, 0x26, 0xb6, 0xe7, 0x3b, 0x0e, 0x75, 0x19, 0x99, 0x21, 0xa3, 0x74, 0x04, 0xbb, 0x8f, 0xbe,
  1392  	0x0b, 0xf8, 0x26, 0xfc, 0x7e, 0x3c, 0x1e, 0x05, 0x9b, 0x1a, 0x7f, 0xe2, 0x7b, 0xe0, 0x18, 0x60,
  1393  	0x44, 0x3f, 0x10, 0x37, 0xb8, 0xc2, 0xc4, 0xce, 0xd6, 0x0d, 0x58, 0x57, 0x7d, 0x5b, 0x9c, 0xa8,
  1394  	0x12, 0xdf, 0x8b, 0x87, 0xf3, 0x39, 0x4a, 0xf1, 0xbc, 0x23, 0xdd, 0xf7, 0xc8, 0x0c, 0xa5, 0xf1,
  1395  	0x26, 0xe4, 0x3a, 0xae, 0xc9, 0x4c, 0x43, 0x5f, 0xa2, 0x0c, 0x8f, 0xaa, 0xe9, 0x37, 0x64, 0x86,
  1396  	0xb2, 0xa5, 0x39, 0xec, 0xc7, 0x77, 0xca, 0x70, 0x9f, 0xa5, 0xb6, 0xb0, 0x1a, 0xb7, 0xd5, 0xf0,
  1397  	0xc0, 0xd0, 0xc6, 0xc3, 0x11, 0x92, 0x38, 0x54, 0x65, 0x4d, 0x1e, 0xa3, 0x14, 0xde, 0x03, 0xac,
  1398  	0xca, 0xa3, 0x76, 0x5f, 0x9d, 0xf6, 0x26, 0xb2, 0x36, 0x9e, 0xb6, 0x7b, 0xb2, 0x32, 0x0e, 0xce,
  1399  	0x85, 0x51, 0x7b, 0xa2, 0xc9, 0x28, 0x23, 0xfc, 0xda, 0x17, 0x32, 0xca, 0x96, 0xfe, 0x21, 0x3d,
  1400  	0x7f, 0x9d, 0x7d, 0x74, 0x3b, 0xdb, 0x8b, 0x93, 0xe9, 0x44, 0x39, 0x53, 0x86, 0x97, 0x0a, 0x7a,
  1401  	0xc1, 0x07, 0x9e, 0xd0, 0x9d, 0xb6, 0xfb, 0xe7, 0x72, 0x17, 0x49, 0xf8, 0x35, 0x14, 0x12, 0x2a,
  1402  	0x6d, 0xd2, 0xe9, 0xc8, 0x72, 0x57, 0xee, 0xa2, 0xd4, 0x13, 0x41, 0x47, 0xb2, 0xd2, 0xed, 0x2b,
  1403  	0x3d, 0x94, 0x7e, 0xc2, 0x53, 0x95, 0x4f, 0x86, 0xc3, 0x31, 0xd7, 0x66, 0x4a, 0x3f, 0xc0, 0x66,
  1404  	0xdb, 0x35, 0xae, 0x4d, 0x46, 0x0c, 0xe6, 0xbb, 0x84, 0xf7, 0xf7, 0xb6, 0xd5, 0x0c, 0x9a, 0x32,
  1405  	0xe8, 0xf3, 0xd1, 0x88, 0x53, 0x6f, 0xe9, 0x5c, 0xeb, 0x28, 0xc5, 0x47, 0x21, 0xa6, 0x34, 0xea,
  1406  	0xa0, 0x34, 0x5f, 0x6d, 0x6d, 0x75, 0x30, 0x7d, 0xe8, 0x8e, 0xb2, 0xdc, 0xcf, 0xd4, 0xf9, 0x11,
  1407  	0x29, 0x42, 0x35, 0x1b, 0x28, 0xcf, 0x5b, 0x29, 0x8e, 0xcd, 0xb8, 0xe9, 0x66, 0xe9, 0x3d, 0x6c,
  1408  	0x6a, 0xc4, 0xf0, 0x5d, 0x93, 0xdd, 0x89, 0x85, 0xb1, 0x0b, 0x5b, 0xca, 0x70, 0xdc, 0x19, 0x2a,
  1409  	0xa7, 0xfd, 0xde, 0x44, 0x95, 0xbb, 0xe8, 0x05, 0x47, 0x63, 0x75, 0xa2, 0x8d, 0xe5, 0xee, 0x79,
  1410  	0x7b, 0xa2, 0x74, 0xde, 0x23, 0x89, 0x1f, 0x61, 0xc2, 0xa4, 0x2b, 0x2b, 0xe3, 0x7e, 0xfb, 0xfc,
  1411  	0x62, 0x80, 0x52, 0xdf, 0x9e, 0x01, 0xf2, 0x88, 0xed, 0x99, 0xcc, 0xbc, 0x21, 0xe1, 0xc7, 0x2e,
  1412  	0xfe, 0xa4, 0x1c, 0x7c, 0xdc, 0x96, 0xa3, 0x8f, 0xdb, 0xf2, 0xa9, 0x49, 0x96, 0xb3, 0xa1, 0xc3,
  1413  	0x1b, 0xe1, 0x15, 0xfe, 0xf5, 0xc7, 0xb4, 0xb8, 0xeb, 0x3c, 0x72, 0xfc, 0x56, 0x86, 0xad, 0x15,
  1414  	0xfb, 0xad, 0x47, 0xed, 0xff, 0x17, 0xe9, 0xdf, 0x61, 0xa4, 0xb8, 0xd7, 0xc9, 0xe7, 0xbf, 0xfe,
  1415  	0x6c, 0x61, 0xb2, 0x6b, 0xff, 0xaa, 0x6c, 0x50, 0xeb, 0xd8, 0x32, 0x0d, 0x97, 0x7a, 0x74, 0xce,
  1416  	0x8e, 0x2d, 0x6a, 0x1c, 0xbb, 0x8e, 0x71, 0x1c, 0x7c, 0x8d, 0x5f, 0xad, 0x89, 0xa0, 0xf5, 0xff,
  1417  	0x06, 0x00, 0x00, 0xff, 0xff, 0x9b, 0x1f, 0xa7, 0x82, 0xb0, 0x0f, 0x00, 0x00,
  1418  }