From 49851d63bac512c04d3fa1a145bdb4dd9c7f43a9 Mon Sep 17 00:00:00 2001 From: bgriddaluru Date: Fri, 12 Jul 2024 00:17:35 -0700 Subject: [PATCH 1/9] VM Placement with Zone - Part 1 --- go.mod | 4 +- go.sum | 10 +- .../moc_cloudagent_virtualmachine.pb.go | 148 ++++---- .../moc_cloudagent_virtualmachine.proto | 1 + .../moc_nodeagent_virtualmachine.pb.go | 328 ++++++++++++------ .../moc_nodeagent_virtualmachine.proto | 9 + 6 files changed, 309 insertions(+), 191 deletions(-) diff --git a/go.mod b/go.mod index 2bf447f3..dc9addc1 100644 --- a/go.mod +++ b/go.mod @@ -15,8 +15,8 @@ require ( ) require ( - golang.org/x/net v0.26.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect + golang.org/x/net v0.27.0 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect ) replace ( diff --git a/go.sum b/go.sum index 565c98d6..2b8dc0dc 100644 --- a/go.sum +++ b/go.sum @@ -1119,8 +1119,8 @@ golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ= -golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE= +golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= +golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1185,7 +1185,7 @@ golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0= +golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= @@ -1521,8 +1521,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go. google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5/go.mod h1:zBEcrKX2ZOcEkHWxBPAIvYUWOKKMIhYcmNiUIu2ji3I= google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d h1:k3zyW3BYYR30e8v3x0bTDdE9vpYFjZHK+HcyqkrppWk= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b h1:04+jVzTs2XBnOZcPsLnmrTGqltqJbZQ1Ey26hjYdQQ0= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk= google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index b5404f93..330593b5 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -917,6 +917,7 @@ type VirtualMachine struct { GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,17,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,18,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` AvailabilitySet *AvailabilitySetReference `protobuf:"bytes,19,opt,name=availabilitySet,proto3" json:"availabilitySet,omitempty"` + Zones []string `protobuf:"bytes,20,rep,name=zones,proto3" json:"zones,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1080,6 +1081,13 @@ func (m *VirtualMachine) GetAvailabilitySet() *AvailabilitySetReference { return nil } +func (m *VirtualMachine) GetZones() []string { + if m != nil { + return m.Zones + } + return nil +} + type VirtualMachineOperationRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OBSOLETE_OperationType common.VirtualMachineOperation `protobuf:"varint,2,opt,name=OBSOLETE_OperationType,json=OBSOLETEOperationType,proto3,enum=moc.VirtualMachineOperation" json:"OBSOLETE_OperationType,omitempty"` // Deprecated: Do not use. @@ -1429,30 +1437,30 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1810 bytes of a gzipped FileDescriptorProto + // 1822 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x53, 0x23, 0xc7, 0x15, 0xb7, 0x04, 0x08, 0xf4, 0xf8, 0xb3, 0xd0, 0x0b, 0xec, 0x44, 0x61, 0x31, 0x35, 0xeb, 0x72, 0xe1, 0x8d, 0x2d, 0x39, 0x78, 0xbd, 0x71, 0xa5, 0x9c, 0x72, 0x09, 0xa4, 0x5d, 0x28, 0x83, 0x50, 0x5a, 0x62, 0xb7, 0x8a, 0x4a, 0x15, 0x1e, 0x46, 0x8d, 0xe8, 0xa0, 0x99, 0x1e, 0x77, 0xf7, 0x20, - 0x2b, 0xc9, 0x25, 0x39, 0x25, 0x95, 0x43, 0x3e, 0x42, 0xbe, 0x84, 0x93, 0x5b, 0x0e, 0xb9, 0xe7, - 0x73, 0xe4, 0x9a, 0x8f, 0x90, 0x54, 0xf7, 0x8c, 0x34, 0x7f, 0x34, 0x43, 0x41, 0x55, 0xf6, 0xe0, + 0xcb, 0xc9, 0x25, 0x39, 0x25, 0xa7, 0x7c, 0x84, 0x54, 0xbe, 0x83, 0x93, 0x5b, 0x0e, 0xb9, 0xe7, + 0x73, 0xe4, 0x9a, 0x8f, 0x90, 0x54, 0xf7, 0x8c, 0x34, 0x7f, 0x34, 0x43, 0x41, 0x55, 0xf6, 0x90, 0x93, 0x34, 0xef, 0xbd, 0xdf, 0xaf, 0x5f, 0xbf, 0x7e, 0x7f, 0xba, 0xe1, 0x99, 0xc3, 0xec, 0x0b, 0x7b, 0xc0, 0xfc, 0x9e, 0xd5, 0x27, 0xae, 0xbc, 0xb8, 0xa5, 0x5c, 0xfa, 0xd6, 0xc0, 0xb1, 0xec, 0x6b, 0xea, 0x92, 0xaa, 0xc7, 0x99, 0x64, 0x68, 0xd3, 0x61, 0x76, 0x35, 0x32, 0xaa, 0xda, 0xcc, 0xf1, 0x7c, 0x49, 0x2a, 0xdb, 0x7d, 0xc6, 0xfa, 0x03, 0x52, 0xd3, 0x56, 0x97, 0xfe, 0x55, 0x6d, 0xc8, 0x2d, 0xcf, 0x23, 0x5c, 0x04, 0xb8, 0xca, 0x13, 0x4d, 0xce, 0x1c, 0x87, 0xb9, 0xe1, 0x4f, - 0xa8, 0xd8, 0x4e, 0x2a, 0x14, 0x59, 0x5c, 0x6f, 0xfe, 0xb5, 0x00, 0x1b, 0x6f, 0x02, 0x4f, 0x4e, + 0xa8, 0xd8, 0x4e, 0x2a, 0x14, 0x59, 0x5c, 0x6f, 0xfe, 0xb9, 0x00, 0x1b, 0x6f, 0x02, 0x4f, 0x4e, 0x02, 0x4f, 0x30, 0xf9, 0xd6, 0x27, 0x42, 0xa2, 0x36, 0x3c, 0x4a, 0x2a, 0x84, 0x51, 0xd8, 0x99, 0xd9, 0x5d, 0xdc, 0xfb, 0xb0, 0x9a, 0xed, 0x64, 0x35, 0xc5, 0x93, 0x86, 0xa3, 0x17, 0xb0, 0x7c, 0xea, 0x11, 0x6e, 0x49, 0xca, 0xdc, 0xee, 0xc8, 0x23, 0x46, 0x71, 0xa7, 0xb0, 0xbb, 0xb2, 0xb7, - 0xa2, 0xf9, 0x26, 0x1a, 0x9c, 0x34, 0x32, 0xbf, 0x2f, 0xc0, 0x66, 0xda, 0x43, 0xe1, 0x31, 0x57, + 0xa2, 0xf9, 0x26, 0x1a, 0x9c, 0x34, 0x32, 0x7f, 0x28, 0xc0, 0x66, 0xda, 0x43, 0xe1, 0x31, 0x57, 0x90, 0x77, 0xe0, 0xe2, 0x1e, 0x94, 0x30, 0x11, 0xfe, 0x40, 0x6a, 0xdf, 0x16, 0xf7, 0x2a, 0xd5, 0x20, 0xf0, 0xd5, 0x71, 0xe0, 0xab, 0xfb, 0x8c, 0x0d, 0xde, 0x58, 0x03, 0x9f, 0xe0, 0xd0, 0x12, 0xad, 0xc3, 0x5c, 0x93, 0x73, 0xc6, 0x8d, 0x99, 0x9d, 0xc2, 0x6e, 0x19, 0x07, 0x1f, 0x66, 0x15, 0x96, 0x3a, 0x9d, 0xc3, 0xb6, 0x7f, 0x39, 0xa0, 0xf6, 0xd7, 0x64, 0x84, 0xb6, 0x61, 0xfe, 0x86, - 0x8c, 0x7a, 0x96, 0xb4, 0x8c, 0x82, 0xb2, 0xdb, 0x9f, 0xfd, 0xe3, 0xdf, 0x8c, 0x02, 0x1e, 0x0b, + 0x8c, 0x7a, 0x96, 0xb4, 0x8c, 0x82, 0xb2, 0xdb, 0x9f, 0xfd, 0xc3, 0x5f, 0x8d, 0x02, 0x1e, 0x0b, 0x4d, 0x13, 0x66, 0x1b, 0x54, 0xdc, 0xa0, 0x0a, 0x2c, 0xf4, 0xa8, 0xb8, 0x71, 0x2d, 0x87, 0x04, - 0x86, 0x78, 0xf2, 0x6d, 0xfe, 0xbb, 0x00, 0xeb, 0x1d, 0xc9, 0xb8, 0xd5, 0x27, 0x07, 0xcc, 0xbd, + 0x86, 0x78, 0xf2, 0x6d, 0xfe, 0xab, 0x00, 0xeb, 0x1d, 0xc9, 0xb8, 0xd5, 0x27, 0x07, 0xcc, 0xbd, 0xa2, 0x7d, 0x3f, 0x88, 0x13, 0x7a, 0x01, 0x25, 0x26, 0x94, 0x99, 0x86, 0x2c, 0xee, 0x6d, 0xe5, 0xed, 0x5f, 0x2d, 0x81, 0x43, 0x5b, 0xf4, 0x73, 0x28, 0xab, 0xa5, 0xd5, 0x7f, 0x61, 0x14, 0x75, 0xe0, 0xee, 0x06, 0x46, 0xe6, 0xe8, 0x43, 0x58, 0xa1, 0x8e, 0xd5, 0x27, 0x98, 0x5c, 0x11, 0x4e, @@ -1460,19 +1468,19 @@ var fileDescriptor_a65ab853cd24c92b = []byte{ 0x2d, 0xea, 0x12, 0xde, 0x52, 0x7b, 0x9b, 0xd5, 0xe6, 0xd9, 0x4a, 0xf3, 0x15, 0xac, 0xb6, 0x88, 0x1c, 0x32, 0x7e, 0x73, 0xe4, 0x4a, 0xc2, 0xaf, 0x2c, 0x9b, 0xa0, 0x3d, 0x58, 0x77, 0x53, 0xb2, 0x56, 0x14, 0xa4, 0x4c, 0x9d, 0xf9, 0x0d, 0xac, 0x87, 0x3c, 0xc9, 0x78, 0x1d, 0x02, 0xd0, 0xb1, - 0xe1, 0x38, 0x67, 0x76, 0xf3, 0xb6, 0x9e, 0xf6, 0x04, 0xc7, 0xb0, 0xe6, 0x1f, 0x0a, 0xb0, 0x76, + 0xe1, 0x38, 0x67, 0x76, 0xf3, 0xb6, 0x9e, 0xf6, 0x04, 0xc7, 0xb0, 0xe6, 0xef, 0x0b, 0xb0, 0x76, 0x26, 0x08, 0x4f, 0xf2, 0xef, 0xc0, 0x82, 0x2f, 0x08, 0x8f, 0x0e, 0x31, 0x3c, 0xed, 0x89, 0x54, 0x59, 0x78, 0x96, 0x10, 0x43, 0xc6, 0x7b, 0x3a, 0xd5, 0x26, 0x16, 0x63, 0x29, 0xfa, 0x28, 0xe0, 0x90, 0xaa, 0x50, 0x66, 0x74, 0xa1, 0x2c, 0x6b, 0x0f, 0xd5, 0x6a, 0xaa, 0x30, 0xf0, 0x44, 0xad, 0xc2, 0x85, 0x1b, 0xed, 0xa4, 0x0b, 0xdb, 0x00, 0x3d, 0x2a, 0xac, 0xcb, 0x01, 0xc1, 0x8d, 0xb6, 0x76, 0x62, 0x01, 0xc7, 0x24, 0x08, 0xc1, 0xac, 0xc7, 0x78, 0x90, 0xe7, 0xcb, 0x58, 0xff, 0x37, 0xcf, 0x01, 0x1d, 0x53, 0xd7, 0xff, 0x2e, 0xc9, 0xd4, 0x80, 0xa7, 0x21, 0xae, 0x1d, 0xfa, 0x56, - 0xf7, 0xe5, 0x35, 0x71, 0x25, 0xb5, 0xb5, 0x41, 0x48, 0x7e, 0xb7, 0x91, 0xf9, 0xa7, 0x22, 0xac, + 0xf7, 0xe5, 0x35, 0x71, 0x25, 0xb5, 0xb5, 0x41, 0x48, 0x7e, 0xb7, 0x91, 0xf9, 0xc7, 0x22, 0xac, 0xbf, 0xa5, 0x6e, 0x8f, 0x0d, 0x45, 0x92, 0xfe, 0x25, 0x6c, 0x12, 0x57, 0x01, 0xeb, 0xbe, 0x64, 0x8e, 0x25, 0xa9, 0x7d, 0xe6, 0xf5, 0x2c, 0xa9, 0xcf, 0x45, 0xf1, 0xe6, 0x68, 0x55, 0xa1, 0x48, 0xea, 0x90, 0x73, 0xe6, 0x06, 0x8d, 0xa4, 0x8c, 0x27, 0xdf, 0xa8, 0x3b, 0x1d, 0x10, 0x1d, 0xc3, 0x3b, 0x4e, 0x39, 0x6d, 0x8f, 0xa7, 0x43, 0xfa, 0x1a, 0xd0, 0x5b, 0xea, 0xe2, 0x93, 0x24, 0xef, - 0xac, 0xe6, 0x7d, 0xa2, 0x79, 0xa7, 0xd5, 0x38, 0x03, 0x62, 0xfe, 0x6b, 0x0e, 0xb6, 0xc2, 0x26, + 0xac, 0xe6, 0x7d, 0xa2, 0x79, 0xa7, 0xd5, 0x38, 0x03, 0x62, 0xfe, 0x73, 0x0e, 0xb6, 0xc2, 0x26, 0xe7, 0xf6, 0x3b, 0x23, 0x21, 0x89, 0x93, 0x5c, 0xc9, 0x84, 0xa5, 0xd0, 0x2f, 0x1e, 0xcb, 0xf1, 0x84, 0x0c, 0x9d, 0xc2, 0xb2, 0xd5, 0x73, 0xa8, 0x4b, 0x85, 0xe4, 0x96, 0x64, 0x3c, 0xec, 0x58, 0x1f, 0xe5, 0x6d, 0x70, 0x2a, 0x4b, 0x71, 0x12, 0x8f, 0xbe, 0x82, 0x39, 0x95, 0x51, 0xc2, 0x98, @@ -1484,66 +1492,66 @@ var fileDescriptor_a65ab853cd24c92b = []byte{ 0x65, 0x81, 0x53, 0xa6, 0x78, 0x1a, 0x8d, 0xce, 0x01, 0x0d, 0xa6, 0xea, 0xc5, 0x58, 0xd0, 0xe7, 0xf0, 0x3c, 0x6f, 0x4b, 0xd3, 0x15, 0x86, 0x33, 0x58, 0xd0, 0x37, 0xb0, 0x3e, 0xcc, 0x28, 0x17, 0xa3, 0xac, 0xd9, 0x3f, 0xce, 0x63, 0xcf, 0x2a, 0x31, 0x9c, 0xc9, 0xa4, 0xd2, 0xd9, 0xe3, 0xec, - 0xbb, 0x51, 0x92, 0x1f, 0x62, 0xe9, 0xdc, 0x9e, 0x52, 0xe3, 0x0c, 0x88, 0xf9, 0x7d, 0x11, 0x36, - 0x0e, 0x2d, 0xde, 0x1b, 0x5a, 0x3c, 0x35, 0x97, 0x3e, 0x83, 0xd2, 0x9b, 0x93, 0x0e, 0xfd, 0x4d, - 0x90, 0xc1, 0x2b, 0x7b, 0x3f, 0xd6, 0xb4, 0xc9, 0xa1, 0xab, 0xd4, 0xc1, 0x41, 0x05, 0xa6, 0xe8, - 0x17, 0xe3, 0x34, 0xd2, 0xc0, 0x20, 0xab, 0x9f, 0x66, 0x00, 0x0f, 0x26, 0x46, 0x38, 0x06, 0x40, - 0x17, 0x50, 0xe9, 0x8d, 0x5c, 0xcb, 0xa1, 0xf6, 0x09, 0x71, 0x18, 0x1f, 0x65, 0x75, 0x81, 0xf7, - 0x35, 0x5d, 0x23, 0xd7, 0x0c, 0xdf, 0x41, 0x81, 0x5e, 0x01, 0xba, 0x4d, 0x38, 0xf2, 0xba, 0x7d, - 0x26, 0x8c, 0x59, 0x9d, 0xc8, 0x9b, 0x19, 0x7e, 0xbe, 0x6e, 0x9f, 0xe1, 0x0c, 0x84, 0xf9, 0x25, - 0x2c, 0x9d, 0x91, 0x2b, 0xda, 0x21, 0x52, 0x25, 0x9d, 0x40, 0x1f, 0xc3, 0x9a, 0x20, 0xb6, 0xcf, - 0x89, 0x4a, 0xb3, 0xa6, 0x6e, 0x7a, 0xbd, 0xb0, 0x07, 0x4e, 0x2b, 0xcc, 0xbf, 0x17, 0x60, 0xa3, - 0xa3, 0xa4, 0x54, 0xa6, 0xfc, 0xdb, 0x82, 0x72, 0xd0, 0x32, 0xbb, 0xed, 0x93, 0x10, 0x1f, 0x09, - 0xd0, 0x21, 0x2c, 0xf9, 0xb1, 0x55, 0xc3, 0xf8, 0xe6, 0x16, 0x60, 0xdc, 0x43, 0x9c, 0x40, 0xa2, - 0xcf, 0x61, 0x49, 0x84, 0x0e, 0x74, 0xa3, 0x21, 0xb5, 0xa6, 0x99, 0x3a, 0x31, 0x05, 0x4e, 0x98, - 0x99, 0xc7, 0x60, 0xd4, 0x6f, 0x2d, 0x3a, 0xb0, 0x2e, 0xe9, 0x80, 0xca, 0x51, 0x87, 0xc8, 0xe8, - 0xb6, 0xb0, 0x05, 0xe5, 0x3e, 0x67, 0xbe, 0x17, 0x6b, 0x7a, 0x91, 0x40, 0x8d, 0x2c, 0x3d, 0x51, - 0x83, 0x6e, 0xaf, 0xff, 0x9b, 0x7f, 0x5e, 0x80, 0x95, 0x64, 0xb8, 0x27, 0x66, 0x85, 0xc8, 0x0c, - 0xad, 0x40, 0x91, 0x86, 0x83, 0x16, 0x17, 0x69, 0x0f, 0xbd, 0x82, 0x79, 0x11, 0x5c, 0xa4, 0xc2, - 0x8c, 0xc8, 0x2d, 0xa8, 0xac, 0xfb, 0x16, 0x1e, 0x83, 0x51, 0x03, 0x8a, 0x4c, 0x84, 0x23, 0xe0, - 0x45, 0x1e, 0xc5, 0x5d, 0xad, 0x1e, 0x17, 0x99, 0x50, 0xde, 0x84, 0xd7, 0x17, 0x63, 0xee, 0x6e, - 0x6f, 0xb2, 0x6e, 0x33, 0x78, 0x0c, 0x56, 0x23, 0xd1, 0x65, 0xbd, 0xe0, 0x5a, 0x54, 0x0a, 0x46, - 0xe2, 0xf8, 0x3b, 0x19, 0xda, 0xf9, 0x74, 0x68, 0x9f, 0x41, 0x49, 0x48, 0x4b, 0xfa, 0x22, 0xec, - 0x5e, 0x8b, 0xc1, 0x29, 0x6a, 0x11, 0x0e, 0x55, 0x6a, 0x2a, 0x0d, 0x58, 0x30, 0xce, 0x35, 0x4b, - 0x39, 0x98, 0x4a, 0x71, 0x19, 0xfa, 0x02, 0x9e, 0x84, 0xf7, 0x80, 0x43, 0xda, 0xbf, 0x8e, 0x1f, - 0xb4, 0xee, 0x2c, 0x0b, 0x38, 0x4f, 0x8d, 0x5e, 0x42, 0xe9, 0x56, 0x77, 0x6c, 0x63, 0x51, 0x27, - 0xd2, 0x76, 0xee, 0x1d, 0xfe, 0x24, 0x68, 0x17, 0x81, 0x35, 0x3a, 0x82, 0x85, 0xeb, 0xb0, 0xf9, - 0x18, 0x4b, 0xda, 0xf9, 0x4f, 0xf2, 0x90, 0x99, 0x4d, 0x0a, 0x4f, 0xe0, 0xaa, 0x02, 0xad, 0xc1, - 0x80, 0x0d, 0x49, 0xef, 0x74, 0xa8, 0xae, 0xa2, 0xac, 0x47, 0x84, 0xb1, 0xbc, 0x33, 0xb3, 0x5b, - 0xc6, 0xd3, 0x0a, 0x54, 0x03, 0xf0, 0xd8, 0x90, 0x70, 0x15, 0x25, 0x62, 0xac, 0x68, 0xa7, 0x1f, - 0x05, 0x7d, 0x73, 0x22, 0xc6, 0x31, 0x13, 0xe5, 0xe9, 0xb8, 0x12, 0x8c, 0x47, 0x77, 0x7b, 0x9a, - 0x59, 0xd9, 0x78, 0x02, 0x47, 0x4f, 0x61, 0x56, 0x5a, 0x7d, 0x61, 0xac, 0x6a, 0x9a, 0xb2, 0xa6, - 0xe9, 0x5a, 0x7d, 0x81, 0xb5, 0x18, 0x7d, 0x09, 0xd0, 0x57, 0x8f, 0xb8, 0xba, 0x22, 0x35, 0xd6, - 0x62, 0x6f, 0x82, 0xd7, 0x13, 0x71, 0x92, 0x3a, 0x66, 0x8f, 0x7e, 0x05, 0x9b, 0xd1, 0xd7, 0x91, - 0x2b, 0xa4, 0xe5, 0xda, 0xe4, 0x0d, 0x25, 0x43, 0x03, 0xc5, 0x9a, 0x45, 0xb2, 0xea, 0xa6, 0x6c, - 0x71, 0x0e, 0x07, 0x3a, 0x87, 0x47, 0x56, 0xb2, 0xfe, 0x8d, 0xc7, 0x9a, 0xf6, 0xd3, 0xbc, 0x60, - 0xe4, 0xb5, 0x0b, 0x9c, 0x26, 0x32, 0xff, 0x52, 0x84, 0xed, 0xa4, 0x5f, 0xd1, 0xb3, 0xf2, 0x9d, - 0x3d, 0x6b, 0xdf, 0xc2, 0xe6, 0xe9, 0x7e, 0xe7, 0xf4, 0xb8, 0xd9, 0x6d, 0x5e, 0x64, 0xbd, 0x6f, - 0xb7, 0x32, 0xc2, 0x35, 0xb1, 0xdb, 0x2f, 0x1a, 0x05, 0xbc, 0x31, 0xc6, 0x27, 0xe0, 0x68, 0x3f, - 0xfd, 0x5e, 0x9e, 0x89, 0xf1, 0xb5, 0x39, 0xbb, 0xa5, 0x3d, 0xc2, 0xeb, 0xb6, 0x4d, 0x84, 0xc8, - 0x7d, 0x3d, 0xff, 0xa3, 0x00, 0xef, 0xe7, 0x46, 0xe4, 0x07, 0xf0, 0x8c, 0xfe, 0x4f, 0x31, 0xed, - 0x3f, 0xf6, 0xdd, 0x03, 0xe6, 0x38, 0x96, 0xdb, 0x1b, 0x1f, 0x69, 0x2b, 0x3d, 0x02, 0xc2, 0x57, - 0xf0, 0x7d, 0xdd, 0x4f, 0x0f, 0x90, 0x3a, 0x94, 0x3a, 0xcc, 0xe7, 0x36, 0x49, 0x5c, 0xa9, 0xf3, - 0xbc, 0xe8, 0xd8, 0x9c, 0x7a, 0x32, 0x00, 0xe0, 0x10, 0x88, 0x28, 0xfc, 0x28, 0xb2, 0x38, 0x72, - 0x3d, 0x5f, 0xb6, 0x2d, 0x6e, 0x39, 0x44, 0x46, 0xf7, 0xeb, 0x9f, 0xdc, 0xc9, 0x9a, 0xc4, 0xe0, - 0x7c, 0x36, 0x64, 0x42, 0x19, 0xfb, 0x6e, 0x5d, 0xa8, 0x6b, 0x79, 0xe2, 0xd2, 0x1d, 0x89, 0xd1, - 0x73, 0x58, 0xd6, 0x1f, 0xe3, 0xb7, 0x99, 0x1e, 0x33, 0x63, 0xbb, 0xa4, 0xca, 0xfc, 0x67, 0x01, - 0x76, 0xf2, 0x23, 0x1e, 0xa6, 0xcc, 0xff, 0x3b, 0xe4, 0x27, 0xb0, 0x94, 0x68, 0x34, 0xf7, 0x09, - 0x7c, 0xa2, 0xdb, 0x24, 0xe0, 0xe6, 0xb7, 0xf0, 0x34, 0x89, 0x6a, 0x73, 0x62, 0x5f, 0x13, 0xfb, - 0xe6, 0x9d, 0x75, 0x01, 0xf3, 0xd7, 0xe9, 0xce, 0x13, 0x2d, 0x19, 0xc6, 0x2c, 0x2a, 0x8a, 0xc2, - 0xc3, 0x8b, 0xa2, 0x18, 0x2b, 0x8a, 0xe7, 0x5f, 0xa9, 0x6b, 0xb5, 0x6e, 0x11, 0x00, 0xa5, 0x6e, - 0xb3, 0x55, 0x6f, 0x75, 0x57, 0xdf, 0x43, 0xab, 0xb0, 0x74, 0x7c, 0x5a, 0x6f, 0xec, 0xd7, 0x8f, - 0xeb, 0xad, 0x83, 0x26, 0x5e, 0x2d, 0xa0, 0x27, 0xf0, 0xb8, 0xd3, 0xad, 0x1f, 0x7c, 0xdd, 0x6c, - 0x1c, 0x9c, 0xb6, 0xba, 0xf8, 0xf4, 0xb8, 0x7d, 0x5c, 0x6f, 0x35, 0x57, 0x8b, 0x7b, 0xff, 0x9d, - 0x81, 0xc7, 0x19, 0xfd, 0x1b, 0x51, 0x28, 0x1d, 0xb9, 0xb7, 0xec, 0x86, 0xa0, 0x4f, 0xee, 0x19, - 0x87, 0x20, 0x9e, 0x95, 0xea, 0x7d, 0xcd, 0x83, 0x58, 0x98, 0xef, 0xa1, 0xdf, 0xc2, 0xc2, 0x38, - 0x42, 0xe8, 0xf3, 0xfb, 0xa1, 0x53, 0x87, 0x58, 0x79, 0xf9, 0x50, 0xd8, 0x64, 0xf1, 0xdf, 0xc1, - 0x7c, 0xd0, 0x06, 0x09, 0xba, 0x27, 0x49, 0x7a, 0x8e, 0x54, 0x7e, 0xf6, 0x60, 0xdc, 0x64, 0xf5, - 0xdf, 0x17, 0x00, 0xa2, 0x34, 0x46, 0xf7, 0x64, 0x9a, 0xea, 0x7b, 0x95, 0x2f, 0x1e, 0x0e, 0x1c, - 0xfb, 0xb0, 0xff, 0xd3, 0xf3, 0x5a, 0x9f, 0xca, 0x6b, 0xff, 0x52, 0x81, 0x6a, 0x0e, 0xb5, 0x39, - 0x13, 0xec, 0x4a, 0xd6, 0x1c, 0x66, 0xd7, 0xb8, 0x67, 0xd7, 0x22, 0xd6, 0x5a, 0xc8, 0x7a, 0x59, - 0xd2, 0x79, 0xfa, 0xd9, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x68, 0x31, 0x8d, 0xc9, 0x16, - 0x00, 0x00, + 0xbb, 0x51, 0x92, 0x1f, 0x62, 0xe9, 0xdc, 0x9e, 0x52, 0xe3, 0x0c, 0x88, 0xf9, 0x43, 0x11, 0x36, + 0x0e, 0x2d, 0xde, 0x1b, 0x5a, 0x3c, 0x35, 0x97, 0x3e, 0x83, 0xd2, 0x9b, 0x93, 0x0e, 0xfd, 0x3e, + 0xc8, 0xe0, 0x95, 0xbd, 0x1f, 0x6b, 0xda, 0xe4, 0xd0, 0x55, 0xea, 0xe0, 0xa0, 0x02, 0x53, 0xf4, + 0x8b, 0x71, 0x1a, 0x69, 0x60, 0x90, 0xd5, 0x4f, 0x33, 0x80, 0x07, 0x13, 0x23, 0x1c, 0x03, 0xa0, + 0x0b, 0xa8, 0xf4, 0x46, 0xae, 0xe5, 0x50, 0xfb, 0x84, 0x38, 0x8c, 0x8f, 0xb2, 0xba, 0xc0, 0xfb, + 0x9a, 0xae, 0x91, 0x6b, 0x86, 0xef, 0xa0, 0x40, 0xaf, 0x00, 0xdd, 0x26, 0x1c, 0x79, 0xdd, 0x3e, + 0x13, 0xc6, 0xac, 0x4e, 0xe4, 0xcd, 0x0c, 0x3f, 0x5f, 0xb7, 0xcf, 0x70, 0x06, 0xc2, 0xfc, 0x12, + 0x96, 0xce, 0xc8, 0x15, 0xed, 0x10, 0xa9, 0x92, 0x4e, 0xa0, 0x8f, 0x61, 0x4d, 0x10, 0xdb, 0xe7, + 0x44, 0xa5, 0x59, 0x53, 0x37, 0xbd, 0x5e, 0xd8, 0x03, 0xa7, 0x15, 0xe6, 0xdf, 0x0a, 0xb0, 0xd1, + 0x51, 0x52, 0x2a, 0x53, 0xfe, 0x6d, 0x41, 0x39, 0x68, 0x99, 0xdd, 0xf6, 0x49, 0x88, 0x8f, 0x04, + 0xe8, 0x10, 0x96, 0xfc, 0xd8, 0xaa, 0x61, 0x7c, 0x73, 0x0b, 0x30, 0xee, 0x21, 0x4e, 0x20, 0xd1, + 0xe7, 0xb0, 0x24, 0x42, 0x07, 0xba, 0xd1, 0x90, 0x5a, 0xd3, 0x4c, 0x9d, 0x98, 0x02, 0x27, 0xcc, + 0xcc, 0x63, 0x30, 0xea, 0xb7, 0x16, 0x1d, 0x58, 0x97, 0x74, 0x40, 0xe5, 0xa8, 0x43, 0x64, 0x74, + 0x5b, 0xd8, 0x82, 0x72, 0x9f, 0x33, 0xdf, 0x8b, 0x35, 0xbd, 0x48, 0xa0, 0x46, 0x96, 0x9e, 0xa8, + 0x41, 0xb7, 0xd7, 0xff, 0xcd, 0xbf, 0x2c, 0xc0, 0x4a, 0x32, 0xdc, 0x13, 0xb3, 0x42, 0x64, 0x86, + 0x56, 0xa0, 0x48, 0xc3, 0x41, 0x8b, 0x8b, 0xb4, 0x87, 0x5e, 0xc1, 0xbc, 0x08, 0x2e, 0x52, 0x61, + 0x46, 0xe4, 0x16, 0x54, 0xd6, 0x7d, 0x0b, 0x8f, 0xc1, 0xa8, 0x01, 0x45, 0x26, 0xc2, 0x11, 0xf0, + 0x22, 0x8f, 0xe2, 0xae, 0x56, 0x8f, 0x8b, 0x4c, 0x28, 0x6f, 0xc2, 0xeb, 0x8b, 0x31, 0x77, 0xb7, + 0x37, 0x59, 0xb7, 0x19, 0x3c, 0x06, 0xab, 0x91, 0xe8, 0xb2, 0x5e, 0x70, 0x2d, 0x2a, 0x05, 0x23, + 0x71, 0xfc, 0x9d, 0x0c, 0xed, 0x7c, 0x3a, 0xb4, 0xcf, 0xa0, 0x24, 0xa4, 0x25, 0x7d, 0x11, 0x76, + 0xaf, 0xc5, 0xe0, 0x14, 0xb5, 0x08, 0x87, 0x2a, 0x35, 0x95, 0x06, 0x2c, 0x18, 0xe7, 0x9a, 0xa5, + 0x1c, 0x4c, 0xa5, 0xb8, 0x0c, 0x7d, 0x01, 0x4f, 0xc2, 0x7b, 0xc0, 0x21, 0xed, 0x5f, 0xc7, 0x0f, + 0x5a, 0x77, 0x96, 0x05, 0x9c, 0xa7, 0x46, 0x2f, 0xa1, 0x74, 0xab, 0x3b, 0xb6, 0xb1, 0xa8, 0x13, + 0x69, 0x3b, 0xf7, 0x0e, 0x7f, 0x12, 0xb4, 0x8b, 0xc0, 0x1a, 0x1d, 0xc1, 0xc2, 0x75, 0xd8, 0x7c, + 0x8c, 0x25, 0xed, 0xfc, 0x27, 0x79, 0xc8, 0xcc, 0x26, 0x85, 0x27, 0x70, 0x55, 0x81, 0xd6, 0x60, + 0xc0, 0x86, 0xa4, 0x77, 0x3a, 0x54, 0x57, 0x51, 0xd6, 0x23, 0xc2, 0x58, 0xde, 0x99, 0xd9, 0x2d, + 0xe3, 0x69, 0x05, 0xaa, 0x01, 0x78, 0x6c, 0x48, 0xb8, 0x8a, 0x12, 0x31, 0x56, 0xb4, 0xd3, 0x8f, + 0x82, 0xbe, 0x39, 0x11, 0xe3, 0x98, 0x89, 0xf2, 0x74, 0x5c, 0x09, 0xc6, 0xa3, 0xbb, 0x3d, 0xcd, + 0xac, 0x6c, 0x3c, 0x81, 0xa3, 0xa7, 0x30, 0x2b, 0xad, 0xbe, 0x30, 0x56, 0x35, 0x4d, 0x59, 0xd3, + 0x74, 0xad, 0xbe, 0xc0, 0x5a, 0x8c, 0xbe, 0x04, 0xe8, 0xab, 0x47, 0x5c, 0x5d, 0x91, 0x1a, 0x6b, + 0xb1, 0x37, 0xc1, 0xeb, 0x89, 0x38, 0x49, 0x1d, 0xb3, 0x47, 0xbf, 0x82, 0xcd, 0xe8, 0xeb, 0xc8, + 0x15, 0xd2, 0x72, 0x6d, 0xf2, 0x86, 0x92, 0xa1, 0x81, 0x62, 0xcd, 0x22, 0x59, 0x75, 0x53, 0xb6, + 0x38, 0x87, 0x03, 0x9d, 0xc3, 0x23, 0x2b, 0x59, 0xff, 0xc6, 0x63, 0x4d, 0xfb, 0x69, 0x5e, 0x30, + 0xf2, 0xda, 0x05, 0x4e, 0x13, 0xa9, 0xa7, 0xd8, 0xf7, 0x4c, 0x3d, 0x03, 0xd7, 0xf5, 0xa1, 0x05, + 0x1f, 0xe6, 0x9f, 0x8a, 0xb0, 0x9d, 0xf4, 0x36, 0x7a, 0x6c, 0xbe, 0xb3, 0xc7, 0xee, 0x5b, 0xd8, + 0x3c, 0xdd, 0xef, 0x9c, 0x1e, 0x37, 0xbb, 0xcd, 0x8b, 0xac, 0x57, 0xef, 0x56, 0x46, 0x10, 0x27, + 0x76, 0xfb, 0x45, 0xa3, 0x80, 0x37, 0xc6, 0xf8, 0x04, 0x1c, 0xed, 0xa7, 0x5f, 0xd1, 0x33, 0x31, + 0xbe, 0x36, 0x67, 0xb7, 0xb4, 0x47, 0x78, 0xdd, 0xb6, 0x89, 0x10, 0xb9, 0x6f, 0xea, 0xbf, 0x17, + 0xe0, 0xfd, 0xdc, 0x88, 0xfc, 0x1f, 0x3c, 0xae, 0xff, 0x5d, 0x4c, 0xfb, 0x8f, 0x7d, 0xf7, 0x80, + 0x39, 0x8e, 0xe5, 0xf6, 0xc6, 0x47, 0xda, 0x4a, 0x0f, 0x86, 0xf0, 0x6d, 0x7c, 0x5f, 0xf7, 0xd3, + 0x63, 0xa5, 0x0e, 0xa5, 0x0e, 0xf3, 0xb9, 0x4d, 0x12, 0x17, 0xed, 0x3c, 0x2f, 0x3a, 0x36, 0xa7, + 0x9e, 0x0c, 0x00, 0x38, 0x04, 0x22, 0x0a, 0x3f, 0x8a, 0x2c, 0x8e, 0x5c, 0xcf, 0x97, 0x6d, 0x8b, + 0x5b, 0x0e, 0x91, 0xd1, 0xad, 0xfb, 0x27, 0x77, 0xb2, 0x26, 0x31, 0x38, 0x9f, 0x0d, 0x99, 0x50, + 0xc6, 0xbe, 0x5b, 0x17, 0xea, 0xb2, 0x9e, 0xb8, 0x8a, 0x47, 0x62, 0xf4, 0x1c, 0x96, 0xf5, 0xc7, + 0xf8, 0xc5, 0xa6, 0x87, 0xcf, 0xd8, 0x2e, 0xa9, 0x32, 0xff, 0x51, 0x80, 0x9d, 0xfc, 0x88, 0x87, + 0x29, 0xf3, 0xbf, 0x0e, 0xf9, 0x09, 0x2c, 0x25, 0xda, 0xcf, 0x7d, 0x02, 0x9f, 0xe8, 0x41, 0x09, + 0xb8, 0xf9, 0x2d, 0x3c, 0x4d, 0xa2, 0xda, 0x9c, 0xd8, 0xd7, 0xc4, 0xbe, 0x79, 0x67, 0x5d, 0xc0, + 0xfc, 0x75, 0xba, 0xf3, 0x44, 0x4b, 0x86, 0x31, 0x8b, 0x8a, 0xa2, 0xf0, 0xf0, 0xa2, 0x28, 0xc6, + 0x8a, 0xe2, 0xf9, 0x57, 0xea, 0xb2, 0xad, 0x5b, 0x04, 0x40, 0xa9, 0xdb, 0x6c, 0xd5, 0x5b, 0xdd, + 0xd5, 0xf7, 0xd0, 0x2a, 0x2c, 0x1d, 0x9f, 0xd6, 0x1b, 0xfb, 0xf5, 0xe3, 0x7a, 0xeb, 0xa0, 0x89, + 0x57, 0x0b, 0xe8, 0x09, 0x3c, 0xee, 0x74, 0xeb, 0x07, 0x5f, 0x37, 0x1b, 0x07, 0xa7, 0xad, 0x2e, + 0x3e, 0x3d, 0x6e, 0x1f, 0xd7, 0x5b, 0xcd, 0xd5, 0xe2, 0xde, 0x7f, 0x66, 0xe0, 0x71, 0x46, 0x57, + 0x47, 0x14, 0x4a, 0x47, 0xee, 0x2d, 0xbb, 0x21, 0xe8, 0x93, 0x7b, 0xc6, 0x21, 0x88, 0x67, 0xa5, + 0x7a, 0x5f, 0xf3, 0x20, 0x16, 0xe6, 0x7b, 0xe8, 0x37, 0xb0, 0x30, 0x8e, 0x10, 0xfa, 0xfc, 0x7e, + 0xe8, 0xd4, 0x21, 0x56, 0x5e, 0x3e, 0x14, 0x36, 0x59, 0xfc, 0xb7, 0x30, 0x1f, 0xb4, 0x41, 0x82, + 0xee, 0x49, 0x92, 0x9e, 0x23, 0x95, 0x9f, 0x3d, 0x18, 0x37, 0x59, 0xfd, 0x77, 0x05, 0x80, 0x28, + 0x8d, 0xd1, 0x3d, 0x99, 0xa6, 0xfa, 0x5e, 0xe5, 0x8b, 0x87, 0x03, 0xc7, 0x3e, 0xec, 0xff, 0xf4, + 0xbc, 0xd6, 0xa7, 0xf2, 0xda, 0xbf, 0x54, 0xa0, 0x9a, 0x43, 0x6d, 0xce, 0x04, 0xbb, 0x92, 0x35, + 0x87, 0xd9, 0x35, 0xee, 0xd9, 0xb5, 0x88, 0xb5, 0x16, 0xb2, 0x5e, 0x96, 0x74, 0x9e, 0x7e, 0xf6, + 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6e, 0xf5, 0x67, 0xf8, 0xdf, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index e783d86e..85f3c68f 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -129,6 +129,7 @@ message VirtualMachine { GuestAgentConfiguration guestAgent = 17; VirtualMachineAgentInstanceView guestAgentInstanceView = 18; AvailabilitySetReference availabilitySet = 19; + repeated string zones = 20; } message VirtualMachineOperationRequest { diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index 5f2ed1ce..33e2ff77 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -879,6 +879,92 @@ func (m *SecurityConfiguration) GetSecurityType() common.SecurityType { return common.SecurityType_NOTCONFIGURED } +type Zone struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Nodes []string `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Zone) Reset() { *m = Zone{} } +func (m *Zone) String() string { return proto.CompactTextString(m) } +func (*Zone) ProtoMessage() {} +func (*Zone) Descriptor() ([]byte, []int) { + return fileDescriptor_9f3eecb05bcac3b7, []int{16} +} + +func (m *Zone) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Zone.Unmarshal(m, b) +} +func (m *Zone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Zone.Marshal(b, m, deterministic) +} +func (m *Zone) XXX_Merge(src proto.Message) { + xxx_messageInfo_Zone.Merge(m, src) +} +func (m *Zone) XXX_Size() int { + return xxx_messageInfo_Zone.Size(m) +} +func (m *Zone) XXX_DiscardUnknown() { + xxx_messageInfo_Zone.DiscardUnknown(m) +} + +var xxx_messageInfo_Zone proto.InternalMessageInfo + +func (m *Zone) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Zone) GetNodes() []string { + if m != nil { + return m.Nodes + } + return nil +} + +type ZoneConfiguration struct { + Zones []*Zone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ZoneConfiguration) Reset() { *m = ZoneConfiguration{} } +func (m *ZoneConfiguration) String() string { return proto.CompactTextString(m) } +func (*ZoneConfiguration) ProtoMessage() {} +func (*ZoneConfiguration) Descriptor() ([]byte, []int) { + return fileDescriptor_9f3eecb05bcac3b7, []int{17} +} + +func (m *ZoneConfiguration) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneConfiguration.Unmarshal(m, b) +} +func (m *ZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneConfiguration.Marshal(b, m, deterministic) +} +func (m *ZoneConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneConfiguration.Merge(m, src) +} +func (m *ZoneConfiguration) XXX_Size() int { + return xxx_messageInfo_ZoneConfiguration.Size(m) +} +func (m *ZoneConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneConfiguration.DiscardUnknown(m) +} + +var xxx_messageInfo_ZoneConfiguration proto.InternalMessageInfo + +func (m *ZoneConfiguration) GetZones() []*Zone { + if m != nil { + return m.Zones + } + return nil +} + type VirtualMachine 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"` @@ -896,6 +982,7 @@ type VirtualMachine struct { Tags *common.Tags `protobuf:"bytes,14,opt,name=tags,proto3" json:"tags,omitempty"` GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,15,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,16,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` + ZoneConfiguration *ZoneConfiguration `protobuf:"bytes,17,opt,name=zoneConfiguration,proto3" json:"zoneConfiguration,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -905,7 +992,7 @@ func (m *VirtualMachine) Reset() { *m = VirtualMachine{} } func (m *VirtualMachine) String() string { return proto.CompactTextString(m) } func (*VirtualMachine) ProtoMessage() {} func (*VirtualMachine) Descriptor() ([]byte, []int) { - return fileDescriptor_9f3eecb05bcac3b7, []int{16} + return fileDescriptor_9f3eecb05bcac3b7, []int{18} } func (m *VirtualMachine) XXX_Unmarshal(b []byte) error { @@ -1038,6 +1125,13 @@ func (m *VirtualMachine) GetGuestAgentInstanceView() *common.VirtualMachineAgent return nil } +func (m *VirtualMachine) GetZoneConfiguration() *ZoneConfiguration { + if m != nil { + return m.ZoneConfiguration + } + return nil +} + type VirtualMachineOperationRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OperationType common.VirtualMachineOperation `protobuf:"varint,2,opt,name=OperationType,proto3,enum=moc.VirtualMachineOperation" json:"OperationType,omitempty"` @@ -1050,7 +1144,7 @@ func (m *VirtualMachineOperationRequest) Reset() { *m = VirtualMachineOp func (m *VirtualMachineOperationRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationRequest) ProtoMessage() {} func (*VirtualMachineOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_9f3eecb05bcac3b7, []int{17} + return fileDescriptor_9f3eecb05bcac3b7, []int{19} } func (m *VirtualMachineOperationRequest) XXX_Unmarshal(b []byte) error { @@ -1098,7 +1192,7 @@ func (m *VirtualMachineOperationResponse) Reset() { *m = VirtualMachineO func (m *VirtualMachineOperationResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationResponse) ProtoMessage() {} func (*VirtualMachineOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_9f3eecb05bcac3b7, []int{18} + return fileDescriptor_9f3eecb05bcac3b7, []int{20} } func (m *VirtualMachineOperationResponse) XXX_Unmarshal(b []byte) error { @@ -1155,7 +1249,7 @@ func (m *VirtualMachineRunCommandRequest) Reset() { *m = VirtualMachineR func (m *VirtualMachineRunCommandRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandRequest) ProtoMessage() {} func (*VirtualMachineRunCommandRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_9f3eecb05bcac3b7, []int{19} + return fileDescriptor_9f3eecb05bcac3b7, []int{21} } func (m *VirtualMachineRunCommandRequest) XXX_Unmarshal(b []byte) error { @@ -1223,7 +1317,7 @@ func (m *VirtualMachineRunCommandResponse) Reset() { *m = VirtualMachine func (m *VirtualMachineRunCommandResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandResponse) ProtoMessage() {} func (*VirtualMachineRunCommandResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_9f3eecb05bcac3b7, []int{20} + return fileDescriptor_9f3eecb05bcac3b7, []int{22} } func (m *VirtualMachineRunCommandResponse) XXX_Unmarshal(b []byte) error { @@ -1275,6 +1369,8 @@ func init() { proto.RegisterType((*HardwareConfiguration)(nil), "moc.nodeagent.compute.HardwareConfiguration") proto.RegisterType((*UefiSettings)(nil), "moc.nodeagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.nodeagent.compute.SecurityConfiguration") + proto.RegisterType((*Zone)(nil), "moc.nodeagent.compute.Zone") + proto.RegisterType((*ZoneConfiguration)(nil), "moc.nodeagent.compute.ZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.nodeagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.nodeagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.nodeagent.compute.VirtualMachineOperationResponse") @@ -1287,115 +1383,119 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1726 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x24, 0x47, - 0x11, 0x67, 0xd7, 0x7f, 0xb7, 0xfc, 0xe7, 0xe2, 0x8e, 0xed, 0x9b, 0x6c, 0xee, 0x2e, 0xd6, 0x5c, - 0x00, 0x87, 0x1c, 0xeb, 0x68, 0x2f, 0x09, 0x20, 0x05, 0x24, 0xff, 0x3b, 0xdb, 0x80, 0x7d, 0x4b, - 0xef, 0xd9, 0x11, 0x01, 0xc9, 0x6a, 0xcf, 0xb4, 0x77, 0x5b, 0xde, 0x99, 0x1e, 0xba, 0x7b, 0xbc, - 0xd9, 0x7b, 0x41, 0xe2, 0x85, 0x48, 0x7c, 0x0f, 0x1e, 0x78, 0xe6, 0xde, 0x90, 0xe0, 0x05, 0xf1, - 0x6d, 0xf8, 0x0c, 0xa8, 0x7b, 0x7a, 0x76, 0x67, 0x66, 0x67, 0x2c, 0x9f, 0x74, 0x3c, 0x79, 0xa7, - 0xaa, 0x7e, 0xd5, 0xbf, 0xaa, 0xae, 0xaa, 0xee, 0x36, 0xb8, 0x01, 0xf7, 0x2e, 0x43, 0xee, 0x53, - 0xd2, 0xa3, 0xa1, 0xba, 0xbc, 0x65, 0x42, 0xc5, 0x64, 0x10, 0x10, 0xaf, 0xcf, 0x42, 0xda, 0x8a, - 0x04, 0x57, 0x1c, 0x6d, 0x04, 0xdc, 0x6b, 0x8d, 0x6d, 0x5a, 0x1e, 0x0f, 0xa2, 0x58, 0xd1, 0xe6, - 0x87, 0x3d, 0xce, 0x7b, 0x03, 0xba, 0x63, 0x8c, 0xae, 0xe2, 0xeb, 0x1d, 0x1a, 0x44, 0x6a, 0x94, - 0x60, 0x9a, 0x4f, 0x8a, 0xca, 0xa1, 0x20, 0x51, 0x44, 0x85, 0xb4, 0xfa, 0x87, 0x7a, 0x5d, 0x8f, - 0x07, 0x01, 0x0f, 0xed, 0x9f, 0x14, 0x98, 0x57, 0xe8, 0x95, 0x72, 0xfa, 0xc7, 0x19, 0x7d, 0xc8, - 0x15, 0xbb, 0x66, 0x1e, 0x51, 0x2c, 0x55, 0xbb, 0x7f, 0xab, 0xc1, 0xc6, 0x45, 0x12, 0xc4, 0x69, - 0x12, 0x04, 0xa6, 0x7f, 0x88, 0xa9, 0x54, 0xe8, 0x77, 0x45, 0x45, 0x77, 0x24, 0x15, 0x0d, 0xa4, - 0x53, 0xdb, 0x9a, 0xd9, 0x5e, 0x6a, 0x7f, 0xbf, 0x55, 0x1a, 0x65, 0xab, 0xe0, 0xac, 0xdc, 0x07, - 0xfa, 0x1c, 0x56, 0x5e, 0x46, 0x54, 0x18, 0x26, 0xaf, 0x46, 0x11, 0x75, 0xea, 0x5b, 0xb5, 0xed, - 0xd5, 0xf6, 0xaa, 0x71, 0x3a, 0xd6, 0xe0, 0xbc, 0x91, 0xfb, 0xcf, 0x1a, 0x6c, 0x16, 0xc9, 0xca, - 0x88, 0x87, 0x92, 0xfe, 0x7f, 0xd9, 0xb6, 0x61, 0x1e, 0x53, 0x19, 0x0f, 0x94, 0xa1, 0xb9, 0xd4, - 0x6e, 0xb6, 0x92, 0xdd, 0x6a, 0xa5, 0xbb, 0xd5, 0xda, 0xe3, 0x7c, 0x70, 0x41, 0x06, 0x31, 0xc5, - 0xd6, 0x12, 0xad, 0xc3, 0xdc, 0xa1, 0x10, 0x5c, 0x38, 0x33, 0x5b, 0xb5, 0xed, 0x06, 0x4e, 0x3e, - 0xdc, 0x16, 0x2c, 0x77, 0xbb, 0xc7, 0x9d, 0xf8, 0x6a, 0xc0, 0xbc, 0x5f, 0xd1, 0x11, 0x7a, 0x02, - 0x0b, 0x37, 0x74, 0xe4, 0x13, 0x45, 0x9c, 0x9a, 0xb6, 0xdb, 0x9b, 0xfd, 0xee, 0x8d, 0x53, 0xc3, - 0xa9, 0xd0, 0x75, 0x61, 0xf6, 0x80, 0xc9, 0x1b, 0xd4, 0x84, 0x45, 0x9f, 0xc9, 0x9b, 0x90, 0x04, - 0x34, 0x31, 0xc4, 0xe3, 0x6f, 0x77, 0x00, 0xcb, 0xdd, 0x3e, 0x11, 0xd4, 0x7f, 0xc1, 0x07, 0x3e, - 0x15, 0xe8, 0x73, 0xd8, 0x90, 0xe6, 0xfb, 0xda, 0x7c, 0x0b, 0x7a, 0x4d, 0x05, 0x0d, 0xbd, 0x14, - 0x58, 0xae, 0x44, 0x3f, 0x80, 0xd5, 0x9e, 0xde, 0xf7, 0x80, 0xc7, 0xa1, 0x8a, 0x88, 0xea, 0x9b, - 0x58, 0x1b, 0xb8, 0x20, 0x75, 0xff, 0x5c, 0x87, 0xf5, 0xae, 0xe2, 0x82, 0xf4, 0xe8, 0x3e, 0x0f, - 0xaf, 0x59, 0x2f, 0x4e, 0x36, 0x08, 0x3d, 0x87, 0x79, 0x2e, 0x35, 0x29, 0xb3, 0xce, 0x52, 0xfb, - 0xc3, 0x8a, 0x94, 0xeb, 0x78, 0xb0, 0x35, 0x45, 0x3f, 0x83, 0x86, 0x8e, 0x53, 0xff, 0x96, 0x4e, - 0xdd, 0x6c, 0xd5, 0x9d, 0xb8, 0x89, 0xb5, 0x0e, 0xf3, 0x36, 0x48, 0x28, 0xec, 0xf3, 0x50, 0x11, - 0x16, 0x52, 0x71, 0xa6, 0xf3, 0x93, 0x24, 0xbc, 0x5c, 0x89, 0x4e, 0x60, 0x45, 0x66, 0x92, 0x25, - 0x9d, 0x59, 0xb3, 0xe8, 0xd3, 0x8a, 0x45, 0xb3, 0x89, 0xc5, 0x79, 0xa4, 0xfb, 0x02, 0xde, 0x3b, - 0xa3, 0x6a, 0xc8, 0xc5, 0xcd, 0x49, 0xa8, 0xa8, 0xb8, 0x26, 0x1e, 0x45, 0x6d, 0x58, 0x0f, 0x0b, - 0xb2, 0xb3, 0xc9, 0x9e, 0x95, 0xea, 0xdc, 0x4b, 0x58, 0xb7, 0x7e, 0xf2, 0x09, 0x3d, 0x02, 0x60, - 0xa9, 0x61, 0x5a, 0xc7, 0x3f, 0xac, 0xe0, 0x59, 0x24, 0x82, 0x33, 0x50, 0xf7, 0x4f, 0x35, 0x58, - 0x3b, 0x97, 0x54, 0xe4, 0xdd, 0x6f, 0xc1, 0x62, 0x2c, 0xa9, 0x98, 0x94, 0x94, 0xad, 0xbd, 0xb1, - 0x54, 0x5b, 0x44, 0x44, 0xca, 0x21, 0x17, 0x7e, 0x52, 0x0c, 0xa9, 0x45, 0x2a, 0x45, 0x9f, 0x24, - 0x3e, 0x94, 0xee, 0xe0, 0x19, 0xd3, 0xc1, 0x2b, 0x86, 0xa0, 0x5e, 0x4d, 0x77, 0x2c, 0x1e, 0xab, - 0x75, 0xb6, 0xf0, 0x41, 0x27, 0x4f, 0xe1, 0x09, 0x80, 0xcf, 0x24, 0xb9, 0x1a, 0x50, 0x7c, 0xd0, - 0x31, 0x24, 0x16, 0x71, 0x46, 0x82, 0x10, 0xcc, 0x46, 0x5c, 0x24, 0x5d, 0xb7, 0x82, 0xcd, 0x6f, - 0xf7, 0xaf, 0x35, 0x40, 0xbf, 0x66, 0x61, 0xfc, 0x6d, 0xde, 0xd5, 0x01, 0x3c, 0xb6, 0xc0, 0x8e, - 0x25, 0xb7, 0x1b, 0xab, 0x3e, 0x0d, 0x95, 0x1d, 0x77, 0xd6, 0xfb, 0xdd, 0x46, 0xe8, 0x97, 0xf0, - 0xbe, 0x37, 0xe0, 0xb1, 0x7f, 0x12, 0x32, 0x75, 0x40, 0x14, 0xe9, 0xf2, 0x58, 0x78, 0xe9, 0x70, - 0x72, 0x4c, 0x68, 0xfb, 0xd3, 0x7a, 0x5c, 0x06, 0x72, 0xbf, 0xab, 0xc3, 0xfa, 0xd7, 0x2c, 0xf4, - 0xf9, 0x50, 0xe6, 0xa9, 0x7e, 0x09, 0x9b, 0x34, 0xd4, 0x24, 0x76, 0x63, 0xc5, 0x03, 0xa2, 0x98, - 0x77, 0x1e, 0xf9, 0x44, 0x99, 0x3d, 0xd6, 0x1c, 0x2b, 0xb4, 0x7a, 0x06, 0x28, 0x16, 0xd0, 0x6f, - 0x78, 0x48, 0x6d, 0x6f, 0x8e, 0xbf, 0x51, 0x77, 0x3a, 0xbb, 0x66, 0x43, 0xaa, 0x2b, 0xa6, 0x68, - 0x8e, 0xa7, 0xb7, 0xe7, 0x08, 0xd0, 0xd7, 0x2c, 0xc4, 0xa7, 0x79, 0xb7, 0xb3, 0xc6, 0xed, 0x43, - 0xe3, 0x76, 0x5a, 0x8d, 0x4b, 0x20, 0xee, 0x7f, 0xe6, 0xe0, 0x91, 0x9d, 0xe4, 0x61, 0x2f, 0x19, - 0xaa, 0xf9, 0x95, 0x5c, 0x58, 0xb6, 0xbc, 0x44, 0xa6, 0x5d, 0x72, 0x32, 0x74, 0x06, 0x2b, 0xc4, - 0x0f, 0x58, 0xc8, 0xa4, 0x12, 0x44, 0x71, 0x61, 0x67, 0xf1, 0x76, 0x45, 0x7c, 0x53, 0x05, 0x8f, - 0xf3, 0x70, 0xf4, 0x0b, 0x98, 0xd3, 0xc5, 0x29, 0x9d, 0x19, 0xd3, 0x59, 0xf7, 0xf7, 0x93, 0xc0, - 0xd0, 0xc7, 0x00, 0x5e, 0x2c, 0x15, 0x0f, 0xf4, 0x9e, 0x9b, 0xac, 0xa4, 0xfd, 0x91, 0x91, 0xa3, - 0x7d, 0x80, 0xc8, 0x4c, 0xfb, 0x1b, 0x3a, 0x92, 0xce, 0xdc, 0xdd, 0xc3, 0x26, 0x73, 0x32, 0xe0, - 0x0c, 0x0c, 0x7d, 0xa6, 0x47, 0xab, 0x69, 0xb2, 0xf9, 0x4c, 0x25, 0x16, 0x32, 0x6a, 0xfa, 0xcd, - 0xda, 0xa1, 0xdf, 0xc0, 0x1a, 0x97, 0x7b, 0x9c, 0x2b, 0x1d, 0x6d, 0x74, 0x18, 0xf6, 0x58, 0x48, - 0x9d, 0x05, 0x03, 0x7e, 0x5a, 0x06, 0x2e, 0x98, 0xe2, 0x69, 0x34, 0xfa, 0x2d, 0xa0, 0xc1, 0x54, - 0xdf, 0x39, 0x8b, 0x66, 0x13, 0x3e, 0xa9, 0x88, 0x68, 0xba, 0x51, 0x71, 0x89, 0x13, 0x74, 0x09, - 0xeb, 0xc3, 0x92, 0x4e, 0x71, 0x1a, 0xc6, 0xf9, 0xa7, 0x15, 0xce, 0xcb, 0x9a, 0x0b, 0x97, 0x3a, - 0xd2, 0x95, 0x1c, 0x09, 0xfe, 0xed, 0x28, 0xef, 0x1e, 0x32, 0x95, 0xdc, 0x99, 0x52, 0xe3, 0x12, - 0x88, 0xfb, 0xf7, 0x3a, 0x6c, 0x1c, 0x13, 0xe1, 0x0f, 0x89, 0x98, 0x3e, 0xfe, 0x2e, 0x4e, 0xbb, - 0xec, 0x75, 0x52, 0xbc, 0xab, 0xf6, 0x18, 0x2b, 0xdc, 0x27, 0xd8, 0x6b, 0x9a, 0x6c, 0x53, 0x62, - 0x8a, 0x7e, 0x9e, 0xd6, 0x90, 0x01, 0x26, 0x05, 0xfd, 0xb8, 0x04, 0xb8, 0x3f, 0x36, 0xc2, 0x19, - 0x00, 0xba, 0x84, 0xa6, 0x3f, 0x0a, 0x49, 0xc0, 0xbc, 0x53, 0x1a, 0x70, 0x31, 0x2a, 0xeb, 0xff, - 0x8f, 0x8c, 0xbb, 0x83, 0x4a, 0x33, 0x7c, 0x87, 0x0b, 0xf4, 0x02, 0xd0, 0x6d, 0x8e, 0xc8, 0x51, - 0xe7, 0x3c, 0x3d, 0x32, 0x37, 0x4b, 0x78, 0x1e, 0x75, 0xce, 0x71, 0x09, 0xc2, 0xfd, 0x0a, 0x96, - 0xcf, 0xe9, 0x35, 0xeb, 0x52, 0xa5, 0x4b, 0x4e, 0xa2, 0x67, 0xb0, 0x26, 0xa9, 0x17, 0x0b, 0xaa, - 0x8b, 0xec, 0xd0, 0x8c, 0x3b, 0xdf, 0x4e, 0xbf, 0x69, 0x85, 0xfb, 0xa6, 0x06, 0x1b, 0x5d, 0x2d, - 0x65, 0xaa, 0xc0, 0xef, 0x11, 0x34, 0x92, 0x61, 0xf9, 0xaa, 0x73, 0x6a, 0xf1, 0x13, 0x01, 0x3a, - 0x82, 0xe5, 0x38, 0xb3, 0xaa, 0xcd, 0x6f, 0x55, 0xf7, 0x65, 0x09, 0xe2, 0x1c, 0x10, 0x7d, 0x01, - 0xcb, 0xd2, 0xae, 0xff, 0x6a, 0x72, 0xd4, 0xad, 0x19, 0x47, 0xdd, 0x8c, 0x02, 0xe7, 0xcc, 0xdc, - 0xbf, 0x2c, 0xc0, 0x6a, 0x3e, 0x3f, 0xfa, 0x44, 0xcb, 0xdc, 0xe1, 0xcc, 0x6f, 0xb4, 0x0a, 0x75, - 0x66, 0x0f, 0x58, 0x5c, 0x67, 0x3e, 0x3a, 0x84, 0x05, 0x99, 0x5c, 0xb0, 0xec, 0x16, 0x56, 0x35, - 0x40, 0xd9, 0x35, 0x0c, 0xa7, 0x58, 0xb4, 0x0f, 0x75, 0x2e, 0xed, 0xb4, 0x7e, 0x5e, 0xe1, 0xe1, - 0xae, 0xa1, 0x8c, 0xeb, 0x5c, 0x6a, 0x2e, 0xf6, 0xce, 0xe2, 0xcc, 0xdd, 0xc9, 0xa5, 0xec, 0x06, - 0x83, 0x53, 0x2c, 0x3a, 0x86, 0xc5, 0xbe, 0xed, 0x1a, 0x33, 0xc2, 0x96, 0xda, 0xcf, 0x2a, 0xfc, - 0x94, 0x36, 0x17, 0x1e, 0xa3, 0xd1, 0x53, 0x98, 0x97, 0x8a, 0xa8, 0x58, 0x9a, 0x69, 0xb6, 0xd4, - 0x5e, 0x4a, 0x36, 0xc1, 0x88, 0xb0, 0x55, 0xa1, 0x9f, 0xc2, 0x43, 0x7b, 0xce, 0x1f, 0xb3, 0x5e, - 0x7f, 0xf7, 0x96, 0xb0, 0x01, 0xb9, 0x62, 0x03, 0xa6, 0x46, 0x66, 0x5e, 0x2d, 0xe2, 0x2a, 0xb5, - 0x2e, 0x4c, 0x32, 0x18, 0xf0, 0x21, 0xf5, 0x5f, 0x0e, 0xf5, 0x95, 0x91, 0xfb, 0x54, 0x3a, 0x8d, - 0xad, 0x99, 0xed, 0x06, 0x9e, 0x56, 0xa0, 0x1d, 0x80, 0x88, 0x0f, 0xa9, 0xd0, 0xcb, 0x53, 0x33, - 0x4e, 0x56, 0xdb, 0x0f, 0x92, 0x71, 0x32, 0x16, 0xe3, 0x8c, 0x89, 0xce, 0x43, 0x5a, 0x21, 0xce, - 0xd2, 0x9d, 0x79, 0x28, 0xad, 0x77, 0x3c, 0x46, 0xeb, 0x3c, 0xe8, 0x7b, 0x8b, 0x1a, 0x39, 0xcb, - 0x99, 0x3c, 0x1c, 0x1a, 0x11, 0xb6, 0x2a, 0xd4, 0x81, 0x8d, 0x7e, 0x21, 0xc2, 0x84, 0xea, 0x8a, - 0xa1, 0xda, 0x34, 0x98, 0xe3, 0x32, 0x0b, 0x5c, 0x0e, 0x44, 0x8f, 0x61, 0x56, 0x91, 0x9e, 0x74, - 0x56, 0xcd, 0xa2, 0x0d, 0xe3, 0xe0, 0x15, 0xe9, 0x49, 0x6c, 0xc4, 0xe8, 0x2b, 0x00, 0xf3, 0x5c, - 0xd8, 0xd5, 0xb1, 0x38, 0x0f, 0x8c, 0xd1, 0x23, 0x63, 0x74, 0x34, 0x16, 0xe7, 0x23, 0xca, 0xd8, - 0xa3, 0xdf, 0xc3, 0xe6, 0xe4, 0xeb, 0x24, 0x94, 0x8a, 0x84, 0x1e, 0xbd, 0x60, 0x74, 0xe8, 0xbc, - 0x67, 0x3c, 0x7d, 0x5c, 0x32, 0x71, 0xa6, 0x6c, 0x71, 0x85, 0x0f, 0x3d, 0x45, 0x9e, 0xe4, 0xb1, - 0x93, 0x77, 0xa6, 0x7d, 0xf2, 0xbe, 0x84, 0x07, 0x79, 0x8b, 0xb7, 0x7c, 0x3e, 0x16, 0xd1, 0x68, - 0xaf, 0xfc, 0x99, 0xfb, 0xa8, 0x24, 0x90, 0xca, 0x47, 0xef, 0x3f, 0x6a, 0xf0, 0x51, 0x25, 0x6f, - 0xfb, 0xfa, 0x7d, 0xe7, 0xc4, 0xdf, 0xdd, 0x8b, 0xf7, 0xbf, 0xf5, 0x22, 0x7d, 0x1c, 0x87, 0xfb, - 0x3c, 0x08, 0x48, 0xe8, 0xa7, 0x79, 0x3f, 0x2d, 0xce, 0x49, 0xfb, 0x84, 0xbc, 0x27, 0xfb, 0xe2, - 0x90, 0xdd, 0x85, 0xf9, 0xcc, 0xc5, 0x3d, 0xbd, 0x9d, 0x54, 0x91, 0xe8, 0x7a, 0x82, 0x45, 0xca, - 0xde, 0xe4, 0x2d, 0x10, 0x31, 0xf8, 0x60, 0x62, 0x71, 0x12, 0x46, 0xb1, 0xea, 0x10, 0x41, 0x02, - 0xaa, 0x26, 0x17, 0xc6, 0x4f, 0xef, 0xf4, 0x9a, 0xc7, 0xe0, 0x6a, 0x6f, 0xc8, 0x85, 0x06, 0x8e, - 0xc3, 0x5d, 0xa9, 0x2f, 0x9a, 0xb9, 0x6b, 0xe4, 0x44, 0x8c, 0x7e, 0x04, 0x2b, 0xe6, 0x23, 0x7d, - 0xb6, 0x98, 0x61, 0x9c, 0xda, 0xe5, 0x55, 0xee, 0xbf, 0x6a, 0xb0, 0x55, 0x9d, 0x70, 0x5b, 0x30, - 0xef, 0x38, 0xe3, 0xa7, 0xb0, 0x9c, 0xeb, 0xd7, 0xfb, 0xe4, 0x3d, 0xd7, 0xb4, 0x39, 0x78, 0xfb, - 0xdf, 0x33, 0xf0, 0x7e, 0x49, 0x9b, 0xa3, 0x1e, 0xcc, 0x9f, 0x84, 0xb7, 0xfc, 0x86, 0xa2, 0x67, - 0xf7, 0xe3, 0x99, 0xd4, 0x57, 0xf3, 0xc7, 0xf7, 0xb4, 0x4e, 0x92, 0xe3, 0x7e, 0x0f, 0xbd, 0x86, - 0x85, 0xa4, 0xc9, 0x28, 0xfa, 0xe2, 0x5e, 0xd8, 0xe2, 0x28, 0x69, 0x7e, 0xf9, 0xb6, 0xb0, 0xf1, - 0xda, 0xc7, 0xb0, 0xb6, 0xdf, 0xa7, 0xde, 0xcd, 0x59, 0xe6, 0x9f, 0x75, 0x68, 0x73, 0xaa, 0xff, - 0x0e, 0x83, 0x48, 0x8d, 0x9a, 0x1f, 0x98, 0x65, 0xb2, 0xa6, 0x19, 0x4f, 0x7f, 0x04, 0x98, 0xa4, - 0x1b, 0xdd, 0x8f, 0xd1, 0x54, 0x73, 0x36, 0x7f, 0xf2, 0xd6, 0xb8, 0x94, 0xc0, 0xde, 0x67, 0xdf, - 0xb4, 0x7a, 0x4c, 0xf5, 0xe3, 0x2b, 0x0d, 0xda, 0x09, 0x98, 0x27, 0xb8, 0xe4, 0xd7, 0x6a, 0x27, - 0xe0, 0xde, 0x8e, 0x88, 0xbc, 0x9d, 0xb1, 0xd3, 0x1d, 0xeb, 0xf4, 0x6a, 0xde, 0xc4, 0xf7, 0xfc, - 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x22, 0xb5, 0xde, 0x7e, 0x67, 0x15, 0x00, 0x00, + // 1779 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x23, 0x49, + 0x11, 0xc7, 0xce, 0x5f, 0x57, 0xfe, 0xec, 0xa5, 0x2f, 0xc9, 0xce, 0xf9, 0x76, 0xf7, 0xa2, 0xd9, + 0x03, 0xf6, 0xb8, 0xc5, 0x59, 0xbc, 0x77, 0x07, 0x48, 0x07, 0x52, 0xfe, 0x6d, 0x12, 0x20, 0x59, + 0xd3, 0x4e, 0x72, 0xe2, 0x40, 0x8a, 0x3a, 0xe3, 0x8e, 0xdd, 0x8a, 0x67, 0x7a, 0xe8, 0xee, 0x89, + 0xcf, 0x79, 0x41, 0xe2, 0x85, 0xfb, 0x24, 0x3c, 0xf0, 0xcc, 0xbe, 0x21, 0xc1, 0x0b, 0xe2, 0x83, + 0xf0, 0xce, 0x67, 0x40, 0xdd, 0xd3, 0x63, 0xcf, 0x8c, 0x67, 0xac, 0xac, 0xb4, 0xf7, 0x14, 0x4f, + 0x57, 0xfd, 0xaa, 0x7f, 0x55, 0x5d, 0x55, 0x5d, 0x1d, 0x70, 0x7d, 0xee, 0x5d, 0x06, 0xbc, 0x43, + 0x49, 0x97, 0x06, 0xea, 0xf2, 0x96, 0x09, 0x15, 0x91, 0xbe, 0x4f, 0xbc, 0x1e, 0x0b, 0x68, 0x23, + 0x14, 0x5c, 0x71, 0xb4, 0xe1, 0x73, 0xaf, 0x31, 0xd2, 0x69, 0x78, 0xdc, 0x0f, 0x23, 0x45, 0xeb, + 0x1f, 0x76, 0x39, 0xef, 0xf6, 0xe9, 0xb6, 0x51, 0xba, 0x8a, 0xae, 0xb7, 0xa9, 0x1f, 0xaa, 0x61, + 0x8c, 0xa9, 0x3f, 0xc9, 0x0b, 0x07, 0x82, 0x84, 0x21, 0x15, 0xd2, 0xca, 0x1f, 0xea, 0x7d, 0x3d, + 0xee, 0xfb, 0x3c, 0xb0, 0x7f, 0x12, 0x60, 0x56, 0xa0, 0x77, 0xca, 0xc8, 0x1f, 0xa7, 0xe4, 0x01, + 0x57, 0xec, 0x9a, 0x79, 0x44, 0xb1, 0x44, 0xec, 0xfe, 0xad, 0x02, 0x1b, 0x17, 0xb1, 0x13, 0x27, + 0xb1, 0x13, 0x98, 0xfe, 0x31, 0xa2, 0x52, 0xa1, 0xdf, 0xe7, 0x05, 0xed, 0xa1, 0x54, 0xd4, 0x97, + 0x4e, 0x65, 0x6b, 0xe6, 0xd9, 0x52, 0xf3, 0xfb, 0x8d, 0x42, 0x2f, 0x1b, 0x39, 0x63, 0xc5, 0x36, + 0xd0, 0x67, 0xb0, 0xf2, 0x3a, 0xa4, 0xc2, 0x30, 0x39, 0x1b, 0x86, 0xd4, 0xa9, 0x6e, 0x55, 0x9e, + 0xad, 0x36, 0x57, 0x8d, 0xd1, 0x91, 0x04, 0x67, 0x95, 0xdc, 0x7f, 0x56, 0x60, 0x33, 0x4f, 0x56, + 0x86, 0x3c, 0x90, 0xf4, 0xbb, 0x65, 0xdb, 0x84, 0x79, 0x4c, 0x65, 0xd4, 0x57, 0x86, 0xe6, 0x52, + 0xb3, 0xde, 0x88, 0x4f, 0xab, 0x91, 0x9c, 0x56, 0x63, 0x97, 0xf3, 0xfe, 0x05, 0xe9, 0x47, 0x14, + 0x5b, 0x4d, 0xb4, 0x0e, 0x73, 0x07, 0x42, 0x70, 0xe1, 0xcc, 0x6c, 0x55, 0x9e, 0xd5, 0x70, 0xfc, + 0xe1, 0x36, 0x60, 0xb9, 0xdd, 0x3e, 0x6a, 0x45, 0x57, 0x7d, 0xe6, 0xfd, 0x9a, 0x0e, 0xd1, 0x13, + 0x58, 0xb8, 0xa1, 0xc3, 0x0e, 0x51, 0xc4, 0xa9, 0x68, 0xbd, 0xdd, 0xd9, 0x6f, 0xdf, 0x38, 0x15, + 0x9c, 0x2c, 0xba, 0x2e, 0xcc, 0xee, 0x33, 0x79, 0x83, 0xea, 0xb0, 0xd8, 0x61, 0xf2, 0x26, 0x20, + 0x3e, 0x8d, 0x15, 0xf1, 0xe8, 0xdb, 0xed, 0xc3, 0x72, 0xbb, 0x47, 0x04, 0xed, 0xbc, 0xe2, 0xfd, + 0x0e, 0x15, 0xe8, 0x33, 0xd8, 0x90, 0xe6, 0xfb, 0xda, 0x7c, 0x0b, 0x7a, 0x4d, 0x05, 0x0d, 0xbc, + 0x04, 0x58, 0x2c, 0x44, 0x3f, 0x80, 0xd5, 0xae, 0x3e, 0x77, 0x9f, 0x47, 0x81, 0x0a, 0x89, 0xea, + 0x19, 0x5f, 0x6b, 0x38, 0xb7, 0xea, 0xfe, 0xa5, 0x0a, 0xeb, 0x6d, 0xc5, 0x05, 0xe9, 0xd2, 0x3d, + 0x1e, 0x5c, 0xb3, 0x6e, 0x14, 0x1f, 0x10, 0x7a, 0x09, 0xf3, 0x5c, 0x6a, 0x52, 0x66, 0x9f, 0xa5, + 0xe6, 0x87, 0x25, 0x21, 0xd7, 0xfe, 0x60, 0xab, 0x8a, 0x7e, 0x0e, 0x35, 0xed, 0xa7, 0xfe, 0x2d, + 0x9d, 0xaa, 0x39, 0xaa, 0xa9, 0xb8, 0xb1, 0xb6, 0x76, 0xf3, 0xd6, 0x8f, 0x29, 0xec, 0xf1, 0x40, + 0x11, 0x16, 0x50, 0x71, 0xaa, 0xe3, 0x13, 0x07, 0xbc, 0x58, 0x88, 0x8e, 0x61, 0x45, 0xa6, 0x82, + 0x25, 0x9d, 0x59, 0xb3, 0xe9, 0xd3, 0x92, 0x4d, 0xd3, 0x81, 0xc5, 0x59, 0xa4, 0xfb, 0x0a, 0xde, + 0x3b, 0xa5, 0x6a, 0xc0, 0xc5, 0xcd, 0x71, 0xa0, 0xa8, 0xb8, 0x26, 0x1e, 0x45, 0x4d, 0x58, 0x0f, + 0x72, 0x6b, 0xa7, 0xe3, 0x33, 0x2b, 0x94, 0xb9, 0x97, 0xb0, 0x6e, 0xed, 0x64, 0x03, 0x7a, 0x08, + 0xc0, 0x12, 0xc5, 0x24, 0x8f, 0x7f, 0x58, 0xc2, 0x33, 0x4f, 0x04, 0xa7, 0xa0, 0xee, 0x9f, 0x2b, + 0xb0, 0x76, 0x2e, 0xa9, 0xc8, 0x9a, 0xdf, 0x82, 0xc5, 0x48, 0x52, 0x31, 0x4e, 0x29, 0x9b, 0x7b, + 0xa3, 0x55, 0xad, 0x11, 0x12, 0x29, 0x07, 0x5c, 0x74, 0xe2, 0x64, 0x48, 0x34, 0x92, 0x55, 0xf4, + 0x49, 0x6c, 0x43, 0xe9, 0x0a, 0x9e, 0x31, 0x15, 0xbc, 0x62, 0x08, 0xea, 0xdd, 0x74, 0xc5, 0xe2, + 0x91, 0x58, 0x47, 0x0b, 0xef, 0xb7, 0xb2, 0x14, 0x9e, 0x00, 0x74, 0x98, 0x24, 0x57, 0x7d, 0x8a, + 0xf7, 0x5b, 0x86, 0xc4, 0x22, 0x4e, 0xad, 0x20, 0x04, 0xb3, 0x21, 0x17, 0x71, 0xd5, 0xad, 0x60, + 0xf3, 0xdb, 0xfd, 0x6b, 0x05, 0xd0, 0x6f, 0x58, 0x10, 0x7d, 0x93, 0x35, 0xb5, 0x0f, 0x8f, 0x2d, + 0xb0, 0x65, 0xc9, 0xed, 0x44, 0xaa, 0x47, 0x03, 0x65, 0xdb, 0x9d, 0xb5, 0x3e, 0x5d, 0x09, 0xfd, + 0x0a, 0xde, 0xf7, 0xfa, 0x3c, 0xea, 0x1c, 0x07, 0x4c, 0xed, 0x13, 0x45, 0xda, 0x3c, 0x12, 0x5e, + 0xd2, 0x9c, 0x1c, 0xe3, 0xda, 0xde, 0xa4, 0x1c, 0x17, 0x81, 0xdc, 0x6f, 0xab, 0xb0, 0xfe, 0x15, + 0x0b, 0x3a, 0x7c, 0x20, 0xb3, 0x54, 0xbf, 0x80, 0x4d, 0x1a, 0x68, 0x12, 0x3b, 0x91, 0xe2, 0x3e, + 0x51, 0xcc, 0x3b, 0x0f, 0x3b, 0x44, 0x99, 0x33, 0xd6, 0x1c, 0x4b, 0xa4, 0xba, 0x07, 0x28, 0xe6, + 0xd3, 0xaf, 0x79, 0x40, 0x6d, 0x6d, 0x8e, 0xbe, 0x51, 0x7b, 0x32, 0xba, 0xe6, 0x40, 0xca, 0x33, + 0x26, 0xaf, 0x8e, 0x27, 0x8f, 0xe7, 0x10, 0xd0, 0x57, 0x2c, 0xc0, 0x27, 0x59, 0xb3, 0xb3, 0xc6, + 0xec, 0x43, 0x63, 0x76, 0x52, 0x8c, 0x0b, 0x20, 0xee, 0x7f, 0xe6, 0xe0, 0x91, 0xed, 0xe4, 0x41, + 0x37, 0x6e, 0xaa, 0xd9, 0x9d, 0x5c, 0x58, 0xb6, 0xbc, 0x44, 0xaa, 0x5c, 0x32, 0x6b, 0xe8, 0x14, + 0x56, 0x48, 0xc7, 0x67, 0x01, 0x93, 0x4a, 0x10, 0xc5, 0x85, 0xed, 0xc5, 0xcf, 0x4a, 0xfc, 0x9b, + 0x48, 0x78, 0x9c, 0x85, 0xa3, 0x5f, 0xc2, 0x9c, 0x4e, 0x4e, 0xe9, 0xcc, 0x98, 0xca, 0xba, 0xbf, + 0x9d, 0x18, 0x86, 0x3e, 0x06, 0xf0, 0x22, 0xa9, 0xb8, 0xaf, 0xcf, 0xdc, 0x44, 0x25, 0xa9, 0x8f, + 0xd4, 0x3a, 0xda, 0x03, 0x08, 0x4d, 0xb7, 0xbf, 0xa1, 0x43, 0xe9, 0xcc, 0x4d, 0x6f, 0x36, 0xa9, + 0x9b, 0x01, 0xa7, 0x60, 0xe8, 0x85, 0x6e, 0xad, 0xa6, 0xc8, 0xe6, 0x53, 0x99, 0x98, 0x8b, 0xa8, + 0xa9, 0x37, 0xab, 0x87, 0x7e, 0x0b, 0x6b, 0x5c, 0xee, 0x72, 0xae, 0xb4, 0xb7, 0xe1, 0x41, 0xd0, + 0x65, 0x01, 0x75, 0x16, 0x0c, 0xf8, 0x69, 0x11, 0x38, 0xa7, 0x8a, 0x27, 0xd1, 0xe8, 0x77, 0x80, + 0xfa, 0x13, 0x75, 0xe7, 0x2c, 0x9a, 0x43, 0xf8, 0xa4, 0xc4, 0xa3, 0xc9, 0x42, 0xc5, 0x05, 0x46, + 0xd0, 0x25, 0xac, 0x0f, 0x0a, 0x2a, 0xc5, 0xa9, 0x19, 0xe3, 0x9f, 0x96, 0x18, 0x2f, 0x2a, 0x2e, + 0x5c, 0x68, 0x48, 0x67, 0x72, 0x28, 0xf8, 0x37, 0xc3, 0xac, 0x79, 0x48, 0x65, 0x72, 0x6b, 0x42, + 0x8c, 0x0b, 0x20, 0xee, 0xdf, 0xab, 0xb0, 0x71, 0x44, 0x44, 0x67, 0x40, 0xc4, 0xe4, 0xf5, 0x77, + 0x71, 0xd2, 0x66, 0x77, 0x71, 0xf2, 0xae, 0xda, 0x6b, 0x2c, 0x37, 0x4f, 0xb0, 0x3b, 0x1a, 0x1f, + 0x53, 0xac, 0x8a, 0x7e, 0x91, 0xe4, 0x90, 0x01, 0xc6, 0x09, 0xfd, 0xb8, 0x00, 0xb8, 0x37, 0x52, + 0xc2, 0x29, 0x00, 0xba, 0x84, 0x7a, 0x67, 0x18, 0x10, 0x9f, 0x79, 0x27, 0xd4, 0xe7, 0x62, 0x58, + 0x54, 0xff, 0x1f, 0x19, 0x73, 0xfb, 0xa5, 0x6a, 0x78, 0x8a, 0x09, 0xf4, 0x0a, 0xd0, 0x6d, 0x86, + 0xc8, 0x61, 0xeb, 0x3c, 0xb9, 0x32, 0x37, 0x0b, 0x78, 0x1e, 0xb6, 0xce, 0x71, 0x01, 0xc2, 0xfd, + 0x12, 0x96, 0xcf, 0xe9, 0x35, 0x6b, 0x53, 0xa5, 0x53, 0x4e, 0xa2, 0xe7, 0xb0, 0x26, 0xa9, 0x17, + 0x09, 0xaa, 0x93, 0xec, 0xc0, 0xb4, 0xbb, 0x8e, 0xed, 0x7e, 0x93, 0x02, 0xf7, 0x4d, 0x05, 0x36, + 0xda, 0x7a, 0x95, 0xa9, 0x1c, 0xbf, 0x47, 0x50, 0x8b, 0x9b, 0xe5, 0x59, 0xeb, 0xc4, 0xe2, 0xc7, + 0x0b, 0xe8, 0x10, 0x96, 0xa3, 0xd4, 0xae, 0x36, 0xbe, 0x65, 0xd5, 0x97, 0x26, 0x88, 0x33, 0x40, + 0xf4, 0x39, 0x2c, 0x4b, 0xbb, 0xff, 0xd9, 0xf8, 0xaa, 0x5b, 0x33, 0x86, 0xda, 0x29, 0x01, 0xce, + 0xa8, 0xb9, 0x2f, 0x60, 0xd6, 0x34, 0x67, 0x04, 0xb3, 0xa9, 0xc1, 0xcd, 0xfc, 0xd6, 0xe3, 0xa1, + 0xa6, 0x10, 0x0f, 0x3d, 0x35, 0x1c, 0x7f, 0xb8, 0xaf, 0x60, 0x4d, 0x23, 0xb2, 0x4e, 0xfe, 0x04, + 0xe6, 0xee, 0x78, 0x30, 0x1a, 0x01, 0xca, 0xe6, 0x23, 0x0d, 0xc4, 0xb1, 0xa6, 0xfb, 0xdf, 0x05, + 0x58, 0xcd, 0x9e, 0x4c, 0x21, 0x89, 0x55, 0xa8, 0x32, 0x7b, 0xb5, 0xe3, 0x2a, 0xeb, 0xa0, 0x03, + 0x58, 0x90, 0xf1, 0x68, 0x67, 0x93, 0xa7, 0xac, 0xf4, 0x8a, 0x06, 0x40, 0x9c, 0x60, 0xd1, 0x1e, + 0x54, 0xb9, 0xb4, 0xf7, 0xc4, 0xcb, 0x12, 0x0b, 0xd3, 0xae, 0x03, 0x5c, 0xe5, 0x52, 0x73, 0xb1, + 0xd3, 0x92, 0x33, 0x37, 0x95, 0x4b, 0xd1, 0xec, 0x84, 0x13, 0x2c, 0x3a, 0x82, 0xc5, 0x9e, 0xad, + 0x57, 0xd3, 0x3c, 0x97, 0x9a, 0xcf, 0x4b, 0xec, 0x14, 0x96, 0x35, 0x1e, 0xa1, 0xd1, 0x53, 0x98, + 0x97, 0x8a, 0xa8, 0x48, 0x9a, 0x3e, 0xba, 0xd4, 0x5c, 0x8a, 0x8f, 0xdf, 0x2c, 0x61, 0x2b, 0x42, + 0x3f, 0x83, 0x87, 0x76, 0xc2, 0x38, 0x62, 0xdd, 0xde, 0xce, 0x2d, 0x61, 0x7d, 0x72, 0xc5, 0xfa, + 0x4c, 0x0d, 0x4d, 0xa7, 0x5c, 0xc4, 0x65, 0x62, 0x5d, 0x12, 0xa4, 0xdf, 0xe7, 0x03, 0xda, 0x79, + 0x3d, 0xd0, 0xc3, 0xaa, 0x49, 0x8e, 0x9a, 0x49, 0x8e, 0x49, 0x01, 0xda, 0x06, 0x08, 0xf9, 0x80, + 0x0a, 0xbd, 0x3d, 0x35, 0x8d, 0x6c, 0xb5, 0xf9, 0x20, 0x6e, 0x64, 0xa3, 0x65, 0x9c, 0x52, 0xd1, + 0x71, 0x48, 0x72, 0xd3, 0x59, 0x9a, 0x1a, 0x87, 0xc2, 0x4a, 0xc3, 0x23, 0xb4, 0x8e, 0x83, 0x9e, + 0x98, 0xd4, 0xd0, 0x59, 0x4e, 0xc5, 0xe1, 0xc0, 0x2c, 0x61, 0x2b, 0x42, 0x2d, 0xd8, 0xe8, 0xe5, + 0x3c, 0x8c, 0xa9, 0xae, 0x18, 0xaa, 0x75, 0x83, 0x39, 0x2a, 0xd2, 0xc0, 0xc5, 0x40, 0xf4, 0x18, + 0x66, 0x15, 0xe9, 0x4a, 0x67, 0xd5, 0x6c, 0x5a, 0x33, 0x06, 0xce, 0x48, 0x57, 0x62, 0xb3, 0x8c, + 0xbe, 0x04, 0x30, 0x0f, 0x95, 0x1d, 0xed, 0x8b, 0xf3, 0xc0, 0x28, 0x3d, 0x32, 0x4a, 0x87, 0xa3, + 0xe5, 0xac, 0x47, 0x29, 0x7d, 0xf4, 0x07, 0xd8, 0x1c, 0x7f, 0x1d, 0x07, 0x52, 0x91, 0xc0, 0xa3, + 0x17, 0x8c, 0x0e, 0x9c, 0xf7, 0x8c, 0xa5, 0x8f, 0x0b, 0x7a, 0xdd, 0x84, 0x2e, 0x2e, 0xb1, 0x81, + 0x2e, 0x60, 0xed, 0x2e, 0x5f, 0xd5, 0xce, 0xda, 0xd4, 0xe9, 0x65, 0xa2, 0x0b, 0xe0, 0x49, 0x13, + 0xba, 0x2f, 0x3e, 0xc9, 0x72, 0x1a, 0xbf, 0x9c, 0xed, 0x23, 0xfe, 0x35, 0x3c, 0xc8, 0x6a, 0xbc, + 0xe5, 0x83, 0x38, 0x8f, 0x46, 0xbb, 0xc5, 0x0f, 0xf7, 0x47, 0x05, 0x01, 0x2a, 0x7d, 0xc6, 0xff, + 0xa3, 0x02, 0x1f, 0x95, 0xf2, 0xb6, 0xef, 0xf9, 0x77, 0x4e, 0xfc, 0xdd, 0xbd, 0xe1, 0xff, 0x57, + 0xcd, 0xd3, 0xc7, 0x51, 0xb0, 0xc7, 0x7d, 0x9f, 0x04, 0x9d, 0x24, 0xee, 0x27, 0xf9, 0xfe, 0x6b, + 0x1f, 0xc5, 0xf7, 0x64, 0x9f, 0x6f, 0xde, 0x3b, 0x30, 0x9f, 0x7a, 0x8a, 0x24, 0xf3, 0x56, 0x19, + 0x89, 0xb6, 0x27, 0x58, 0xa8, 0xec, 0xdb, 0xc4, 0x02, 0x11, 0x83, 0x0f, 0xc6, 0x1a, 0xc7, 0x41, + 0x18, 0xa9, 0x16, 0x11, 0xc4, 0xa7, 0x6a, 0x3c, 0x02, 0x7f, 0x3a, 0xd5, 0x6a, 0x16, 0x83, 0xcb, + 0xad, 0x21, 0x17, 0x6a, 0x38, 0x0a, 0x76, 0xa4, 0x1e, 0x9d, 0x33, 0x83, 0xf1, 0x78, 0x19, 0xfd, + 0x08, 0x56, 0xcc, 0x47, 0xf2, 0x10, 0x33, 0x4d, 0x3e, 0xd1, 0xcb, 0x8a, 0xdc, 0x7f, 0x55, 0x60, + 0xab, 0x3c, 0xe0, 0x36, 0x61, 0xde, 0x71, 0xc4, 0x4f, 0x60, 0x39, 0xd3, 0x07, 0xee, 0x13, 0xf7, + 0x4c, 0x33, 0xc8, 0xc0, 0x9b, 0xff, 0x9e, 0x81, 0xf7, 0x0b, 0xda, 0x07, 0xea, 0xc2, 0xfc, 0x71, + 0x70, 0xcb, 0x6f, 0x28, 0x7a, 0x7e, 0x3f, 0x9e, 0x71, 0x7e, 0xd5, 0x7f, 0x7c, 0x4f, 0xed, 0x38, + 0x38, 0xee, 0xf7, 0xd0, 0x1d, 0x2c, 0xc4, 0x45, 0x46, 0xd1, 0xe7, 0xf7, 0xc2, 0xe6, 0x5b, 0x49, + 0xfd, 0x8b, 0xb7, 0x85, 0x8d, 0xf6, 0x3e, 0x82, 0xb5, 0xbd, 0x1e, 0xf5, 0x6e, 0x4e, 0x53, 0xff, + 0x7e, 0x44, 0x9b, 0x13, 0xf5, 0x77, 0xe0, 0x87, 0x6a, 0x58, 0xff, 0xc0, 0x6c, 0x93, 0x56, 0x4d, + 0x59, 0xfa, 0x13, 0xc0, 0x38, 0xdc, 0xe8, 0x7e, 0x8c, 0x26, 0x8a, 0xb3, 0xfe, 0xd3, 0xb7, 0xc6, + 0x25, 0x04, 0x76, 0x5f, 0x7c, 0xdd, 0xe8, 0x32, 0xd5, 0x8b, 0xae, 0x34, 0x68, 0xdb, 0x67, 0x9e, + 0xe0, 0x92, 0x5f, 0xab, 0x6d, 0x9f, 0x7b, 0xdb, 0x22, 0xf4, 0xb6, 0x47, 0x46, 0xb7, 0xad, 0xd1, + 0xab, 0x79, 0xe3, 0xdf, 0xcb, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xff, 0x96, 0xd7, 0xa5, 0x39, + 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index 43bcb8dd..6b2e5447 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -107,6 +107,14 @@ message SecurityConfiguration { SecurityType securityType = 3; } +message Zone { + string name = 1; + repeated string nodes = 2; +} +message ZoneConfiguration { + repeated Zone zones = 1; +} + message VirtualMachine { string name = 1; string id = 2; @@ -124,6 +132,7 @@ message VirtualMachine { Tags tags = 14; GuestAgentConfiguration guestAgent = 15; VirtualMachineAgentInstanceView guestAgentInstanceView = 16; + ZoneConfiguration zoneConfiguration = 17; } message VirtualMachineOperationRequest { From f4fdaa07063dad107d3fe0ddecc4040a109443af Mon Sep 17 00:00:00 2001 From: bgriddaluru Date: Wed, 17 Jul 2024 10:43:03 -0700 Subject: [PATCH 2/9] Rename zones to availability zones. Add strict affinity flag --- go.mod | 2 +- go.sum | 4 +- .../moc_cloudagent_virtualmachine.pb.go | 342 +++++++++++------- .../moc_cloudagent_virtualmachine.proto | 11 +- .../moc_nodeagent_virtualmachine.pb.go | 323 +++++++++-------- .../moc_nodeagent_virtualmachine.proto | 10 +- 6 files changed, 402 insertions(+), 290 deletions(-) diff --git a/go.mod b/go.mod index dc9addc1..c362c7c2 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( require ( golang.org/x/net v0.27.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect ) replace ( diff --git a/go.sum b/go.sum index 2b8dc0dc..d3cab05b 100644 --- a/go.sum +++ b/go.sum @@ -1521,8 +1521,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go. google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5/go.mod h1:zBEcrKX2ZOcEkHWxBPAIvYUWOKKMIhYcmNiUIu2ji3I= google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b h1:04+jVzTs2XBnOZcPsLnmrTGqltqJbZQ1Ey26hjYdQQ0= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d h1:JU0iKnSg02Gmb5ZdV8nYsKEKsP6o/FGVWTrw4i1DA9A= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk= google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index 330593b5..5480abf8 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -897,6 +897,92 @@ func (m *AvailabilitySetReference) GetName() string { return "" } +type AvailabilityZone 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:"-"` +} + +func (m *AvailabilityZone) Reset() { *m = AvailabilityZone{} } +func (m *AvailabilityZone) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZone) ProtoMessage() {} +func (*AvailabilityZone) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{16} +} + +func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZone.Unmarshal(m, b) +} +func (m *AvailabilityZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZone.Marshal(b, m, deterministic) +} +func (m *AvailabilityZone) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZone.Merge(m, src) +} +func (m *AvailabilityZone) XXX_Size() int { + return xxx_messageInfo_AvailabilityZone.Size(m) +} +func (m *AvailabilityZone) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZone.DiscardUnknown(m) +} + +var xxx_messageInfo_AvailabilityZone proto.InternalMessageInfo + +func (m *AvailabilityZone) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +type AvailabilityZoneConfiguration struct { + AvailabilityZones []*AvailabilityZone `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` + StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } +func (m *AvailabilityZoneConfiguration) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZoneConfiguration) ProtoMessage() {} +func (*AvailabilityZoneConfiguration) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{17} +} + +func (m *AvailabilityZoneConfiguration) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZoneConfiguration.Unmarshal(m, b) +} +func (m *AvailabilityZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZoneConfiguration.Marshal(b, m, deterministic) +} +func (m *AvailabilityZoneConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZoneConfiguration.Merge(m, src) +} +func (m *AvailabilityZoneConfiguration) XXX_Size() int { + return xxx_messageInfo_AvailabilityZoneConfiguration.Size(m) +} +func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZoneConfiguration.DiscardUnknown(m) +} + +var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo + +func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZone { + if m != nil { + return m.AvailabilityZones + } + return nil +} + +func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { + if m != nil { + return m.StrictAffinityToZones + } + return false +} + type VirtualMachine 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"` @@ -917,7 +1003,7 @@ type VirtualMachine struct { GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,17,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,18,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` AvailabilitySet *AvailabilitySetReference `protobuf:"bytes,19,opt,name=availabilitySet,proto3" json:"availabilitySet,omitempty"` - Zones []string `protobuf:"bytes,20,rep,name=zones,proto3" json:"zones,omitempty"` + AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,20,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -927,7 +1013,7 @@ func (m *VirtualMachine) Reset() { *m = VirtualMachine{} } func (m *VirtualMachine) String() string { return proto.CompactTextString(m) } func (*VirtualMachine) ProtoMessage() {} func (*VirtualMachine) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{16} + return fileDescriptor_a65ab853cd24c92b, []int{18} } func (m *VirtualMachine) XXX_Unmarshal(b []byte) error { @@ -1081,9 +1167,9 @@ func (m *VirtualMachine) GetAvailabilitySet() *AvailabilitySetReference { return nil } -func (m *VirtualMachine) GetZones() []string { +func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { if m != nil { - return m.Zones + return m.AvailabilityZone } return nil } @@ -1101,7 +1187,7 @@ func (m *VirtualMachineOperationRequest) Reset() { *m = VirtualMachineOp func (m *VirtualMachineOperationRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationRequest) ProtoMessage() {} func (*VirtualMachineOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{17} + return fileDescriptor_a65ab853cd24c92b, []int{19} } func (m *VirtualMachineOperationRequest) XXX_Unmarshal(b []byte) error { @@ -1157,7 +1243,7 @@ func (m *VirtualMachineOperationResponse) Reset() { *m = VirtualMachineO func (m *VirtualMachineOperationResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationResponse) ProtoMessage() {} func (*VirtualMachineOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{18} + return fileDescriptor_a65ab853cd24c92b, []int{20} } func (m *VirtualMachineOperationResponse) XXX_Unmarshal(b []byte) error { @@ -1214,7 +1300,7 @@ func (m *VirtualMachineRunCommandRequest) Reset() { *m = VirtualMachineR func (m *VirtualMachineRunCommandRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandRequest) ProtoMessage() {} func (*VirtualMachineRunCommandRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{19} + return fileDescriptor_a65ab853cd24c92b, []int{21} } func (m *VirtualMachineRunCommandRequest) XXX_Unmarshal(b []byte) error { @@ -1282,7 +1368,7 @@ func (m *VirtualMachineRunCommandResponse) Reset() { *m = VirtualMachine func (m *VirtualMachineRunCommandResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandResponse) ProtoMessage() {} func (*VirtualMachineRunCommandResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{20} + return fileDescriptor_a65ab853cd24c92b, []int{22} } func (m *VirtualMachineRunCommandResponse) XXX_Unmarshal(b []byte) error { @@ -1328,7 +1414,7 @@ func (m *VirtualMachinePrecheckRequest) Reset() { *m = VirtualMachinePre func (m *VirtualMachinePrecheckRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckRequest) ProtoMessage() {} func (*VirtualMachinePrecheckRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{21} + return fileDescriptor_a65ab853cd24c92b, []int{23} } func (m *VirtualMachinePrecheckRequest) XXX_Unmarshal(b []byte) error { @@ -1370,7 +1456,7 @@ func (m *VirtualMachinePrecheckResponse) Reset() { *m = VirtualMachinePr func (m *VirtualMachinePrecheckResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckResponse) ProtoMessage() {} func (*VirtualMachinePrecheckResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{22} + return fileDescriptor_a65ab853cd24c92b, []int{24} } func (m *VirtualMachinePrecheckResponse) XXX_Unmarshal(b []byte) error { @@ -1423,6 +1509,8 @@ func init() { proto.RegisterType((*UefiSettings)(nil), "moc.cloudagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.cloudagent.compute.SecurityConfiguration") proto.RegisterType((*AvailabilitySetReference)(nil), "moc.cloudagent.compute.AvailabilitySetReference") + proto.RegisterType((*AvailabilityZone)(nil), "moc.cloudagent.compute.AvailabilityZone") + proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.cloudagent.compute.AvailabilityZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.cloudagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.cloudagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.cloudagent.compute.VirtualMachineOperationResponse") @@ -1437,121 +1525,125 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1822 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x53, 0x23, 0xc7, - 0x15, 0xb7, 0x04, 0x08, 0xf4, 0xf8, 0xb3, 0xd0, 0x0b, 0xec, 0x44, 0x61, 0x31, 0x35, 0xeb, 0x72, - 0xe1, 0x8d, 0x2d, 0x39, 0x78, 0xbd, 0x71, 0xa5, 0x9c, 0x72, 0x09, 0xa4, 0x5d, 0x28, 0x83, 0x50, - 0x5a, 0x62, 0xb7, 0x8a, 0x4a, 0x15, 0x1e, 0x46, 0x8d, 0xe8, 0xa0, 0x99, 0x1e, 0x77, 0xf7, 0x20, - 0xcb, 0xc9, 0x25, 0x39, 0x25, 0xa7, 0x7c, 0x84, 0x54, 0xbe, 0x83, 0x93, 0x5b, 0x0e, 0xb9, 0xe7, - 0x73, 0xe4, 0x9a, 0x8f, 0x90, 0x54, 0xf7, 0x8c, 0x34, 0x7f, 0x34, 0x43, 0x41, 0x55, 0xf6, 0x90, - 0x93, 0x34, 0xef, 0xbd, 0xdf, 0xaf, 0x5f, 0xbf, 0x7e, 0x7f, 0xba, 0xe1, 0x99, 0xc3, 0xec, 0x0b, - 0x7b, 0xc0, 0xfc, 0x9e, 0xd5, 0x27, 0xae, 0xbc, 0xb8, 0xa5, 0x5c, 0xfa, 0xd6, 0xc0, 0xb1, 0xec, - 0x6b, 0xea, 0x92, 0xaa, 0xc7, 0x99, 0x64, 0x68, 0xd3, 0x61, 0x76, 0x35, 0x32, 0xaa, 0xda, 0xcc, - 0xf1, 0x7c, 0x49, 0x2a, 0xdb, 0x7d, 0xc6, 0xfa, 0x03, 0x52, 0xd3, 0x56, 0x97, 0xfe, 0x55, 0x6d, - 0xc8, 0x2d, 0xcf, 0x23, 0x5c, 0x04, 0xb8, 0xca, 0x13, 0x4d, 0xce, 0x1c, 0x87, 0xb9, 0xe1, 0x4f, - 0xa8, 0xd8, 0x4e, 0x2a, 0x14, 0x59, 0x5c, 0x6f, 0xfe, 0xb9, 0x00, 0x1b, 0x6f, 0x02, 0x4f, 0x4e, - 0x02, 0x4f, 0x30, 0xf9, 0xd6, 0x27, 0x42, 0xa2, 0x36, 0x3c, 0x4a, 0x2a, 0x84, 0x51, 0xd8, 0x99, - 0xd9, 0x5d, 0xdc, 0xfb, 0xb0, 0x9a, 0xed, 0x64, 0x35, 0xc5, 0x93, 0x86, 0xa3, 0x17, 0xb0, 0x7c, - 0xea, 0x11, 0x6e, 0x49, 0xca, 0xdc, 0xee, 0xc8, 0x23, 0x46, 0x71, 0xa7, 0xb0, 0xbb, 0xb2, 0xb7, - 0xa2, 0xf9, 0x26, 0x1a, 0x9c, 0x34, 0x32, 0x7f, 0x28, 0xc0, 0x66, 0xda, 0x43, 0xe1, 0x31, 0x57, - 0x90, 0x77, 0xe0, 0xe2, 0x1e, 0x94, 0x30, 0x11, 0xfe, 0x40, 0x6a, 0xdf, 0x16, 0xf7, 0x2a, 0xd5, - 0x20, 0xf0, 0xd5, 0x71, 0xe0, 0xab, 0xfb, 0x8c, 0x0d, 0xde, 0x58, 0x03, 0x9f, 0xe0, 0xd0, 0x12, - 0xad, 0xc3, 0x5c, 0x93, 0x73, 0xc6, 0x8d, 0x99, 0x9d, 0xc2, 0x6e, 0x19, 0x07, 0x1f, 0x66, 0x15, - 0x96, 0x3a, 0x9d, 0xc3, 0xb6, 0x7f, 0x39, 0xa0, 0xf6, 0xd7, 0x64, 0x84, 0xb6, 0x61, 0xfe, 0x86, - 0x8c, 0x7a, 0x96, 0xb4, 0x8c, 0x82, 0xb2, 0xdb, 0x9f, 0xfd, 0xc3, 0x5f, 0x8d, 0x02, 0x1e, 0x0b, - 0x4d, 0x13, 0x66, 0x1b, 0x54, 0xdc, 0xa0, 0x0a, 0x2c, 0xf4, 0xa8, 0xb8, 0x71, 0x2d, 0x87, 0x04, - 0x86, 0x78, 0xf2, 0x6d, 0xfe, 0xab, 0x00, 0xeb, 0x1d, 0xc9, 0xb8, 0xd5, 0x27, 0x07, 0xcc, 0xbd, - 0xa2, 0x7d, 0x3f, 0x88, 0x13, 0x7a, 0x01, 0x25, 0x26, 0x94, 0x99, 0x86, 0x2c, 0xee, 0x6d, 0xe5, - 0xed, 0x5f, 0x2d, 0x81, 0x43, 0x5b, 0xf4, 0x73, 0x28, 0xab, 0xa5, 0xd5, 0x7f, 0x61, 0x14, 0x75, - 0xe0, 0xee, 0x06, 0x46, 0xe6, 0xe8, 0x43, 0x58, 0xa1, 0x8e, 0xd5, 0x27, 0x98, 0x5c, 0x11, 0x4e, - 0x5c, 0x9b, 0x84, 0xbb, 0x4f, 0x49, 0xd1, 0x0b, 0xd8, 0xb8, 0x75, 0x02, 0x67, 0x0f, 0x98, 0x2b, - 0x2d, 0xea, 0x12, 0xde, 0x52, 0x7b, 0x9b, 0xd5, 0xe6, 0xd9, 0x4a, 0xf3, 0x15, 0xac, 0xb6, 0x88, - 0x1c, 0x32, 0x7e, 0x73, 0xe4, 0x4a, 0xc2, 0xaf, 0x2c, 0x9b, 0xa0, 0x3d, 0x58, 0x77, 0x53, 0xb2, - 0x56, 0x14, 0xa4, 0x4c, 0x9d, 0xf9, 0x0d, 0xac, 0x87, 0x3c, 0xc9, 0x78, 0x1d, 0x02, 0xd0, 0xb1, - 0xe1, 0x38, 0x67, 0x76, 0xf3, 0xb6, 0x9e, 0xf6, 0x04, 0xc7, 0xb0, 0xe6, 0xef, 0x0b, 0xb0, 0x76, - 0x26, 0x08, 0x4f, 0xf2, 0xef, 0xc0, 0x82, 0x2f, 0x08, 0x8f, 0x0e, 0x31, 0x3c, 0xed, 0x89, 0x54, - 0x59, 0x78, 0x96, 0x10, 0x43, 0xc6, 0x7b, 0x3a, 0xd5, 0x26, 0x16, 0x63, 0x29, 0xfa, 0x28, 0xe0, - 0x90, 0xaa, 0x50, 0x66, 0x74, 0xa1, 0x2c, 0x6b, 0x0f, 0xd5, 0x6a, 0xaa, 0x30, 0xf0, 0x44, 0xad, - 0xc2, 0x85, 0x1b, 0xed, 0xa4, 0x0b, 0xdb, 0x00, 0x3d, 0x2a, 0xac, 0xcb, 0x01, 0xc1, 0x8d, 0xb6, - 0x76, 0x62, 0x01, 0xc7, 0x24, 0x08, 0xc1, 0xac, 0xc7, 0x78, 0x90, 0xe7, 0xcb, 0x58, 0xff, 0x37, - 0xcf, 0x01, 0x1d, 0x53, 0xd7, 0xff, 0x2e, 0xc9, 0xd4, 0x80, 0xa7, 0x21, 0xae, 0x1d, 0xfa, 0x56, - 0xf7, 0xe5, 0x35, 0x71, 0x25, 0xb5, 0xb5, 0x41, 0x48, 0x7e, 0xb7, 0x91, 0xf9, 0xc7, 0x22, 0xac, - 0xbf, 0xa5, 0x6e, 0x8f, 0x0d, 0x45, 0x92, 0xfe, 0x25, 0x6c, 0x12, 0x57, 0x01, 0xeb, 0xbe, 0x64, - 0x8e, 0x25, 0xa9, 0x7d, 0xe6, 0xf5, 0x2c, 0xa9, 0xcf, 0x45, 0xf1, 0xe6, 0x68, 0x55, 0xa1, 0x48, - 0xea, 0x90, 0x73, 0xe6, 0x06, 0x8d, 0xa4, 0x8c, 0x27, 0xdf, 0xa8, 0x3b, 0x1d, 0x10, 0x1d, 0xc3, - 0x3b, 0x4e, 0x39, 0x6d, 0x8f, 0xa7, 0x43, 0xfa, 0x1a, 0xd0, 0x5b, 0xea, 0xe2, 0x93, 0x24, 0xef, - 0xac, 0xe6, 0x7d, 0xa2, 0x79, 0xa7, 0xd5, 0x38, 0x03, 0x62, 0xfe, 0x73, 0x0e, 0xb6, 0xc2, 0x26, - 0xe7, 0xf6, 0x3b, 0x23, 0x21, 0x89, 0x93, 0x5c, 0xc9, 0x84, 0xa5, 0xd0, 0x2f, 0x1e, 0xcb, 0xf1, - 0x84, 0x0c, 0x9d, 0xc2, 0xb2, 0xd5, 0x73, 0xa8, 0x4b, 0x85, 0xe4, 0x96, 0x64, 0x3c, 0xec, 0x58, - 0x1f, 0xe5, 0x6d, 0x70, 0x2a, 0x4b, 0x71, 0x12, 0x8f, 0xbe, 0x82, 0x39, 0x95, 0x51, 0xc2, 0x98, - 0xd1, 0xf5, 0xf0, 0x00, 0xa2, 0x00, 0x87, 0x3e, 0x00, 0xb0, 0x7d, 0x21, 0x99, 0xd3, 0x50, 0x5d, - 0x6e, 0x36, 0x96, 0xd5, 0x31, 0x39, 0x6a, 0x00, 0x78, 0xba, 0x2b, 0xde, 0x90, 0x91, 0x30, 0xe6, - 0xf4, 0x5a, 0x1f, 0xe4, 0xad, 0x15, 0x6f, 0xa1, 0x38, 0x86, 0x43, 0x9f, 0xaa, 0x8e, 0xa7, 0x6b, - 0xa3, 0xa4, 0x6b, 0xc3, 0x88, 0x0f, 0x91, 0x71, 0x50, 0x75, 0x99, 0x84, 0x76, 0xe8, 0x97, 0xb0, - 0xc6, 0xc4, 0x3e, 0x63, 0x52, 0xed, 0xd7, 0x6b, 0xba, 0x7d, 0xea, 0x12, 0x63, 0x5e, 0x83, 0x9f, - 0x65, 0x81, 0x53, 0xa6, 0x78, 0x1a, 0x8d, 0xce, 0x01, 0x0d, 0xa6, 0xea, 0xc5, 0x58, 0xd0, 0xe7, - 0xf0, 0x3c, 0x6f, 0x4b, 0xd3, 0x15, 0x86, 0x33, 0x58, 0xd0, 0x37, 0xb0, 0x3e, 0xcc, 0x28, 0x17, - 0xa3, 0xac, 0xd9, 0x3f, 0xce, 0x63, 0xcf, 0x2a, 0x31, 0x9c, 0xc9, 0xa4, 0xd2, 0xd9, 0xe3, 0xec, - 0xbb, 0x51, 0x92, 0x1f, 0x62, 0xe9, 0xdc, 0x9e, 0x52, 0xe3, 0x0c, 0x88, 0xf9, 0x43, 0x11, 0x36, - 0x0e, 0x2d, 0xde, 0x1b, 0x5a, 0x3c, 0x35, 0x97, 0x3e, 0x83, 0xd2, 0x9b, 0x93, 0x0e, 0xfd, 0x3e, - 0xc8, 0xe0, 0x95, 0xbd, 0x1f, 0x6b, 0xda, 0xe4, 0xd0, 0x55, 0xea, 0xe0, 0xa0, 0x02, 0x53, 0xf4, - 0x8b, 0x71, 0x1a, 0x69, 0x60, 0x90, 0xd5, 0x4f, 0x33, 0x80, 0x07, 0x13, 0x23, 0x1c, 0x03, 0xa0, - 0x0b, 0xa8, 0xf4, 0x46, 0xae, 0xe5, 0x50, 0xfb, 0x84, 0x38, 0x8c, 0x8f, 0xb2, 0xba, 0xc0, 0xfb, - 0x9a, 0xae, 0x91, 0x6b, 0x86, 0xef, 0xa0, 0x40, 0xaf, 0x00, 0xdd, 0x26, 0x1c, 0x79, 0xdd, 0x3e, - 0x13, 0xc6, 0xac, 0x4e, 0xe4, 0xcd, 0x0c, 0x3f, 0x5f, 0xb7, 0xcf, 0x70, 0x06, 0xc2, 0xfc, 0x12, - 0x96, 0xce, 0xc8, 0x15, 0xed, 0x10, 0xa9, 0x92, 0x4e, 0xa0, 0x8f, 0x61, 0x4d, 0x10, 0xdb, 0xe7, - 0x44, 0xa5, 0x59, 0x53, 0x37, 0xbd, 0x5e, 0xd8, 0x03, 0xa7, 0x15, 0xe6, 0xdf, 0x0a, 0xb0, 0xd1, - 0x51, 0x52, 0x2a, 0x53, 0xfe, 0x6d, 0x41, 0x39, 0x68, 0x99, 0xdd, 0xf6, 0x49, 0x88, 0x8f, 0x04, - 0xe8, 0x10, 0x96, 0xfc, 0xd8, 0xaa, 0x61, 0x7c, 0x73, 0x0b, 0x30, 0xee, 0x21, 0x4e, 0x20, 0xd1, - 0xe7, 0xb0, 0x24, 0x42, 0x07, 0xba, 0xd1, 0x90, 0x5a, 0xd3, 0x4c, 0x9d, 0x98, 0x02, 0x27, 0xcc, - 0xcc, 0x63, 0x30, 0xea, 0xb7, 0x16, 0x1d, 0x58, 0x97, 0x74, 0x40, 0xe5, 0xa8, 0x43, 0x64, 0x74, - 0x5b, 0xd8, 0x82, 0x72, 0x9f, 0x33, 0xdf, 0x8b, 0x35, 0xbd, 0x48, 0xa0, 0x46, 0x96, 0x9e, 0xa8, - 0x41, 0xb7, 0xd7, 0xff, 0xcd, 0xbf, 0x2c, 0xc0, 0x4a, 0x32, 0xdc, 0x13, 0xb3, 0x42, 0x64, 0x86, - 0x56, 0xa0, 0x48, 0xc3, 0x41, 0x8b, 0x8b, 0xb4, 0x87, 0x5e, 0xc1, 0xbc, 0x08, 0x2e, 0x52, 0x61, - 0x46, 0xe4, 0x16, 0x54, 0xd6, 0x7d, 0x0b, 0x8f, 0xc1, 0xa8, 0x01, 0x45, 0x26, 0xc2, 0x11, 0xf0, - 0x22, 0x8f, 0xe2, 0xae, 0x56, 0x8f, 0x8b, 0x4c, 0x28, 0x6f, 0xc2, 0xeb, 0x8b, 0x31, 0x77, 0xb7, - 0x37, 0x59, 0xb7, 0x19, 0x3c, 0x06, 0xab, 0x91, 0xe8, 0xb2, 0x5e, 0x70, 0x2d, 0x2a, 0x05, 0x23, - 0x71, 0xfc, 0x9d, 0x0c, 0xed, 0x7c, 0x3a, 0xb4, 0xcf, 0xa0, 0x24, 0xa4, 0x25, 0x7d, 0x11, 0x76, - 0xaf, 0xc5, 0xe0, 0x14, 0xb5, 0x08, 0x87, 0x2a, 0x35, 0x95, 0x06, 0x2c, 0x18, 0xe7, 0x9a, 0xa5, - 0x1c, 0x4c, 0xa5, 0xb8, 0x0c, 0x7d, 0x01, 0x4f, 0xc2, 0x7b, 0xc0, 0x21, 0xed, 0x5f, 0xc7, 0x0f, - 0x5a, 0x77, 0x96, 0x05, 0x9c, 0xa7, 0x46, 0x2f, 0xa1, 0x74, 0xab, 0x3b, 0xb6, 0xb1, 0xa8, 0x13, - 0x69, 0x3b, 0xf7, 0x0e, 0x7f, 0x12, 0xb4, 0x8b, 0xc0, 0x1a, 0x1d, 0xc1, 0xc2, 0x75, 0xd8, 0x7c, - 0x8c, 0x25, 0xed, 0xfc, 0x27, 0x79, 0xc8, 0xcc, 0x26, 0x85, 0x27, 0x70, 0x55, 0x81, 0xd6, 0x60, - 0xc0, 0x86, 0xa4, 0x77, 0x3a, 0x54, 0x57, 0x51, 0xd6, 0x23, 0xc2, 0x58, 0xde, 0x99, 0xd9, 0x2d, - 0xe3, 0x69, 0x05, 0xaa, 0x01, 0x78, 0x6c, 0x48, 0xb8, 0x8a, 0x12, 0x31, 0x56, 0xb4, 0xd3, 0x8f, - 0x82, 0xbe, 0x39, 0x11, 0xe3, 0x98, 0x89, 0xf2, 0x74, 0x5c, 0x09, 0xc6, 0xa3, 0xbb, 0x3d, 0xcd, - 0xac, 0x6c, 0x3c, 0x81, 0xa3, 0xa7, 0x30, 0x2b, 0xad, 0xbe, 0x30, 0x56, 0x35, 0x4d, 0x59, 0xd3, - 0x74, 0xad, 0xbe, 0xc0, 0x5a, 0x8c, 0xbe, 0x04, 0xe8, 0xab, 0x47, 0x5c, 0x5d, 0x91, 0x1a, 0x6b, - 0xb1, 0x37, 0xc1, 0xeb, 0x89, 0x38, 0x49, 0x1d, 0xb3, 0x47, 0xbf, 0x82, 0xcd, 0xe8, 0xeb, 0xc8, - 0x15, 0xd2, 0x72, 0x6d, 0xf2, 0x86, 0x92, 0xa1, 0x81, 0x62, 0xcd, 0x22, 0x59, 0x75, 0x53, 0xb6, - 0x38, 0x87, 0x03, 0x9d, 0xc3, 0x23, 0x2b, 0x59, 0xff, 0xc6, 0x63, 0x4d, 0xfb, 0x69, 0x5e, 0x30, - 0xf2, 0xda, 0x05, 0x4e, 0x13, 0xa9, 0xa7, 0xd8, 0xf7, 0x4c, 0x3d, 0x03, 0xd7, 0xf5, 0xa1, 0x05, - 0x1f, 0xe6, 0x9f, 0x8a, 0xb0, 0x9d, 0xf4, 0x36, 0x7a, 0x6c, 0xbe, 0xb3, 0xc7, 0xee, 0x5b, 0xd8, - 0x3c, 0xdd, 0xef, 0x9c, 0x1e, 0x37, 0xbb, 0xcd, 0x8b, 0xac, 0x57, 0xef, 0x56, 0x46, 0x10, 0x27, - 0x76, 0xfb, 0x45, 0xa3, 0x80, 0x37, 0xc6, 0xf8, 0x04, 0x1c, 0xed, 0xa7, 0x5f, 0xd1, 0x33, 0x31, - 0xbe, 0x36, 0x67, 0xb7, 0xb4, 0x47, 0x78, 0xdd, 0xb6, 0x89, 0x10, 0xb9, 0x6f, 0xea, 0xbf, 0x17, - 0xe0, 0xfd, 0xdc, 0x88, 0xfc, 0x1f, 0x3c, 0xae, 0xff, 0x5d, 0x4c, 0xfb, 0x8f, 0x7d, 0xf7, 0x80, - 0x39, 0x8e, 0xe5, 0xf6, 0xc6, 0x47, 0xda, 0x4a, 0x0f, 0x86, 0xf0, 0x6d, 0x7c, 0x5f, 0xf7, 0xd3, - 0x63, 0xa5, 0x0e, 0xa5, 0x0e, 0xf3, 0xb9, 0x4d, 0x12, 0x17, 0xed, 0x3c, 0x2f, 0x3a, 0x36, 0xa7, - 0x9e, 0x0c, 0x00, 0x38, 0x04, 0x22, 0x0a, 0x3f, 0x8a, 0x2c, 0x8e, 0x5c, 0xcf, 0x97, 0x6d, 0x8b, - 0x5b, 0x0e, 0x91, 0xd1, 0xad, 0xfb, 0x27, 0x77, 0xb2, 0x26, 0x31, 0x38, 0x9f, 0x0d, 0x99, 0x50, - 0xc6, 0xbe, 0x5b, 0x17, 0xea, 0xb2, 0x9e, 0xb8, 0x8a, 0x47, 0x62, 0xf4, 0x1c, 0x96, 0xf5, 0xc7, - 0xf8, 0xc5, 0xa6, 0x87, 0xcf, 0xd8, 0x2e, 0xa9, 0x32, 0xff, 0x51, 0x80, 0x9d, 0xfc, 0x88, 0x87, - 0x29, 0xf3, 0xbf, 0x0e, 0xf9, 0x09, 0x2c, 0x25, 0xda, 0xcf, 0x7d, 0x02, 0x9f, 0xe8, 0x41, 0x09, - 0xb8, 0xf9, 0x2d, 0x3c, 0x4d, 0xa2, 0xda, 0x9c, 0xd8, 0xd7, 0xc4, 0xbe, 0x79, 0x67, 0x5d, 0xc0, - 0xfc, 0x75, 0xba, 0xf3, 0x44, 0x4b, 0x86, 0x31, 0x8b, 0x8a, 0xa2, 0xf0, 0xf0, 0xa2, 0x28, 0xc6, - 0x8a, 0xe2, 0xf9, 0x57, 0xea, 0xb2, 0xad, 0x5b, 0x04, 0x40, 0xa9, 0xdb, 0x6c, 0xd5, 0x5b, 0xdd, - 0xd5, 0xf7, 0xd0, 0x2a, 0x2c, 0x1d, 0x9f, 0xd6, 0x1b, 0xfb, 0xf5, 0xe3, 0x7a, 0xeb, 0xa0, 0x89, - 0x57, 0x0b, 0xe8, 0x09, 0x3c, 0xee, 0x74, 0xeb, 0x07, 0x5f, 0x37, 0x1b, 0x07, 0xa7, 0xad, 0x2e, - 0x3e, 0x3d, 0x6e, 0x1f, 0xd7, 0x5b, 0xcd, 0xd5, 0xe2, 0xde, 0x7f, 0x66, 0xe0, 0x71, 0x46, 0x57, - 0x47, 0x14, 0x4a, 0x47, 0xee, 0x2d, 0xbb, 0x21, 0xe8, 0x93, 0x7b, 0xc6, 0x21, 0x88, 0x67, 0xa5, - 0x7a, 0x5f, 0xf3, 0x20, 0x16, 0xe6, 0x7b, 0xe8, 0x37, 0xb0, 0x30, 0x8e, 0x10, 0xfa, 0xfc, 0x7e, - 0xe8, 0xd4, 0x21, 0x56, 0x5e, 0x3e, 0x14, 0x36, 0x59, 0xfc, 0xb7, 0x30, 0x1f, 0xb4, 0x41, 0x82, - 0xee, 0x49, 0x92, 0x9e, 0x23, 0x95, 0x9f, 0x3d, 0x18, 0x37, 0x59, 0xfd, 0x77, 0x05, 0x80, 0x28, - 0x8d, 0xd1, 0x3d, 0x99, 0xa6, 0xfa, 0x5e, 0xe5, 0x8b, 0x87, 0x03, 0xc7, 0x3e, 0xec, 0xff, 0xf4, - 0xbc, 0xd6, 0xa7, 0xf2, 0xda, 0xbf, 0x54, 0xa0, 0x9a, 0x43, 0x6d, 0xce, 0x04, 0xbb, 0x92, 0x35, - 0x87, 0xd9, 0x35, 0xee, 0xd9, 0xb5, 0x88, 0xb5, 0x16, 0xb2, 0x5e, 0x96, 0x74, 0x9e, 0x7e, 0xf6, - 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6e, 0xf5, 0x67, 0xf8, 0xdf, 0x16, 0x00, 0x00, + // 1886 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0xe3, 0xc8, + 0xf5, 0x5f, 0x19, 0x30, 0xf8, 0xf0, 0x31, 0xd0, 0x03, 0x8c, 0xfe, 0xfc, 0x81, 0xa5, 0x34, 0x5b, + 0x53, 0xec, 0x64, 0xd7, 0x6c, 0xd8, 0x99, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x33, 0x03, 0xb5, + 0x7c, 0x38, 0x6d, 0xc3, 0x54, 0x51, 0xa9, 0x9a, 0x15, 0x72, 0x63, 0x3a, 0x58, 0x6a, 0x6d, 0x77, + 0x0b, 0xaf, 0x93, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x4f, 0x90, 0xbb, 0x4d, 0xee, 0x72, + 0x91, 0xfb, 0x3c, 0x47, 0x2e, 0x93, 0x47, 0x48, 0xaa, 0x5b, 0x92, 0x2d, 0xc9, 0x12, 0x31, 0x55, + 0x99, 0x8b, 0x5c, 0xd9, 0x3a, 0xe7, 0xfc, 0x7e, 0x7d, 0x74, 0xfa, 0x7c, 0x74, 0x0b, 0x9e, 0xba, + 0xcc, 0x79, 0xe7, 0x74, 0x59, 0xd0, 0xb6, 0x3b, 0xc4, 0x93, 0xef, 0xee, 0x28, 0x97, 0x81, 0xdd, + 0x75, 0x6d, 0xe7, 0x86, 0x7a, 0xa4, 0xea, 0x73, 0x26, 0x19, 0x5a, 0x75, 0x99, 0x53, 0x1d, 0x1a, + 0x55, 0x1d, 0xe6, 0xfa, 0x81, 0x24, 0x6b, 0x9b, 0x1d, 0xc6, 0x3a, 0x5d, 0xb2, 0xa3, 0xad, 0xae, + 0x82, 0xeb, 0x9d, 0x1e, 0xb7, 0x7d, 0x9f, 0x70, 0x11, 0xe2, 0xd6, 0x9e, 0x68, 0x72, 0xe6, 0xba, + 0xcc, 0x8b, 0x7e, 0x22, 0xc5, 0x66, 0x5a, 0xa1, 0xc8, 0x92, 0x7a, 0xeb, 0x0f, 0x06, 0xac, 0x5c, + 0x84, 0x9e, 0x9c, 0x84, 0x9e, 0x60, 0xf2, 0x6d, 0x40, 0x84, 0x44, 0x0d, 0x78, 0x94, 0x56, 0x08, + 0xd3, 0xd8, 0x9a, 0xd8, 0x9e, 0xdd, 0x7d, 0x56, 0xcd, 0x77, 0xb2, 0x9a, 0xe1, 0xc9, 0xc2, 0xd1, + 0x0b, 0x98, 0x3f, 0xf3, 0x09, 0xb7, 0x25, 0x65, 0x5e, 0xab, 0xef, 0x13, 0xb3, 0xb4, 0x65, 0x6c, + 0x2f, 0xec, 0x2e, 0x68, 0xbe, 0x81, 0x06, 0xa7, 0x8d, 0xac, 0xef, 0x0d, 0x58, 0xcd, 0x7a, 0x28, + 0x7c, 0xe6, 0x09, 0xf2, 0x1e, 0x5c, 0xdc, 0x85, 0x32, 0x26, 0x22, 0xe8, 0x4a, 0xed, 0xdb, 0xec, + 0xee, 0x5a, 0x35, 0x0c, 0x7c, 0x35, 0x0e, 0x7c, 0x75, 0x8f, 0xb1, 0xee, 0x85, 0xdd, 0x0d, 0x08, + 0x8e, 0x2c, 0xd1, 0x32, 0x4c, 0x1d, 0x70, 0xce, 0xb8, 0x39, 0xb1, 0x65, 0x6c, 0x57, 0x70, 0xf8, + 0x60, 0x55, 0x61, 0xae, 0xd9, 0x3c, 0x6c, 0x04, 0x57, 0x5d, 0xea, 0x7c, 0x4d, 0xfa, 0x68, 0x13, + 0xa6, 0x6f, 0x49, 0xbf, 0x6d, 0x4b, 0xdb, 0x34, 0x94, 0xdd, 0xde, 0xe4, 0x6f, 0xff, 0x64, 0x1a, + 0x38, 0x16, 0x5a, 0x16, 0x4c, 0xd6, 0xa9, 0xb8, 0x45, 0x6b, 0x30, 0xd3, 0xa6, 0xe2, 0xd6, 0xb3, + 0x5d, 0x12, 0x1a, 0xe2, 0xc1, 0xb3, 0xf5, 0x77, 0x03, 0x96, 0x9b, 0x92, 0x71, 0xbb, 0x43, 0xf6, + 0x99, 0x77, 0x4d, 0x3b, 0x41, 0x18, 0x27, 0xf4, 0x02, 0xca, 0x4c, 0x28, 0x33, 0x0d, 0x99, 0xdd, + 0x5d, 0x2f, 0x7a, 0x7f, 0xb5, 0x04, 0x8e, 0x6c, 0xd1, 0x8f, 0xa1, 0xa2, 0x96, 0x56, 0xff, 0x85, + 0x59, 0xd2, 0x81, 0xbb, 0x1f, 0x38, 0x34, 0x47, 0xcf, 0x60, 0x81, 0xba, 0x76, 0x87, 0x60, 0x72, + 0x4d, 0x38, 0xf1, 0x1c, 0x12, 0xbd, 0x7d, 0x46, 0x8a, 0x5e, 0xc0, 0xca, 0x9d, 0x1b, 0x3a, 0xbb, + 0xcf, 0x3c, 0x69, 0x53, 0x8f, 0xf0, 0x53, 0xf5, 0x6e, 0x93, 0xda, 0x3c, 0x5f, 0x69, 0xbd, 0x86, + 0xc5, 0x53, 0x22, 0x7b, 0x8c, 0xdf, 0x1e, 0x79, 0x92, 0xf0, 0x6b, 0xdb, 0x21, 0x68, 0x17, 0x96, + 0xbd, 0x8c, 0xec, 0x74, 0x18, 0xa4, 0x5c, 0x9d, 0xf5, 0x0d, 0x2c, 0x47, 0x3c, 0xe9, 0x78, 0x1d, + 0x02, 0xd0, 0xd8, 0x30, 0xce, 0x99, 0xed, 0xa2, 0x57, 0xcf, 0x7a, 0x82, 0x13, 0x58, 0xeb, 0x37, + 0x06, 0x2c, 0x9d, 0x0b, 0xc2, 0xd3, 0xfc, 0x5b, 0x30, 0x13, 0x08, 0xc2, 0x87, 0x9b, 0x18, 0xed, + 0xf6, 0x40, 0xaa, 0x2c, 0x7c, 0x5b, 0x88, 0x1e, 0xe3, 0x6d, 0x9d, 0x6a, 0x03, 0x8b, 0x58, 0x8a, + 0x3e, 0x0e, 0x39, 0xa4, 0x2a, 0x94, 0x09, 0x5d, 0x28, 0xf3, 0xda, 0x43, 0xb5, 0x9a, 0x2a, 0x0c, + 0x3c, 0x50, 0xab, 0x70, 0xe1, 0x7a, 0x23, 0xed, 0xc2, 0x26, 0x40, 0x9b, 0x0a, 0xfb, 0xaa, 0x4b, + 0x70, 0xbd, 0xa1, 0x9d, 0x98, 0xc1, 0x09, 0x09, 0x42, 0x30, 0xe9, 0x33, 0x1e, 0xe6, 0xf9, 0x3c, + 0xd6, 0xff, 0xad, 0x4b, 0x40, 0xc7, 0xd4, 0x0b, 0xbe, 0x4b, 0x33, 0xd5, 0x61, 0x23, 0xc2, 0x35, + 0x22, 0xdf, 0x6a, 0x81, 0xbc, 0x21, 0x9e, 0xa4, 0x8e, 0x36, 0x88, 0xc8, 0xef, 0x37, 0xb2, 0x7e, + 0x57, 0x82, 0xe5, 0xb7, 0xd4, 0x6b, 0xb3, 0x9e, 0x48, 0xd3, 0xbf, 0x82, 0x55, 0xe2, 0x29, 0x60, + 0x2d, 0x90, 0xcc, 0xb5, 0x25, 0x75, 0xce, 0xfd, 0xb6, 0x2d, 0xf5, 0xbe, 0x28, 0xde, 0x02, 0xad, + 0x2a, 0x14, 0x49, 0x5d, 0x72, 0xc9, 0xbc, 0xb0, 0x91, 0x54, 0xf0, 0xe0, 0x19, 0xb5, 0x46, 0x03, + 0xa2, 0x63, 0x78, 0xcf, 0x2e, 0x67, 0xed, 0xf1, 0x68, 0x48, 0xdf, 0x00, 0x7a, 0x4b, 0x3d, 0x7c, + 0x92, 0xe6, 0x9d, 0xd4, 0xbc, 0x4f, 0x34, 0xef, 0xa8, 0x1a, 0xe7, 0x40, 0xac, 0xbf, 0x4d, 0xc1, + 0x7a, 0xd4, 0xe4, 0xbc, 0x4e, 0xb3, 0x2f, 0x24, 0x71, 0xd3, 0x2b, 0x59, 0x30, 0x17, 0xf9, 0xc5, + 0x13, 0x39, 0x9e, 0x92, 0xa1, 0x33, 0x98, 0xb7, 0xdb, 0x2e, 0xf5, 0xa8, 0x90, 0xdc, 0x96, 0x8c, + 0x47, 0x1d, 0xeb, 0xe3, 0xa2, 0x17, 0x1c, 0xc9, 0x52, 0x9c, 0xc6, 0xa3, 0xaf, 0x60, 0x4a, 0x65, + 0x94, 0x30, 0x27, 0x74, 0x3d, 0x3c, 0x80, 0x28, 0xc4, 0xa1, 0x8f, 0x00, 0x9c, 0x40, 0x48, 0xe6, + 0xd6, 0x55, 0x97, 0x9b, 0x4c, 0x64, 0x75, 0x42, 0x8e, 0xea, 0x00, 0xbe, 0xee, 0x8a, 0xb7, 0xa4, + 0x2f, 0xcc, 0x29, 0xbd, 0xd6, 0x47, 0x45, 0x6b, 0x25, 0x5b, 0x28, 0x4e, 0xe0, 0xd0, 0x67, 0xaa, + 0xe3, 0xe9, 0xda, 0x28, 0xeb, 0xda, 0x30, 0x93, 0x43, 0x24, 0x0e, 0xaa, 0x2e, 0x93, 0xc8, 0x0e, + 0xfd, 0x14, 0x96, 0x98, 0xd8, 0x63, 0x4c, 0xaa, 0xf7, 0xf5, 0x0f, 0xbc, 0x0e, 0xf5, 0x88, 0x39, + 0xad, 0xc1, 0x4f, 0xf3, 0xc0, 0x19, 0x53, 0x3c, 0x8a, 0x46, 0x97, 0x80, 0xba, 0x23, 0xf5, 0x62, + 0xce, 0xe8, 0x7d, 0x78, 0x5e, 0xf4, 0x4a, 0xa3, 0x15, 0x86, 0x73, 0x58, 0xd0, 0x37, 0xb0, 0xdc, + 0xcb, 0x29, 0x17, 0xb3, 0xa2, 0xd9, 0x3f, 0x29, 0x62, 0xcf, 0x2b, 0x31, 0x9c, 0xcb, 0xa4, 0xd2, + 0xd9, 0xe7, 0xec, 0xbb, 0x7e, 0x9a, 0x1f, 0x12, 0xe9, 0xdc, 0x18, 0x51, 0xe3, 0x1c, 0x88, 0xf5, + 0x7d, 0x09, 0x56, 0x0e, 0x6d, 0xde, 0xee, 0xd9, 0x3c, 0x33, 0x97, 0x3e, 0x87, 0xf2, 0xc5, 0x49, + 0x93, 0xfe, 0x22, 0xcc, 0xe0, 0x85, 0xdd, 0xff, 0xd7, 0xb4, 0xe9, 0xa1, 0xab, 0xd4, 0xe1, 0x46, + 0x85, 0xa6, 0xe8, 0x27, 0x71, 0x1a, 0x69, 0x60, 0x98, 0xd5, 0x1b, 0x39, 0xc0, 0xfd, 0x81, 0x11, + 0x4e, 0x00, 0xd0, 0x3b, 0x58, 0x6b, 0xf7, 0x3d, 0xdb, 0xa5, 0xce, 0x09, 0x71, 0x19, 0xef, 0xe7, + 0x75, 0x81, 0x0f, 0x35, 0x5d, 0xbd, 0xd0, 0x0c, 0xdf, 0x43, 0x81, 0x5e, 0x03, 0xba, 0x4b, 0x39, + 0xf2, 0xa6, 0x71, 0x2e, 0xcc, 0x49, 0x9d, 0xc8, 0xab, 0x39, 0x7e, 0xbe, 0x69, 0x9c, 0xe3, 0x1c, + 0x84, 0xf5, 0x25, 0xcc, 0x9d, 0x93, 0x6b, 0xda, 0x24, 0x52, 0x25, 0x9d, 0x40, 0x9f, 0xc0, 0x92, + 0x20, 0x4e, 0xc0, 0x89, 0x4a, 0xb3, 0x03, 0xdd, 0xf4, 0xda, 0x51, 0x0f, 0x1c, 0x55, 0x58, 0x7f, + 0x36, 0x60, 0xa5, 0xa9, 0xa4, 0x54, 0x66, 0xfc, 0x5b, 0x87, 0x4a, 0xd8, 0x32, 0x5b, 0x8d, 0x93, + 0x08, 0x3f, 0x14, 0xa0, 0x43, 0x98, 0x0b, 0x12, 0xab, 0x46, 0xf1, 0x2d, 0x2c, 0xc0, 0xa4, 0x87, + 0x38, 0x85, 0x44, 0x2f, 0x61, 0x4e, 0x44, 0x0e, 0xb4, 0x86, 0x43, 0x6a, 0x49, 0x33, 0x35, 0x13, + 0x0a, 0x9c, 0x32, 0xb3, 0x8e, 0xc1, 0xac, 0xdd, 0xd9, 0xb4, 0x6b, 0x5f, 0xd1, 0x2e, 0x95, 0xfd, + 0x26, 0x91, 0xc3, 0xd3, 0xc2, 0x3a, 0x54, 0x3a, 0x9c, 0x05, 0x7e, 0xa2, 0xe9, 0x0d, 0x05, 0x6a, + 0x64, 0xe9, 0x89, 0x1a, 0x76, 0x7b, 0xfd, 0xdf, 0x7a, 0x06, 0x8b, 0x49, 0x36, 0xdd, 0xfd, 0x63, + 0x3b, 0x23, 0x61, 0xf7, 0x47, 0x03, 0x36, 0xb2, 0x86, 0xe9, 0xb0, 0x5d, 0xc0, 0x92, 0x9d, 0x31, + 0xf8, 0x8f, 0x47, 0x83, 0x2c, 0x23, 0x1e, 0xa5, 0x50, 0x27, 0x20, 0x21, 0x39, 0x75, 0x64, 0xed, + 0xfa, 0x9a, 0x7a, 0x2a, 0x0a, 0x2c, 0xe4, 0x2e, 0xe9, 0xad, 0xc9, 0x57, 0x5a, 0xff, 0x98, 0x81, + 0x85, 0x74, 0x1a, 0xe5, 0xbd, 0x16, 0x5a, 0x80, 0x12, 0x8d, 0x0e, 0x10, 0xb8, 0x44, 0xdb, 0xe8, + 0x35, 0x4c, 0x8b, 0xf0, 0x80, 0x18, 0x65, 0x7a, 0x61, 0xa3, 0xc8, 0x3b, 0x47, 0xe2, 0x18, 0x8c, + 0xea, 0x50, 0x62, 0x22, 0x1a, 0x6d, 0x2f, 0x8a, 0x28, 0xee, 0x1b, 0x61, 0xb8, 0xc4, 0x84, 0xf2, + 0x26, 0x3a, 0x96, 0x99, 0x53, 0xf7, 0x7b, 0x93, 0x77, 0x4a, 0xc3, 0x31, 0x58, 0x8d, 0x7a, 0x8f, + 0xb5, 0xc3, 0xe3, 0x5e, 0x39, 0x1c, 0xf5, 0xf1, 0x73, 0x3a, 0x65, 0xa6, 0xb3, 0x29, 0xf3, 0x14, + 0xca, 0x42, 0xda, 0x32, 0x10, 0x51, 0x57, 0x9e, 0x0d, 0xb3, 0x53, 0x8b, 0x70, 0xa4, 0x52, 0xd3, + 0xb6, 0xcb, 0xc2, 0x63, 0x8a, 0x66, 0xa9, 0x84, 0xd3, 0x36, 0x29, 0x43, 0x5f, 0xc0, 0x93, 0xe8, + 0x7c, 0x73, 0x48, 0x3b, 0x37, 0xc9, 0x7d, 0xd7, 0x1d, 0x73, 0x06, 0x17, 0xa9, 0xd1, 0x2b, 0x28, + 0xdf, 0xe9, 0x49, 0x64, 0xce, 0xea, 0x02, 0xd9, 0x2c, 0xbc, 0x9b, 0x9c, 0x84, 0x6d, 0x30, 0xb4, + 0x46, 0x47, 0x30, 0x73, 0x13, 0x35, 0x55, 0x73, 0x4e, 0x3b, 0xff, 0x69, 0x11, 0x32, 0xb7, 0xf9, + 0xe2, 0x01, 0x5c, 0x75, 0x16, 0xbb, 0xdb, 0x65, 0x3d, 0xd2, 0x3e, 0xeb, 0xa9, 0x23, 0x36, 0x6b, + 0x13, 0x61, 0xce, 0x6f, 0x4d, 0x6c, 0x57, 0xf0, 0xa8, 0x02, 0xed, 0x00, 0xf8, 0xac, 0x47, 0xb8, + 0x8a, 0x12, 0x31, 0x17, 0xb4, 0xd3, 0x8f, 0xc2, 0x79, 0x30, 0x10, 0xe3, 0x84, 0x89, 0xf2, 0x34, + 0xae, 0x70, 0xf3, 0xd1, 0xfd, 0x9e, 0xe6, 0x76, 0x2c, 0x3c, 0x80, 0xa3, 0x0d, 0x98, 0x94, 0x76, + 0x47, 0x98, 0x8b, 0x9a, 0xa6, 0xa2, 0x69, 0x5a, 0x76, 0x47, 0x60, 0x2d, 0x46, 0x5f, 0x02, 0x74, + 0xd4, 0xe5, 0xb4, 0xa6, 0x48, 0xcd, 0xa5, 0xc4, 0x5d, 0xe7, 0xcd, 0x40, 0x9c, 0xa6, 0x4e, 0xd8, + 0xa3, 0x9f, 0xc1, 0xea, 0xf0, 0xe9, 0xc8, 0x13, 0xd2, 0xf6, 0x1c, 0x72, 0x41, 0x49, 0xcf, 0x44, + 0x89, 0x26, 0x98, 0xae, 0xba, 0x11, 0x5b, 0x5c, 0xc0, 0x81, 0x2e, 0xe1, 0x91, 0x9d, 0xee, 0x6b, + 0xe6, 0x63, 0x4d, 0xfb, 0xd9, 0x38, 0xdd, 0x23, 0xd9, 0x06, 0x71, 0x96, 0x08, 0xd9, 0xb0, 0x98, + 0x6d, 0x2c, 0xe6, 0xb2, 0x26, 0x7f, 0x39, 0x6e, 0x6b, 0xca, 0x1c, 0x6e, 0xb3, 0x74, 0xd6, 0xef, + 0x4b, 0xb0, 0x99, 0x7e, 0xf5, 0xe1, 0x8d, 0xfc, 0xbd, 0x7d, 0x11, 0x78, 0x0b, 0xab, 0x67, 0x7b, + 0xcd, 0xb3, 0xe3, 0x83, 0xd6, 0xc1, 0xbb, 0xbc, 0x4f, 0x03, 0xeb, 0x39, 0x3b, 0x32, 0xb0, 0xdb, + 0x2b, 0x99, 0x06, 0x5e, 0x89, 0xf1, 0x29, 0x38, 0xda, 0xcb, 0x7e, 0x6a, 0x98, 0x48, 0xf0, 0x35, + 0x38, 0xbb, 0xa3, 0x6d, 0xc2, 0x6b, 0x8e, 0x43, 0x84, 0x28, 0xfc, 0xf0, 0xf0, 0x17, 0x03, 0x3e, + 0x2c, 0x8c, 0xc8, 0xff, 0xc0, 0x17, 0x88, 0x7f, 0x96, 0xb2, 0xfe, 0xe3, 0xc0, 0xdb, 0x67, 0xae, + 0x6b, 0x7b, 0xed, 0x78, 0x4b, 0x4f, 0xb3, 0x53, 0x26, 0xfa, 0x80, 0x30, 0xae, 0xfb, 0xd9, 0x19, + 0x55, 0x83, 0x72, 0x93, 0x05, 0xdc, 0x21, 0xa9, 0xdb, 0x48, 0x91, 0x17, 0x4d, 0x87, 0x53, 0x5f, + 0x86, 0x00, 0x1c, 0x01, 0x11, 0x85, 0xff, 0x1b, 0x5a, 0x1c, 0x79, 0x7e, 0x20, 0x1b, 0x36, 0xb7, + 0x5d, 0x22, 0x87, 0x57, 0x93, 0x1f, 0xdc, 0xcb, 0x9a, 0xc6, 0xe0, 0x62, 0x36, 0x64, 0x41, 0x05, + 0x07, 0x5e, 0x4d, 0xa8, 0x1b, 0x4d, 0xea, 0xbe, 0x32, 0x14, 0xa3, 0xe7, 0x30, 0xaf, 0x1f, 0xe2, + 0x6b, 0xad, 0x9e, 0x64, 0xb1, 0x5d, 0x5a, 0x65, 0xfd, 0xd5, 0x80, 0xad, 0xe2, 0x88, 0x47, 0x29, + 0xf3, 0xdf, 0x0e, 0xf9, 0x09, 0xcc, 0xa5, 0x7a, 0xd9, 0x38, 0x81, 0x4f, 0x35, 0xb4, 0x14, 0xdc, + 0xfa, 0x16, 0x36, 0xd2, 0xa8, 0x06, 0x27, 0xce, 0x0d, 0x71, 0x6e, 0xdf, 0x5b, 0x17, 0xb0, 0x7e, + 0x9e, 0xed, 0x3c, 0xc3, 0x25, 0xa3, 0x98, 0x0d, 0x8b, 0xc2, 0x78, 0x78, 0x51, 0x94, 0x12, 0x45, + 0xf1, 0xfc, 0x2b, 0x75, 0x23, 0xd1, 0x2d, 0x02, 0xa0, 0xdc, 0x3a, 0x38, 0xad, 0x9d, 0xb6, 0x16, + 0x3f, 0x40, 0x8b, 0x30, 0x77, 0x7c, 0x56, 0xab, 0xef, 0xd5, 0x8e, 0x6b, 0xa7, 0xfb, 0x07, 0x78, + 0xd1, 0x40, 0x4f, 0xe0, 0x71, 0xb3, 0x55, 0xdb, 0xff, 0xfa, 0xa0, 0xbe, 0x7f, 0x76, 0xda, 0xc2, + 0x67, 0xc7, 0x8d, 0xe3, 0xda, 0xe9, 0xc1, 0x62, 0x69, 0xf7, 0x5f, 0x13, 0xf0, 0x38, 0x67, 0x44, + 0x20, 0x0a, 0xe5, 0x23, 0xef, 0x8e, 0xdd, 0x12, 0xf4, 0xe9, 0x98, 0x71, 0x08, 0xe3, 0xb9, 0x56, + 0x1d, 0xd7, 0x3c, 0x8c, 0x85, 0xf5, 0x01, 0xfa, 0x25, 0xcc, 0xc4, 0x11, 0x42, 0x2f, 0xc7, 0x43, + 0x67, 0x36, 0x71, 0xed, 0xd5, 0x43, 0x61, 0x83, 0xc5, 0x7f, 0x05, 0xd3, 0x61, 0x1b, 0x24, 0x68, + 0x4c, 0x92, 0xec, 0x1c, 0x59, 0xfb, 0xd1, 0x83, 0x71, 0x83, 0xd5, 0x7f, 0x6d, 0x00, 0x0c, 0xd3, + 0x18, 0x8d, 0xc9, 0x34, 0xd2, 0xf7, 0xd6, 0xbe, 0x78, 0x38, 0x30, 0xf6, 0x61, 0xef, 0x87, 0x97, + 0x3b, 0x1d, 0x2a, 0x6f, 0x82, 0x2b, 0x05, 0xda, 0x71, 0xa9, 0xc3, 0x99, 0x60, 0xd7, 0x72, 0xc7, + 0x65, 0xce, 0x0e, 0xf7, 0x9d, 0x9d, 0x21, 0xeb, 0x4e, 0xc4, 0x7a, 0x55, 0xd6, 0x79, 0xfa, 0xf9, + 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x40, 0x69, 0xb0, 0x74, 0x04, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index 85f3c68f..24ef3c4e 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -109,6 +109,15 @@ message AvailabilitySetReference { string name = 2; } +message AvailabilityZone { + string name = 1; +} + +message AvailabilityZoneConfiguration { + repeated AvailabilityZone availabilityZones = 1; + bool strictAffinityToZones = 2; +} + message VirtualMachine { string name = 1; string id = 2; @@ -129,7 +138,7 @@ message VirtualMachine { GuestAgentConfiguration guestAgent = 17; VirtualMachineAgentInstanceView guestAgentInstanceView = 18; AvailabilitySetReference availabilitySet = 19; - repeated string zones = 20; + AvailabilityZoneConfiguration availabilityZone = 20; } message VirtualMachineOperationRequest { diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index 33e2ff77..40314865 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -879,7 +879,7 @@ func (m *SecurityConfiguration) GetSecurityType() common.SecurityType { return common.SecurityType_NOTCONFIGURED } -type Zone struct { +type AvailabilityZone struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Nodes []string `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -887,84 +887,92 @@ type Zone struct { XXX_sizecache int32 `json:"-"` } -func (m *Zone) Reset() { *m = Zone{} } -func (m *Zone) String() string { return proto.CompactTextString(m) } -func (*Zone) ProtoMessage() {} -func (*Zone) Descriptor() ([]byte, []int) { +func (m *AvailabilityZone) Reset() { *m = AvailabilityZone{} } +func (m *AvailabilityZone) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZone) ProtoMessage() {} +func (*AvailabilityZone) Descriptor() ([]byte, []int) { return fileDescriptor_9f3eecb05bcac3b7, []int{16} } -func (m *Zone) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Zone.Unmarshal(m, b) +func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZone.Unmarshal(m, b) } -func (m *Zone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Zone.Marshal(b, m, deterministic) +func (m *AvailabilityZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZone.Marshal(b, m, deterministic) } -func (m *Zone) XXX_Merge(src proto.Message) { - xxx_messageInfo_Zone.Merge(m, src) +func (m *AvailabilityZone) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZone.Merge(m, src) } -func (m *Zone) XXX_Size() int { - return xxx_messageInfo_Zone.Size(m) +func (m *AvailabilityZone) XXX_Size() int { + return xxx_messageInfo_AvailabilityZone.Size(m) } -func (m *Zone) XXX_DiscardUnknown() { - xxx_messageInfo_Zone.DiscardUnknown(m) +func (m *AvailabilityZone) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZone.DiscardUnknown(m) } -var xxx_messageInfo_Zone proto.InternalMessageInfo +var xxx_messageInfo_AvailabilityZone proto.InternalMessageInfo -func (m *Zone) GetName() string { +func (m *AvailabilityZone) GetName() string { if m != nil { return m.Name } return "" } -func (m *Zone) GetNodes() []string { +func (m *AvailabilityZone) GetNodes() []string { if m != nil { return m.Nodes } return nil } -type ZoneConfiguration struct { - Zones []*Zone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type AvailabilityZoneConfiguration struct { + AvailabilityZones []*AvailabilityZone `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` + StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ZoneConfiguration) Reset() { *m = ZoneConfiguration{} } -func (m *ZoneConfiguration) String() string { return proto.CompactTextString(m) } -func (*ZoneConfiguration) ProtoMessage() {} -func (*ZoneConfiguration) Descriptor() ([]byte, []int) { +func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } +func (m *AvailabilityZoneConfiguration) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZoneConfiguration) ProtoMessage() {} +func (*AvailabilityZoneConfiguration) Descriptor() ([]byte, []int) { return fileDescriptor_9f3eecb05bcac3b7, []int{17} } -func (m *ZoneConfiguration) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ZoneConfiguration.Unmarshal(m, b) +func (m *AvailabilityZoneConfiguration) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZoneConfiguration.Unmarshal(m, b) } -func (m *ZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ZoneConfiguration.Marshal(b, m, deterministic) +func (m *AvailabilityZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZoneConfiguration.Marshal(b, m, deterministic) } -func (m *ZoneConfiguration) XXX_Merge(src proto.Message) { - xxx_messageInfo_ZoneConfiguration.Merge(m, src) +func (m *AvailabilityZoneConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZoneConfiguration.Merge(m, src) } -func (m *ZoneConfiguration) XXX_Size() int { - return xxx_messageInfo_ZoneConfiguration.Size(m) +func (m *AvailabilityZoneConfiguration) XXX_Size() int { + return xxx_messageInfo_AvailabilityZoneConfiguration.Size(m) } -func (m *ZoneConfiguration) XXX_DiscardUnknown() { - xxx_messageInfo_ZoneConfiguration.DiscardUnknown(m) +func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZoneConfiguration.DiscardUnknown(m) } -var xxx_messageInfo_ZoneConfiguration proto.InternalMessageInfo +var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo -func (m *ZoneConfiguration) GetZones() []*Zone { +func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZone { if m != nil { - return m.Zones + return m.AvailabilityZones } return nil } +func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { + if m != nil { + return m.StrictAffinityToZones + } + return false +} + type VirtualMachine 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"` @@ -982,7 +990,7 @@ type VirtualMachine struct { Tags *common.Tags `protobuf:"bytes,14,opt,name=tags,proto3" json:"tags,omitempty"` GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,15,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,16,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` - ZoneConfiguration *ZoneConfiguration `protobuf:"bytes,17,opt,name=zoneConfiguration,proto3" json:"zoneConfiguration,omitempty"` + AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,17,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1125,9 +1133,9 @@ func (m *VirtualMachine) GetGuestAgentInstanceView() *common.VirtualMachineAgent return nil } -func (m *VirtualMachine) GetZoneConfiguration() *ZoneConfiguration { +func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { if m != nil { - return m.ZoneConfiguration + return m.AvailabilityZone } return nil } @@ -1369,8 +1377,8 @@ func init() { proto.RegisterType((*HardwareConfiguration)(nil), "moc.nodeagent.compute.HardwareConfiguration") proto.RegisterType((*UefiSettings)(nil), "moc.nodeagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.nodeagent.compute.SecurityConfiguration") - proto.RegisterType((*Zone)(nil), "moc.nodeagent.compute.Zone") - proto.RegisterType((*ZoneConfiguration)(nil), "moc.nodeagent.compute.ZoneConfiguration") + proto.RegisterType((*AvailabilityZone)(nil), "moc.nodeagent.compute.AvailabilityZone") + proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.nodeagent.compute.AvailabilityZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.nodeagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.nodeagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.nodeagent.compute.VirtualMachineOperationResponse") @@ -1383,119 +1391,120 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1779 bytes of a gzipped FileDescriptorProto + // 1804 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x23, 0x49, - 0x11, 0xc7, 0xce, 0x5f, 0x57, 0xfe, 0xec, 0xa5, 0x2f, 0xc9, 0xce, 0xf9, 0x76, 0xf7, 0xa2, 0xd9, - 0x03, 0xf6, 0xb8, 0xc5, 0x59, 0xbc, 0x77, 0x07, 0x48, 0x07, 0x52, 0xfe, 0x6d, 0x12, 0x20, 0x59, - 0xd3, 0x4e, 0x72, 0xe2, 0x40, 0x8a, 0x3a, 0xe3, 0x8e, 0xdd, 0x8a, 0x67, 0x7a, 0xe8, 0xee, 0x89, - 0xcf, 0x79, 0x41, 0xe2, 0x85, 0xfb, 0x24, 0x3c, 0xf0, 0xcc, 0xbe, 0x21, 0xc1, 0x0b, 0xe2, 0x83, - 0xf0, 0xce, 0x67, 0x40, 0xdd, 0xd3, 0x63, 0xcf, 0x8c, 0x67, 0xac, 0xac, 0xb4, 0xf7, 0x14, 0x4f, - 0x57, 0xfd, 0xaa, 0x7f, 0x55, 0x5d, 0x55, 0x5d, 0x1d, 0x70, 0x7d, 0xee, 0x5d, 0x06, 0xbc, 0x43, - 0x49, 0x97, 0x06, 0xea, 0xf2, 0x96, 0x09, 0x15, 0x91, 0xbe, 0x4f, 0xbc, 0x1e, 0x0b, 0x68, 0x23, - 0x14, 0x5c, 0x71, 0xb4, 0xe1, 0x73, 0xaf, 0x31, 0xd2, 0x69, 0x78, 0xdc, 0x0f, 0x23, 0x45, 0xeb, - 0x1f, 0x76, 0x39, 0xef, 0xf6, 0xe9, 0xb6, 0x51, 0xba, 0x8a, 0xae, 0xb7, 0xa9, 0x1f, 0xaa, 0x61, - 0x8c, 0xa9, 0x3f, 0xc9, 0x0b, 0x07, 0x82, 0x84, 0x21, 0x15, 0xd2, 0xca, 0x1f, 0xea, 0x7d, 0x3d, - 0xee, 0xfb, 0x3c, 0xb0, 0x7f, 0x12, 0x60, 0x56, 0xa0, 0x77, 0xca, 0xc8, 0x1f, 0xa7, 0xe4, 0x01, - 0x57, 0xec, 0x9a, 0x79, 0x44, 0xb1, 0x44, 0xec, 0xfe, 0xad, 0x02, 0x1b, 0x17, 0xb1, 0x13, 0x27, - 0xb1, 0x13, 0x98, 0xfe, 0x31, 0xa2, 0x52, 0xa1, 0xdf, 0xe7, 0x05, 0xed, 0xa1, 0x54, 0xd4, 0x97, - 0x4e, 0x65, 0x6b, 0xe6, 0xd9, 0x52, 0xf3, 0xfb, 0x8d, 0x42, 0x2f, 0x1b, 0x39, 0x63, 0xc5, 0x36, - 0xd0, 0x67, 0xb0, 0xf2, 0x3a, 0xa4, 0xc2, 0x30, 0x39, 0x1b, 0x86, 0xd4, 0xa9, 0x6e, 0x55, 0x9e, - 0xad, 0x36, 0x57, 0x8d, 0xd1, 0x91, 0x04, 0x67, 0x95, 0xdc, 0x7f, 0x56, 0x60, 0x33, 0x4f, 0x56, - 0x86, 0x3c, 0x90, 0xf4, 0xbb, 0x65, 0xdb, 0x84, 0x79, 0x4c, 0x65, 0xd4, 0x57, 0x86, 0xe6, 0x52, - 0xb3, 0xde, 0x88, 0x4f, 0xab, 0x91, 0x9c, 0x56, 0x63, 0x97, 0xf3, 0xfe, 0x05, 0xe9, 0x47, 0x14, - 0x5b, 0x4d, 0xb4, 0x0e, 0x73, 0x07, 0x42, 0x70, 0xe1, 0xcc, 0x6c, 0x55, 0x9e, 0xd5, 0x70, 0xfc, - 0xe1, 0x36, 0x60, 0xb9, 0xdd, 0x3e, 0x6a, 0x45, 0x57, 0x7d, 0xe6, 0xfd, 0x9a, 0x0e, 0xd1, 0x13, - 0x58, 0xb8, 0xa1, 0xc3, 0x0e, 0x51, 0xc4, 0xa9, 0x68, 0xbd, 0xdd, 0xd9, 0x6f, 0xdf, 0x38, 0x15, - 0x9c, 0x2c, 0xba, 0x2e, 0xcc, 0xee, 0x33, 0x79, 0x83, 0xea, 0xb0, 0xd8, 0x61, 0xf2, 0x26, 0x20, - 0x3e, 0x8d, 0x15, 0xf1, 0xe8, 0xdb, 0xed, 0xc3, 0x72, 0xbb, 0x47, 0x04, 0xed, 0xbc, 0xe2, 0xfd, - 0x0e, 0x15, 0xe8, 0x33, 0xd8, 0x90, 0xe6, 0xfb, 0xda, 0x7c, 0x0b, 0x7a, 0x4d, 0x05, 0x0d, 0xbc, - 0x04, 0x58, 0x2c, 0x44, 0x3f, 0x80, 0xd5, 0xae, 0x3e, 0x77, 0x9f, 0x47, 0x81, 0x0a, 0x89, 0xea, - 0x19, 0x5f, 0x6b, 0x38, 0xb7, 0xea, 0xfe, 0xa5, 0x0a, 0xeb, 0x6d, 0xc5, 0x05, 0xe9, 0xd2, 0x3d, - 0x1e, 0x5c, 0xb3, 0x6e, 0x14, 0x1f, 0x10, 0x7a, 0x09, 0xf3, 0x5c, 0x6a, 0x52, 0x66, 0x9f, 0xa5, - 0xe6, 0x87, 0x25, 0x21, 0xd7, 0xfe, 0x60, 0xab, 0x8a, 0x7e, 0x0e, 0x35, 0xed, 0xa7, 0xfe, 0x2d, - 0x9d, 0xaa, 0x39, 0xaa, 0xa9, 0xb8, 0xb1, 0xb6, 0x76, 0xf3, 0xd6, 0x8f, 0x29, 0xec, 0xf1, 0x40, - 0x11, 0x16, 0x50, 0x71, 0xaa, 0xe3, 0x13, 0x07, 0xbc, 0x58, 0x88, 0x8e, 0x61, 0x45, 0xa6, 0x82, - 0x25, 0x9d, 0x59, 0xb3, 0xe9, 0xd3, 0x92, 0x4d, 0xd3, 0x81, 0xc5, 0x59, 0xa4, 0xfb, 0x0a, 0xde, - 0x3b, 0xa5, 0x6a, 0xc0, 0xc5, 0xcd, 0x71, 0xa0, 0xa8, 0xb8, 0x26, 0x1e, 0x45, 0x4d, 0x58, 0x0f, - 0x72, 0x6b, 0xa7, 0xe3, 0x33, 0x2b, 0x94, 0xb9, 0x97, 0xb0, 0x6e, 0xed, 0x64, 0x03, 0x7a, 0x08, - 0xc0, 0x12, 0xc5, 0x24, 0x8f, 0x7f, 0x58, 0xc2, 0x33, 0x4f, 0x04, 0xa7, 0xa0, 0xee, 0x9f, 0x2b, - 0xb0, 0x76, 0x2e, 0xa9, 0xc8, 0x9a, 0xdf, 0x82, 0xc5, 0x48, 0x52, 0x31, 0x4e, 0x29, 0x9b, 0x7b, - 0xa3, 0x55, 0xad, 0x11, 0x12, 0x29, 0x07, 0x5c, 0x74, 0xe2, 0x64, 0x48, 0x34, 0x92, 0x55, 0xf4, - 0x49, 0x6c, 0x43, 0xe9, 0x0a, 0x9e, 0x31, 0x15, 0xbc, 0x62, 0x08, 0xea, 0xdd, 0x74, 0xc5, 0xe2, - 0x91, 0x58, 0x47, 0x0b, 0xef, 0xb7, 0xb2, 0x14, 0x9e, 0x00, 0x74, 0x98, 0x24, 0x57, 0x7d, 0x8a, - 0xf7, 0x5b, 0x86, 0xc4, 0x22, 0x4e, 0xad, 0x20, 0x04, 0xb3, 0x21, 0x17, 0x71, 0xd5, 0xad, 0x60, - 0xf3, 0xdb, 0xfd, 0x6b, 0x05, 0xd0, 0x6f, 0x58, 0x10, 0x7d, 0x93, 0x35, 0xb5, 0x0f, 0x8f, 0x2d, - 0xb0, 0x65, 0xc9, 0xed, 0x44, 0xaa, 0x47, 0x03, 0x65, 0xdb, 0x9d, 0xb5, 0x3e, 0x5d, 0x09, 0xfd, - 0x0a, 0xde, 0xf7, 0xfa, 0x3c, 0xea, 0x1c, 0x07, 0x4c, 0xed, 0x13, 0x45, 0xda, 0x3c, 0x12, 0x5e, - 0xd2, 0x9c, 0x1c, 0xe3, 0xda, 0xde, 0xa4, 0x1c, 0x17, 0x81, 0xdc, 0x6f, 0xab, 0xb0, 0xfe, 0x15, - 0x0b, 0x3a, 0x7c, 0x20, 0xb3, 0x54, 0xbf, 0x80, 0x4d, 0x1a, 0x68, 0x12, 0x3b, 0x91, 0xe2, 0x3e, - 0x51, 0xcc, 0x3b, 0x0f, 0x3b, 0x44, 0x99, 0x33, 0xd6, 0x1c, 0x4b, 0xa4, 0xba, 0x07, 0x28, 0xe6, - 0xd3, 0xaf, 0x79, 0x40, 0x6d, 0x6d, 0x8e, 0xbe, 0x51, 0x7b, 0x32, 0xba, 0xe6, 0x40, 0xca, 0x33, - 0x26, 0xaf, 0x8e, 0x27, 0x8f, 0xe7, 0x10, 0xd0, 0x57, 0x2c, 0xc0, 0x27, 0x59, 0xb3, 0xb3, 0xc6, - 0xec, 0x43, 0x63, 0x76, 0x52, 0x8c, 0x0b, 0x20, 0xee, 0x7f, 0xe6, 0xe0, 0x91, 0xed, 0xe4, 0x41, - 0x37, 0x6e, 0xaa, 0xd9, 0x9d, 0x5c, 0x58, 0xb6, 0xbc, 0x44, 0xaa, 0x5c, 0x32, 0x6b, 0xe8, 0x14, - 0x56, 0x48, 0xc7, 0x67, 0x01, 0x93, 0x4a, 0x10, 0xc5, 0x85, 0xed, 0xc5, 0xcf, 0x4a, 0xfc, 0x9b, - 0x48, 0x78, 0x9c, 0x85, 0xa3, 0x5f, 0xc2, 0x9c, 0x4e, 0x4e, 0xe9, 0xcc, 0x98, 0xca, 0xba, 0xbf, - 0x9d, 0x18, 0x86, 0x3e, 0x06, 0xf0, 0x22, 0xa9, 0xb8, 0xaf, 0xcf, 0xdc, 0x44, 0x25, 0xa9, 0x8f, - 0xd4, 0x3a, 0xda, 0x03, 0x08, 0x4d, 0xb7, 0xbf, 0xa1, 0x43, 0xe9, 0xcc, 0x4d, 0x6f, 0x36, 0xa9, - 0x9b, 0x01, 0xa7, 0x60, 0xe8, 0x85, 0x6e, 0xad, 0xa6, 0xc8, 0xe6, 0x53, 0x99, 0x98, 0x8b, 0xa8, - 0xa9, 0x37, 0xab, 0x87, 0x7e, 0x0b, 0x6b, 0x5c, 0xee, 0x72, 0xae, 0xb4, 0xb7, 0xe1, 0x41, 0xd0, - 0x65, 0x01, 0x75, 0x16, 0x0c, 0xf8, 0x69, 0x11, 0x38, 0xa7, 0x8a, 0x27, 0xd1, 0xe8, 0x77, 0x80, - 0xfa, 0x13, 0x75, 0xe7, 0x2c, 0x9a, 0x43, 0xf8, 0xa4, 0xc4, 0xa3, 0xc9, 0x42, 0xc5, 0x05, 0x46, - 0xd0, 0x25, 0xac, 0x0f, 0x0a, 0x2a, 0xc5, 0xa9, 0x19, 0xe3, 0x9f, 0x96, 0x18, 0x2f, 0x2a, 0x2e, - 0x5c, 0x68, 0x48, 0x67, 0x72, 0x28, 0xf8, 0x37, 0xc3, 0xac, 0x79, 0x48, 0x65, 0x72, 0x6b, 0x42, - 0x8c, 0x0b, 0x20, 0xee, 0xdf, 0xab, 0xb0, 0x71, 0x44, 0x44, 0x67, 0x40, 0xc4, 0xe4, 0xf5, 0x77, - 0x71, 0xd2, 0x66, 0x77, 0x71, 0xf2, 0xae, 0xda, 0x6b, 0x2c, 0x37, 0x4f, 0xb0, 0x3b, 0x1a, 0x1f, - 0x53, 0xac, 0x8a, 0x7e, 0x91, 0xe4, 0x90, 0x01, 0xc6, 0x09, 0xfd, 0xb8, 0x00, 0xb8, 0x37, 0x52, - 0xc2, 0x29, 0x00, 0xba, 0x84, 0x7a, 0x67, 0x18, 0x10, 0x9f, 0x79, 0x27, 0xd4, 0xe7, 0x62, 0x58, - 0x54, 0xff, 0x1f, 0x19, 0x73, 0xfb, 0xa5, 0x6a, 0x78, 0x8a, 0x09, 0xf4, 0x0a, 0xd0, 0x6d, 0x86, - 0xc8, 0x61, 0xeb, 0x3c, 0xb9, 0x32, 0x37, 0x0b, 0x78, 0x1e, 0xb6, 0xce, 0x71, 0x01, 0xc2, 0xfd, - 0x12, 0x96, 0xcf, 0xe9, 0x35, 0x6b, 0x53, 0xa5, 0x53, 0x4e, 0xa2, 0xe7, 0xb0, 0x26, 0xa9, 0x17, - 0x09, 0xaa, 0x93, 0xec, 0xc0, 0xb4, 0xbb, 0x8e, 0xed, 0x7e, 0x93, 0x02, 0xf7, 0x4d, 0x05, 0x36, - 0xda, 0x7a, 0x95, 0xa9, 0x1c, 0xbf, 0x47, 0x50, 0x8b, 0x9b, 0xe5, 0x59, 0xeb, 0xc4, 0xe2, 0xc7, - 0x0b, 0xe8, 0x10, 0x96, 0xa3, 0xd4, 0xae, 0x36, 0xbe, 0x65, 0xd5, 0x97, 0x26, 0x88, 0x33, 0x40, - 0xf4, 0x39, 0x2c, 0x4b, 0xbb, 0xff, 0xd9, 0xf8, 0xaa, 0x5b, 0x33, 0x86, 0xda, 0x29, 0x01, 0xce, - 0xa8, 0xb9, 0x2f, 0x60, 0xd6, 0x34, 0x67, 0x04, 0xb3, 0xa9, 0xc1, 0xcd, 0xfc, 0xd6, 0xe3, 0xa1, - 0xa6, 0x10, 0x0f, 0x3d, 0x35, 0x1c, 0x7f, 0xb8, 0xaf, 0x60, 0x4d, 0x23, 0xb2, 0x4e, 0xfe, 0x04, - 0xe6, 0xee, 0x78, 0x30, 0x1a, 0x01, 0xca, 0xe6, 0x23, 0x0d, 0xc4, 0xb1, 0xa6, 0xfb, 0xdf, 0x05, - 0x58, 0xcd, 0x9e, 0x4c, 0x21, 0x89, 0x55, 0xa8, 0x32, 0x7b, 0xb5, 0xe3, 0x2a, 0xeb, 0xa0, 0x03, - 0x58, 0x90, 0xf1, 0x68, 0x67, 0x93, 0xa7, 0xac, 0xf4, 0x8a, 0x06, 0x40, 0x9c, 0x60, 0xd1, 0x1e, - 0x54, 0xb9, 0xb4, 0xf7, 0xc4, 0xcb, 0x12, 0x0b, 0xd3, 0xae, 0x03, 0x5c, 0xe5, 0x52, 0x73, 0xb1, - 0xd3, 0x92, 0x33, 0x37, 0x95, 0x4b, 0xd1, 0xec, 0x84, 0x13, 0x2c, 0x3a, 0x82, 0xc5, 0x9e, 0xad, - 0x57, 0xd3, 0x3c, 0x97, 0x9a, 0xcf, 0x4b, 0xec, 0x14, 0x96, 0x35, 0x1e, 0xa1, 0xd1, 0x53, 0x98, - 0x97, 0x8a, 0xa8, 0x48, 0x9a, 0x3e, 0xba, 0xd4, 0x5c, 0x8a, 0x8f, 0xdf, 0x2c, 0x61, 0x2b, 0x42, - 0x3f, 0x83, 0x87, 0x76, 0xc2, 0x38, 0x62, 0xdd, 0xde, 0xce, 0x2d, 0x61, 0x7d, 0x72, 0xc5, 0xfa, - 0x4c, 0x0d, 0x4d, 0xa7, 0x5c, 0xc4, 0x65, 0x62, 0x5d, 0x12, 0xa4, 0xdf, 0xe7, 0x03, 0xda, 0x79, - 0x3d, 0xd0, 0xc3, 0xaa, 0x49, 0x8e, 0x9a, 0x49, 0x8e, 0x49, 0x01, 0xda, 0x06, 0x08, 0xf9, 0x80, - 0x0a, 0xbd, 0x3d, 0x35, 0x8d, 0x6c, 0xb5, 0xf9, 0x20, 0x6e, 0x64, 0xa3, 0x65, 0x9c, 0x52, 0xd1, - 0x71, 0x48, 0x72, 0xd3, 0x59, 0x9a, 0x1a, 0x87, 0xc2, 0x4a, 0xc3, 0x23, 0xb4, 0x8e, 0x83, 0x9e, - 0x98, 0xd4, 0xd0, 0x59, 0x4e, 0xc5, 0xe1, 0xc0, 0x2c, 0x61, 0x2b, 0x42, 0x2d, 0xd8, 0xe8, 0xe5, - 0x3c, 0x8c, 0xa9, 0xae, 0x18, 0xaa, 0x75, 0x83, 0x39, 0x2a, 0xd2, 0xc0, 0xc5, 0x40, 0xf4, 0x18, - 0x66, 0x15, 0xe9, 0x4a, 0x67, 0xd5, 0x6c, 0x5a, 0x33, 0x06, 0xce, 0x48, 0x57, 0x62, 0xb3, 0x8c, - 0xbe, 0x04, 0x30, 0x0f, 0x95, 0x1d, 0xed, 0x8b, 0xf3, 0xc0, 0x28, 0x3d, 0x32, 0x4a, 0x87, 0xa3, - 0xe5, 0xac, 0x47, 0x29, 0x7d, 0xf4, 0x07, 0xd8, 0x1c, 0x7f, 0x1d, 0x07, 0x52, 0x91, 0xc0, 0xa3, - 0x17, 0x8c, 0x0e, 0x9c, 0xf7, 0x8c, 0xa5, 0x8f, 0x0b, 0x7a, 0xdd, 0x84, 0x2e, 0x2e, 0xb1, 0x81, - 0x2e, 0x60, 0xed, 0x2e, 0x5f, 0xd5, 0xce, 0xda, 0xd4, 0xe9, 0x65, 0xa2, 0x0b, 0xe0, 0x49, 0x13, - 0xba, 0x2f, 0x3e, 0xc9, 0x72, 0x1a, 0xbf, 0x9c, 0xed, 0x23, 0xfe, 0x35, 0x3c, 0xc8, 0x6a, 0xbc, - 0xe5, 0x83, 0x38, 0x8f, 0x46, 0xbb, 0xc5, 0x0f, 0xf7, 0x47, 0x05, 0x01, 0x2a, 0x7d, 0xc6, 0xff, - 0xa3, 0x02, 0x1f, 0x95, 0xf2, 0xb6, 0xef, 0xf9, 0x77, 0x4e, 0xfc, 0xdd, 0xbd, 0xe1, 0xff, 0x57, - 0xcd, 0xd3, 0xc7, 0x51, 0xb0, 0xc7, 0x7d, 0x9f, 0x04, 0x9d, 0x24, 0xee, 0x27, 0xf9, 0xfe, 0x6b, - 0x1f, 0xc5, 0xf7, 0x64, 0x9f, 0x6f, 0xde, 0x3b, 0x30, 0x9f, 0x7a, 0x8a, 0x24, 0xf3, 0x56, 0x19, - 0x89, 0xb6, 0x27, 0x58, 0xa8, 0xec, 0xdb, 0xc4, 0x02, 0x11, 0x83, 0x0f, 0xc6, 0x1a, 0xc7, 0x41, - 0x18, 0xa9, 0x16, 0x11, 0xc4, 0xa7, 0x6a, 0x3c, 0x02, 0x7f, 0x3a, 0xd5, 0x6a, 0x16, 0x83, 0xcb, - 0xad, 0x21, 0x17, 0x6a, 0x38, 0x0a, 0x76, 0xa4, 0x1e, 0x9d, 0x33, 0x83, 0xf1, 0x78, 0x19, 0xfd, - 0x08, 0x56, 0xcc, 0x47, 0xf2, 0x10, 0x33, 0x4d, 0x3e, 0xd1, 0xcb, 0x8a, 0xdc, 0x7f, 0x55, 0x60, - 0xab, 0x3c, 0xe0, 0x36, 0x61, 0xde, 0x71, 0xc4, 0x4f, 0x60, 0x39, 0xd3, 0x07, 0xee, 0x13, 0xf7, - 0x4c, 0x33, 0xc8, 0xc0, 0x9b, 0xff, 0x9e, 0x81, 0xf7, 0x0b, 0xda, 0x07, 0xea, 0xc2, 0xfc, 0x71, - 0x70, 0xcb, 0x6f, 0x28, 0x7a, 0x7e, 0x3f, 0x9e, 0x71, 0x7e, 0xd5, 0x7f, 0x7c, 0x4f, 0xed, 0x38, - 0x38, 0xee, 0xf7, 0xd0, 0x1d, 0x2c, 0xc4, 0x45, 0x46, 0xd1, 0xe7, 0xf7, 0xc2, 0xe6, 0x5b, 0x49, - 0xfd, 0x8b, 0xb7, 0x85, 0x8d, 0xf6, 0x3e, 0x82, 0xb5, 0xbd, 0x1e, 0xf5, 0x6e, 0x4e, 0x53, 0xff, - 0x7e, 0x44, 0x9b, 0x13, 0xf5, 0x77, 0xe0, 0x87, 0x6a, 0x58, 0xff, 0xc0, 0x6c, 0x93, 0x56, 0x4d, - 0x59, 0xfa, 0x13, 0xc0, 0x38, 0xdc, 0xe8, 0x7e, 0x8c, 0x26, 0x8a, 0xb3, 0xfe, 0xd3, 0xb7, 0xc6, - 0x25, 0x04, 0x76, 0x5f, 0x7c, 0xdd, 0xe8, 0x32, 0xd5, 0x8b, 0xae, 0x34, 0x68, 0xdb, 0x67, 0x9e, - 0xe0, 0x92, 0x5f, 0xab, 0x6d, 0x9f, 0x7b, 0xdb, 0x22, 0xf4, 0xb6, 0x47, 0x46, 0xb7, 0xad, 0xd1, - 0xab, 0x79, 0xe3, 0xdf, 0xcb, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xff, 0x96, 0xd7, 0xa5, 0x39, - 0x16, 0x00, 0x00, + 0x11, 0xc7, 0xce, 0x5f, 0x57, 0xfe, 0xec, 0xa6, 0x2f, 0xc9, 0xce, 0xf9, 0x36, 0x7b, 0xd1, 0xec, + 0x01, 0x7b, 0xdc, 0xe2, 0x9c, 0xbc, 0x7b, 0x07, 0x48, 0x0b, 0x52, 0xfe, 0x6d, 0x12, 0x20, 0x59, + 0xd3, 0xde, 0xe4, 0xc4, 0x81, 0x14, 0x3a, 0xe3, 0xb6, 0xdd, 0x8a, 0x67, 0x7a, 0xe8, 0xee, 0x89, + 0xcf, 0xfb, 0x82, 0xc4, 0x0b, 0xf7, 0x49, 0x78, 0x40, 0x3c, 0x72, 0x6f, 0x48, 0xf0, 0x82, 0xf8, + 0x34, 0xf0, 0x19, 0x50, 0xf7, 0xf4, 0xd8, 0x33, 0xe3, 0x99, 0x90, 0x95, 0xf6, 0x9e, 0xec, 0xee, + 0xaa, 0xdf, 0xaf, 0xab, 0xaa, 0xab, 0x6a, 0x6a, 0x06, 0x5c, 0x9f, 0x7b, 0x97, 0x01, 0xef, 0x50, + 0xd2, 0xa3, 0x81, 0xba, 0xbc, 0x61, 0x42, 0x45, 0x64, 0xe0, 0x13, 0xaf, 0xcf, 0x02, 0xda, 0x08, + 0x05, 0x57, 0x1c, 0x6d, 0xf8, 0xdc, 0x6b, 0x8c, 0x75, 0x1a, 0x1e, 0xf7, 0xc3, 0x48, 0xd1, 0xfa, + 0x07, 0x3d, 0xce, 0x7b, 0x03, 0xba, 0x63, 0x94, 0xae, 0xa2, 0xee, 0x0e, 0xf5, 0x43, 0x35, 0x8a, + 0x31, 0xf5, 0x47, 0x79, 0xe1, 0x50, 0x90, 0x30, 0xa4, 0x42, 0x5a, 0xf9, 0x03, 0x7d, 0xae, 0xc7, + 0x7d, 0x9f, 0x07, 0xf6, 0x27, 0x01, 0x66, 0x05, 0xfa, 0xa4, 0x8c, 0x7c, 0x2b, 0x25, 0x0f, 0xb8, + 0x62, 0x5d, 0xe6, 0x11, 0xc5, 0x12, 0xb1, 0xfb, 0x97, 0x0a, 0x6c, 0x5c, 0xc4, 0x4e, 0x9c, 0xc6, + 0x4e, 0x60, 0xfa, 0xfb, 0x88, 0x4a, 0x85, 0x7e, 0x93, 0x17, 0xb4, 0x47, 0x52, 0x51, 0x5f, 0x3a, + 0x95, 0xed, 0x99, 0x27, 0x4b, 0xcd, 0xef, 0x36, 0x0a, 0xbd, 0x6c, 0xe4, 0xc8, 0x8a, 0x39, 0xd0, + 0x73, 0x58, 0x79, 0x15, 0x52, 0x61, 0x2c, 0x79, 0x3d, 0x0a, 0xa9, 0x53, 0xdd, 0xae, 0x3c, 0x59, + 0x6d, 0xae, 0x1a, 0xd2, 0xb1, 0x04, 0x67, 0x95, 0xdc, 0x7f, 0x54, 0x60, 0x33, 0x6f, 0xac, 0x0c, + 0x79, 0x20, 0xe9, 0xb7, 0x6b, 0x6d, 0x13, 0xe6, 0x31, 0x95, 0xd1, 0x40, 0x19, 0x33, 0x97, 0x9a, + 0xf5, 0x46, 0x7c, 0x5b, 0x8d, 0xe4, 0xb6, 0x1a, 0x7b, 0x9c, 0x0f, 0x2e, 0xc8, 0x20, 0xa2, 0xd8, + 0x6a, 0xa2, 0x75, 0x98, 0x3b, 0x14, 0x82, 0x0b, 0x67, 0x66, 0xbb, 0xf2, 0xa4, 0x86, 0xe3, 0x85, + 0xdb, 0x80, 0xe5, 0x76, 0xfb, 0xb8, 0x15, 0x5d, 0x0d, 0x98, 0xf7, 0x0b, 0x3a, 0x42, 0x8f, 0x60, + 0xe1, 0x9a, 0x8e, 0x3a, 0x44, 0x11, 0xa7, 0xa2, 0xf5, 0xf6, 0x66, 0xbf, 0xfe, 0xc6, 0xa9, 0xe0, + 0x64, 0xd3, 0x75, 0x61, 0xf6, 0x80, 0xc9, 0x6b, 0x54, 0x87, 0xc5, 0x0e, 0x93, 0xd7, 0x01, 0xf1, + 0x69, 0xac, 0x88, 0xc7, 0x6b, 0x77, 0x00, 0xcb, 0xed, 0x3e, 0x11, 0xb4, 0xf3, 0x92, 0x0f, 0x3a, + 0x54, 0xa0, 0xe7, 0xb0, 0x21, 0xcd, 0xba, 0x6b, 0xd6, 0x82, 0x76, 0xa9, 0xa0, 0x81, 0x97, 0x00, + 0x8b, 0x85, 0xe8, 0x7b, 0xb0, 0xda, 0xd3, 0xf7, 0xee, 0xf3, 0x28, 0x50, 0x21, 0x51, 0x7d, 0xe3, + 0x6b, 0x0d, 0xe7, 0x76, 0xdd, 0x3f, 0x55, 0x61, 0xbd, 0xad, 0xb8, 0x20, 0x3d, 0xba, 0xcf, 0x83, + 0x2e, 0xeb, 0x45, 0xf1, 0x05, 0xa1, 0x67, 0x30, 0xcf, 0xa5, 0x36, 0xca, 0x9c, 0xb3, 0xd4, 0xfc, + 0xa0, 0x24, 0xe4, 0xda, 0x1f, 0x6c, 0x55, 0xd1, 0x4f, 0xa0, 0xa6, 0xfd, 0xd4, 0xff, 0xa5, 0x53, + 0x35, 0x57, 0x75, 0x2b, 0x6e, 0xa2, 0xad, 0xdd, 0xbc, 0xf1, 0x63, 0x13, 0xf6, 0x79, 0xa0, 0x08, + 0x0b, 0xa8, 0x38, 0xd3, 0xf1, 0x89, 0x03, 0x5e, 0x2c, 0x44, 0x27, 0xb0, 0x22, 0x53, 0xc1, 0x92, + 0xce, 0xac, 0x39, 0xf4, 0x71, 0xc9, 0xa1, 0xe9, 0xc0, 0xe2, 0x2c, 0xd2, 0x7d, 0x09, 0xf7, 0xcf, + 0xa8, 0x1a, 0x72, 0x71, 0x7d, 0x12, 0x28, 0x2a, 0xba, 0xc4, 0xa3, 0xa8, 0x09, 0xeb, 0x41, 0x6e, + 0xef, 0x6c, 0x72, 0x67, 0x85, 0x32, 0xf7, 0x12, 0xd6, 0x2d, 0x4f, 0x36, 0xa0, 0x47, 0x00, 0x2c, + 0x51, 0x4c, 0xf2, 0xf8, 0xfb, 0x25, 0x76, 0xe6, 0x0d, 0xc1, 0x29, 0xa8, 0xfb, 0xc7, 0x0a, 0xac, + 0x9d, 0x4b, 0x2a, 0xb2, 0xf4, 0xdb, 0xb0, 0x18, 0x49, 0x2a, 0x26, 0x29, 0x65, 0x73, 0x6f, 0xbc, + 0xab, 0x35, 0x42, 0x22, 0xe5, 0x90, 0x8b, 0x4e, 0x9c, 0x0c, 0x89, 0x46, 0xb2, 0x8b, 0x3e, 0x8e, + 0x39, 0x94, 0xae, 0xe0, 0x19, 0x53, 0xc1, 0x2b, 0xc6, 0x40, 0x7d, 0x9a, 0xae, 0x58, 0x3c, 0x16, + 0xeb, 0x68, 0xe1, 0x83, 0x56, 0xd6, 0x84, 0x47, 0x00, 0x1d, 0x26, 0xc9, 0xd5, 0x80, 0xe2, 0x83, + 0x96, 0x31, 0x62, 0x11, 0xa7, 0x76, 0x10, 0x82, 0xd9, 0x90, 0x8b, 0xb8, 0xea, 0x56, 0xb0, 0xf9, + 0xef, 0xfe, 0xb9, 0x02, 0xe8, 0x97, 0x2c, 0x88, 0xbe, 0xca, 0x52, 0x1d, 0xc0, 0x96, 0x05, 0xb6, + 0xac, 0x71, 0xbb, 0x91, 0xea, 0xd3, 0x40, 0xd9, 0x76, 0x67, 0xd9, 0x6f, 0x57, 0x42, 0x3f, 0x87, + 0xf7, 0xbc, 0x01, 0x8f, 0x3a, 0x27, 0x01, 0x53, 0x07, 0x44, 0x91, 0x36, 0x8f, 0x84, 0x97, 0x34, + 0x27, 0xc7, 0xb8, 0xb6, 0x3f, 0x2d, 0xc7, 0x45, 0x20, 0xf7, 0xeb, 0x2a, 0xac, 0x7f, 0xc1, 0x82, + 0x0e, 0x1f, 0xca, 0xac, 0xa9, 0x9f, 0xc3, 0x26, 0x0d, 0xb4, 0x11, 0xbb, 0x91, 0xe2, 0x3e, 0x51, + 0xcc, 0x3b, 0x0f, 0x3b, 0x44, 0x99, 0x3b, 0xd6, 0x36, 0x96, 0x48, 0x75, 0x0f, 0x50, 0xcc, 0xa7, + 0x5f, 0xf2, 0x80, 0xda, 0xda, 0x1c, 0xaf, 0x51, 0x7b, 0x3a, 0xba, 0xe6, 0x42, 0xca, 0x33, 0x26, + 0xaf, 0x8e, 0xa7, 0xaf, 0xe7, 0x08, 0xd0, 0x17, 0x2c, 0xc0, 0xa7, 0x59, 0xda, 0x59, 0x43, 0xfb, + 0xc0, 0xd0, 0x4e, 0x8b, 0x71, 0x01, 0xc4, 0xfd, 0xf7, 0x1c, 0x3c, 0xb4, 0x9d, 0x3c, 0xe8, 0xc5, + 0x4d, 0x35, 0x7b, 0x92, 0x0b, 0xcb, 0xd6, 0x2e, 0x91, 0x2a, 0x97, 0xcc, 0x1e, 0x3a, 0x83, 0x15, + 0xd2, 0xf1, 0x59, 0xc0, 0xa4, 0x12, 0x44, 0x71, 0x61, 0x7b, 0xf1, 0x93, 0x12, 0xff, 0xa6, 0x12, + 0x1e, 0x67, 0xe1, 0xe8, 0x67, 0x30, 0xa7, 0x93, 0x53, 0x3a, 0x33, 0xa6, 0xb2, 0xee, 0xce, 0x13, + 0xc3, 0xd0, 0x47, 0x00, 0x5e, 0x24, 0x15, 0xf7, 0xf5, 0x9d, 0x9b, 0xa8, 0x24, 0xf5, 0x91, 0xda, + 0x47, 0xfb, 0x00, 0xa1, 0xe9, 0xf6, 0xd7, 0x74, 0x24, 0x9d, 0xb9, 0xdb, 0x9b, 0x4d, 0xea, 0xc9, + 0x80, 0x53, 0x30, 0xf4, 0xa9, 0x6e, 0xad, 0xa6, 0xc8, 0xe6, 0x53, 0x99, 0x98, 0x8b, 0xa8, 0xa9, + 0x37, 0xab, 0x87, 0x7e, 0x05, 0x6b, 0x5c, 0xee, 0x71, 0xae, 0xb4, 0xb7, 0xe1, 0x61, 0xd0, 0x63, + 0x01, 0x75, 0x16, 0x0c, 0xf8, 0x71, 0x11, 0x38, 0xa7, 0x8a, 0xa7, 0xd1, 0xe8, 0xd7, 0x80, 0x06, + 0x53, 0x75, 0xe7, 0x2c, 0x9a, 0x4b, 0xf8, 0xb8, 0xc4, 0xa3, 0xe9, 0x42, 0xc5, 0x05, 0x24, 0xe8, + 0x12, 0xd6, 0x87, 0x05, 0x95, 0xe2, 0xd4, 0x0c, 0xf9, 0x27, 0x25, 0xe4, 0x45, 0xc5, 0x85, 0x0b, + 0x89, 0x74, 0x26, 0x87, 0x82, 0x7f, 0x35, 0xca, 0xd2, 0x43, 0x2a, 0x93, 0x5b, 0x53, 0x62, 0x5c, + 0x00, 0x71, 0xff, 0x56, 0x85, 0x8d, 0x63, 0x22, 0x3a, 0x43, 0x22, 0xa6, 0x1f, 0x7f, 0x17, 0xa7, + 0x6d, 0xf6, 0x26, 0x4e, 0xde, 0x55, 0xfb, 0x18, 0xcb, 0xcd, 0x13, 0xec, 0x0d, 0x8d, 0xaf, 0x29, + 0x56, 0x45, 0x3f, 0x4d, 0x72, 0xc8, 0x00, 0xe3, 0x84, 0xde, 0x2a, 0x00, 0xee, 0x8f, 0x95, 0x70, + 0x0a, 0x80, 0x2e, 0xa1, 0xde, 0x19, 0x05, 0xc4, 0x67, 0xde, 0x29, 0xf5, 0xb9, 0x18, 0x15, 0xd5, + 0xff, 0x87, 0x86, 0xee, 0xa0, 0x54, 0x0d, 0xdf, 0x42, 0x81, 0x5e, 0x02, 0xba, 0xc9, 0x18, 0x72, + 0xd4, 0x3a, 0x4f, 0x1e, 0x99, 0x9b, 0x05, 0x76, 0x1e, 0xb5, 0xce, 0x71, 0x01, 0xc2, 0x7d, 0x01, + 0xcb, 0xe7, 0xb4, 0xcb, 0xda, 0x54, 0xe9, 0x94, 0x93, 0xe8, 0x29, 0xac, 0x49, 0xea, 0x45, 0x82, + 0xea, 0x24, 0x3b, 0x34, 0xed, 0xae, 0x63, 0xbb, 0xdf, 0xb4, 0xc0, 0xfd, 0xa6, 0x02, 0x1b, 0x6d, + 0xbd, 0xcb, 0x54, 0xce, 0xbe, 0x87, 0x50, 0x8b, 0x9b, 0xe5, 0xeb, 0xd6, 0xa9, 0xc5, 0x4f, 0x36, + 0xd0, 0x11, 0x2c, 0x47, 0xa9, 0x53, 0x6d, 0x7c, 0xcb, 0xaa, 0x2f, 0x6d, 0x20, 0xce, 0x00, 0xd1, + 0x67, 0xb0, 0x2c, 0xed, 0xf9, 0xaf, 0x27, 0x8f, 0xba, 0x35, 0x43, 0xd4, 0x4e, 0x09, 0x70, 0x46, + 0xcd, 0x7d, 0x01, 0xf7, 0x77, 0x6f, 0x08, 0x1b, 0x90, 0x2b, 0x36, 0x60, 0x6a, 0x64, 0x1a, 0x35, + 0x82, 0xd9, 0xd4, 0x10, 0x67, 0xfe, 0xeb, 0x51, 0x51, 0x9b, 0x13, 0x0f, 0x40, 0x35, 0x1c, 0x2f, + 0xdc, 0xbf, 0x56, 0x60, 0x2b, 0x0f, 0xcf, 0x7a, 0x7f, 0x0e, 0x6b, 0x24, 0xa7, 0xf0, 0xff, 0xe6, + 0x84, 0x3c, 0x21, 0x9e, 0x66, 0x30, 0xf3, 0xa3, 0x12, 0xcc, 0x53, 0xbb, 0xdd, 0x2e, 0x0b, 0xb4, + 0x33, 0x3c, 0xa6, 0xae, 0x9a, 0x00, 0x17, 0x0b, 0xdd, 0xff, 0x2c, 0xc0, 0x6a, 0x36, 0x19, 0x0a, + 0x7d, 0x5d, 0x85, 0x2a, 0xb3, 0xd3, 0x04, 0xae, 0xb2, 0x0e, 0x3a, 0x84, 0x05, 0x19, 0x4f, 0x93, + 0x36, 0x5f, 0xcb, 0xaa, 0xbd, 0x68, 0xe6, 0xc4, 0x09, 0x16, 0xed, 0x43, 0x95, 0x4b, 0xfb, 0x68, + 0x7a, 0x56, 0xc2, 0x70, 0xdb, 0x13, 0x08, 0x57, 0xb9, 0xd4, 0xb6, 0xd8, 0x01, 0xcd, 0x99, 0xbb, + 0xd5, 0x96, 0xa2, 0x71, 0x0d, 0x27, 0x58, 0x74, 0x0c, 0x8b, 0x7d, 0xdb, 0x22, 0x4c, 0xbf, 0x5e, + 0x6a, 0x3e, 0x2d, 0xe1, 0x29, 0xec, 0x24, 0x78, 0x8c, 0x46, 0x8f, 0x61, 0x5e, 0x2a, 0xa2, 0x22, + 0x69, 0x5a, 0xf7, 0x52, 0x73, 0x29, 0xce, 0x38, 0xb3, 0x85, 0xad, 0x08, 0xfd, 0x18, 0x1e, 0xd8, + 0xa1, 0xe6, 0x98, 0xf5, 0xfa, 0xe9, 0x0b, 0x36, 0xcd, 0x79, 0x11, 0x97, 0x89, 0x75, 0x15, 0x92, + 0xc1, 0x80, 0x0f, 0x69, 0xe7, 0xd5, 0x50, 0xcf, 0xc7, 0x26, 0x07, 0x6b, 0x26, 0x07, 0xa7, 0x05, + 0x68, 0x07, 0x20, 0xe4, 0x43, 0x2a, 0xf4, 0xf1, 0xd4, 0xf4, 0xce, 0xd5, 0xe6, 0xbd, 0xb8, 0x77, + 0x8e, 0xb7, 0x71, 0x4a, 0x45, 0xc7, 0x21, 0x29, 0x07, 0x67, 0xe9, 0xd6, 0x38, 0x14, 0x16, 0x37, + 0x1e, 0xa3, 0x75, 0x1c, 0xf4, 0x90, 0xa6, 0x46, 0xce, 0x72, 0x2a, 0x0e, 0x87, 0x66, 0x0b, 0x5b, + 0x11, 0x6a, 0xc1, 0x46, 0x3f, 0xe7, 0x61, 0x6c, 0xea, 0x8a, 0x31, 0xb5, 0x6e, 0x30, 0xc7, 0x45, + 0x1a, 0xb8, 0x18, 0x88, 0xb6, 0x60, 0x56, 0x91, 0x9e, 0x74, 0x56, 0xcd, 0xa1, 0x35, 0x43, 0xf0, + 0x9a, 0xf4, 0x24, 0x36, 0xdb, 0xe8, 0x05, 0x80, 0x79, 0x37, 0xda, 0xd5, 0xbe, 0x38, 0xf7, 0x8c, + 0xd2, 0x43, 0xa3, 0x74, 0x34, 0xde, 0xce, 0x7a, 0x94, 0xd2, 0x47, 0xbf, 0x85, 0xcd, 0xc9, 0xea, + 0x24, 0x90, 0x8a, 0x04, 0x1e, 0xbd, 0x60, 0x74, 0xe8, 0xdc, 0x37, 0x4c, 0x1f, 0x15, 0xb4, 0xd7, + 0x29, 0x5d, 0x5c, 0xc2, 0x81, 0x7e, 0x07, 0xf7, 0xf3, 0x85, 0xed, 0xac, 0x19, 0xde, 0xe7, 0x77, + 0xec, 0x0c, 0xb9, 0xe1, 0x30, 0xcf, 0xa6, 0x9b, 0xf2, 0xa3, 0xac, 0x75, 0x93, 0xd7, 0x76, 0xfb, + 0x05, 0xe1, 0x15, 0xdc, 0xcb, 0x6a, 0xbc, 0xe5, 0xdb, 0x78, 0x1e, 0x8d, 0xf6, 0x8a, 0xbf, 0x1a, + 0x3c, 0x2c, 0x08, 0x55, 0xe9, 0x37, 0x84, 0xbf, 0x57, 0xe0, 0xc3, 0x52, 0xbb, 0xed, 0xc7, 0x84, + 0x77, 0x6e, 0xf8, 0xbb, 0xfb, 0x80, 0xf0, 0xdf, 0x6a, 0xde, 0x7c, 0x1c, 0x05, 0xfb, 0xdc, 0xf7, + 0x49, 0xd0, 0x49, 0xe2, 0x7e, 0x9a, 0xef, 0xc4, 0xf6, 0x8d, 0xfc, 0x8e, 0xd6, 0xe7, 0xdb, 0xf8, + 0x2e, 0xcc, 0xa7, 0xde, 0x83, 0x92, 0x61, 0xaf, 0xcc, 0x88, 0xb6, 0x27, 0x58, 0xa8, 0xec, 0x8b, + 0x91, 0x05, 0x22, 0x06, 0xef, 0x4f, 0x34, 0x4e, 0x82, 0x30, 0x52, 0x2d, 0x22, 0x88, 0x4f, 0xd5, + 0x64, 0xfe, 0xfe, 0xe4, 0x56, 0xd6, 0x2c, 0x06, 0x97, 0xb3, 0x21, 0x17, 0x6a, 0x38, 0x0a, 0x76, + 0xa5, 0x9e, 0xdb, 0x33, 0x53, 0xf9, 0x64, 0x1b, 0xfd, 0x00, 0x56, 0xcc, 0x22, 0x79, 0x0b, 0x34, + 0xed, 0x3e, 0xd1, 0xcb, 0x8a, 0xdc, 0x7f, 0x56, 0x60, 0xbb, 0x3c, 0xe0, 0x36, 0x61, 0xde, 0x71, + 0xc4, 0x4f, 0x61, 0x39, 0xd3, 0x11, 0xee, 0x12, 0xf7, 0x4c, 0x5b, 0xc8, 0xc0, 0x9b, 0xff, 0x9a, + 0x81, 0xf7, 0x0a, 0x1a, 0x09, 0xea, 0xc1, 0xfc, 0x49, 0x70, 0xc3, 0xaf, 0x29, 0x7a, 0x7a, 0x37, + 0x3b, 0xe3, 0xfc, 0xaa, 0xff, 0xf0, 0x8e, 0xda, 0x71, 0x70, 0xdc, 0xef, 0xa0, 0x37, 0xb0, 0x10, + 0x17, 0x19, 0x45, 0x9f, 0xdd, 0x09, 0x9b, 0x6f, 0x25, 0xf5, 0xcf, 0xdf, 0x16, 0x36, 0x3e, 0xfb, + 0x18, 0xd6, 0xf6, 0xfb, 0xd4, 0xbb, 0x3e, 0x4b, 0x7d, 0xfb, 0x44, 0x9b, 0x53, 0xf5, 0x77, 0xe8, + 0x87, 0x6a, 0x54, 0x7f, 0xdf, 0x1c, 0x93, 0x56, 0x4d, 0x31, 0xfd, 0x01, 0x60, 0x12, 0x6e, 0x74, + 0x37, 0x8b, 0xa6, 0x8a, 0xb3, 0xfe, 0xa3, 0xb7, 0xc6, 0x25, 0x06, 0xec, 0x7d, 0xfa, 0x65, 0xa3, + 0xc7, 0x54, 0x3f, 0xba, 0xd2, 0xa0, 0x1d, 0x9f, 0x79, 0x82, 0x4b, 0xde, 0x55, 0x3b, 0x3e, 0xf7, + 0x76, 0x44, 0xe8, 0xed, 0x8c, 0x49, 0x77, 0x2c, 0xe9, 0xd5, 0xbc, 0xf1, 0xef, 0xd9, 0xff, 0x02, + 0x00, 0x00, 0xff, 0xff, 0xb2, 0xee, 0xc3, 0xdd, 0xb6, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index 6b2e5447..30a0e83e 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -107,12 +107,14 @@ message SecurityConfiguration { SecurityType securityType = 3; } -message Zone { +message AvailabilityZone { string name = 1; repeated string nodes = 2; } -message ZoneConfiguration { - repeated Zone zones = 1; + +message AvailabilityZoneConfiguration { + repeated AvailabilityZone availabilityZones = 1; + bool strictAffinityToZones = 2; } message VirtualMachine { @@ -132,7 +134,7 @@ message VirtualMachine { Tags tags = 14; GuestAgentConfiguration guestAgent = 15; VirtualMachineAgentInstanceView guestAgentInstanceView = 16; - ZoneConfiguration zoneConfiguration = 17; + AvailabilityZoneConfiguration availabilityZone = 17; } message VirtualMachineOperationRequest { From ff7d14164398779a3c1cb02eb0bd57d8cfa00892 Mon Sep 17 00:00:00 2001 From: bgriddaluru Date: Tue, 23 Jul 2024 15:38:25 -0700 Subject: [PATCH 3/9] Add Zone status in VM --- go.mod | 2 +- go.sum | 4 +- .../moc_cloudagent_virtualmachine.pb.go | 339 +++++++++++------- .../moc_cloudagent_virtualmachine.proto | 11 + 4 files changed, 227 insertions(+), 129 deletions(-) diff --git a/go.mod b/go.mod index c362c7c2..36bfa0d2 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( require ( golang.org/x/net v0.27.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect ) replace ( diff --git a/go.sum b/go.sum index d3cab05b..5d5e5515 100644 --- a/go.sum +++ b/go.sum @@ -1521,8 +1521,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go. google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5/go.mod h1:zBEcrKX2ZOcEkHWxBPAIvYUWOKKMIhYcmNiUIu2ji3I= google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d h1:JU0iKnSg02Gmb5ZdV8nYsKEKsP6o/FGVWTrw4i1DA9A= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a h1:hqK4+jJZXCU4pW7jsAdGOVFIfLHQeV7LaizZKnZ84HI= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk= google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index 5480abf8..91cc0a2b 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -54,6 +54,31 @@ func (VMType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_a65ab853cd24c92b, []int{0} } +type PlacementStatusType int32 + +const ( + PlacementStatusType_ALIGNED PlacementStatusType = 0 + PlacementStatusType_NOT_ALIGNED PlacementStatusType = 1 +) + +var PlacementStatusType_name = map[int32]string{ + 0: "ALIGNED", + 1: "NOT_ALIGNED", +} + +var PlacementStatusType_value = map[string]int32{ + "ALIGNED": 0, + "NOT_ALIGNED": 1, +} + +func (x PlacementStatusType) String() string { + return proto.EnumName(PlacementStatusType_name, int32(x)) +} + +func (PlacementStatusType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{1} +} + type VirtualMachineRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OperationType common.Operation `protobuf:"varint,2,opt,name=OperationType,proto3,enum=moc.Operation" json:"OperationType,omitempty"` @@ -983,6 +1008,53 @@ func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { return false } +type PlacementStatus struct { + Status PlacementStatusType `protobuf:"varint,1,opt,name=Status,proto3,enum=moc.cloudagent.compute.PlacementStatusType" json:"Status,omitempty"` + Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PlacementStatus) Reset() { *m = PlacementStatus{} } +func (m *PlacementStatus) String() string { return proto.CompactTextString(m) } +func (*PlacementStatus) ProtoMessage() {} +func (*PlacementStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{18} +} + +func (m *PlacementStatus) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PlacementStatus.Unmarshal(m, b) +} +func (m *PlacementStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PlacementStatus.Marshal(b, m, deterministic) +} +func (m *PlacementStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_PlacementStatus.Merge(m, src) +} +func (m *PlacementStatus) XXX_Size() int { + return xxx_messageInfo_PlacementStatus.Size(m) +} +func (m *PlacementStatus) XXX_DiscardUnknown() { + xxx_messageInfo_PlacementStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_PlacementStatus proto.InternalMessageInfo + +func (m *PlacementStatus) GetStatus() PlacementStatusType { + if m != nil { + return m.Status + } + return PlacementStatusType_ALIGNED +} + +func (m *PlacementStatus) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + type VirtualMachine 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"` @@ -1004,6 +1076,7 @@ type VirtualMachine struct { GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,18,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` AvailabilitySet *AvailabilitySetReference `protobuf:"bytes,19,opt,name=availabilitySet,proto3" json:"availabilitySet,omitempty"` AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,20,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` + PlacementStatus *PlacementStatus `protobuf:"bytes,21,opt,name=placementStatus,proto3" json:"placementStatus,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1013,7 +1086,7 @@ func (m *VirtualMachine) Reset() { *m = VirtualMachine{} } func (m *VirtualMachine) String() string { return proto.CompactTextString(m) } func (*VirtualMachine) ProtoMessage() {} func (*VirtualMachine) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{18} + return fileDescriptor_a65ab853cd24c92b, []int{19} } func (m *VirtualMachine) XXX_Unmarshal(b []byte) error { @@ -1174,6 +1247,13 @@ func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { return nil } +func (m *VirtualMachine) GetPlacementStatus() *PlacementStatus { + if m != nil { + return m.PlacementStatus + } + return nil +} + type VirtualMachineOperationRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OBSOLETE_OperationType common.VirtualMachineOperation `protobuf:"varint,2,opt,name=OBSOLETE_OperationType,json=OBSOLETEOperationType,proto3,enum=moc.VirtualMachineOperation" json:"OBSOLETE_OperationType,omitempty"` // Deprecated: Do not use. @@ -1187,7 +1267,7 @@ func (m *VirtualMachineOperationRequest) Reset() { *m = VirtualMachineOp func (m *VirtualMachineOperationRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationRequest) ProtoMessage() {} func (*VirtualMachineOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{19} + return fileDescriptor_a65ab853cd24c92b, []int{20} } func (m *VirtualMachineOperationRequest) XXX_Unmarshal(b []byte) error { @@ -1243,7 +1323,7 @@ func (m *VirtualMachineOperationResponse) Reset() { *m = VirtualMachineO func (m *VirtualMachineOperationResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationResponse) ProtoMessage() {} func (*VirtualMachineOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{20} + return fileDescriptor_a65ab853cd24c92b, []int{21} } func (m *VirtualMachineOperationResponse) XXX_Unmarshal(b []byte) error { @@ -1300,7 +1380,7 @@ func (m *VirtualMachineRunCommandRequest) Reset() { *m = VirtualMachineR func (m *VirtualMachineRunCommandRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandRequest) ProtoMessage() {} func (*VirtualMachineRunCommandRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{21} + return fileDescriptor_a65ab853cd24c92b, []int{22} } func (m *VirtualMachineRunCommandRequest) XXX_Unmarshal(b []byte) error { @@ -1368,7 +1448,7 @@ func (m *VirtualMachineRunCommandResponse) Reset() { *m = VirtualMachine func (m *VirtualMachineRunCommandResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandResponse) ProtoMessage() {} func (*VirtualMachineRunCommandResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{22} + return fileDescriptor_a65ab853cd24c92b, []int{23} } func (m *VirtualMachineRunCommandResponse) XXX_Unmarshal(b []byte) error { @@ -1414,7 +1494,7 @@ func (m *VirtualMachinePrecheckRequest) Reset() { *m = VirtualMachinePre func (m *VirtualMachinePrecheckRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckRequest) ProtoMessage() {} func (*VirtualMachinePrecheckRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{23} + return fileDescriptor_a65ab853cd24c92b, []int{24} } func (m *VirtualMachinePrecheckRequest) XXX_Unmarshal(b []byte) error { @@ -1456,7 +1536,7 @@ func (m *VirtualMachinePrecheckResponse) Reset() { *m = VirtualMachinePr func (m *VirtualMachinePrecheckResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckResponse) ProtoMessage() {} func (*VirtualMachinePrecheckResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{24} + return fileDescriptor_a65ab853cd24c92b, []int{25} } func (m *VirtualMachinePrecheckResponse) XXX_Unmarshal(b []byte) error { @@ -1493,6 +1573,7 @@ func (m *VirtualMachinePrecheckResponse) GetError() string { func init() { proto.RegisterEnum("moc.cloudagent.compute.VMType", VMType_name, VMType_value) + proto.RegisterEnum("moc.cloudagent.compute.PlacementStatusType", PlacementStatusType_name, PlacementStatusType_value) proto.RegisterType((*VirtualMachineRequest)(nil), "moc.cloudagent.compute.VirtualMachineRequest") proto.RegisterType((*VirtualMachineResponse)(nil), "moc.cloudagent.compute.VirtualMachineResponse") proto.RegisterType((*SSHPublicKey)(nil), "moc.cloudagent.compute.SSHPublicKey") @@ -1511,6 +1592,7 @@ func init() { proto.RegisterType((*AvailabilitySetReference)(nil), "moc.cloudagent.compute.AvailabilitySetReference") proto.RegisterType((*AvailabilityZone)(nil), "moc.cloudagent.compute.AvailabilityZone") proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.cloudagent.compute.AvailabilityZoneConfiguration") + proto.RegisterType((*PlacementStatus)(nil), "moc.cloudagent.compute.PlacementStatus") proto.RegisterType((*VirtualMachine)(nil), "moc.cloudagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.cloudagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.cloudagent.compute.VirtualMachineOperationResponse") @@ -1525,125 +1607,130 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1886 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0xe3, 0xc8, - 0xf5, 0x5f, 0x19, 0x30, 0xf8, 0xf0, 0x31, 0xd0, 0x03, 0x8c, 0xfe, 0xfc, 0x81, 0xa5, 0x34, 0x5b, - 0x53, 0xec, 0x64, 0xd7, 0x6c, 0xd8, 0x99, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x33, 0x03, 0xb5, - 0x7c, 0x38, 0x6d, 0xc3, 0x54, 0x51, 0xa9, 0x9a, 0x15, 0x72, 0x63, 0x3a, 0x58, 0x6a, 0x6d, 0x77, - 0x0b, 0xaf, 0x93, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x4f, 0x90, 0xbb, 0x4d, 0xee, 0x72, - 0x91, 0xfb, 0x3c, 0x47, 0x2e, 0x93, 0x47, 0x48, 0xaa, 0x5b, 0x92, 0x2d, 0xc9, 0x12, 0x31, 0x55, - 0x99, 0x8b, 0x5c, 0xd9, 0x3a, 0xe7, 0xfc, 0x7e, 0x7d, 0x74, 0xfa, 0x7c, 0x74, 0x0b, 0x9e, 0xba, - 0xcc, 0x79, 0xe7, 0x74, 0x59, 0xd0, 0xb6, 0x3b, 0xc4, 0x93, 0xef, 0xee, 0x28, 0x97, 0x81, 0xdd, - 0x75, 0x6d, 0xe7, 0x86, 0x7a, 0xa4, 0xea, 0x73, 0x26, 0x19, 0x5a, 0x75, 0x99, 0x53, 0x1d, 0x1a, - 0x55, 0x1d, 0xe6, 0xfa, 0x81, 0x24, 0x6b, 0x9b, 0x1d, 0xc6, 0x3a, 0x5d, 0xb2, 0xa3, 0xad, 0xae, - 0x82, 0xeb, 0x9d, 0x1e, 0xb7, 0x7d, 0x9f, 0x70, 0x11, 0xe2, 0xd6, 0x9e, 0x68, 0x72, 0xe6, 0xba, - 0xcc, 0x8b, 0x7e, 0x22, 0xc5, 0x66, 0x5a, 0xa1, 0xc8, 0x92, 0x7a, 0xeb, 0x0f, 0x06, 0xac, 0x5c, - 0x84, 0x9e, 0x9c, 0x84, 0x9e, 0x60, 0xf2, 0x6d, 0x40, 0x84, 0x44, 0x0d, 0x78, 0x94, 0x56, 0x08, - 0xd3, 0xd8, 0x9a, 0xd8, 0x9e, 0xdd, 0x7d, 0x56, 0xcd, 0x77, 0xb2, 0x9a, 0xe1, 0xc9, 0xc2, 0xd1, - 0x0b, 0x98, 0x3f, 0xf3, 0x09, 0xb7, 0x25, 0x65, 0x5e, 0xab, 0xef, 0x13, 0xb3, 0xb4, 0x65, 0x6c, - 0x2f, 0xec, 0x2e, 0x68, 0xbe, 0x81, 0x06, 0xa7, 0x8d, 0xac, 0xef, 0x0d, 0x58, 0xcd, 0x7a, 0x28, - 0x7c, 0xe6, 0x09, 0xf2, 0x1e, 0x5c, 0xdc, 0x85, 0x32, 0x26, 0x22, 0xe8, 0x4a, 0xed, 0xdb, 0xec, - 0xee, 0x5a, 0x35, 0x0c, 0x7c, 0x35, 0x0e, 0x7c, 0x75, 0x8f, 0xb1, 0xee, 0x85, 0xdd, 0x0d, 0x08, - 0x8e, 0x2c, 0xd1, 0x32, 0x4c, 0x1d, 0x70, 0xce, 0xb8, 0x39, 0xb1, 0x65, 0x6c, 0x57, 0x70, 0xf8, - 0x60, 0x55, 0x61, 0xae, 0xd9, 0x3c, 0x6c, 0x04, 0x57, 0x5d, 0xea, 0x7c, 0x4d, 0xfa, 0x68, 0x13, - 0xa6, 0x6f, 0x49, 0xbf, 0x6d, 0x4b, 0xdb, 0x34, 0x94, 0xdd, 0xde, 0xe4, 0x6f, 0xff, 0x64, 0x1a, - 0x38, 0x16, 0x5a, 0x16, 0x4c, 0xd6, 0xa9, 0xb8, 0x45, 0x6b, 0x30, 0xd3, 0xa6, 0xe2, 0xd6, 0xb3, - 0x5d, 0x12, 0x1a, 0xe2, 0xc1, 0xb3, 0xf5, 0x77, 0x03, 0x96, 0x9b, 0x92, 0x71, 0xbb, 0x43, 0xf6, - 0x99, 0x77, 0x4d, 0x3b, 0x41, 0x18, 0x27, 0xf4, 0x02, 0xca, 0x4c, 0x28, 0x33, 0x0d, 0x99, 0xdd, - 0x5d, 0x2f, 0x7a, 0x7f, 0xb5, 0x04, 0x8e, 0x6c, 0xd1, 0x8f, 0xa1, 0xa2, 0x96, 0x56, 0xff, 0x85, - 0x59, 0xd2, 0x81, 0xbb, 0x1f, 0x38, 0x34, 0x47, 0xcf, 0x60, 0x81, 0xba, 0x76, 0x87, 0x60, 0x72, - 0x4d, 0x38, 0xf1, 0x1c, 0x12, 0xbd, 0x7d, 0x46, 0x8a, 0x5e, 0xc0, 0xca, 0x9d, 0x1b, 0x3a, 0xbb, - 0xcf, 0x3c, 0x69, 0x53, 0x8f, 0xf0, 0x53, 0xf5, 0x6e, 0x93, 0xda, 0x3c, 0x5f, 0x69, 0xbd, 0x86, - 0xc5, 0x53, 0x22, 0x7b, 0x8c, 0xdf, 0x1e, 0x79, 0x92, 0xf0, 0x6b, 0xdb, 0x21, 0x68, 0x17, 0x96, - 0xbd, 0x8c, 0xec, 0x74, 0x18, 0xa4, 0x5c, 0x9d, 0xf5, 0x0d, 0x2c, 0x47, 0x3c, 0xe9, 0x78, 0x1d, - 0x02, 0xd0, 0xd8, 0x30, 0xce, 0x99, 0xed, 0xa2, 0x57, 0xcf, 0x7a, 0x82, 0x13, 0x58, 0xeb, 0x37, - 0x06, 0x2c, 0x9d, 0x0b, 0xc2, 0xd3, 0xfc, 0x5b, 0x30, 0x13, 0x08, 0xc2, 0x87, 0x9b, 0x18, 0xed, - 0xf6, 0x40, 0xaa, 0x2c, 0x7c, 0x5b, 0x88, 0x1e, 0xe3, 0x6d, 0x9d, 0x6a, 0x03, 0x8b, 0x58, 0x8a, - 0x3e, 0x0e, 0x39, 0xa4, 0x2a, 0x94, 0x09, 0x5d, 0x28, 0xf3, 0xda, 0x43, 0xb5, 0x9a, 0x2a, 0x0c, - 0x3c, 0x50, 0xab, 0x70, 0xe1, 0x7a, 0x23, 0xed, 0xc2, 0x26, 0x40, 0x9b, 0x0a, 0xfb, 0xaa, 0x4b, - 0x70, 0xbd, 0xa1, 0x9d, 0x98, 0xc1, 0x09, 0x09, 0x42, 0x30, 0xe9, 0x33, 0x1e, 0xe6, 0xf9, 0x3c, - 0xd6, 0xff, 0xad, 0x4b, 0x40, 0xc7, 0xd4, 0x0b, 0xbe, 0x4b, 0x33, 0xd5, 0x61, 0x23, 0xc2, 0x35, - 0x22, 0xdf, 0x6a, 0x81, 0xbc, 0x21, 0x9e, 0xa4, 0x8e, 0x36, 0x88, 0xc8, 0xef, 0x37, 0xb2, 0x7e, - 0x57, 0x82, 0xe5, 0xb7, 0xd4, 0x6b, 0xb3, 0x9e, 0x48, 0xd3, 0xbf, 0x82, 0x55, 0xe2, 0x29, 0x60, - 0x2d, 0x90, 0xcc, 0xb5, 0x25, 0x75, 0xce, 0xfd, 0xb6, 0x2d, 0xf5, 0xbe, 0x28, 0xde, 0x02, 0xad, - 0x2a, 0x14, 0x49, 0x5d, 0x72, 0xc9, 0xbc, 0xb0, 0x91, 0x54, 0xf0, 0xe0, 0x19, 0xb5, 0x46, 0x03, - 0xa2, 0x63, 0x78, 0xcf, 0x2e, 0x67, 0xed, 0xf1, 0x68, 0x48, 0xdf, 0x00, 0x7a, 0x4b, 0x3d, 0x7c, - 0x92, 0xe6, 0x9d, 0xd4, 0xbc, 0x4f, 0x34, 0xef, 0xa8, 0x1a, 0xe7, 0x40, 0xac, 0xbf, 0x4d, 0xc1, - 0x7a, 0xd4, 0xe4, 0xbc, 0x4e, 0xb3, 0x2f, 0x24, 0x71, 0xd3, 0x2b, 0x59, 0x30, 0x17, 0xf9, 0xc5, - 0x13, 0x39, 0x9e, 0x92, 0xa1, 0x33, 0x98, 0xb7, 0xdb, 0x2e, 0xf5, 0xa8, 0x90, 0xdc, 0x96, 0x8c, - 0x47, 0x1d, 0xeb, 0xe3, 0xa2, 0x17, 0x1c, 0xc9, 0x52, 0x9c, 0xc6, 0xa3, 0xaf, 0x60, 0x4a, 0x65, - 0x94, 0x30, 0x27, 0x74, 0x3d, 0x3c, 0x80, 0x28, 0xc4, 0xa1, 0x8f, 0x00, 0x9c, 0x40, 0x48, 0xe6, - 0xd6, 0x55, 0x97, 0x9b, 0x4c, 0x64, 0x75, 0x42, 0x8e, 0xea, 0x00, 0xbe, 0xee, 0x8a, 0xb7, 0xa4, - 0x2f, 0xcc, 0x29, 0xbd, 0xd6, 0x47, 0x45, 0x6b, 0x25, 0x5b, 0x28, 0x4e, 0xe0, 0xd0, 0x67, 0xaa, - 0xe3, 0xe9, 0xda, 0x28, 0xeb, 0xda, 0x30, 0x93, 0x43, 0x24, 0x0e, 0xaa, 0x2e, 0x93, 0xc8, 0x0e, - 0xfd, 0x14, 0x96, 0x98, 0xd8, 0x63, 0x4c, 0xaa, 0xf7, 0xf5, 0x0f, 0xbc, 0x0e, 0xf5, 0x88, 0x39, - 0xad, 0xc1, 0x4f, 0xf3, 0xc0, 0x19, 0x53, 0x3c, 0x8a, 0x46, 0x97, 0x80, 0xba, 0x23, 0xf5, 0x62, - 0xce, 0xe8, 0x7d, 0x78, 0x5e, 0xf4, 0x4a, 0xa3, 0x15, 0x86, 0x73, 0x58, 0xd0, 0x37, 0xb0, 0xdc, - 0xcb, 0x29, 0x17, 0xb3, 0xa2, 0xd9, 0x3f, 0x29, 0x62, 0xcf, 0x2b, 0x31, 0x9c, 0xcb, 0xa4, 0xd2, - 0xd9, 0xe7, 0xec, 0xbb, 0x7e, 0x9a, 0x1f, 0x12, 0xe9, 0xdc, 0x18, 0x51, 0xe3, 0x1c, 0x88, 0xf5, - 0x7d, 0x09, 0x56, 0x0e, 0x6d, 0xde, 0xee, 0xd9, 0x3c, 0x33, 0x97, 0x3e, 0x87, 0xf2, 0xc5, 0x49, - 0x93, 0xfe, 0x22, 0xcc, 0xe0, 0x85, 0xdd, 0xff, 0xd7, 0xb4, 0xe9, 0xa1, 0xab, 0xd4, 0xe1, 0x46, - 0x85, 0xa6, 0xe8, 0x27, 0x71, 0x1a, 0x69, 0x60, 0x98, 0xd5, 0x1b, 0x39, 0xc0, 0xfd, 0x81, 0x11, - 0x4e, 0x00, 0xd0, 0x3b, 0x58, 0x6b, 0xf7, 0x3d, 0xdb, 0xa5, 0xce, 0x09, 0x71, 0x19, 0xef, 0xe7, - 0x75, 0x81, 0x0f, 0x35, 0x5d, 0xbd, 0xd0, 0x0c, 0xdf, 0x43, 0x81, 0x5e, 0x03, 0xba, 0x4b, 0x39, - 0xf2, 0xa6, 0x71, 0x2e, 0xcc, 0x49, 0x9d, 0xc8, 0xab, 0x39, 0x7e, 0xbe, 0x69, 0x9c, 0xe3, 0x1c, - 0x84, 0xf5, 0x25, 0xcc, 0x9d, 0x93, 0x6b, 0xda, 0x24, 0x52, 0x25, 0x9d, 0x40, 0x9f, 0xc0, 0x92, - 0x20, 0x4e, 0xc0, 0x89, 0x4a, 0xb3, 0x03, 0xdd, 0xf4, 0xda, 0x51, 0x0f, 0x1c, 0x55, 0x58, 0x7f, - 0x36, 0x60, 0xa5, 0xa9, 0xa4, 0x54, 0x66, 0xfc, 0x5b, 0x87, 0x4a, 0xd8, 0x32, 0x5b, 0x8d, 0x93, - 0x08, 0x3f, 0x14, 0xa0, 0x43, 0x98, 0x0b, 0x12, 0xab, 0x46, 0xf1, 0x2d, 0x2c, 0xc0, 0xa4, 0x87, - 0x38, 0x85, 0x44, 0x2f, 0x61, 0x4e, 0x44, 0x0e, 0xb4, 0x86, 0x43, 0x6a, 0x49, 0x33, 0x35, 0x13, - 0x0a, 0x9c, 0x32, 0xb3, 0x8e, 0xc1, 0xac, 0xdd, 0xd9, 0xb4, 0x6b, 0x5f, 0xd1, 0x2e, 0x95, 0xfd, - 0x26, 0x91, 0xc3, 0xd3, 0xc2, 0x3a, 0x54, 0x3a, 0x9c, 0x05, 0x7e, 0xa2, 0xe9, 0x0d, 0x05, 0x6a, - 0x64, 0xe9, 0x89, 0x1a, 0x76, 0x7b, 0xfd, 0xdf, 0x7a, 0x06, 0x8b, 0x49, 0x36, 0xdd, 0xfd, 0x63, - 0x3b, 0x23, 0x61, 0xf7, 0x47, 0x03, 0x36, 0xb2, 0x86, 0xe9, 0xb0, 0x5d, 0xc0, 0x92, 0x9d, 0x31, - 0xf8, 0x8f, 0x47, 0x83, 0x2c, 0x23, 0x1e, 0xa5, 0x50, 0x27, 0x20, 0x21, 0x39, 0x75, 0x64, 0xed, - 0xfa, 0x9a, 0x7a, 0x2a, 0x0a, 0x2c, 0xe4, 0x2e, 0xe9, 0xad, 0xc9, 0x57, 0x5a, 0xff, 0x98, 0x81, - 0x85, 0x74, 0x1a, 0xe5, 0xbd, 0x16, 0x5a, 0x80, 0x12, 0x8d, 0x0e, 0x10, 0xb8, 0x44, 0xdb, 0xe8, - 0x35, 0x4c, 0x8b, 0xf0, 0x80, 0x18, 0x65, 0x7a, 0x61, 0xa3, 0xc8, 0x3b, 0x47, 0xe2, 0x18, 0x8c, - 0xea, 0x50, 0x62, 0x22, 0x1a, 0x6d, 0x2f, 0x8a, 0x28, 0xee, 0x1b, 0x61, 0xb8, 0xc4, 0x84, 0xf2, - 0x26, 0x3a, 0x96, 0x99, 0x53, 0xf7, 0x7b, 0x93, 0x77, 0x4a, 0xc3, 0x31, 0x58, 0x8d, 0x7a, 0x8f, - 0xb5, 0xc3, 0xe3, 0x5e, 0x39, 0x1c, 0xf5, 0xf1, 0x73, 0x3a, 0x65, 0xa6, 0xb3, 0x29, 0xf3, 0x14, - 0xca, 0x42, 0xda, 0x32, 0x10, 0x51, 0x57, 0x9e, 0x0d, 0xb3, 0x53, 0x8b, 0x70, 0xa4, 0x52, 0xd3, - 0xb6, 0xcb, 0xc2, 0x63, 0x8a, 0x66, 0xa9, 0x84, 0xd3, 0x36, 0x29, 0x43, 0x5f, 0xc0, 0x93, 0xe8, - 0x7c, 0x73, 0x48, 0x3b, 0x37, 0xc9, 0x7d, 0xd7, 0x1d, 0x73, 0x06, 0x17, 0xa9, 0xd1, 0x2b, 0x28, - 0xdf, 0xe9, 0x49, 0x64, 0xce, 0xea, 0x02, 0xd9, 0x2c, 0xbc, 0x9b, 0x9c, 0x84, 0x6d, 0x30, 0xb4, - 0x46, 0x47, 0x30, 0x73, 0x13, 0x35, 0x55, 0x73, 0x4e, 0x3b, 0xff, 0x69, 0x11, 0x32, 0xb7, 0xf9, - 0xe2, 0x01, 0x5c, 0x75, 0x16, 0xbb, 0xdb, 0x65, 0x3d, 0xd2, 0x3e, 0xeb, 0xa9, 0x23, 0x36, 0x6b, - 0x13, 0x61, 0xce, 0x6f, 0x4d, 0x6c, 0x57, 0xf0, 0xa8, 0x02, 0xed, 0x00, 0xf8, 0xac, 0x47, 0xb8, - 0x8a, 0x12, 0x31, 0x17, 0xb4, 0xd3, 0x8f, 0xc2, 0x79, 0x30, 0x10, 0xe3, 0x84, 0x89, 0xf2, 0x34, - 0xae, 0x70, 0xf3, 0xd1, 0xfd, 0x9e, 0xe6, 0x76, 0x2c, 0x3c, 0x80, 0xa3, 0x0d, 0x98, 0x94, 0x76, - 0x47, 0x98, 0x8b, 0x9a, 0xa6, 0xa2, 0x69, 0x5a, 0x76, 0x47, 0x60, 0x2d, 0x46, 0x5f, 0x02, 0x74, - 0xd4, 0xe5, 0xb4, 0xa6, 0x48, 0xcd, 0xa5, 0xc4, 0x5d, 0xe7, 0xcd, 0x40, 0x9c, 0xa6, 0x4e, 0xd8, - 0xa3, 0x9f, 0xc1, 0xea, 0xf0, 0xe9, 0xc8, 0x13, 0xd2, 0xf6, 0x1c, 0x72, 0x41, 0x49, 0xcf, 0x44, - 0x89, 0x26, 0x98, 0xae, 0xba, 0x11, 0x5b, 0x5c, 0xc0, 0x81, 0x2e, 0xe1, 0x91, 0x9d, 0xee, 0x6b, - 0xe6, 0x63, 0x4d, 0xfb, 0xd9, 0x38, 0xdd, 0x23, 0xd9, 0x06, 0x71, 0x96, 0x08, 0xd9, 0xb0, 0x98, - 0x6d, 0x2c, 0xe6, 0xb2, 0x26, 0x7f, 0x39, 0x6e, 0x6b, 0xca, 0x1c, 0x6e, 0xb3, 0x74, 0xd6, 0xef, - 0x4b, 0xb0, 0x99, 0x7e, 0xf5, 0xe1, 0x8d, 0xfc, 0xbd, 0x7d, 0x11, 0x78, 0x0b, 0xab, 0x67, 0x7b, - 0xcd, 0xb3, 0xe3, 0x83, 0xd6, 0xc1, 0xbb, 0xbc, 0x4f, 0x03, 0xeb, 0x39, 0x3b, 0x32, 0xb0, 0xdb, - 0x2b, 0x99, 0x06, 0x5e, 0x89, 0xf1, 0x29, 0x38, 0xda, 0xcb, 0x7e, 0x6a, 0x98, 0x48, 0xf0, 0x35, - 0x38, 0xbb, 0xa3, 0x6d, 0xc2, 0x6b, 0x8e, 0x43, 0x84, 0x28, 0xfc, 0xf0, 0xf0, 0x17, 0x03, 0x3e, - 0x2c, 0x8c, 0xc8, 0xff, 0xc0, 0x17, 0x88, 0x7f, 0x96, 0xb2, 0xfe, 0xe3, 0xc0, 0xdb, 0x67, 0xae, - 0x6b, 0x7b, 0xed, 0x78, 0x4b, 0x4f, 0xb3, 0x53, 0x26, 0xfa, 0x80, 0x30, 0xae, 0xfb, 0xd9, 0x19, - 0x55, 0x83, 0x72, 0x93, 0x05, 0xdc, 0x21, 0xa9, 0xdb, 0x48, 0x91, 0x17, 0x4d, 0x87, 0x53, 0x5f, - 0x86, 0x00, 0x1c, 0x01, 0x11, 0x85, 0xff, 0x1b, 0x5a, 0x1c, 0x79, 0x7e, 0x20, 0x1b, 0x36, 0xb7, - 0x5d, 0x22, 0x87, 0x57, 0x93, 0x1f, 0xdc, 0xcb, 0x9a, 0xc6, 0xe0, 0x62, 0x36, 0x64, 0x41, 0x05, - 0x07, 0x5e, 0x4d, 0xa8, 0x1b, 0x4d, 0xea, 0xbe, 0x32, 0x14, 0xa3, 0xe7, 0x30, 0xaf, 0x1f, 0xe2, - 0x6b, 0xad, 0x9e, 0x64, 0xb1, 0x5d, 0x5a, 0x65, 0xfd, 0xd5, 0x80, 0xad, 0xe2, 0x88, 0x47, 0x29, - 0xf3, 0xdf, 0x0e, 0xf9, 0x09, 0xcc, 0xa5, 0x7a, 0xd9, 0x38, 0x81, 0x4f, 0x35, 0xb4, 0x14, 0xdc, - 0xfa, 0x16, 0x36, 0xd2, 0xa8, 0x06, 0x27, 0xce, 0x0d, 0x71, 0x6e, 0xdf, 0x5b, 0x17, 0xb0, 0x7e, - 0x9e, 0xed, 0x3c, 0xc3, 0x25, 0xa3, 0x98, 0x0d, 0x8b, 0xc2, 0x78, 0x78, 0x51, 0x94, 0x12, 0x45, - 0xf1, 0xfc, 0x2b, 0x75, 0x23, 0xd1, 0x2d, 0x02, 0xa0, 0xdc, 0x3a, 0x38, 0xad, 0x9d, 0xb6, 0x16, - 0x3f, 0x40, 0x8b, 0x30, 0x77, 0x7c, 0x56, 0xab, 0xef, 0xd5, 0x8e, 0x6b, 0xa7, 0xfb, 0x07, 0x78, - 0xd1, 0x40, 0x4f, 0xe0, 0x71, 0xb3, 0x55, 0xdb, 0xff, 0xfa, 0xa0, 0xbe, 0x7f, 0x76, 0xda, 0xc2, - 0x67, 0xc7, 0x8d, 0xe3, 0xda, 0xe9, 0xc1, 0x62, 0x69, 0xf7, 0x5f, 0x13, 0xf0, 0x38, 0x67, 0x44, - 0x20, 0x0a, 0xe5, 0x23, 0xef, 0x8e, 0xdd, 0x12, 0xf4, 0xe9, 0x98, 0x71, 0x08, 0xe3, 0xb9, 0x56, - 0x1d, 0xd7, 0x3c, 0x8c, 0x85, 0xf5, 0x01, 0xfa, 0x25, 0xcc, 0xc4, 0x11, 0x42, 0x2f, 0xc7, 0x43, - 0x67, 0x36, 0x71, 0xed, 0xd5, 0x43, 0x61, 0x83, 0xc5, 0x7f, 0x05, 0xd3, 0x61, 0x1b, 0x24, 0x68, - 0x4c, 0x92, 0xec, 0x1c, 0x59, 0xfb, 0xd1, 0x83, 0x71, 0x83, 0xd5, 0x7f, 0x6d, 0x00, 0x0c, 0xd3, - 0x18, 0x8d, 0xc9, 0x34, 0xd2, 0xf7, 0xd6, 0xbe, 0x78, 0x38, 0x30, 0xf6, 0x61, 0xef, 0x87, 0x97, - 0x3b, 0x1d, 0x2a, 0x6f, 0x82, 0x2b, 0x05, 0xda, 0x71, 0xa9, 0xc3, 0x99, 0x60, 0xd7, 0x72, 0xc7, - 0x65, 0xce, 0x0e, 0xf7, 0x9d, 0x9d, 0x21, 0xeb, 0x4e, 0xc4, 0x7a, 0x55, 0xd6, 0x79, 0xfa, 0xf9, - 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x40, 0x69, 0xb0, 0x74, 0x04, 0x18, 0x00, 0x00, + // 1968 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0x4f, 0x53, 0xe3, 0xc8, + 0x15, 0x1f, 0x19, 0xc6, 0xe0, 0xc7, 0xff, 0x1e, 0x60, 0x14, 0x02, 0x2c, 0xa5, 0xd9, 0x9a, 0xb0, + 0xb3, 0xbb, 0x66, 0xc3, 0xfc, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x7b, 0x80, 0x5a, 0x30, 0xde, + 0xb6, 0x61, 0xaa, 0xa8, 0x54, 0xb1, 0x42, 0x6e, 0x4c, 0x07, 0x4b, 0xad, 0x55, 0xb7, 0xf0, 0x3a, + 0xc9, 0x25, 0x39, 0x25, 0xa7, 0x7c, 0x84, 0x7c, 0x82, 0xdc, 0x36, 0xb9, 0xe5, 0xb0, 0xf7, 0x7c, + 0x8e, 0x5c, 0xf3, 0x11, 0x92, 0xea, 0x96, 0x64, 0x4b, 0xb2, 0x44, 0x4c, 0x55, 0xe6, 0x90, 0x93, + 0xad, 0x7e, 0xef, 0xf7, 0xeb, 0xa7, 0xd7, 0xef, 0xfd, 0xba, 0x5b, 0xf0, 0xcc, 0x66, 0xd6, 0xa5, + 0xd5, 0x65, 0x7e, 0xdb, 0xec, 0x10, 0x47, 0x5c, 0xde, 0x51, 0x4f, 0xf8, 0x66, 0xd7, 0x36, 0xad, + 0x1b, 0xea, 0x90, 0xb2, 0xeb, 0x31, 0xc1, 0xd0, 0xaa, 0xcd, 0xac, 0xf2, 0xd0, 0xa9, 0x6c, 0x31, + 0xdb, 0xf5, 0x05, 0x59, 0xdb, 0xec, 0x30, 0xd6, 0xe9, 0x92, 0x1d, 0xe5, 0x75, 0xe5, 0x5f, 0xef, + 0xf4, 0x3c, 0xd3, 0x75, 0x89, 0xc7, 0x03, 0xdc, 0xda, 0x53, 0x45, 0xce, 0x6c, 0x9b, 0x39, 0xe1, + 0x4f, 0x68, 0xd8, 0x4c, 0x1a, 0x24, 0x59, 0xdc, 0x6e, 0xfc, 0x59, 0x83, 0x95, 0xf3, 0x20, 0x92, + 0x93, 0x20, 0x12, 0x4c, 0xbe, 0xf5, 0x09, 0x17, 0xa8, 0x01, 0x0b, 0x49, 0x03, 0xd7, 0xb5, 0xad, + 0x89, 0xed, 0x99, 0xdd, 0xe7, 0xe5, 0xec, 0x20, 0xcb, 0x29, 0x9e, 0x34, 0x1c, 0xbd, 0x82, 0xb9, + 0x53, 0x97, 0x78, 0xa6, 0xa0, 0xcc, 0x69, 0xf5, 0x5d, 0xa2, 0x17, 0xb6, 0xb4, 0xed, 0xf9, 0xdd, + 0x79, 0xc5, 0x37, 0xb0, 0xe0, 0xa4, 0x93, 0xf1, 0xbd, 0x06, 0xab, 0xe9, 0x08, 0xb9, 0xcb, 0x1c, + 0x4e, 0xde, 0x43, 0x88, 0xbb, 0x50, 0xc4, 0x84, 0xfb, 0x5d, 0xa1, 0x62, 0x9b, 0xd9, 0x5d, 0x2b, + 0x07, 0x89, 0x2f, 0x47, 0x89, 0x2f, 0xef, 0x31, 0xd6, 0x3d, 0x37, 0xbb, 0x3e, 0xc1, 0xa1, 0x27, + 0x5a, 0x86, 0xc7, 0x35, 0xcf, 0x63, 0x9e, 0x3e, 0xb1, 0xa5, 0x6d, 0x97, 0x70, 0xf0, 0x60, 0x94, + 0x61, 0xb6, 0xd9, 0x3c, 0x6c, 0xf8, 0x57, 0x5d, 0x6a, 0x7d, 0x45, 0xfa, 0x68, 0x13, 0xa6, 0x6e, + 0x49, 0xbf, 0x6d, 0x0a, 0x53, 0xd7, 0xa4, 0xdf, 0xde, 0xe4, 0x1f, 0xfe, 0xaa, 0x6b, 0x38, 0x1a, + 0x34, 0x0c, 0x98, 0xac, 0x52, 0x7e, 0x8b, 0xd6, 0x60, 0xba, 0x4d, 0xf9, 0xad, 0x63, 0xda, 0x24, + 0x70, 0xc4, 0x83, 0x67, 0xe3, 0x9f, 0x1a, 0x2c, 0x37, 0x05, 0xf3, 0xcc, 0x0e, 0xd9, 0x67, 0xce, + 0x35, 0xed, 0xf8, 0x41, 0x9e, 0xd0, 0x2b, 0x28, 0x32, 0x2e, 0xdd, 0x14, 0x64, 0x66, 0x77, 0x3d, + 0xef, 0xfd, 0xe5, 0x14, 0x38, 0xf4, 0x45, 0x3f, 0x87, 0x92, 0x9c, 0x5a, 0xfe, 0xe7, 0x7a, 0x41, + 0x25, 0xee, 0x7e, 0xe0, 0xd0, 0x1d, 0x3d, 0x87, 0x79, 0x6a, 0x9b, 0x1d, 0x82, 0xc9, 0x35, 0xf1, + 0x88, 0x63, 0x91, 0xf0, 0xed, 0x53, 0xa3, 0xe8, 0x15, 0xac, 0xdc, 0xd9, 0x41, 0xb0, 0xfb, 0xcc, + 0x11, 0x26, 0x75, 0x88, 0x57, 0x97, 0xef, 0x36, 0xa9, 0xdc, 0xb3, 0x8d, 0xc6, 0x5b, 0x58, 0xac, + 0x13, 0xd1, 0x63, 0xde, 0xed, 0x91, 0x23, 0x88, 0x77, 0x6d, 0x5a, 0x04, 0xed, 0xc2, 0xb2, 0x93, + 0x1a, 0xab, 0x0f, 0x93, 0x94, 0x69, 0x33, 0xbe, 0x81, 0xe5, 0x90, 0x27, 0x99, 0xaf, 0x43, 0x00, + 0x1a, 0x39, 0x46, 0x35, 0xb3, 0x9d, 0xf7, 0xea, 0xe9, 0x48, 0x70, 0x0c, 0x6b, 0xfc, 0x5e, 0x83, + 0xa5, 0x33, 0x4e, 0xbc, 0x24, 0xff, 0x16, 0x4c, 0xfb, 0x9c, 0x78, 0xc3, 0x45, 0x0c, 0x57, 0x7b, + 0x30, 0x2a, 0x3d, 0x5c, 0x93, 0xf3, 0x1e, 0xf3, 0xda, 0xaa, 0xd4, 0x06, 0x1e, 0xd1, 0x28, 0xfa, + 0x28, 0xe0, 0x10, 0xb2, 0x51, 0x26, 0x54, 0xa3, 0xcc, 0xa9, 0x08, 0xe5, 0x6c, 0xb2, 0x31, 0xf0, + 0xc0, 0x2c, 0xd3, 0x85, 0xab, 0x8d, 0x64, 0x08, 0x9b, 0x00, 0x6d, 0xca, 0xcd, 0xab, 0x2e, 0xc1, + 0xd5, 0x86, 0x0a, 0x62, 0x1a, 0xc7, 0x46, 0x10, 0x82, 0x49, 0x97, 0x79, 0x41, 0x9d, 0xcf, 0x61, + 0xf5, 0xdf, 0xb8, 0x00, 0x74, 0x4c, 0x1d, 0xff, 0xbb, 0x24, 0x53, 0x15, 0x36, 0x42, 0x5c, 0x23, + 0x8c, 0xad, 0xe2, 0x8b, 0x1b, 0xe2, 0x08, 0x6a, 0x29, 0x87, 0x90, 0xfc, 0x7e, 0x27, 0xe3, 0x8f, + 0x05, 0x58, 0x7e, 0x47, 0x9d, 0x36, 0xeb, 0xf1, 0x24, 0xfd, 0x1b, 0x58, 0x25, 0x8e, 0x04, 0x56, + 0x7c, 0xc1, 0x6c, 0x53, 0x50, 0xeb, 0xcc, 0x6d, 0x9b, 0x42, 0xad, 0x8b, 0xe4, 0xcd, 0xb1, 0xca, + 0x46, 0x11, 0xd4, 0x26, 0x17, 0xcc, 0x09, 0x84, 0xa4, 0x84, 0x07, 0xcf, 0xa8, 0x35, 0x9a, 0x10, + 0x95, 0xc3, 0x7b, 0x56, 0x39, 0xed, 0x8f, 0x47, 0x53, 0x7a, 0x00, 0xe8, 0x1d, 0x75, 0xf0, 0x49, + 0x92, 0x77, 0x52, 0xf1, 0x3e, 0x55, 0xbc, 0xa3, 0x66, 0x9c, 0x01, 0x31, 0xfe, 0xf1, 0x18, 0xd6, + 0x43, 0x91, 0x73, 0x3a, 0xcd, 0x3e, 0x17, 0xc4, 0x4e, 0xce, 0x64, 0xc0, 0x6c, 0x18, 0x97, 0x17, + 0xab, 0xf1, 0xc4, 0x18, 0x3a, 0x85, 0x39, 0xb3, 0x6d, 0x53, 0x87, 0x72, 0xe1, 0x99, 0x82, 0x79, + 0xa1, 0x62, 0x7d, 0x94, 0xf7, 0x82, 0x23, 0x55, 0x8a, 0x93, 0x78, 0xf4, 0x25, 0x3c, 0x96, 0x15, + 0xc5, 0xf5, 0x09, 0xd5, 0x0f, 0x0f, 0x20, 0x0a, 0x70, 0xe8, 0x43, 0x00, 0xcb, 0xe7, 0x82, 0xd9, + 0x55, 0xa9, 0x72, 0x93, 0xb1, 0xaa, 0x8e, 0x8d, 0xa3, 0x2a, 0x80, 0xab, 0x54, 0xf1, 0x96, 0xf4, + 0xb9, 0xfe, 0x58, 0xcd, 0xf5, 0x61, 0xde, 0x5c, 0x71, 0x09, 0xc5, 0x31, 0x1c, 0xfa, 0x4c, 0x2a, + 0x9e, 0xea, 0x8d, 0xa2, 0xea, 0x0d, 0x3d, 0xbe, 0x89, 0x44, 0x49, 0x55, 0x6d, 0x12, 0xfa, 0xa1, + 0xaf, 0x61, 0x89, 0xf1, 0x3d, 0xc6, 0x84, 0x7c, 0x5f, 0xb7, 0xe6, 0x74, 0xa8, 0x43, 0xf4, 0x29, + 0x05, 0x7e, 0x96, 0x05, 0x4e, 0xb9, 0xe2, 0x51, 0x34, 0xba, 0x00, 0xd4, 0x1d, 0xe9, 0x17, 0x7d, + 0x5a, 0xad, 0xc3, 0x8b, 0xbc, 0x57, 0x1a, 0xed, 0x30, 0x9c, 0xc1, 0x82, 0xbe, 0x81, 0xe5, 0x5e, + 0x46, 0xbb, 0xe8, 0x25, 0xc5, 0xfe, 0x49, 0x1e, 0x7b, 0x56, 0x8b, 0xe1, 0x4c, 0x26, 0x59, 0xce, + 0xae, 0xc7, 0xbe, 0xeb, 0x27, 0xf9, 0x21, 0x56, 0xce, 0x8d, 0x11, 0x33, 0xce, 0x80, 0x18, 0xdf, + 0x17, 0x60, 0xe5, 0xd0, 0xf4, 0xda, 0x3d, 0xd3, 0x4b, 0xed, 0x4b, 0x2f, 0xa1, 0x78, 0x7e, 0xd2, + 0xa4, 0xbf, 0x0e, 0x2a, 0x78, 0x7e, 0xf7, 0xc7, 0x8a, 0x36, 0xb9, 0xe9, 0x4a, 0x73, 0xb0, 0x50, + 0x81, 0x2b, 0xfa, 0x45, 0x54, 0x46, 0x0a, 0x18, 0x54, 0xf5, 0x46, 0x06, 0x70, 0x7f, 0xe0, 0x84, + 0x63, 0x00, 0x74, 0x09, 0x6b, 0xed, 0xbe, 0x63, 0xda, 0xd4, 0x3a, 0x21, 0x36, 0xf3, 0xfa, 0x59, + 0x2a, 0xf0, 0x81, 0xa2, 0xab, 0xe6, 0xba, 0xe1, 0x7b, 0x28, 0xd0, 0x5b, 0x40, 0x77, 0x89, 0x40, + 0x0e, 0x1a, 0x67, 0x5c, 0x9f, 0x54, 0x85, 0xbc, 0x9a, 0x11, 0xe7, 0x41, 0xe3, 0x0c, 0x67, 0x20, + 0x8c, 0x2f, 0x60, 0xf6, 0x8c, 0x5c, 0xd3, 0x26, 0x11, 0xb2, 0xe8, 0x38, 0xfa, 0x04, 0x96, 0x38, + 0xb1, 0x7c, 0x8f, 0xc8, 0x32, 0xab, 0x29, 0xd1, 0x6b, 0x87, 0x1a, 0x38, 0x6a, 0x30, 0xfe, 0xa6, + 0xc1, 0x4a, 0x53, 0x8e, 0x52, 0x91, 0x8a, 0x6f, 0x1d, 0x4a, 0x81, 0x64, 0xb6, 0x1a, 0x27, 0x21, + 0x7e, 0x38, 0x80, 0x0e, 0x61, 0xd6, 0x8f, 0xcd, 0x1a, 0xe6, 0x37, 0xb7, 0x01, 0xe3, 0x11, 0xe2, + 0x04, 0x12, 0xbd, 0x86, 0x59, 0x1e, 0x06, 0xd0, 0x1a, 0x6e, 0x52, 0x4b, 0x8a, 0xa9, 0x19, 0x33, + 0xe0, 0x84, 0x9b, 0x71, 0x0c, 0x7a, 0xe5, 0xce, 0xa4, 0x5d, 0xf3, 0x8a, 0x76, 0xa9, 0xe8, 0x37, + 0x89, 0x18, 0x9e, 0x16, 0xd6, 0xa1, 0xd4, 0xf1, 0x98, 0xef, 0xc6, 0x44, 0x6f, 0x38, 0x20, 0xb7, + 0x2c, 0xb5, 0xa3, 0x06, 0x6a, 0xaf, 0xfe, 0x1b, 0xcf, 0x61, 0x31, 0xce, 0xa6, 0xd4, 0x3f, 0xf2, + 0xd3, 0x62, 0x7e, 0x7f, 0xd1, 0x60, 0x23, 0xed, 0x98, 0x4c, 0xdb, 0x39, 0x2c, 0x99, 0x29, 0x87, + 0xff, 0x7a, 0x34, 0x48, 0x33, 0xe2, 0x51, 0x0a, 0x79, 0x02, 0xe2, 0xc2, 0xa3, 0x96, 0xa8, 0x5c, + 0x5f, 0x53, 0x47, 0x66, 0x81, 0x05, 0xdc, 0x05, 0xb5, 0x34, 0xd9, 0x46, 0xc3, 0x85, 0x85, 0x46, + 0xd7, 0xb4, 0x88, 0x4d, 0x1c, 0xd1, 0x14, 0xa6, 0xf0, 0x39, 0xda, 0x87, 0x62, 0xf0, 0x2f, 0x6c, + 0xa6, 0x8f, 0xf3, 0xa2, 0x4a, 0x01, 0x83, 0xe6, 0x0a, 0x49, 0x74, 0x98, 0x3a, 0x21, 0x9c, 0x9b, + 0x9d, 0x28, 0x8d, 0xd1, 0xa3, 0xf1, 0x43, 0x09, 0xe6, 0x93, 0x85, 0x9b, 0x95, 0x48, 0x34, 0x0f, + 0x05, 0x1a, 0x1e, 0x59, 0x70, 0x81, 0xb6, 0xd1, 0x5b, 0x98, 0xe2, 0xc1, 0x91, 0x34, 0xec, 0xad, + 0x5c, 0x69, 0xca, 0x3a, 0xb9, 0xe2, 0x08, 0x8c, 0xaa, 0x50, 0x60, 0x3c, 0xdc, 0x4c, 0x5f, 0xe5, + 0x51, 0xdc, 0xb7, 0x69, 0xe2, 0x02, 0xe3, 0x32, 0x9a, 0xf0, 0x20, 0xa8, 0x3f, 0xbe, 0x3f, 0x9a, + 0xac, 0x73, 0x21, 0x8e, 0xc0, 0xf2, 0x70, 0xe1, 0xb0, 0x76, 0x70, 0xc0, 0x2c, 0x06, 0x87, 0x8b, + 0xe8, 0x39, 0x59, 0xa4, 0x53, 0xe9, 0x22, 0x7d, 0x06, 0x45, 0x1e, 0xac, 0x52, 0xb0, 0x0f, 0xcc, + 0x04, 0xfd, 0xa0, 0x86, 0x70, 0x68, 0x92, 0xfb, 0x7b, 0x97, 0x05, 0x07, 0x23, 0xc5, 0x52, 0x0a, + 0xf6, 0xf7, 0xf8, 0x18, 0xfa, 0x1c, 0x9e, 0x86, 0x27, 0xaa, 0x43, 0xda, 0xb9, 0x89, 0x57, 0x9a, + 0xd2, 0xe8, 0x69, 0x9c, 0x67, 0x46, 0x6f, 0xa0, 0x78, 0xa7, 0xf6, 0x3e, 0x7d, 0x46, 0x15, 0xca, + 0x66, 0xee, 0x6d, 0xe8, 0x24, 0xa8, 0x8d, 0xc0, 0x1b, 0x1d, 0xc1, 0xf4, 0x4d, 0x28, 0xe3, 0xfa, + 0xac, 0x0a, 0xfe, 0xd3, 0x3c, 0x64, 0xa6, 0xdc, 0xe3, 0x01, 0x5c, 0x6a, 0x99, 0xd9, 0xed, 0xb2, + 0x1e, 0x69, 0x9f, 0xf6, 0xe4, 0xa1, 0x9e, 0xb5, 0x09, 0xd7, 0xe7, 0xb6, 0x26, 0xb6, 0x4b, 0x78, + 0xd4, 0x80, 0x76, 0x00, 0x5c, 0xd6, 0x23, 0x9e, 0xcc, 0x12, 0xd1, 0xe7, 0x55, 0xd0, 0x0b, 0xc1, + 0x0e, 0x34, 0x18, 0xc6, 0x31, 0x17, 0x19, 0x69, 0xa4, 0x29, 0xfa, 0xc2, 0xfd, 0x91, 0x66, 0x6a, + 0x24, 0x1e, 0xc0, 0xd1, 0x06, 0x4c, 0x0a, 0xb3, 0xc3, 0xf5, 0x45, 0x45, 0x53, 0x52, 0x34, 0x2d, + 0xb3, 0xc3, 0xb1, 0x1a, 0x46, 0x5f, 0x00, 0x74, 0xe4, 0x75, 0xb8, 0x22, 0x49, 0xf5, 0xa5, 0xd8, + 0xed, 0xea, 0x60, 0x30, 0x9c, 0xa4, 0x8e, 0xf9, 0xa3, 0x5f, 0xc2, 0xea, 0xf0, 0xe9, 0xc8, 0xe1, + 0xc2, 0x74, 0x2c, 0x72, 0x4e, 0x49, 0x4f, 0x47, 0x31, 0xd9, 0x4d, 0x76, 0xdd, 0x88, 0x2f, 0xce, + 0xe1, 0x40, 0x17, 0xb0, 0x60, 0x26, 0x95, 0x54, 0x7f, 0xa2, 0x68, 0x3f, 0x1b, 0x47, 0xaf, 0xe2, + 0xc2, 0x8b, 0xd3, 0x44, 0xc8, 0x84, 0xc5, 0xb4, 0x94, 0xe9, 0xcb, 0x8a, 0xfc, 0xf5, 0xb8, 0x62, + 0x98, 0x3a, 0x4e, 0xa7, 0xe9, 0xd0, 0xd7, 0xb0, 0xe0, 0x26, 0x95, 0x4a, 0x5f, 0x51, 0x33, 0xfc, + 0x64, 0x4c, 0x61, 0xc3, 0x69, 0xbc, 0xf1, 0xa7, 0x02, 0x6c, 0x26, 0xb3, 0x39, 0xfc, 0xac, 0xf0, + 0xde, 0x3e, 0x6b, 0xbc, 0x83, 0xd5, 0xd3, 0xbd, 0xe6, 0xe9, 0x71, 0xad, 0x55, 0xbb, 0xcc, 0xfa, + 0xbe, 0xb1, 0x9e, 0xb1, 0xc8, 0x03, 0xbf, 0xbd, 0x82, 0xae, 0xe1, 0x95, 0x08, 0x9f, 0x80, 0xa3, + 0xbd, 0xf4, 0xf7, 0x92, 0x89, 0x18, 0x5f, 0xc3, 0x63, 0x77, 0xb4, 0x4d, 0xbc, 0x8a, 0x65, 0x11, + 0xce, 0x73, 0xbf, 0x9e, 0xfc, 0x5d, 0x83, 0x0f, 0x72, 0x33, 0xf2, 0x7f, 0xf0, 0x19, 0xe5, 0x5f, + 0x85, 0x74, 0xfc, 0xd8, 0x77, 0xf6, 0x99, 0x6d, 0x9b, 0x4e, 0x3b, 0x5a, 0xd2, 0x7a, 0x7a, 0xe3, + 0x0a, 0xbf, 0x82, 0x8c, 0x1b, 0x7e, 0x7a, 0xdb, 0xab, 0x40, 0xb1, 0xc9, 0x7c, 0xcf, 0x22, 0x89, + 0x2b, 0x55, 0x5e, 0x14, 0x4d, 0xcb, 0xa3, 0xae, 0x08, 0x00, 0x38, 0x04, 0x22, 0x0a, 0x3f, 0x1a, + 0x7a, 0x1c, 0x39, 0xae, 0x2f, 0x1a, 0xa6, 0x67, 0xda, 0x44, 0x0c, 0xef, 0x57, 0x1f, 0xdf, 0xcb, + 0x9a, 0xc4, 0xe0, 0x7c, 0x36, 0x64, 0x40, 0x09, 0xfb, 0x4e, 0x85, 0xcb, 0x6b, 0x59, 0xe2, 0xd2, + 0x35, 0x1c, 0x46, 0x2f, 0x60, 0x4e, 0x3d, 0x44, 0x77, 0x73, 0xb5, 0x39, 0x46, 0x7e, 0x49, 0x93, + 0xf1, 0x83, 0x06, 0x5b, 0xf9, 0x19, 0x0f, 0x4b, 0xe6, 0x7f, 0x9d, 0xf2, 0x13, 0x98, 0x4d, 0xc8, + 0xe3, 0x38, 0x89, 0x4f, 0x68, 0x64, 0x02, 0x6e, 0x7c, 0x0b, 0x1b, 0x49, 0x54, 0xc3, 0x23, 0xd6, + 0x0d, 0xb1, 0x6e, 0xdf, 0x9b, 0x0a, 0x18, 0xbf, 0x4a, 0x2b, 0xcf, 0x70, 0xca, 0x30, 0x67, 0xc3, + 0xa6, 0xd0, 0x1e, 0xde, 0x14, 0x85, 0x58, 0x53, 0xbc, 0xf8, 0x52, 0x5e, 0xab, 0x94, 0x44, 0x00, + 0x14, 0x5b, 0xb5, 0x7a, 0xa5, 0xde, 0x5a, 0x7c, 0x84, 0x16, 0x61, 0xf6, 0xf8, 0xb4, 0x52, 0xdd, + 0xab, 0x1c, 0x57, 0xea, 0xfb, 0x35, 0xbc, 0xa8, 0xa1, 0xa7, 0xf0, 0xa4, 0xd9, 0xaa, 0xec, 0x7f, + 0x55, 0xab, 0xee, 0x9f, 0xd6, 0x5b, 0xf8, 0xf4, 0xb8, 0x71, 0x5c, 0xa9, 0xd7, 0x16, 0x0b, 0x2f, + 0x5e, 0xc2, 0x93, 0x8c, 0x43, 0x22, 0x9a, 0x81, 0xa9, 0xca, 0xf1, 0xd1, 0x41, 0xbd, 0x56, 0x5d, + 0x7c, 0x84, 0x16, 0x60, 0xa6, 0x7e, 0xda, 0xba, 0x8c, 0x06, 0xb4, 0xdd, 0x7f, 0x4f, 0xc0, 0x93, + 0x8c, 0xad, 0x0a, 0x51, 0x28, 0x1e, 0x39, 0x77, 0xec, 0x96, 0xa0, 0x4f, 0xc7, 0x4c, 0x5e, 0xb0, + 0x08, 0x6b, 0xe5, 0x71, 0xdd, 0x83, 0x04, 0x1a, 0x8f, 0xd0, 0x6f, 0x60, 0x3a, 0x4a, 0x2b, 0x7a, + 0x3d, 0x1e, 0x3a, 0xb5, 0xf2, 0x6b, 0x6f, 0x1e, 0x0a, 0x1b, 0x4c, 0xfe, 0x5b, 0x98, 0x0a, 0xb4, + 0x93, 0xa0, 0x31, 0x49, 0xd2, 0x9b, 0xcf, 0xda, 0xcf, 0x1e, 0x8c, 0x1b, 0xcc, 0xfe, 0x3b, 0x0d, + 0x60, 0x58, 0xfb, 0x68, 0x4c, 0xa6, 0x11, 0xb1, 0x5c, 0xfb, 0xfc, 0xe1, 0xc0, 0x28, 0x86, 0xbd, + 0x9f, 0x5e, 0xec, 0x74, 0xa8, 0xb8, 0xf1, 0xaf, 0x24, 0x68, 0xc7, 0xa6, 0x96, 0xc7, 0x38, 0xbb, + 0x16, 0x3b, 0x36, 0xb3, 0x76, 0x3c, 0xd7, 0xda, 0x19, 0xb2, 0xee, 0x84, 0xac, 0x57, 0x45, 0x55, + 0xdc, 0x2f, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x4f, 0x6e, 0x2c, 0x7e, 0xfe, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index 24ef3c4e..6faa0dbc 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -118,6 +118,16 @@ message AvailabilityZoneConfiguration { bool strictAffinityToZones = 2; } +enum PlacementStatusType { + ALIGNED = 0; + NOT_ALIGNED = 1; +} + +message PlacementStatus { + PlacementStatusType Status = 1; + string Message = 2; +} + message VirtualMachine { string name = 1; string id = 2; @@ -139,6 +149,7 @@ message VirtualMachine { VirtualMachineAgentInstanceView guestAgentInstanceView = 18; AvailabilitySetReference availabilitySet = 19; AvailabilityZoneConfiguration availabilityZone = 20; + PlacementStatus placementStatus = 21; } message VirtualMachineOperationRequest { From 3a45b25ceed5e336123bcf9f9ce07c7a242f4965 Mon Sep 17 00:00:00 2001 From: bgriddaluru Date: Wed, 24 Jul 2024 19:01:01 -0700 Subject: [PATCH 4/9] Move placement status under common status --- pkg/status/status.go | 18 + .../moc_cloudagent_virtualmachine.pb.go | 339 +++++--------- .../moc_cloudagent_virtualmachine.proto | 9 - rpc/common/moc_common_common.pb.go | 436 +++++++++++------- rpc/common/moc_common_common.proto | 12 + 5 files changed, 419 insertions(+), 395 deletions(-) diff --git a/pkg/status/status.go b/pkg/status/status.go index 9cad472a..d0ee6868 100644 --- a/pkg/status/status.go +++ b/pkg/status/status.go @@ -20,6 +20,7 @@ func InitStatus() *common.Status { Version: GenerateVersion(), DownloadStatus: &common.DownloadStatus{}, ValidationStatus: &common.ValidationStatus{}, + PlacementStatus: &common.PlacementStatus{}, } } @@ -96,6 +97,16 @@ func GetValidationStatus(s *common.Status) []*common.ValidationState { return s.GetValidationStatus().GetValidationState() } +func SetPlacementStatus(s *common.Status, placementState *common.PlacementStatus) { + s.PlacementStatus = new(common.PlacementStatus) + s.PlacementStatus.Status = placementState.GetStatus() + s.PlacementStatus.Message = placementState.GetMessage() +} + +func GetPlacementStatus(s *common.Status) common.PlacementStatusType { + return s.GetPlacementStatus().GetStatus() +} + // GetStatuses - converts status to map func GetStatuses(status *common.Status) map[string]*string { statuses := map[string]*string{} @@ -109,6 +120,8 @@ func GetStatuses(status *common.Status) map[string]*string { statuses["Version"] = &version dstate := status.GetDownloadStatus().String() statuses["DownloadStatus"] = &dstate + placementStatus := status.GetPlacementStatus().String() + statuses["PlacementStatus"] = &placementStatus return statuses } @@ -135,6 +148,11 @@ func GetFromStatuses(statuses map[string]*string) (status *common.Status) { proto.UnmarshalText(*val, ps) status.DownloadStatus = ps } + if val, ok := statuses["PlacementStatus"]; ok { + ps := new(common.PlacementStatus) + proto.UnmarshalText(*val, ps) + status.PlacementStatus = ps + } return } diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index 91cc0a2b..5480abf8 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -54,31 +54,6 @@ func (VMType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_a65ab853cd24c92b, []int{0} } -type PlacementStatusType int32 - -const ( - PlacementStatusType_ALIGNED PlacementStatusType = 0 - PlacementStatusType_NOT_ALIGNED PlacementStatusType = 1 -) - -var PlacementStatusType_name = map[int32]string{ - 0: "ALIGNED", - 1: "NOT_ALIGNED", -} - -var PlacementStatusType_value = map[string]int32{ - "ALIGNED": 0, - "NOT_ALIGNED": 1, -} - -func (x PlacementStatusType) String() string { - return proto.EnumName(PlacementStatusType_name, int32(x)) -} - -func (PlacementStatusType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{1} -} - type VirtualMachineRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OperationType common.Operation `protobuf:"varint,2,opt,name=OperationType,proto3,enum=moc.Operation" json:"OperationType,omitempty"` @@ -1008,53 +983,6 @@ func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { return false } -type PlacementStatus struct { - Status PlacementStatusType `protobuf:"varint,1,opt,name=Status,proto3,enum=moc.cloudagent.compute.PlacementStatusType" json:"Status,omitempty"` - Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PlacementStatus) Reset() { *m = PlacementStatus{} } -func (m *PlacementStatus) String() string { return proto.CompactTextString(m) } -func (*PlacementStatus) ProtoMessage() {} -func (*PlacementStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{18} -} - -func (m *PlacementStatus) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PlacementStatus.Unmarshal(m, b) -} -func (m *PlacementStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PlacementStatus.Marshal(b, m, deterministic) -} -func (m *PlacementStatus) XXX_Merge(src proto.Message) { - xxx_messageInfo_PlacementStatus.Merge(m, src) -} -func (m *PlacementStatus) XXX_Size() int { - return xxx_messageInfo_PlacementStatus.Size(m) -} -func (m *PlacementStatus) XXX_DiscardUnknown() { - xxx_messageInfo_PlacementStatus.DiscardUnknown(m) -} - -var xxx_messageInfo_PlacementStatus proto.InternalMessageInfo - -func (m *PlacementStatus) GetStatus() PlacementStatusType { - if m != nil { - return m.Status - } - return PlacementStatusType_ALIGNED -} - -func (m *PlacementStatus) GetMessage() string { - if m != nil { - return m.Message - } - return "" -} - type VirtualMachine 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"` @@ -1076,7 +1004,6 @@ type VirtualMachine struct { GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,18,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` AvailabilitySet *AvailabilitySetReference `protobuf:"bytes,19,opt,name=availabilitySet,proto3" json:"availabilitySet,omitempty"` AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,20,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` - PlacementStatus *PlacementStatus `protobuf:"bytes,21,opt,name=placementStatus,proto3" json:"placementStatus,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1086,7 +1013,7 @@ func (m *VirtualMachine) Reset() { *m = VirtualMachine{} } func (m *VirtualMachine) String() string { return proto.CompactTextString(m) } func (*VirtualMachine) ProtoMessage() {} func (*VirtualMachine) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{19} + return fileDescriptor_a65ab853cd24c92b, []int{18} } func (m *VirtualMachine) XXX_Unmarshal(b []byte) error { @@ -1247,13 +1174,6 @@ func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { return nil } -func (m *VirtualMachine) GetPlacementStatus() *PlacementStatus { - if m != nil { - return m.PlacementStatus - } - return nil -} - type VirtualMachineOperationRequest struct { VirtualMachines []*VirtualMachine `protobuf:"bytes,1,rep,name=VirtualMachines,proto3" json:"VirtualMachines,omitempty"` OBSOLETE_OperationType common.VirtualMachineOperation `protobuf:"varint,2,opt,name=OBSOLETE_OperationType,json=OBSOLETEOperationType,proto3,enum=moc.VirtualMachineOperation" json:"OBSOLETE_OperationType,omitempty"` // Deprecated: Do not use. @@ -1267,7 +1187,7 @@ func (m *VirtualMachineOperationRequest) Reset() { *m = VirtualMachineOp func (m *VirtualMachineOperationRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationRequest) ProtoMessage() {} func (*VirtualMachineOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{20} + return fileDescriptor_a65ab853cd24c92b, []int{19} } func (m *VirtualMachineOperationRequest) XXX_Unmarshal(b []byte) error { @@ -1323,7 +1243,7 @@ func (m *VirtualMachineOperationResponse) Reset() { *m = VirtualMachineO func (m *VirtualMachineOperationResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineOperationResponse) ProtoMessage() {} func (*VirtualMachineOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{21} + return fileDescriptor_a65ab853cd24c92b, []int{20} } func (m *VirtualMachineOperationResponse) XXX_Unmarshal(b []byte) error { @@ -1380,7 +1300,7 @@ func (m *VirtualMachineRunCommandRequest) Reset() { *m = VirtualMachineR func (m *VirtualMachineRunCommandRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandRequest) ProtoMessage() {} func (*VirtualMachineRunCommandRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{22} + return fileDescriptor_a65ab853cd24c92b, []int{21} } func (m *VirtualMachineRunCommandRequest) XXX_Unmarshal(b []byte) error { @@ -1448,7 +1368,7 @@ func (m *VirtualMachineRunCommandResponse) Reset() { *m = VirtualMachine func (m *VirtualMachineRunCommandResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachineRunCommandResponse) ProtoMessage() {} func (*VirtualMachineRunCommandResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{23} + return fileDescriptor_a65ab853cd24c92b, []int{22} } func (m *VirtualMachineRunCommandResponse) XXX_Unmarshal(b []byte) error { @@ -1494,7 +1414,7 @@ func (m *VirtualMachinePrecheckRequest) Reset() { *m = VirtualMachinePre func (m *VirtualMachinePrecheckRequest) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckRequest) ProtoMessage() {} func (*VirtualMachinePrecheckRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{24} + return fileDescriptor_a65ab853cd24c92b, []int{23} } func (m *VirtualMachinePrecheckRequest) XXX_Unmarshal(b []byte) error { @@ -1536,7 +1456,7 @@ func (m *VirtualMachinePrecheckResponse) Reset() { *m = VirtualMachinePr func (m *VirtualMachinePrecheckResponse) String() string { return proto.CompactTextString(m) } func (*VirtualMachinePrecheckResponse) ProtoMessage() {} func (*VirtualMachinePrecheckResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a65ab853cd24c92b, []int{25} + return fileDescriptor_a65ab853cd24c92b, []int{24} } func (m *VirtualMachinePrecheckResponse) XXX_Unmarshal(b []byte) error { @@ -1573,7 +1493,6 @@ func (m *VirtualMachinePrecheckResponse) GetError() string { func init() { proto.RegisterEnum("moc.cloudagent.compute.VMType", VMType_name, VMType_value) - proto.RegisterEnum("moc.cloudagent.compute.PlacementStatusType", PlacementStatusType_name, PlacementStatusType_value) proto.RegisterType((*VirtualMachineRequest)(nil), "moc.cloudagent.compute.VirtualMachineRequest") proto.RegisterType((*VirtualMachineResponse)(nil), "moc.cloudagent.compute.VirtualMachineResponse") proto.RegisterType((*SSHPublicKey)(nil), "moc.cloudagent.compute.SSHPublicKey") @@ -1592,7 +1511,6 @@ func init() { proto.RegisterType((*AvailabilitySetReference)(nil), "moc.cloudagent.compute.AvailabilitySetReference") proto.RegisterType((*AvailabilityZone)(nil), "moc.cloudagent.compute.AvailabilityZone") proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.cloudagent.compute.AvailabilityZoneConfiguration") - proto.RegisterType((*PlacementStatus)(nil), "moc.cloudagent.compute.PlacementStatus") proto.RegisterType((*VirtualMachine)(nil), "moc.cloudagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.cloudagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.cloudagent.compute.VirtualMachineOperationResponse") @@ -1607,130 +1525,125 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1968 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0x4f, 0x53, 0xe3, 0xc8, - 0x15, 0x1f, 0x19, 0xc6, 0xe0, 0xc7, 0xff, 0x1e, 0x60, 0x14, 0x02, 0x2c, 0xa5, 0xd9, 0x9a, 0xb0, - 0xb3, 0xbb, 0x66, 0xc3, 0xfc, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x7b, 0x80, 0x5a, 0x30, 0xde, - 0xb6, 0x61, 0xaa, 0xa8, 0x54, 0xb1, 0x42, 0x6e, 0x4c, 0x07, 0x4b, 0xad, 0x55, 0xb7, 0xf0, 0x3a, - 0xc9, 0x25, 0x39, 0x25, 0xa7, 0x7c, 0x84, 0x7c, 0x82, 0xdc, 0x36, 0xb9, 0xe5, 0xb0, 0xf7, 0x7c, - 0x8e, 0x5c, 0xf3, 0x11, 0x92, 0xea, 0x96, 0x64, 0x4b, 0xb2, 0x44, 0x4c, 0x55, 0xe6, 0x90, 0x93, - 0xad, 0x7e, 0xef, 0xf7, 0xeb, 0xa7, 0xd7, 0xef, 0xfd, 0xba, 0x5b, 0xf0, 0xcc, 0x66, 0xd6, 0xa5, - 0xd5, 0x65, 0x7e, 0xdb, 0xec, 0x10, 0x47, 0x5c, 0xde, 0x51, 0x4f, 0xf8, 0x66, 0xd7, 0x36, 0xad, - 0x1b, 0xea, 0x90, 0xb2, 0xeb, 0x31, 0xc1, 0xd0, 0xaa, 0xcd, 0xac, 0xf2, 0xd0, 0xa9, 0x6c, 0x31, - 0xdb, 0xf5, 0x05, 0x59, 0xdb, 0xec, 0x30, 0xd6, 0xe9, 0x92, 0x1d, 0xe5, 0x75, 0xe5, 0x5f, 0xef, - 0xf4, 0x3c, 0xd3, 0x75, 0x89, 0xc7, 0x03, 0xdc, 0xda, 0x53, 0x45, 0xce, 0x6c, 0x9b, 0x39, 0xe1, - 0x4f, 0x68, 0xd8, 0x4c, 0x1a, 0x24, 0x59, 0xdc, 0x6e, 0xfc, 0x59, 0x83, 0x95, 0xf3, 0x20, 0x92, - 0x93, 0x20, 0x12, 0x4c, 0xbe, 0xf5, 0x09, 0x17, 0xa8, 0x01, 0x0b, 0x49, 0x03, 0xd7, 0xb5, 0xad, - 0x89, 0xed, 0x99, 0xdd, 0xe7, 0xe5, 0xec, 0x20, 0xcb, 0x29, 0x9e, 0x34, 0x1c, 0xbd, 0x82, 0xb9, - 0x53, 0x97, 0x78, 0xa6, 0xa0, 0xcc, 0x69, 0xf5, 0x5d, 0xa2, 0x17, 0xb6, 0xb4, 0xed, 0xf9, 0xdd, - 0x79, 0xc5, 0x37, 0xb0, 0xe0, 0xa4, 0x93, 0xf1, 0xbd, 0x06, 0xab, 0xe9, 0x08, 0xb9, 0xcb, 0x1c, - 0x4e, 0xde, 0x43, 0x88, 0xbb, 0x50, 0xc4, 0x84, 0xfb, 0x5d, 0xa1, 0x62, 0x9b, 0xd9, 0x5d, 0x2b, - 0x07, 0x89, 0x2f, 0x47, 0x89, 0x2f, 0xef, 0x31, 0xd6, 0x3d, 0x37, 0xbb, 0x3e, 0xc1, 0xa1, 0x27, - 0x5a, 0x86, 0xc7, 0x35, 0xcf, 0x63, 0x9e, 0x3e, 0xb1, 0xa5, 0x6d, 0x97, 0x70, 0xf0, 0x60, 0x94, - 0x61, 0xb6, 0xd9, 0x3c, 0x6c, 0xf8, 0x57, 0x5d, 0x6a, 0x7d, 0x45, 0xfa, 0x68, 0x13, 0xa6, 0x6e, - 0x49, 0xbf, 0x6d, 0x0a, 0x53, 0xd7, 0xa4, 0xdf, 0xde, 0xe4, 0x1f, 0xfe, 0xaa, 0x6b, 0x38, 0x1a, - 0x34, 0x0c, 0x98, 0xac, 0x52, 0x7e, 0x8b, 0xd6, 0x60, 0xba, 0x4d, 0xf9, 0xad, 0x63, 0xda, 0x24, - 0x70, 0xc4, 0x83, 0x67, 0xe3, 0x9f, 0x1a, 0x2c, 0x37, 0x05, 0xf3, 0xcc, 0x0e, 0xd9, 0x67, 0xce, - 0x35, 0xed, 0xf8, 0x41, 0x9e, 0xd0, 0x2b, 0x28, 0x32, 0x2e, 0xdd, 0x14, 0x64, 0x66, 0x77, 0x3d, - 0xef, 0xfd, 0xe5, 0x14, 0x38, 0xf4, 0x45, 0x3f, 0x87, 0x92, 0x9c, 0x5a, 0xfe, 0xe7, 0x7a, 0x41, - 0x25, 0xee, 0x7e, 0xe0, 0xd0, 0x1d, 0x3d, 0x87, 0x79, 0x6a, 0x9b, 0x1d, 0x82, 0xc9, 0x35, 0xf1, - 0x88, 0x63, 0x91, 0xf0, 0xed, 0x53, 0xa3, 0xe8, 0x15, 0xac, 0xdc, 0xd9, 0x41, 0xb0, 0xfb, 0xcc, - 0x11, 0x26, 0x75, 0x88, 0x57, 0x97, 0xef, 0x36, 0xa9, 0xdc, 0xb3, 0x8d, 0xc6, 0x5b, 0x58, 0xac, - 0x13, 0xd1, 0x63, 0xde, 0xed, 0x91, 0x23, 0x88, 0x77, 0x6d, 0x5a, 0x04, 0xed, 0xc2, 0xb2, 0x93, - 0x1a, 0xab, 0x0f, 0x93, 0x94, 0x69, 0x33, 0xbe, 0x81, 0xe5, 0x90, 0x27, 0x99, 0xaf, 0x43, 0x00, - 0x1a, 0x39, 0x46, 0x35, 0xb3, 0x9d, 0xf7, 0xea, 0xe9, 0x48, 0x70, 0x0c, 0x6b, 0xfc, 0x5e, 0x83, - 0xa5, 0x33, 0x4e, 0xbc, 0x24, 0xff, 0x16, 0x4c, 0xfb, 0x9c, 0x78, 0xc3, 0x45, 0x0c, 0x57, 0x7b, - 0x30, 0x2a, 0x3d, 0x5c, 0x93, 0xf3, 0x1e, 0xf3, 0xda, 0xaa, 0xd4, 0x06, 0x1e, 0xd1, 0x28, 0xfa, - 0x28, 0xe0, 0x10, 0xb2, 0x51, 0x26, 0x54, 0xa3, 0xcc, 0xa9, 0x08, 0xe5, 0x6c, 0xb2, 0x31, 0xf0, - 0xc0, 0x2c, 0xd3, 0x85, 0xab, 0x8d, 0x64, 0x08, 0x9b, 0x00, 0x6d, 0xca, 0xcd, 0xab, 0x2e, 0xc1, - 0xd5, 0x86, 0x0a, 0x62, 0x1a, 0xc7, 0x46, 0x10, 0x82, 0x49, 0x97, 0x79, 0x41, 0x9d, 0xcf, 0x61, - 0xf5, 0xdf, 0xb8, 0x00, 0x74, 0x4c, 0x1d, 0xff, 0xbb, 0x24, 0x53, 0x15, 0x36, 0x42, 0x5c, 0x23, - 0x8c, 0xad, 0xe2, 0x8b, 0x1b, 0xe2, 0x08, 0x6a, 0x29, 0x87, 0x90, 0xfc, 0x7e, 0x27, 0xe3, 0x8f, - 0x05, 0x58, 0x7e, 0x47, 0x9d, 0x36, 0xeb, 0xf1, 0x24, 0xfd, 0x1b, 0x58, 0x25, 0x8e, 0x04, 0x56, - 0x7c, 0xc1, 0x6c, 0x53, 0x50, 0xeb, 0xcc, 0x6d, 0x9b, 0x42, 0xad, 0x8b, 0xe4, 0xcd, 0xb1, 0xca, - 0x46, 0x11, 0xd4, 0x26, 0x17, 0xcc, 0x09, 0x84, 0xa4, 0x84, 0x07, 0xcf, 0xa8, 0x35, 0x9a, 0x10, - 0x95, 0xc3, 0x7b, 0x56, 0x39, 0xed, 0x8f, 0x47, 0x53, 0x7a, 0x00, 0xe8, 0x1d, 0x75, 0xf0, 0x49, - 0x92, 0x77, 0x52, 0xf1, 0x3e, 0x55, 0xbc, 0xa3, 0x66, 0x9c, 0x01, 0x31, 0xfe, 0xf1, 0x18, 0xd6, - 0x43, 0x91, 0x73, 0x3a, 0xcd, 0x3e, 0x17, 0xc4, 0x4e, 0xce, 0x64, 0xc0, 0x6c, 0x18, 0x97, 0x17, - 0xab, 0xf1, 0xc4, 0x18, 0x3a, 0x85, 0x39, 0xb3, 0x6d, 0x53, 0x87, 0x72, 0xe1, 0x99, 0x82, 0x79, - 0xa1, 0x62, 0x7d, 0x94, 0xf7, 0x82, 0x23, 0x55, 0x8a, 0x93, 0x78, 0xf4, 0x25, 0x3c, 0x96, 0x15, - 0xc5, 0xf5, 0x09, 0xd5, 0x0f, 0x0f, 0x20, 0x0a, 0x70, 0xe8, 0x43, 0x00, 0xcb, 0xe7, 0x82, 0xd9, - 0x55, 0xa9, 0x72, 0x93, 0xb1, 0xaa, 0x8e, 0x8d, 0xa3, 0x2a, 0x80, 0xab, 0x54, 0xf1, 0x96, 0xf4, - 0xb9, 0xfe, 0x58, 0xcd, 0xf5, 0x61, 0xde, 0x5c, 0x71, 0x09, 0xc5, 0x31, 0x1c, 0xfa, 0x4c, 0x2a, - 0x9e, 0xea, 0x8d, 0xa2, 0xea, 0x0d, 0x3d, 0xbe, 0x89, 0x44, 0x49, 0x55, 0x6d, 0x12, 0xfa, 0xa1, - 0xaf, 0x61, 0x89, 0xf1, 0x3d, 0xc6, 0x84, 0x7c, 0x5f, 0xb7, 0xe6, 0x74, 0xa8, 0x43, 0xf4, 0x29, - 0x05, 0x7e, 0x96, 0x05, 0x4e, 0xb9, 0xe2, 0x51, 0x34, 0xba, 0x00, 0xd4, 0x1d, 0xe9, 0x17, 0x7d, - 0x5a, 0xad, 0xc3, 0x8b, 0xbc, 0x57, 0x1a, 0xed, 0x30, 0x9c, 0xc1, 0x82, 0xbe, 0x81, 0xe5, 0x5e, - 0x46, 0xbb, 0xe8, 0x25, 0xc5, 0xfe, 0x49, 0x1e, 0x7b, 0x56, 0x8b, 0xe1, 0x4c, 0x26, 0x59, 0xce, - 0xae, 0xc7, 0xbe, 0xeb, 0x27, 0xf9, 0x21, 0x56, 0xce, 0x8d, 0x11, 0x33, 0xce, 0x80, 0x18, 0xdf, - 0x17, 0x60, 0xe5, 0xd0, 0xf4, 0xda, 0x3d, 0xd3, 0x4b, 0xed, 0x4b, 0x2f, 0xa1, 0x78, 0x7e, 0xd2, - 0xa4, 0xbf, 0x0e, 0x2a, 0x78, 0x7e, 0xf7, 0xc7, 0x8a, 0x36, 0xb9, 0xe9, 0x4a, 0x73, 0xb0, 0x50, - 0x81, 0x2b, 0xfa, 0x45, 0x54, 0x46, 0x0a, 0x18, 0x54, 0xf5, 0x46, 0x06, 0x70, 0x7f, 0xe0, 0x84, - 0x63, 0x00, 0x74, 0x09, 0x6b, 0xed, 0xbe, 0x63, 0xda, 0xd4, 0x3a, 0x21, 0x36, 0xf3, 0xfa, 0x59, - 0x2a, 0xf0, 0x81, 0xa2, 0xab, 0xe6, 0xba, 0xe1, 0x7b, 0x28, 0xd0, 0x5b, 0x40, 0x77, 0x89, 0x40, - 0x0e, 0x1a, 0x67, 0x5c, 0x9f, 0x54, 0x85, 0xbc, 0x9a, 0x11, 0xe7, 0x41, 0xe3, 0x0c, 0x67, 0x20, - 0x8c, 0x2f, 0x60, 0xf6, 0x8c, 0x5c, 0xd3, 0x26, 0x11, 0xb2, 0xe8, 0x38, 0xfa, 0x04, 0x96, 0x38, - 0xb1, 0x7c, 0x8f, 0xc8, 0x32, 0xab, 0x29, 0xd1, 0x6b, 0x87, 0x1a, 0x38, 0x6a, 0x30, 0xfe, 0xa6, - 0xc1, 0x4a, 0x53, 0x8e, 0x52, 0x91, 0x8a, 0x6f, 0x1d, 0x4a, 0x81, 0x64, 0xb6, 0x1a, 0x27, 0x21, - 0x7e, 0x38, 0x80, 0x0e, 0x61, 0xd6, 0x8f, 0xcd, 0x1a, 0xe6, 0x37, 0xb7, 0x01, 0xe3, 0x11, 0xe2, - 0x04, 0x12, 0xbd, 0x86, 0x59, 0x1e, 0x06, 0xd0, 0x1a, 0x6e, 0x52, 0x4b, 0x8a, 0xa9, 0x19, 0x33, - 0xe0, 0x84, 0x9b, 0x71, 0x0c, 0x7a, 0xe5, 0xce, 0xa4, 0x5d, 0xf3, 0x8a, 0x76, 0xa9, 0xe8, 0x37, - 0x89, 0x18, 0x9e, 0x16, 0xd6, 0xa1, 0xd4, 0xf1, 0x98, 0xef, 0xc6, 0x44, 0x6f, 0x38, 0x20, 0xb7, - 0x2c, 0xb5, 0xa3, 0x06, 0x6a, 0xaf, 0xfe, 0x1b, 0xcf, 0x61, 0x31, 0xce, 0xa6, 0xd4, 0x3f, 0xf2, - 0xd3, 0x62, 0x7e, 0x7f, 0xd1, 0x60, 0x23, 0xed, 0x98, 0x4c, 0xdb, 0x39, 0x2c, 0x99, 0x29, 0x87, - 0xff, 0x7a, 0x34, 0x48, 0x33, 0xe2, 0x51, 0x0a, 0x79, 0x02, 0xe2, 0xc2, 0xa3, 0x96, 0xa8, 0x5c, - 0x5f, 0x53, 0x47, 0x66, 0x81, 0x05, 0xdc, 0x05, 0xb5, 0x34, 0xd9, 0x46, 0xc3, 0x85, 0x85, 0x46, - 0xd7, 0xb4, 0x88, 0x4d, 0x1c, 0xd1, 0x14, 0xa6, 0xf0, 0x39, 0xda, 0x87, 0x62, 0xf0, 0x2f, 0x6c, - 0xa6, 0x8f, 0xf3, 0xa2, 0x4a, 0x01, 0x83, 0xe6, 0x0a, 0x49, 0x74, 0x98, 0x3a, 0x21, 0x9c, 0x9b, - 0x9d, 0x28, 0x8d, 0xd1, 0xa3, 0xf1, 0x43, 0x09, 0xe6, 0x93, 0x85, 0x9b, 0x95, 0x48, 0x34, 0x0f, - 0x05, 0x1a, 0x1e, 0x59, 0x70, 0x81, 0xb6, 0xd1, 0x5b, 0x98, 0xe2, 0xc1, 0x91, 0x34, 0xec, 0xad, - 0x5c, 0x69, 0xca, 0x3a, 0xb9, 0xe2, 0x08, 0x8c, 0xaa, 0x50, 0x60, 0x3c, 0xdc, 0x4c, 0x5f, 0xe5, - 0x51, 0xdc, 0xb7, 0x69, 0xe2, 0x02, 0xe3, 0x32, 0x9a, 0xf0, 0x20, 0xa8, 0x3f, 0xbe, 0x3f, 0x9a, - 0xac, 0x73, 0x21, 0x8e, 0xc0, 0xf2, 0x70, 0xe1, 0xb0, 0x76, 0x70, 0xc0, 0x2c, 0x06, 0x87, 0x8b, - 0xe8, 0x39, 0x59, 0xa4, 0x53, 0xe9, 0x22, 0x7d, 0x06, 0x45, 0x1e, 0xac, 0x52, 0xb0, 0x0f, 0xcc, - 0x04, 0xfd, 0xa0, 0x86, 0x70, 0x68, 0x92, 0xfb, 0x7b, 0x97, 0x05, 0x07, 0x23, 0xc5, 0x52, 0x0a, - 0xf6, 0xf7, 0xf8, 0x18, 0xfa, 0x1c, 0x9e, 0x86, 0x27, 0xaa, 0x43, 0xda, 0xb9, 0x89, 0x57, 0x9a, - 0xd2, 0xe8, 0x69, 0x9c, 0x67, 0x46, 0x6f, 0xa0, 0x78, 0xa7, 0xf6, 0x3e, 0x7d, 0x46, 0x15, 0xca, - 0x66, 0xee, 0x6d, 0xe8, 0x24, 0xa8, 0x8d, 0xc0, 0x1b, 0x1d, 0xc1, 0xf4, 0x4d, 0x28, 0xe3, 0xfa, - 0xac, 0x0a, 0xfe, 0xd3, 0x3c, 0x64, 0xa6, 0xdc, 0xe3, 0x01, 0x5c, 0x6a, 0x99, 0xd9, 0xed, 0xb2, - 0x1e, 0x69, 0x9f, 0xf6, 0xe4, 0xa1, 0x9e, 0xb5, 0x09, 0xd7, 0xe7, 0xb6, 0x26, 0xb6, 0x4b, 0x78, - 0xd4, 0x80, 0x76, 0x00, 0x5c, 0xd6, 0x23, 0x9e, 0xcc, 0x12, 0xd1, 0xe7, 0x55, 0xd0, 0x0b, 0xc1, - 0x0e, 0x34, 0x18, 0xc6, 0x31, 0x17, 0x19, 0x69, 0xa4, 0x29, 0xfa, 0xc2, 0xfd, 0x91, 0x66, 0x6a, - 0x24, 0x1e, 0xc0, 0xd1, 0x06, 0x4c, 0x0a, 0xb3, 0xc3, 0xf5, 0x45, 0x45, 0x53, 0x52, 0x34, 0x2d, - 0xb3, 0xc3, 0xb1, 0x1a, 0x46, 0x5f, 0x00, 0x74, 0xe4, 0x75, 0xb8, 0x22, 0x49, 0xf5, 0xa5, 0xd8, - 0xed, 0xea, 0x60, 0x30, 0x9c, 0xa4, 0x8e, 0xf9, 0xa3, 0x5f, 0xc2, 0xea, 0xf0, 0xe9, 0xc8, 0xe1, - 0xc2, 0x74, 0x2c, 0x72, 0x4e, 0x49, 0x4f, 0x47, 0x31, 0xd9, 0x4d, 0x76, 0xdd, 0x88, 0x2f, 0xce, - 0xe1, 0x40, 0x17, 0xb0, 0x60, 0x26, 0x95, 0x54, 0x7f, 0xa2, 0x68, 0x3f, 0x1b, 0x47, 0xaf, 0xe2, - 0xc2, 0x8b, 0xd3, 0x44, 0xc8, 0x84, 0xc5, 0xb4, 0x94, 0xe9, 0xcb, 0x8a, 0xfc, 0xf5, 0xb8, 0x62, - 0x98, 0x3a, 0x4e, 0xa7, 0xe9, 0xd0, 0xd7, 0xb0, 0xe0, 0x26, 0x95, 0x4a, 0x5f, 0x51, 0x33, 0xfc, - 0x64, 0x4c, 0x61, 0xc3, 0x69, 0xbc, 0xf1, 0xa7, 0x02, 0x6c, 0x26, 0xb3, 0x39, 0xfc, 0xac, 0xf0, - 0xde, 0x3e, 0x6b, 0xbc, 0x83, 0xd5, 0xd3, 0xbd, 0xe6, 0xe9, 0x71, 0xad, 0x55, 0xbb, 0xcc, 0xfa, - 0xbe, 0xb1, 0x9e, 0xb1, 0xc8, 0x03, 0xbf, 0xbd, 0x82, 0xae, 0xe1, 0x95, 0x08, 0x9f, 0x80, 0xa3, - 0xbd, 0xf4, 0xf7, 0x92, 0x89, 0x18, 0x5f, 0xc3, 0x63, 0x77, 0xb4, 0x4d, 0xbc, 0x8a, 0x65, 0x11, - 0xce, 0x73, 0xbf, 0x9e, 0xfc, 0x5d, 0x83, 0x0f, 0x72, 0x33, 0xf2, 0x7f, 0xf0, 0x19, 0xe5, 0x5f, - 0x85, 0x74, 0xfc, 0xd8, 0x77, 0xf6, 0x99, 0x6d, 0x9b, 0x4e, 0x3b, 0x5a, 0xd2, 0x7a, 0x7a, 0xe3, - 0x0a, 0xbf, 0x82, 0x8c, 0x1b, 0x7e, 0x7a, 0xdb, 0xab, 0x40, 0xb1, 0xc9, 0x7c, 0xcf, 0x22, 0x89, - 0x2b, 0x55, 0x5e, 0x14, 0x4d, 0xcb, 0xa3, 0xae, 0x08, 0x00, 0x38, 0x04, 0x22, 0x0a, 0x3f, 0x1a, - 0x7a, 0x1c, 0x39, 0xae, 0x2f, 0x1a, 0xa6, 0x67, 0xda, 0x44, 0x0c, 0xef, 0x57, 0x1f, 0xdf, 0xcb, - 0x9a, 0xc4, 0xe0, 0x7c, 0x36, 0x64, 0x40, 0x09, 0xfb, 0x4e, 0x85, 0xcb, 0x6b, 0x59, 0xe2, 0xd2, - 0x35, 0x1c, 0x46, 0x2f, 0x60, 0x4e, 0x3d, 0x44, 0x77, 0x73, 0xb5, 0x39, 0x46, 0x7e, 0x49, 0x93, - 0xf1, 0x83, 0x06, 0x5b, 0xf9, 0x19, 0x0f, 0x4b, 0xe6, 0x7f, 0x9d, 0xf2, 0x13, 0x98, 0x4d, 0xc8, - 0xe3, 0x38, 0x89, 0x4f, 0x68, 0x64, 0x02, 0x6e, 0x7c, 0x0b, 0x1b, 0x49, 0x54, 0xc3, 0x23, 0xd6, - 0x0d, 0xb1, 0x6e, 0xdf, 0x9b, 0x0a, 0x18, 0xbf, 0x4a, 0x2b, 0xcf, 0x70, 0xca, 0x30, 0x67, 0xc3, - 0xa6, 0xd0, 0x1e, 0xde, 0x14, 0x85, 0x58, 0x53, 0xbc, 0xf8, 0x52, 0x5e, 0xab, 0x94, 0x44, 0x00, - 0x14, 0x5b, 0xb5, 0x7a, 0xa5, 0xde, 0x5a, 0x7c, 0x84, 0x16, 0x61, 0xf6, 0xf8, 0xb4, 0x52, 0xdd, - 0xab, 0x1c, 0x57, 0xea, 0xfb, 0x35, 0xbc, 0xa8, 0xa1, 0xa7, 0xf0, 0xa4, 0xd9, 0xaa, 0xec, 0x7f, - 0x55, 0xab, 0xee, 0x9f, 0xd6, 0x5b, 0xf8, 0xf4, 0xb8, 0x71, 0x5c, 0xa9, 0xd7, 0x16, 0x0b, 0x2f, - 0x5e, 0xc2, 0x93, 0x8c, 0x43, 0x22, 0x9a, 0x81, 0xa9, 0xca, 0xf1, 0xd1, 0x41, 0xbd, 0x56, 0x5d, - 0x7c, 0x84, 0x16, 0x60, 0xa6, 0x7e, 0xda, 0xba, 0x8c, 0x06, 0xb4, 0xdd, 0x7f, 0x4f, 0xc0, 0x93, - 0x8c, 0xad, 0x0a, 0x51, 0x28, 0x1e, 0x39, 0x77, 0xec, 0x96, 0xa0, 0x4f, 0xc7, 0x4c, 0x5e, 0xb0, - 0x08, 0x6b, 0xe5, 0x71, 0xdd, 0x83, 0x04, 0x1a, 0x8f, 0xd0, 0x6f, 0x60, 0x3a, 0x4a, 0x2b, 0x7a, - 0x3d, 0x1e, 0x3a, 0xb5, 0xf2, 0x6b, 0x6f, 0x1e, 0x0a, 0x1b, 0x4c, 0xfe, 0x5b, 0x98, 0x0a, 0xb4, - 0x93, 0xa0, 0x31, 0x49, 0xd2, 0x9b, 0xcf, 0xda, 0xcf, 0x1e, 0x8c, 0x1b, 0xcc, 0xfe, 0x3b, 0x0d, - 0x60, 0x58, 0xfb, 0x68, 0x4c, 0xa6, 0x11, 0xb1, 0x5c, 0xfb, 0xfc, 0xe1, 0xc0, 0x28, 0x86, 0xbd, - 0x9f, 0x5e, 0xec, 0x74, 0xa8, 0xb8, 0xf1, 0xaf, 0x24, 0x68, 0xc7, 0xa6, 0x96, 0xc7, 0x38, 0xbb, - 0x16, 0x3b, 0x36, 0xb3, 0x76, 0x3c, 0xd7, 0xda, 0x19, 0xb2, 0xee, 0x84, 0xac, 0x57, 0x45, 0x55, - 0xdc, 0x2f, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x4f, 0x6e, 0x2c, 0x7e, 0xfe, 0x18, 0x00, 0x00, + // 1886 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0xe3, 0xc8, + 0xf5, 0x5f, 0x19, 0x30, 0xf8, 0xf0, 0x31, 0xd0, 0x03, 0x8c, 0xfe, 0xfc, 0x81, 0xa5, 0x34, 0x5b, + 0x53, 0xec, 0x64, 0xd7, 0x6c, 0xd8, 0x99, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x33, 0x03, 0xb5, + 0x7c, 0x38, 0x6d, 0xc3, 0x54, 0x51, 0xa9, 0x9a, 0x15, 0x72, 0x63, 0x3a, 0x58, 0x6a, 0x6d, 0x77, + 0x0b, 0xaf, 0x93, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x4f, 0x90, 0xbb, 0x4d, 0xee, 0x72, + 0x91, 0xfb, 0x3c, 0x47, 0x2e, 0x93, 0x47, 0x48, 0xaa, 0x5b, 0x92, 0x2d, 0xc9, 0x12, 0x31, 0x55, + 0x99, 0x8b, 0x5c, 0xd9, 0x3a, 0xe7, 0xfc, 0x7e, 0x7d, 0x74, 0xfa, 0x7c, 0x74, 0x0b, 0x9e, 0xba, + 0xcc, 0x79, 0xe7, 0x74, 0x59, 0xd0, 0xb6, 0x3b, 0xc4, 0x93, 0xef, 0xee, 0x28, 0x97, 0x81, 0xdd, + 0x75, 0x6d, 0xe7, 0x86, 0x7a, 0xa4, 0xea, 0x73, 0x26, 0x19, 0x5a, 0x75, 0x99, 0x53, 0x1d, 0x1a, + 0x55, 0x1d, 0xe6, 0xfa, 0x81, 0x24, 0x6b, 0x9b, 0x1d, 0xc6, 0x3a, 0x5d, 0xb2, 0xa3, 0xad, 0xae, + 0x82, 0xeb, 0x9d, 0x1e, 0xb7, 0x7d, 0x9f, 0x70, 0x11, 0xe2, 0xd6, 0x9e, 0x68, 0x72, 0xe6, 0xba, + 0xcc, 0x8b, 0x7e, 0x22, 0xc5, 0x66, 0x5a, 0xa1, 0xc8, 0x92, 0x7a, 0xeb, 0x0f, 0x06, 0xac, 0x5c, + 0x84, 0x9e, 0x9c, 0x84, 0x9e, 0x60, 0xf2, 0x6d, 0x40, 0x84, 0x44, 0x0d, 0x78, 0x94, 0x56, 0x08, + 0xd3, 0xd8, 0x9a, 0xd8, 0x9e, 0xdd, 0x7d, 0x56, 0xcd, 0x77, 0xb2, 0x9a, 0xe1, 0xc9, 0xc2, 0xd1, + 0x0b, 0x98, 0x3f, 0xf3, 0x09, 0xb7, 0x25, 0x65, 0x5e, 0xab, 0xef, 0x13, 0xb3, 0xb4, 0x65, 0x6c, + 0x2f, 0xec, 0x2e, 0x68, 0xbe, 0x81, 0x06, 0xa7, 0x8d, 0xac, 0xef, 0x0d, 0x58, 0xcd, 0x7a, 0x28, + 0x7c, 0xe6, 0x09, 0xf2, 0x1e, 0x5c, 0xdc, 0x85, 0x32, 0x26, 0x22, 0xe8, 0x4a, 0xed, 0xdb, 0xec, + 0xee, 0x5a, 0x35, 0x0c, 0x7c, 0x35, 0x0e, 0x7c, 0x75, 0x8f, 0xb1, 0xee, 0x85, 0xdd, 0x0d, 0x08, + 0x8e, 0x2c, 0xd1, 0x32, 0x4c, 0x1d, 0x70, 0xce, 0xb8, 0x39, 0xb1, 0x65, 0x6c, 0x57, 0x70, 0xf8, + 0x60, 0x55, 0x61, 0xae, 0xd9, 0x3c, 0x6c, 0x04, 0x57, 0x5d, 0xea, 0x7c, 0x4d, 0xfa, 0x68, 0x13, + 0xa6, 0x6f, 0x49, 0xbf, 0x6d, 0x4b, 0xdb, 0x34, 0x94, 0xdd, 0xde, 0xe4, 0x6f, 0xff, 0x64, 0x1a, + 0x38, 0x16, 0x5a, 0x16, 0x4c, 0xd6, 0xa9, 0xb8, 0x45, 0x6b, 0x30, 0xd3, 0xa6, 0xe2, 0xd6, 0xb3, + 0x5d, 0x12, 0x1a, 0xe2, 0xc1, 0xb3, 0xf5, 0x77, 0x03, 0x96, 0x9b, 0x92, 0x71, 0xbb, 0x43, 0xf6, + 0x99, 0x77, 0x4d, 0x3b, 0x41, 0x18, 0x27, 0xf4, 0x02, 0xca, 0x4c, 0x28, 0x33, 0x0d, 0x99, 0xdd, + 0x5d, 0x2f, 0x7a, 0x7f, 0xb5, 0x04, 0x8e, 0x6c, 0xd1, 0x8f, 0xa1, 0xa2, 0x96, 0x56, 0xff, 0x85, + 0x59, 0xd2, 0x81, 0xbb, 0x1f, 0x38, 0x34, 0x47, 0xcf, 0x60, 0x81, 0xba, 0x76, 0x87, 0x60, 0x72, + 0x4d, 0x38, 0xf1, 0x1c, 0x12, 0xbd, 0x7d, 0x46, 0x8a, 0x5e, 0xc0, 0xca, 0x9d, 0x1b, 0x3a, 0xbb, + 0xcf, 0x3c, 0x69, 0x53, 0x8f, 0xf0, 0x53, 0xf5, 0x6e, 0x93, 0xda, 0x3c, 0x5f, 0x69, 0xbd, 0x86, + 0xc5, 0x53, 0x22, 0x7b, 0x8c, 0xdf, 0x1e, 0x79, 0x92, 0xf0, 0x6b, 0xdb, 0x21, 0x68, 0x17, 0x96, + 0xbd, 0x8c, 0xec, 0x74, 0x18, 0xa4, 0x5c, 0x9d, 0xf5, 0x0d, 0x2c, 0x47, 0x3c, 0xe9, 0x78, 0x1d, + 0x02, 0xd0, 0xd8, 0x30, 0xce, 0x99, 0xed, 0xa2, 0x57, 0xcf, 0x7a, 0x82, 0x13, 0x58, 0xeb, 0x37, + 0x06, 0x2c, 0x9d, 0x0b, 0xc2, 0xd3, 0xfc, 0x5b, 0x30, 0x13, 0x08, 0xc2, 0x87, 0x9b, 0x18, 0xed, + 0xf6, 0x40, 0xaa, 0x2c, 0x7c, 0x5b, 0x88, 0x1e, 0xe3, 0x6d, 0x9d, 0x6a, 0x03, 0x8b, 0x58, 0x8a, + 0x3e, 0x0e, 0x39, 0xa4, 0x2a, 0x94, 0x09, 0x5d, 0x28, 0xf3, 0xda, 0x43, 0xb5, 0x9a, 0x2a, 0x0c, + 0x3c, 0x50, 0xab, 0x70, 0xe1, 0x7a, 0x23, 0xed, 0xc2, 0x26, 0x40, 0x9b, 0x0a, 0xfb, 0xaa, 0x4b, + 0x70, 0xbd, 0xa1, 0x9d, 0x98, 0xc1, 0x09, 0x09, 0x42, 0x30, 0xe9, 0x33, 0x1e, 0xe6, 0xf9, 0x3c, + 0xd6, 0xff, 0xad, 0x4b, 0x40, 0xc7, 0xd4, 0x0b, 0xbe, 0x4b, 0x33, 0xd5, 0x61, 0x23, 0xc2, 0x35, + 0x22, 0xdf, 0x6a, 0x81, 0xbc, 0x21, 0x9e, 0xa4, 0x8e, 0x36, 0x88, 0xc8, 0xef, 0x37, 0xb2, 0x7e, + 0x57, 0x82, 0xe5, 0xb7, 0xd4, 0x6b, 0xb3, 0x9e, 0x48, 0xd3, 0xbf, 0x82, 0x55, 0xe2, 0x29, 0x60, + 0x2d, 0x90, 0xcc, 0xb5, 0x25, 0x75, 0xce, 0xfd, 0xb6, 0x2d, 0xf5, 0xbe, 0x28, 0xde, 0x02, 0xad, + 0x2a, 0x14, 0x49, 0x5d, 0x72, 0xc9, 0xbc, 0xb0, 0x91, 0x54, 0xf0, 0xe0, 0x19, 0xb5, 0x46, 0x03, + 0xa2, 0x63, 0x78, 0xcf, 0x2e, 0x67, 0xed, 0xf1, 0x68, 0x48, 0xdf, 0x00, 0x7a, 0x4b, 0x3d, 0x7c, + 0x92, 0xe6, 0x9d, 0xd4, 0xbc, 0x4f, 0x34, 0xef, 0xa8, 0x1a, 0xe7, 0x40, 0xac, 0xbf, 0x4d, 0xc1, + 0x7a, 0xd4, 0xe4, 0xbc, 0x4e, 0xb3, 0x2f, 0x24, 0x71, 0xd3, 0x2b, 0x59, 0x30, 0x17, 0xf9, 0xc5, + 0x13, 0x39, 0x9e, 0x92, 0xa1, 0x33, 0x98, 0xb7, 0xdb, 0x2e, 0xf5, 0xa8, 0x90, 0xdc, 0x96, 0x8c, + 0x47, 0x1d, 0xeb, 0xe3, 0xa2, 0x17, 0x1c, 0xc9, 0x52, 0x9c, 0xc6, 0xa3, 0xaf, 0x60, 0x4a, 0x65, + 0x94, 0x30, 0x27, 0x74, 0x3d, 0x3c, 0x80, 0x28, 0xc4, 0xa1, 0x8f, 0x00, 0x9c, 0x40, 0x48, 0xe6, + 0xd6, 0x55, 0x97, 0x9b, 0x4c, 0x64, 0x75, 0x42, 0x8e, 0xea, 0x00, 0xbe, 0xee, 0x8a, 0xb7, 0xa4, + 0x2f, 0xcc, 0x29, 0xbd, 0xd6, 0x47, 0x45, 0x6b, 0x25, 0x5b, 0x28, 0x4e, 0xe0, 0xd0, 0x67, 0xaa, + 0xe3, 0xe9, 0xda, 0x28, 0xeb, 0xda, 0x30, 0x93, 0x43, 0x24, 0x0e, 0xaa, 0x2e, 0x93, 0xc8, 0x0e, + 0xfd, 0x14, 0x96, 0x98, 0xd8, 0x63, 0x4c, 0xaa, 0xf7, 0xf5, 0x0f, 0xbc, 0x0e, 0xf5, 0x88, 0x39, + 0xad, 0xc1, 0x4f, 0xf3, 0xc0, 0x19, 0x53, 0x3c, 0x8a, 0x46, 0x97, 0x80, 0xba, 0x23, 0xf5, 0x62, + 0xce, 0xe8, 0x7d, 0x78, 0x5e, 0xf4, 0x4a, 0xa3, 0x15, 0x86, 0x73, 0x58, 0xd0, 0x37, 0xb0, 0xdc, + 0xcb, 0x29, 0x17, 0xb3, 0xa2, 0xd9, 0x3f, 0x29, 0x62, 0xcf, 0x2b, 0x31, 0x9c, 0xcb, 0xa4, 0xd2, + 0xd9, 0xe7, 0xec, 0xbb, 0x7e, 0x9a, 0x1f, 0x12, 0xe9, 0xdc, 0x18, 0x51, 0xe3, 0x1c, 0x88, 0xf5, + 0x7d, 0x09, 0x56, 0x0e, 0x6d, 0xde, 0xee, 0xd9, 0x3c, 0x33, 0x97, 0x3e, 0x87, 0xf2, 0xc5, 0x49, + 0x93, 0xfe, 0x22, 0xcc, 0xe0, 0x85, 0xdd, 0xff, 0xd7, 0xb4, 0xe9, 0xa1, 0xab, 0xd4, 0xe1, 0x46, + 0x85, 0xa6, 0xe8, 0x27, 0x71, 0x1a, 0x69, 0x60, 0x98, 0xd5, 0x1b, 0x39, 0xc0, 0xfd, 0x81, 0x11, + 0x4e, 0x00, 0xd0, 0x3b, 0x58, 0x6b, 0xf7, 0x3d, 0xdb, 0xa5, 0xce, 0x09, 0x71, 0x19, 0xef, 0xe7, + 0x75, 0x81, 0x0f, 0x35, 0x5d, 0xbd, 0xd0, 0x0c, 0xdf, 0x43, 0x81, 0x5e, 0x03, 0xba, 0x4b, 0x39, + 0xf2, 0xa6, 0x71, 0x2e, 0xcc, 0x49, 0x9d, 0xc8, 0xab, 0x39, 0x7e, 0xbe, 0x69, 0x9c, 0xe3, 0x1c, + 0x84, 0xf5, 0x25, 0xcc, 0x9d, 0x93, 0x6b, 0xda, 0x24, 0x52, 0x25, 0x9d, 0x40, 0x9f, 0xc0, 0x92, + 0x20, 0x4e, 0xc0, 0x89, 0x4a, 0xb3, 0x03, 0xdd, 0xf4, 0xda, 0x51, 0x0f, 0x1c, 0x55, 0x58, 0x7f, + 0x36, 0x60, 0xa5, 0xa9, 0xa4, 0x54, 0x66, 0xfc, 0x5b, 0x87, 0x4a, 0xd8, 0x32, 0x5b, 0x8d, 0x93, + 0x08, 0x3f, 0x14, 0xa0, 0x43, 0x98, 0x0b, 0x12, 0xab, 0x46, 0xf1, 0x2d, 0x2c, 0xc0, 0xa4, 0x87, + 0x38, 0x85, 0x44, 0x2f, 0x61, 0x4e, 0x44, 0x0e, 0xb4, 0x86, 0x43, 0x6a, 0x49, 0x33, 0x35, 0x13, + 0x0a, 0x9c, 0x32, 0xb3, 0x8e, 0xc1, 0xac, 0xdd, 0xd9, 0xb4, 0x6b, 0x5f, 0xd1, 0x2e, 0x95, 0xfd, + 0x26, 0x91, 0xc3, 0xd3, 0xc2, 0x3a, 0x54, 0x3a, 0x9c, 0x05, 0x7e, 0xa2, 0xe9, 0x0d, 0x05, 0x6a, + 0x64, 0xe9, 0x89, 0x1a, 0x76, 0x7b, 0xfd, 0xdf, 0x7a, 0x06, 0x8b, 0x49, 0x36, 0xdd, 0xfd, 0x63, + 0x3b, 0x23, 0x61, 0xf7, 0x47, 0x03, 0x36, 0xb2, 0x86, 0xe9, 0xb0, 0x5d, 0xc0, 0x92, 0x9d, 0x31, + 0xf8, 0x8f, 0x47, 0x83, 0x2c, 0x23, 0x1e, 0xa5, 0x50, 0x27, 0x20, 0x21, 0x39, 0x75, 0x64, 0xed, + 0xfa, 0x9a, 0x7a, 0x2a, 0x0a, 0x2c, 0xe4, 0x2e, 0xe9, 0xad, 0xc9, 0x57, 0x5a, 0xff, 0x98, 0x81, + 0x85, 0x74, 0x1a, 0xe5, 0xbd, 0x16, 0x5a, 0x80, 0x12, 0x8d, 0x0e, 0x10, 0xb8, 0x44, 0xdb, 0xe8, + 0x35, 0x4c, 0x8b, 0xf0, 0x80, 0x18, 0x65, 0x7a, 0x61, 0xa3, 0xc8, 0x3b, 0x47, 0xe2, 0x18, 0x8c, + 0xea, 0x50, 0x62, 0x22, 0x1a, 0x6d, 0x2f, 0x8a, 0x28, 0xee, 0x1b, 0x61, 0xb8, 0xc4, 0x84, 0xf2, + 0x26, 0x3a, 0x96, 0x99, 0x53, 0xf7, 0x7b, 0x93, 0x77, 0x4a, 0xc3, 0x31, 0x58, 0x8d, 0x7a, 0x8f, + 0xb5, 0xc3, 0xe3, 0x5e, 0x39, 0x1c, 0xf5, 0xf1, 0x73, 0x3a, 0x65, 0xa6, 0xb3, 0x29, 0xf3, 0x14, + 0xca, 0x42, 0xda, 0x32, 0x10, 0x51, 0x57, 0x9e, 0x0d, 0xb3, 0x53, 0x8b, 0x70, 0xa4, 0x52, 0xd3, + 0xb6, 0xcb, 0xc2, 0x63, 0x8a, 0x66, 0xa9, 0x84, 0xd3, 0x36, 0x29, 0x43, 0x5f, 0xc0, 0x93, 0xe8, + 0x7c, 0x73, 0x48, 0x3b, 0x37, 0xc9, 0x7d, 0xd7, 0x1d, 0x73, 0x06, 0x17, 0xa9, 0xd1, 0x2b, 0x28, + 0xdf, 0xe9, 0x49, 0x64, 0xce, 0xea, 0x02, 0xd9, 0x2c, 0xbc, 0x9b, 0x9c, 0x84, 0x6d, 0x30, 0xb4, + 0x46, 0x47, 0x30, 0x73, 0x13, 0x35, 0x55, 0x73, 0x4e, 0x3b, 0xff, 0x69, 0x11, 0x32, 0xb7, 0xf9, + 0xe2, 0x01, 0x5c, 0x75, 0x16, 0xbb, 0xdb, 0x65, 0x3d, 0xd2, 0x3e, 0xeb, 0xa9, 0x23, 0x36, 0x6b, + 0x13, 0x61, 0xce, 0x6f, 0x4d, 0x6c, 0x57, 0xf0, 0xa8, 0x02, 0xed, 0x00, 0xf8, 0xac, 0x47, 0xb8, + 0x8a, 0x12, 0x31, 0x17, 0xb4, 0xd3, 0x8f, 0xc2, 0x79, 0x30, 0x10, 0xe3, 0x84, 0x89, 0xf2, 0x34, + 0xae, 0x70, 0xf3, 0xd1, 0xfd, 0x9e, 0xe6, 0x76, 0x2c, 0x3c, 0x80, 0xa3, 0x0d, 0x98, 0x94, 0x76, + 0x47, 0x98, 0x8b, 0x9a, 0xa6, 0xa2, 0x69, 0x5a, 0x76, 0x47, 0x60, 0x2d, 0x46, 0x5f, 0x02, 0x74, + 0xd4, 0xe5, 0xb4, 0xa6, 0x48, 0xcd, 0xa5, 0xc4, 0x5d, 0xe7, 0xcd, 0x40, 0x9c, 0xa6, 0x4e, 0xd8, + 0xa3, 0x9f, 0xc1, 0xea, 0xf0, 0xe9, 0xc8, 0x13, 0xd2, 0xf6, 0x1c, 0x72, 0x41, 0x49, 0xcf, 0x44, + 0x89, 0x26, 0x98, 0xae, 0xba, 0x11, 0x5b, 0x5c, 0xc0, 0x81, 0x2e, 0xe1, 0x91, 0x9d, 0xee, 0x6b, + 0xe6, 0x63, 0x4d, 0xfb, 0xd9, 0x38, 0xdd, 0x23, 0xd9, 0x06, 0x71, 0x96, 0x08, 0xd9, 0xb0, 0x98, + 0x6d, 0x2c, 0xe6, 0xb2, 0x26, 0x7f, 0x39, 0x6e, 0x6b, 0xca, 0x1c, 0x6e, 0xb3, 0x74, 0xd6, 0xef, + 0x4b, 0xb0, 0x99, 0x7e, 0xf5, 0xe1, 0x8d, 0xfc, 0xbd, 0x7d, 0x11, 0x78, 0x0b, 0xab, 0x67, 0x7b, + 0xcd, 0xb3, 0xe3, 0x83, 0xd6, 0xc1, 0xbb, 0xbc, 0x4f, 0x03, 0xeb, 0x39, 0x3b, 0x32, 0xb0, 0xdb, + 0x2b, 0x99, 0x06, 0x5e, 0x89, 0xf1, 0x29, 0x38, 0xda, 0xcb, 0x7e, 0x6a, 0x98, 0x48, 0xf0, 0x35, + 0x38, 0xbb, 0xa3, 0x6d, 0xc2, 0x6b, 0x8e, 0x43, 0x84, 0x28, 0xfc, 0xf0, 0xf0, 0x17, 0x03, 0x3e, + 0x2c, 0x8c, 0xc8, 0xff, 0xc0, 0x17, 0x88, 0x7f, 0x96, 0xb2, 0xfe, 0xe3, 0xc0, 0xdb, 0x67, 0xae, + 0x6b, 0x7b, 0xed, 0x78, 0x4b, 0x4f, 0xb3, 0x53, 0x26, 0xfa, 0x80, 0x30, 0xae, 0xfb, 0xd9, 0x19, + 0x55, 0x83, 0x72, 0x93, 0x05, 0xdc, 0x21, 0xa9, 0xdb, 0x48, 0x91, 0x17, 0x4d, 0x87, 0x53, 0x5f, + 0x86, 0x00, 0x1c, 0x01, 0x11, 0x85, 0xff, 0x1b, 0x5a, 0x1c, 0x79, 0x7e, 0x20, 0x1b, 0x36, 0xb7, + 0x5d, 0x22, 0x87, 0x57, 0x93, 0x1f, 0xdc, 0xcb, 0x9a, 0xc6, 0xe0, 0x62, 0x36, 0x64, 0x41, 0x05, + 0x07, 0x5e, 0x4d, 0xa8, 0x1b, 0x4d, 0xea, 0xbe, 0x32, 0x14, 0xa3, 0xe7, 0x30, 0xaf, 0x1f, 0xe2, + 0x6b, 0xad, 0x9e, 0x64, 0xb1, 0x5d, 0x5a, 0x65, 0xfd, 0xd5, 0x80, 0xad, 0xe2, 0x88, 0x47, 0x29, + 0xf3, 0xdf, 0x0e, 0xf9, 0x09, 0xcc, 0xa5, 0x7a, 0xd9, 0x38, 0x81, 0x4f, 0x35, 0xb4, 0x14, 0xdc, + 0xfa, 0x16, 0x36, 0xd2, 0xa8, 0x06, 0x27, 0xce, 0x0d, 0x71, 0x6e, 0xdf, 0x5b, 0x17, 0xb0, 0x7e, + 0x9e, 0xed, 0x3c, 0xc3, 0x25, 0xa3, 0x98, 0x0d, 0x8b, 0xc2, 0x78, 0x78, 0x51, 0x94, 0x12, 0x45, + 0xf1, 0xfc, 0x2b, 0x75, 0x23, 0xd1, 0x2d, 0x02, 0xa0, 0xdc, 0x3a, 0x38, 0xad, 0x9d, 0xb6, 0x16, + 0x3f, 0x40, 0x8b, 0x30, 0x77, 0x7c, 0x56, 0xab, 0xef, 0xd5, 0x8e, 0x6b, 0xa7, 0xfb, 0x07, 0x78, + 0xd1, 0x40, 0x4f, 0xe0, 0x71, 0xb3, 0x55, 0xdb, 0xff, 0xfa, 0xa0, 0xbe, 0x7f, 0x76, 0xda, 0xc2, + 0x67, 0xc7, 0x8d, 0xe3, 0xda, 0xe9, 0xc1, 0x62, 0x69, 0xf7, 0x5f, 0x13, 0xf0, 0x38, 0x67, 0x44, + 0x20, 0x0a, 0xe5, 0x23, 0xef, 0x8e, 0xdd, 0x12, 0xf4, 0xe9, 0x98, 0x71, 0x08, 0xe3, 0xb9, 0x56, + 0x1d, 0xd7, 0x3c, 0x8c, 0x85, 0xf5, 0x01, 0xfa, 0x25, 0xcc, 0xc4, 0x11, 0x42, 0x2f, 0xc7, 0x43, + 0x67, 0x36, 0x71, 0xed, 0xd5, 0x43, 0x61, 0x83, 0xc5, 0x7f, 0x05, 0xd3, 0x61, 0x1b, 0x24, 0x68, + 0x4c, 0x92, 0xec, 0x1c, 0x59, 0xfb, 0xd1, 0x83, 0x71, 0x83, 0xd5, 0x7f, 0x6d, 0x00, 0x0c, 0xd3, + 0x18, 0x8d, 0xc9, 0x34, 0xd2, 0xf7, 0xd6, 0xbe, 0x78, 0x38, 0x30, 0xf6, 0x61, 0xef, 0x87, 0x97, + 0x3b, 0x1d, 0x2a, 0x6f, 0x82, 0x2b, 0x05, 0xda, 0x71, 0xa9, 0xc3, 0x99, 0x60, 0xd7, 0x72, 0xc7, + 0x65, 0xce, 0x0e, 0xf7, 0x9d, 0x9d, 0x21, 0xeb, 0x4e, 0xc4, 0x7a, 0x55, 0xd6, 0x79, 0xfa, 0xf9, + 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x40, 0x69, 0xb0, 0x74, 0x04, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index 6faa0dbc..9921e0e2 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -118,15 +118,7 @@ message AvailabilityZoneConfiguration { bool strictAffinityToZones = 2; } -enum PlacementStatusType { - ALIGNED = 0; - NOT_ALIGNED = 1; -} -message PlacementStatus { - PlacementStatusType Status = 1; - string Message = 2; -} message VirtualMachine { string name = 1; @@ -149,7 +141,6 @@ message VirtualMachine { VirtualMachineAgentInstanceView guestAgentInstanceView = 18; AvailabilitySetReference availabilitySet = 19; AvailabilityZoneConfiguration availabilityZone = 20; - PlacementStatus placementStatus = 21; } message VirtualMachineOperationRequest { diff --git a/rpc/common/moc_common_common.pb.go b/rpc/common/moc_common_common.pb.go index c275f4d1..efd1f256 100644 --- a/rpc/common/moc_common_common.pb.go +++ b/rpc/common/moc_common_common.pb.go @@ -247,6 +247,34 @@ func (ValidationStateCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_681f78e46755eb93, []int{4} } +type PlacementStatusType int32 + +const ( + PlacementStatusType_UNKNOWN_PLACEMENT PlacementStatusType = 0 + PlacementStatusType_ALIGNED PlacementStatusType = 1 + PlacementStatusType_NOT_ALIGNED PlacementStatusType = 2 +) + +var PlacementStatusType_name = map[int32]string{ + 0: "UNKNOWN_PLACEMENT", + 1: "ALIGNED", + 2: "NOT_ALIGNED", +} + +var PlacementStatusType_value = map[string]int32{ + "UNKNOWN_PLACEMENT": 0, + "ALIGNED": 1, + "NOT_ALIGNED": 2, +} + +func (x PlacementStatusType) String() string { + return proto.EnumName(PlacementStatusType_name, int32(x)) +} + +func (PlacementStatusType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_681f78e46755eb93, []int{5} +} + type ClientType int32 const ( @@ -284,7 +312,7 @@ func (x ClientType) String() string { } func (ClientType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{5} + return fileDescriptor_681f78e46755eb93, []int{6} } type AuthenticationType int32 @@ -309,7 +337,7 @@ func (x AuthenticationType) String() string { } func (AuthenticationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{6} + return fileDescriptor_681f78e46755eb93, []int{7} } type ProviderType int32 @@ -451,7 +479,7 @@ func (x ProviderType) String() string { } func (ProviderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{7} + return fileDescriptor_681f78e46755eb93, []int{8} } // Operations specific to a provider @@ -760,7 +788,7 @@ func (x ProviderAccessOperation) String() string { } func (ProviderAccessOperation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{8} + return fileDescriptor_681f78e46755eb93, []int{9} } type ImageSource int32 @@ -791,7 +819,7 @@ func (x ImageSource) String() string { } func (ImageSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{9} + return fileDescriptor_681f78e46755eb93, []int{10} } type HyperVGeneration int32 @@ -816,7 +844,7 @@ func (x HyperVGeneration) String() string { } func (HyperVGeneration) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{10} + return fileDescriptor_681f78e46755eb93, []int{11} } type DiskFileFormat int32 @@ -841,7 +869,7 @@ func (x DiskFileFormat) String() string { } func (DiskFileFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{11} + return fileDescriptor_681f78e46755eb93, []int{12} } type CloudInitDataSource int32 @@ -866,7 +894,7 @@ func (x CloudInitDataSource) String() string { } func (CloudInitDataSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{12} + return fileDescriptor_681f78e46755eb93, []int{13} } type Error struct { @@ -1206,6 +1234,53 @@ func (m *Version) GetNumber() string { return "" } +type PlacementStatus struct { + Status PlacementStatusType `protobuf:"varint,1,opt,name=Status,proto3,enum=moc.PlacementStatusType" json:"Status,omitempty"` + Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PlacementStatus) Reset() { *m = PlacementStatus{} } +func (m *PlacementStatus) String() string { return proto.CompactTextString(m) } +func (*PlacementStatus) ProtoMessage() {} +func (*PlacementStatus) Descriptor() ([]byte, []int) { + return fileDescriptor_681f78e46755eb93, []int{7} +} + +func (m *PlacementStatus) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PlacementStatus.Unmarshal(m, b) +} +func (m *PlacementStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PlacementStatus.Marshal(b, m, deterministic) +} +func (m *PlacementStatus) XXX_Merge(src proto.Message) { + xxx_messageInfo_PlacementStatus.Merge(m, src) +} +func (m *PlacementStatus) XXX_Size() int { + return xxx_messageInfo_PlacementStatus.Size(m) +} +func (m *PlacementStatus) XXX_DiscardUnknown() { + xxx_messageInfo_PlacementStatus.DiscardUnknown(m) +} + +var xxx_messageInfo_PlacementStatus proto.InternalMessageInfo + +func (m *PlacementStatus) GetStatus() PlacementStatusType { + if m != nil { + return m.Status + } + return PlacementStatusType_UNKNOWN_PLACEMENT +} + +func (m *PlacementStatus) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + 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"` @@ -1213,6 +1288,7 @@ type Status struct { 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"` + PlacementStatus *PlacementStatus `protobuf:"bytes,7,opt,name=placementStatus,proto3" json:"placementStatus,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1222,7 +1298,7 @@ func (m *Status) Reset() { *m = Status{} } func (m *Status) String() string { return proto.CompactTextString(m) } func (*Status) ProtoMessage() {} func (*Status) Descriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{7} + return fileDescriptor_681f78e46755eb93, []int{8} } func (m *Status) XXX_Unmarshal(b []byte) error { @@ -1285,6 +1361,13 @@ func (m *Status) GetValidationStatus() *ValidationStatus { return nil } +func (m *Status) GetPlacementStatus() *PlacementStatus { + if m != nil { + return m.PlacementStatus + } + return nil +} + type Entity struct { IsPlaceholder bool `protobuf:"varint,1,opt,name=IsPlaceholder,proto3" json:"IsPlaceholder,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -1296,7 +1379,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{8} + return fileDescriptor_681f78e46755eb93, []int{9} } func (m *Entity) XXX_Unmarshal(b []byte) error { @@ -1336,7 +1419,7 @@ func (m *Tag) Reset() { *m = Tag{} } func (m *Tag) String() string { return proto.CompactTextString(m) } func (*Tag) ProtoMessage() {} func (*Tag) Descriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{9} + return fileDescriptor_681f78e46755eb93, []int{10} } func (m *Tag) XXX_Unmarshal(b []byte) error { @@ -1382,7 +1465,7 @@ func (m *Tags) Reset() { *m = Tags{} } func (m *Tags) String() string { return proto.CompactTextString(m) } func (*Tags) ProtoMessage() {} func (*Tags) Descriptor() ([]byte, []int) { - return fileDescriptor_681f78e46755eb93, []int{10} + return fileDescriptor_681f78e46755eb93, []int{11} } func (m *Tags) XXX_Unmarshal(b []byte) error { @@ -1425,6 +1508,7 @@ func init() { proto.RegisterEnum("moc.HighAvailabilityState", HighAvailabilityState_name, HighAvailabilityState_value) proto.RegisterEnum("moc.HealthState", HealthState_name, HealthState_value) proto.RegisterEnum("moc.ValidationStateCode", ValidationStateCode_name, ValidationStateCode_value) + proto.RegisterEnum("moc.PlacementStatusType", PlacementStatusType_name, PlacementStatusType_value) proto.RegisterEnum("moc.ClientType", ClientType_name, ClientType_value) proto.RegisterEnum("moc.AuthenticationType", AuthenticationType_name, AuthenticationType_value) proto.RegisterEnum("moc.ProviderType", ProviderType_name, ProviderType_value) @@ -1440,6 +1524,7 @@ func init() { proto.RegisterType((*ValidationState)(nil), "moc.ValidationState") proto.RegisterType((*ValidationStatus)(nil), "moc.ValidationStatus") proto.RegisterType((*Version)(nil), "moc.Version") + proto.RegisterType((*PlacementStatus)(nil), "moc.PlacementStatus") proto.RegisterType((*Status)(nil), "moc.Status") proto.RegisterType((*Entity)(nil), "moc.Entity") proto.RegisterType((*Tag)(nil), "moc.Tag") @@ -1450,165 +1535,170 @@ func init() { func init() { proto.RegisterFile("moc_common_common.proto", fileDescriptor_681f78e46755eb93) } var fileDescriptor_681f78e46755eb93 = []byte{ - // 2555 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x58, 0x7d, 0x88, 0x24, 0x47, - 0x15, 0xdf, 0xf9, 0xdc, 0xdd, 0x9a, 0xdd, 0x99, 0xda, 0xda, 0xdd, 0xdb, 0xb9, 0xbd, 0x4b, 0x72, - 0xd9, 0x24, 0xe7, 0x31, 0x98, 0x3d, 0x3d, 0x45, 0x51, 0x51, 0xe9, 0x9d, 0xe9, 0xdd, 0x1d, 0x6e, - 0x76, 0x66, 0xe8, 0xe9, 0xdd, 0x44, 0x11, 0x86, 0xde, 0x9e, 0xda, 0xd9, 0xe6, 0x7a, 0xba, 0x86, - 0xea, 0x9a, 0x39, 0x26, 0x7f, 0x19, 0x30, 0xa2, 0xa0, 0xa0, 0x62, 0x40, 0x21, 0x82, 0x82, 0x82, - 0x82, 0xf1, 0x03, 0x14, 0x14, 0xfc, 0x48, 0xc0, 0x80, 0x1f, 0x09, 0x18, 0x10, 0xfc, 0x4a, 0x34, - 0x41, 0x05, 0x05, 0x05, 0x05, 0x3f, 0x12, 0xbf, 0x90, 0x57, 0x5d, 0x35, 0x3b, 0x33, 0xdb, 0xe7, - 0x3f, 0x77, 0x5d, 0xbf, 0xf7, 0x7b, 0xaf, 0x5e, 0xbd, 0xf7, 0xea, 0xd5, 0x9b, 0x45, 0x1b, 0x3d, - 0xe6, 0xb6, 0x5d, 0xd6, 0xeb, 0xb1, 0x40, 0xfd, 0xb7, 0xdd, 0xe7, 0x4c, 0x30, 0x92, 0xea, 0x31, - 0x77, 0xf3, 0x4a, 0x97, 0xb1, 0xae, 0x4f, 0xaf, 0x4b, 0xe8, 0x78, 0x70, 0x72, 0xbd, 0x43, 0x43, - 0x97, 0x7b, 0x7d, 0xc1, 0x78, 0x44, 0xdb, 0x3a, 0x44, 0x19, 0x93, 0x73, 0xc6, 0x49, 0x11, 0xcd, - 0x1f, 0xd0, 0x30, 0x74, 0xba, 0xb4, 0x98, 0xb8, 0x92, 0xb8, 0xb6, 0x68, 0xe9, 0x25, 0x21, 0x28, - 0x5d, 0x66, 0x1d, 0x5a, 0x4c, 0x5e, 0x49, 0x5c, 0xcb, 0x58, 0xf2, 0x9b, 0xdc, 0x8d, 0x50, 0xd3, - 0xe1, 0x4e, 0x8f, 0x0a, 0xca, 0xc3, 0x62, 0x4a, 0x2a, 0x4c, 0x20, 0x5b, 0x8f, 0x25, 0x50, 0xa1, - 0xc9, 0xd9, 0xd0, 0x0b, 0x3d, 0x16, 0xb4, 0x84, 0x23, 0x06, 0x21, 0x79, 0x33, 0x5a, 0x72, 0x07, - 0x9c, 0xd3, 0x40, 0x00, 0x10, 0x6d, 0x93, 0xbf, 0xb1, 0xba, 0xdd, 0x63, 0xee, 0xf6, 0x14, 0x97, - 0x5a, 0x53, 0x44, 0xf2, 0x16, 0xb4, 0xdc, 0xe7, 0x74, 0xe8, 0xb1, 0x41, 0x18, 0x69, 0x26, 0xef, - 0xac, 0x39, 0xcd, 0xdc, 0x7a, 0x22, 0x81, 0xf2, 0x15, 0x76, 0x3b, 0xf0, 0x99, 0xd3, 0x51, 0x6e, - 0x6c, 0x23, 0xd2, 0xe7, 0xac, 0xcb, 0x69, 0x18, 0x36, 0x29, 0x77, 0x69, 0x20, 0xf4, 0x99, 0x53, - 0x56, 0x8c, 0x84, 0xbc, 0x0e, 0xad, 0x76, 0xb4, 0x05, 0xef, 0x11, 0x5a, 0x0d, 0x76, 0x46, 0x82, - 0x86, 0xd2, 0x87, 0x94, 0x15, 0x27, 0x22, 0xd7, 0x50, 0xe1, 0xc4, 0xf3, 0xe9, 0x24, 0x3b, 0x25, - 0xd9, 0xb3, 0xf0, 0xd6, 0x10, 0x65, 0xf7, 0xa9, 0xe3, 0x8b, 0x53, 0xf2, 0xc6, 0xd8, 0xe0, 0x60, - 0x79, 0xc4, 0x88, 0x12, 0x17, 0x99, 0x37, 0xc5, 0x47, 0xe6, 0xbc, 0xda, 0x4c, 0x58, 0x1e, 0x4d, - 0xa0, 0xc2, 0x91, 0xe3, 0x7b, 0x1d, 0x47, 0xe8, 0xc8, 0x91, 0xd7, 0xa2, 0xb4, 0x0b, 0x69, 0x8e, - 0x76, 0x2e, 0x4a, 0x13, 0x33, 0x1c, 0x48, 0xbd, 0x25, 0x59, 0x50, 0x2e, 0x3d, 0x55, 0x2e, 0xc9, - 0xa8, 0x5c, 0xd4, 0x92, 0x5c, 0x45, 0x79, 0x4e, 0xa1, 0x14, 0x69, 0x10, 0xa9, 0xaa, 0xf2, 0x98, - 0x41, 0xb7, 0x2c, 0x84, 0xa7, 0xcd, 0x0f, 0x42, 0xf2, 0x0e, 0x54, 0x18, 0x4e, 0x6f, 0x59, 0x4c, - 0x5c, 0x49, 0x5d, 0xcb, 0xdd, 0x58, 0x8b, 0x73, 0xc7, 0x9a, 0x25, 0x6f, 0xdd, 0x8b, 0xe6, 0x8f, - 0x28, 0x87, 0x6a, 0x20, 0x17, 0x50, 0x36, 0x18, 0xf4, 0x8e, 0x29, 0x57, 0xe5, 0xac, 0x56, 0x5b, - 0xcf, 0x24, 0x51, 0x56, 0xed, 0x76, 0x1f, 0xca, 0x9e, 0xca, 0x18, 0x49, 0x4a, 0xee, 0x46, 0x6e, - 0x22, 0x6c, 0x96, 0x12, 0x91, 0x8a, 0x2c, 0x97, 0xa8, 0xc4, 0xbc, 0xa0, 0x1b, 0xa9, 0xca, 0x33, - 0x6b, 0xaf, 0x66, 0xea, 0xdc, 0x8a, 0xe1, 0x93, 0x6b, 0x68, 0xd1, 0x77, 0x42, 0x21, 0xaf, 0x9a, - 0x8c, 0x47, 0xee, 0x06, 0x92, 0xca, 0x12, 0xb1, 0xce, 0x84, 0xe4, 0x2a, 0x9a, 0x1f, 0x46, 0x47, - 0x28, 0xa6, 0x25, 0x6f, 0x29, 0x3a, 0x7a, 0x84, 0x59, 0x5a, 0x48, 0xde, 0x86, 0xf2, 0x9d, 0xa9, - 0xc2, 0x2e, 0x66, 0x24, 0x3d, 0xba, 0x15, 0xd3, 0x35, 0x6f, 0xcd, 0x50, 0x89, 0x81, 0xf0, 0x70, - 0x26, 0xf6, 0xc5, 0xac, 0x54, 0x5f, 0x8f, 0x09, 0xf4, 0x20, 0xb4, 0xce, 0xd1, 0xb7, 0xb6, 0x51, - 0xd6, 0x0c, 0x84, 0x27, 0x46, 0xe4, 0x7e, 0xb4, 0x5c, 0x0d, 0x9b, 0xbe, 0xe3, 0xd2, 0x53, 0xe6, - 0x77, 0x54, 0xc0, 0x17, 0xac, 0x69, 0x70, 0xeb, 0x41, 0x94, 0xb2, 0x9d, 0x2e, 0xc1, 0x28, 0x75, - 0x8b, 0x8e, 0x54, 0x4e, 0xe0, 0x93, 0xac, 0xa1, 0xcc, 0xd0, 0xf1, 0x07, 0xba, 0x8e, 0xa2, 0xc5, - 0xd6, 0xfd, 0x28, 0x6d, 0x3b, 0xdd, 0x90, 0x5c, 0x46, 0x69, 0xe1, 0x74, 0x43, 0x55, 0x06, 0x0b, - 0xd2, 0x3b, 0xdb, 0xe9, 0x5a, 0x12, 0x2d, 0xbd, 0x07, 0x2d, 0x36, 0xfa, 0x94, 0x4b, 0xbf, 0xc8, - 0x3c, 0x4a, 0xed, 0x99, 0x36, 0x9e, 0x23, 0x0b, 0x28, 0xdd, 0x6c, 0xb4, 0x6c, 0x9c, 0x20, 0x08, - 0x65, 0x2b, 0x66, 0xcd, 0xb4, 0x4d, 0x9c, 0x84, 0xef, 0xc3, 0x66, 0xc5, 0xb0, 0x4d, 0x9c, 0x82, - 0xef, 0xea, 0x41, 0xb3, 0x61, 0xd9, 0x38, 0x0d, 0xdf, 0xe6, 0xc3, 0xf2, 0x3b, 0x43, 0x96, 0xd0, - 0xc2, 0x91, 0x51, 0xab, 0x4a, 0x56, 0xb6, 0xf4, 0x9b, 0x24, 0xca, 0x4f, 0xb7, 0x17, 0x92, 0x43, - 0xf3, 0x87, 0xf5, 0x9b, 0xf5, 0xc6, 0x43, 0x75, 0x3c, 0x07, 0xec, 0xb2, 0x65, 0x1a, 0x76, 0xb5, - 0xbe, 0x87, 0x13, 0x20, 0x92, 0x2b, 0xb3, 0x82, 0x93, 0x64, 0x05, 0x2d, 0x47, 0x8b, 0xf6, 0xae, - 0x51, 0xad, 0x99, 0x15, 0x9c, 0x02, 0xb6, 0xf4, 0x05, 0xd8, 0x69, 0x20, 0x44, 0x9e, 0x69, 0x42, - 0x06, 0x0c, 0x44, 0x50, 0x05, 0x67, 0x81, 0x2d, 0xbd, 0x05, 0xf6, 0x3c, 0xb0, 0x23, 0xdf, 0x35, - 0x7b, 0x41, 0x7a, 0x22, 0xa1, 0x0a, 0x5e, 0x24, 0x18, 0x2d, 0x35, 0xad, 0xc6, 0x51, 0xb5, 0x55, - 0x6d, 0xd4, 0x41, 0x03, 0x91, 0x02, 0xca, 0x8d, 0x11, 0xb3, 0x82, 0x73, 0x64, 0x0d, 0xe1, 0x31, - 0xa0, 0xad, 0x2c, 0x11, 0x82, 0xf2, 0x15, 0x73, 0x4a, 0x75, 0x39, 0x72, 0x6d, 0x52, 0x39, 0x4f, - 0x2e, 0x20, 0x32, 0x01, 0x69, 0xf5, 0x42, 0xa4, 0x2e, 0x4f, 0xd1, 0x34, 0xeb, 0x15, 0x50, 0xc7, - 0x64, 0x19, 0x2d, 0x46, 0xb1, 0x85, 0xe5, 0x0a, 0x1c, 0x24, 0x5a, 0x9a, 0x15, 0x4c, 0xc0, 0x76, - 0xb4, 0xd2, 0x36, 0x56, 0x4b, 0xbb, 0x68, 0x7d, 0xdf, 0xeb, 0x9e, 0x1a, 0x43, 0xc7, 0xf3, 0x9d, - 0x63, 0xcf, 0xf7, 0xc4, 0x28, 0x8a, 0xf5, 0x1a, 0xc2, 0x2a, 0xd6, 0xed, 0x7d, 0xa3, 0xdd, 0xb2, - 0x21, 0x29, 0x73, 0x90, 0xae, 0x96, 0x6d, 0xec, 0xd4, 0xcc, 0x28, 0xe4, 0x7a, 0xdf, 0x64, 0xa9, - 0x8b, 0x72, 0x13, 0x1d, 0x0f, 0xf6, 0xad, 0x37, 0x6c, 0x9d, 0xaa, 0x2c, 0x4a, 0x36, 0x6e, 0x46, - 0x1a, 0x0f, 0x19, 0x96, 0x3c, 0x68, 0x32, 0xca, 0x5f, 0xd5, 0xae, 0x96, 0x8d, 0x1a, 0x4e, 0x81, - 0xe8, 0xa0, 0xda, 0x6a, 0x45, 0xe9, 0x91, 0xc9, 0xda, 0xb3, 0x8c, 0x8a, 0xcc, 0x4c, 0x64, 0x6b, - 0xb7, 0x71, 0x58, 0xaf, 0xe0, 0x6c, 0xe9, 0xf1, 0x04, 0x5a, 0x8d, 0x69, 0x8c, 0xe0, 0x6f, 0xbd, - 0x51, 0x31, 0xdb, 0x87, 0x75, 0xcb, 0x34, 0xca, 0xfb, 0xd2, 0xc7, 0x39, 0x08, 0x91, 0x59, 0xb7, - 0xab, 0xf6, 0xbb, 0xda, 0xda, 0x7a, 0x82, 0x5c, 0x42, 0x1b, 0xe5, 0x5a, 0xd5, 0xac, 0xdb, 0xed, - 0xa8, 0x7e, 0x54, 0x48, 0x0f, 0x2d, 0xa8, 0x53, 0x82, 0xf2, 0xbb, 0x0d, 0xeb, 0xc0, 0xb0, 0xdb, - 0xd5, 0xba, 0x2c, 0x46, 0x9c, 0x82, 0xfc, 0x56, 0xeb, 0xbb, 0x8d, 0xf6, 0x99, 0x83, 0x10, 0x48, - 0x85, 0x1c, 0x18, 0x76, 0x79, 0x1f, 0x67, 0x4a, 0x1c, 0xa1, 0xb2, 0xef, 0xd1, 0x40, 0xd8, 0xa3, - 0x3e, 0x05, 0x95, 0x72, 0xa3, 0x6e, 0x5b, 0x8d, 0x5a, 0xb3, 0x66, 0xd4, 0xb5, 0x27, 0x0f, 0xdb, - 0xa6, 0x55, 0x37, 0x6a, 0xd1, 0xee, 0x38, 0x01, 0x57, 0x05, 0x7c, 0xc6, 0x49, 0xb2, 0x88, 0x32, - 0x46, 0xe5, 0xa0, 0x5a, 0xc7, 0x29, 0xc8, 0xe0, 0x8e, 0x61, 0x99, 0x07, 0xa6, 0x6d, 0xd4, 0x70, - 0x1a, 0x2c, 0xd5, 0x1a, 0x46, 0x65, 0xc7, 0xa8, 0x19, 0xf5, 0xb2, 0x69, 0xe1, 0x0c, 0x68, 0xed, - 0xc3, 0x05, 0xcb, 0x96, 0x6e, 0x20, 0x62, 0x0c, 0xc4, 0x29, 0x0d, 0x84, 0xe7, 0xca, 0x70, 0xc8, - 0xbd, 0xf3, 0x08, 0xb5, 0xcc, 0xda, 0x6e, 0xab, 0xba, 0x07, 0xe5, 0x13, 0x5d, 0x14, 0x43, 0xad, - 0x12, 0xa5, 0x9f, 0x66, 0xd0, 0x92, 0xbc, 0x56, 0x1d, 0xca, 0x25, 0xbd, 0x80, 0x72, 0x46, 0x30, - 0xd2, 0x50, 0xe4, 0xe9, 0x91, 0xc7, 0xc5, 0xc0, 0xf1, 0x0f, 0x1c, 0xf7, 0xd4, 0x0b, 0x28, 0x4e, - 0x90, 0x4d, 0x74, 0x61, 0x1a, 0x6b, 0xb9, 0x8e, 0x4f, 0x5b, 0x54, 0xe0, 0xa4, 0xf4, 0x90, 0x39, - 0x9d, 0x1d, 0xc7, 0x77, 0x02, 0x97, 0x72, 0x9c, 0x9a, 0xb0, 0x50, 0xa7, 0xe2, 0x36, 0xe3, 0xb7, - 0x70, 0x9a, 0xac, 0xa2, 0x82, 0xc2, 0xf6, 0x1d, 0xde, 0xa9, 0x78, 0xe1, 0x2d, 0x9c, 0x01, 0xd5, - 0x3d, 0xc7, 0xf7, 0x29, 0x1f, 0x55, 0x7b, 0x4e, 0x97, 0xe2, 0x2c, 0xd9, 0x40, 0xab, 0xd3, 0x1b, - 0x45, 0x82, 0x79, 0x99, 0xdf, 0xc8, 0x58, 0x35, 0x10, 0x94, 0x9f, 0x38, 0x2e, 0xc5, 0x0b, 0xe0, - 0x7c, 0x99, 0x72, 0xe1, 0x9d, 0x40, 0x00, 0x28, 0x5e, 0x84, 0x36, 0x74, 0x93, 0x8e, 0x30, 0x92, - 0x95, 0x4a, 0x5d, 0x4e, 0x05, 0xce, 0x41, 0x04, 0x6e, 0xd2, 0xd1, 0x91, 0x33, 0xf0, 0x05, 0x5e, - 0x92, 0x77, 0xa2, 0x43, 0x65, 0xf7, 0xc4, 0xcb, 0x10, 0x4d, 0x8b, 0xf9, 0x14, 0xe7, 0xc1, 0x6b, - 0xf8, 0x32, 0xc2, 0xd0, 0xeb, 0x06, 0x3d, 0x1a, 0x08, 0x5c, 0x80, 0x58, 0xde, 0x1c, 0x1c, 0x53, - 0x1e, 0x50, 0x41, 0x43, 0x8c, 0x65, 0x9b, 0xf1, 0x07, 0xa1, 0xa0, 0x1c, 0xaf, 0xc8, 0x24, 0xb3, - 0x40, 0x70, 0xe6, 0x37, 0x7d, 0x27, 0xa0, 0x98, 0x40, 0x1a, 0xf7, 0x38, 0x1b, 0xf4, 0xf1, 0xaa, - 0xcc, 0x2d, 0xeb, 0x50, 0xbc, 0x06, 0xfb, 0xd5, 0x58, 0x94, 0x1f, 0xbc, 0x0e, 0xe7, 0x68, 0x09, - 0xc6, 0x9d, 0x2e, 0x05, 0x5d, 0xc7, 0x0b, 0x28, 0xc7, 0x17, 0xe0, 0x1c, 0x0a, 0xdd, 0xf5, 0x7c, - 0x8a, 0x37, 0x26, 0x68, 0x15, 0x8f, 0x53, 0x57, 0x30, 0x3e, 0xc2, 0x45, 0xd8, 0xb1, 0x35, 0x38, - 0x8e, 0x86, 0x48, 0x30, 0x77, 0x11, 0x1c, 0x3a, 0xf2, 0xfa, 0x4d, 0xc6, 0x7c, 0xbc, 0x29, 0x2f, - 0x91, 0xe3, 0xca, 0xc5, 0x25, 0x30, 0x69, 0x0a, 0xb7, 0xa3, 0xdd, 0xbd, 0x0c, 0x67, 0x01, 0xa0, - 0x45, 0xf9, 0x90, 0x72, 0x7c, 0x17, 0x6c, 0xb1, 0xe3, 0x70, 0x7a, 0x40, 0xc5, 0x59, 0xa6, 0xef, - 0x26, 0xeb, 0x68, 0xa5, 0xcc, 0xa9, 0x8c, 0x8f, 0xe3, 0x1f, 0xb0, 0xc0, 0x13, 0x8c, 0xe3, 0x7b, - 0xc0, 0x74, 0x8d, 0x75, 0xbb, 0x5e, 0xd0, 0xc5, 0x57, 0xe0, 0x44, 0x16, 0x75, 0xd9, 0x90, 0xf2, - 0x11, 0xbe, 0x17, 0x0e, 0x5d, 0xa1, 0xc7, 0x83, 0x2e, 0xde, 0x82, 0x7b, 0x31, 0x36, 0xb9, 0xcf, - 0x42, 0x81, 0xef, 0x83, 0xa8, 0x4e, 0xd7, 0x28, 0xbe, 0x1f, 0x68, 0x51, 0xb3, 0xd0, 0xf6, 0x1f, - 0x00, 0x5a, 0x8d, 0x75, 0x3d, 0xf7, 0xac, 0x64, 0xae, 0x42, 0xc9, 0x4c, 0xf5, 0x25, 0x2a, 0xf0, - 0x6b, 0x48, 0x11, 0xad, 0x29, 0x46, 0x8b, 0xba, 0x03, 0xee, 0x89, 0x51, 0x14, 0xf1, 0x6b, 0xa5, - 0xff, 0x12, 0xb4, 0xa1, 0xcb, 0xd8, 0x70, 0x5d, 0x1a, 0x86, 0x67, 0xaf, 0x53, 0x01, 0xe5, 0x0e, - 0x83, 0xb0, 0x4f, 0x5d, 0xef, 0xc4, 0xa3, 0x1d, 0x3c, 0x07, 0x66, 0xa6, 0xdd, 0x6a, 0xc3, 0xf6, - 0x01, 0xee, 0x90, 0x0d, 0x44, 0x26, 0x4a, 0xaa, 0x5d, 0xe6, 0x14, 0x2a, 0xeb, 0xfb, 0x89, 0x59, - 0xc1, 0x61, 0xbf, 0x03, 0x82, 0x1f, 0x24, 0xc8, 0x1a, 0x2a, 0x4c, 0x0a, 0xf6, 0xa8, 0xc0, 0x3f, - 0x3c, 0x47, 0xaf, 0x50, 0x9f, 0x0a, 0x8a, 0x7f, 0x94, 0x20, 0xeb, 0x08, 0x4f, 0x0a, 0x5a, 0x5e, - 0x37, 0xc0, 0xcf, 0x26, 0xc8, 0x05, 0xb4, 0x32, 0x09, 0x5b, 0x34, 0xa0, 0xb7, 0xf1, 0x73, 0xd2, - 0xba, 0x2e, 0x57, 0xed, 0xcc, 0x17, 0x93, 0x53, 0xa8, 0xf2, 0xe4, 0xc9, 0x69, 0xd4, 0xa2, 0x43, - 0x76, 0x8b, 0xe2, 0x2f, 0xcd, 0xa0, 0x0c, 0x3a, 0x26, 0xfe, 0x72, 0x92, 0xdc, 0x83, 0x36, 0x35, - 0x1a, 0x73, 0xde, 0x8f, 0xa4, 0xee, 0x44, 0x50, 0xbb, 0x7d, 0x34, 0x45, 0xee, 0x46, 0x17, 0xe3, - 0x08, 0x91, 0xe7, 0x1f, 0x4b, 0x91, 0x02, 0x42, 0x37, 0xe9, 0xd8, 0xe9, 0xbf, 0x8e, 0x01, 0x65, - 0xe1, 0x6f, 0xd0, 0x59, 0x73, 0x00, 0x98, 0x81, 0xcb, 0x47, 0x7d, 0x81, 0xff, 0x3e, 0x46, 0x2a, - 0x34, 0x42, 0xfe, 0x31, 0x46, 0x1e, 0xe2, 0x4e, 0x1f, 0x6e, 0xf6, 0x2b, 0xd0, 0x5e, 0x96, 0xa5, - 0x99, 0xe0, 0xb6, 0xc2, 0x5e, 0x85, 0xae, 0x09, 0x57, 0x3c, 0x0a, 0xe6, 0x3f, 0xc7, 0x3b, 0x1d, - 0x51, 0xee, 0x9d, 0x8c, 0xf0, 0xbf, 0x52, 0x64, 0x13, 0xad, 0x4f, 0xf7, 0x15, 0xed, 0xd6, 0xcf, - 0xd2, 0x31, 0x32, 0xe5, 0xe1, 0xcf, 0xe3, 0x64, 0x2a, 0x91, 0xbf, 0x48, 0x93, 0xcb, 0x68, 0x63, - 0x46, 0xa6, 0x1e, 0x26, 0x8a, 0x7f, 0x99, 0x26, 0x17, 0xd1, 0xda, 0x8c, 0xb4, 0x25, 0x1c, 0x2e, - 0xf0, 0x0b, 0x69, 0x52, 0x9c, 0x6d, 0x72, 0xed, 0x96, 0x60, 0x7d, 0xfc, 0x62, 0x9c, 0x92, 0x45, - 0x43, 0x2a, 0xf0, 0xaf, 0xd2, 0xe4, 0x2a, 0xba, 0xf7, 0x9c, 0xa8, 0xef, 0x78, 0xbc, 0xbd, 0x37, - 0xa0, 0xa1, 0x68, 0x1b, 0x5d, 0xe8, 0x58, 0xbf, 0x8e, 0x33, 0xd1, 0x74, 0x06, 0x21, 0xc5, 0x2f, - 0xc5, 0xee, 0xeb, 0x0c, 0x29, 0x7e, 0x19, 0xba, 0x73, 0x5e, 0x35, 0x0a, 0x1d, 0x97, 0x6f, 0x65, - 0x26, 0x41, 0x15, 0x90, 0x6f, 0x67, 0xc0, 0x86, 0x06, 0xa1, 0xeb, 0xeb, 0xf6, 0xf2, 0x9d, 0x0c, - 0x84, 0x6a, 0x4c, 0x97, 0xe3, 0xae, 0x96, 0x7d, 0x37, 0x23, 0x2f, 0x83, 0x92, 0xed, 0x51, 0xa1, - 0x05, 0x4f, 0x65, 0xe4, 0x65, 0x38, 0x13, 0x40, 0xc7, 0x0c, 0xf1, 0xd3, 0x19, 0xb8, 0x0c, 0xb2, - 0xa7, 0xb4, 0xe5, 0xbf, 0xaa, 0x65, 0x7d, 0x3a, 0x0b, 0xf4, 0x08, 0x6f, 0x09, 0xc7, 0xbd, 0x65, - 0x73, 0x78, 0x05, 0x3e, 0x93, 0x85, 0x33, 0x43, 0xdf, 0xe9, 0xe9, 0xbe, 0xa3, 0x0f, 0xf1, 0xbe, - 0xf9, 0xf3, 0x22, 0x75, 0x94, 0xc7, 0xe6, 0x21, 0x7f, 0x63, 0xd1, 0x4c, 0x55, 0xfc, 0x3e, 0x5e, - 0xaa, 0x74, 0xff, 0x30, 0x2f, 0xc3, 0x30, 0xd1, 0xfb, 0xb5, 0xde, 0xb3, 0x0b, 0xe7, 0x24, 0x4a, - 0xe7, 0xb9, 0x05, 0x08, 0xc2, 0x44, 0x47, 0xd6, 0x2a, 0x5f, 0x59, 0x9c, 0x15, 0x28, 0x8d, 0xaf, - 0x2e, 0x42, 0x18, 0xce, 0x5a, 0xb6, 0x56, 0xf8, 0x38, 0x9a, 0xc1, 0x15, 0xff, 0x71, 0x04, 0x7b, - 0x4f, 0xbe, 0xa7, 0x5a, 0xe3, 0x95, 0xf3, 0x12, 0xa5, 0xf3, 0x2a, 0x22, 0x2b, 0x68, 0x49, 0x76, - 0x50, 0x4d, 0x7e, 0x21, 0x77, 0x06, 0x29, 0xd6, 0x8b, 0x30, 0xc0, 0x16, 0xf4, 0x13, 0xaa, 0x89, - 0x4f, 0x2d, 0x4d, 0xa1, 0x8a, 0xfb, 0xf4, 0x12, 0x78, 0x77, 0xf6, 0x68, 0x6a, 0xf6, 0x67, 0x97, - 0x67, 0x70, 0xc5, 0xff, 0xdc, 0x32, 0xf8, 0x36, 0x39, 0x40, 0x68, 0x8d, 0x0f, 0xe4, 0xcf, 0x49, - 0x94, 0xce, 0x07, 0xf3, 0xb0, 0xb3, 0x7e, 0x54, 0x35, 0xff, 0x8f, 0xd3, 0xa8, 0xe2, 0xfe, 0x29, - 0x0f, 0x75, 0x7c, 0xe0, 0xb8, 0x7d, 0xc6, 0x7c, 0x4d, 0xfd, 0x71, 0x61, 0x12, 0x54, 0xcc, 0xe7, - 0x0b, 0x90, 0xf3, 0xd9, 0x21, 0x43, 0xab, 0x7c, 0x0d, 0xc7, 0x4a, 0x95, 0xee, 0xd7, 0x31, 0xf4, - 0x29, 0x28, 0x5f, 0xcd, 0xff, 0xc4, 0xca, 0x18, 0x51, 0x9c, 0x4f, 0xae, 0x80, 0x7f, 0xfa, 0xe1, - 0xd4, 0xbc, 0x7f, 0x4f, 0xa3, 0x8a, 0xfb, 0x1f, 0xa9, 0x0d, 0xe3, 0x88, 0xe6, 0xbd, 0x44, 0xc6, - 0x88, 0xe2, 0xbc, 0x4c, 0xe0, 0xca, 0x4d, 0x8f, 0x2c, 0x9a, 0xfd, 0xbd, 0xd5, 0x18, 0x99, 0xd2, - 0x7b, 0x66, 0x15, 0x3a, 0x68, 0x34, 0x1c, 0x69, 0xfe, 0xe7, 0xd7, 0x26, 0x30, 0xc5, 0xfb, 0xc2, - 0x1a, 0x9c, 0x78, 0x76, 0x58, 0xd1, 0x1a, 0x1f, 0x5a, 0x8f, 0x95, 0x2a, 0xdd, 0x0f, 0xaf, 0x43, - 0xee, 0x26, 0x67, 0x15, 0xad, 0xf7, 0xe7, 0xf3, 0x12, 0xa5, 0xf3, 0x17, 0x29, 0x39, 0x9b, 0xed, - 0xcf, 0xba, 0xe9, 0x4f, 0x2e, 0x40, 0xba, 0xd4, 0x9c, 0xa3, 0x0d, 0x7d, 0x63, 0x63, 0x12, 0x54, - 0x36, 0xbe, 0xb9, 0x41, 0x2e, 0x8d, 0x47, 0x55, 0x3d, 0x68, 0x6a, 0x8d, 0x27, 0x8a, 0x71, 0x42, - 0xa5, 0xf9, 0xa9, 0x22, 0x3c, 0x78, 0x31, 0xb3, 0xa7, 0xd6, 0x7e, 0xef, 0xc5, 0x3b, 0x11, 0x94, - 0x85, 0x47, 0x2f, 0x92, 0x2d, 0x74, 0x57, 0xfc, 0x98, 0xac, 0x8d, 0xfc, 0xf6, 0xff, 0x71, 0x94, - 0x9d, 0xdf, 0x5d, 0x9c, 0x78, 0x75, 0x54, 0xc1, 0x8d, 0xc7, 0x90, 0xcd, 0x18, 0x99, 0x9e, 0x44, - 0x36, 0xe1, 0x78, 0x33, 0x13, 0xd3, 0x78, 0x64, 0xb8, 0x14, 0x27, 0x54, 0x6f, 0xd9, 0x93, 0x97, - 0xc8, 0x15, 0x74, 0x29, 0x6e, 0xac, 0x1a, 0x8f, 0x03, 0x97, 0xef, 0xc8, 0xd0, 0xf3, 0xc0, 0xe5, - 0x92, 0x85, 0x72, 0x32, 0x20, 0x2d, 0x36, 0xe0, 0x2e, 0x8d, 0x7e, 0xb9, 0x94, 0x8d, 0x5a, 0xbb, - 0xd5, 0x38, 0xb4, 0xca, 0xf0, 0x1b, 0x08, 0x7e, 0x99, 0xec, 0xb6, 0xf4, 0x3a, 0x01, 0x53, 0xd9, - 0xbe, 0x6d, 0x37, 0x35, 0x20, 0x7f, 0x4a, 0x94, 0x6b, 0x8d, 0xba, 0xa9, 0x91, 0x54, 0x69, 0x07, - 0xe1, 0xfd, 0x51, 0x9f, 0xf2, 0xa3, 0x3d, 0x1a, 0xe8, 0x61, 0xee, 0x02, 0x22, 0xb3, 0xd8, 0xd1, - 0x0d, 0x3c, 0x17, 0x8b, 0xbf, 0x1e, 0x27, 0x4a, 0xef, 0x44, 0x79, 0xc8, 0x34, 0x4c, 0xd6, 0xbb, - 0x8c, 0xf7, 0x1c, 0x21, 0x7f, 0x51, 0x4f, 0x21, 0x47, 0xfb, 0x95, 0x87, 0xf1, 0x1c, 0x0c, 0xbf, - 0xe7, 0x70, 0x9c, 0x28, 0x3d, 0x08, 0x6f, 0x1e, 0x1b, 0x74, 0xaa, 0x81, 0x27, 0x2a, 0x8e, 0x70, - 0xd4, 0x01, 0x73, 0x68, 0xbe, 0xce, 0xa4, 0x00, 0xcf, 0xc9, 0x5f, 0x70, 0x8f, 0x0c, 0x38, 0xc5, - 0x89, 0xb7, 0xbe, 0x1d, 0x2d, 0x86, 0x34, 0x08, 0x3d, 0xe1, 0x0d, 0x29, 0xb9, 0x6b, 0x3b, 0xfa, - 0x2b, 0xf0, 0xb6, 0xfe, 0x2b, 0xf0, 0xf6, 0xae, 0x47, 0xfd, 0x4e, 0x43, 0x96, 0x7e, 0x58, 0x7c, - 0xfe, 0xfd, 0x29, 0xf9, 0xf7, 0x9a, 0x33, 0x8d, 0x9d, 0x07, 0xde, 0x7d, 0x5f, 0xd7, 0x13, 0xa7, - 0x83, 0xe3, 0x6d, 0x97, 0xf5, 0xae, 0xf7, 0x3c, 0x97, 0xb3, 0x90, 0x9d, 0x88, 0xeb, 0x3d, 0xe6, - 0x5e, 0xe7, 0x7d, 0xf7, 0x7a, 0xf4, 0x87, 0xe6, 0xe3, 0xac, 0x34, 0xf8, 0x86, 0xff, 0x05, 0x00, - 0x00, 0xff, 0xff, 0x93, 0x8b, 0xda, 0x8c, 0x84, 0x16, 0x00, 0x00, + // 2633 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x58, 0x7d, 0x88, 0x2b, 0x57, + 0x15, 0xdf, 0x7c, 0xee, 0xee, 0xcd, 0x6e, 0x72, 0xf7, 0xee, 0x57, 0xde, 0xbe, 0xd7, 0xf6, 0x35, + 0x6d, 0x9f, 0x8f, 0x60, 0xf7, 0xd5, 0xa7, 0x28, 0x2a, 0x2a, 0xb3, 0xc9, 0xec, 0x6e, 0x7c, 0xd9, + 0x24, 0x4c, 0x66, 0xb7, 0x55, 0x94, 0x30, 0x3b, 0xb9, 0x9b, 0x1d, 0xde, 0x64, 0x26, 0xdc, 0xb9, + 0xc9, 0x23, 0xfd, 0xcb, 0x82, 0x4f, 0x14, 0x14, 0x54, 0x2c, 0x28, 0x54, 0x50, 0x50, 0x50, 0xb0, + 0x7e, 0x80, 0x82, 0x82, 0x1f, 0x2d, 0x28, 0xf8, 0xd1, 0x82, 0x05, 0xc1, 0xaf, 0x56, 0x5b, 0x54, + 0x50, 0x50, 0x50, 0xf0, 0xa3, 0xf5, 0x0b, 0x39, 0x77, 0xee, 0xcd, 0x66, 0xb2, 0xf3, 0xfc, 0x67, + 0x77, 0xe6, 0x77, 0x7e, 0xe7, 0xdc, 0x73, 0xcf, 0x39, 0xf7, 0xdc, 0x33, 0x41, 0x9b, 0x7d, 0xdf, + 0xee, 0xd8, 0x7e, 0xbf, 0xef, 0x7b, 0xf2, 0xdf, 0xf6, 0x80, 0xf9, 0xdc, 0x27, 0xa9, 0xbe, 0x6f, + 0x6f, 0x5d, 0xee, 0xf9, 0x7e, 0xcf, 0xa5, 0xd7, 0x04, 0x74, 0x3c, 0x3c, 0xb9, 0xd6, 0xa5, 0x81, + 0xcd, 0x9c, 0x01, 0xf7, 0x59, 0x48, 0x2b, 0x1d, 0xa2, 0x8c, 0xce, 0x98, 0xcf, 0x48, 0x11, 0xcd, + 0x1f, 0xd0, 0x20, 0xb0, 0x7a, 0xb4, 0x98, 0xb8, 0x9c, 0xb8, 0xba, 0x68, 0xa8, 0x57, 0x42, 0x50, + 0xba, 0xe2, 0x77, 0x69, 0x31, 0x79, 0x39, 0x71, 0x35, 0x63, 0x88, 0x67, 0x72, 0x37, 0x42, 0x2d, + 0x8b, 0x59, 0x7d, 0xca, 0x29, 0x0b, 0x8a, 0x29, 0xa1, 0x30, 0x85, 0x94, 0x6e, 0x27, 0x50, 0xa1, + 0xc5, 0xfc, 0x91, 0x13, 0x38, 0xbe, 0xd7, 0xe6, 0x16, 0x1f, 0x06, 0xe4, 0x0d, 0x68, 0xc9, 0x1e, + 0x32, 0x46, 0x3d, 0x0e, 0x40, 0xb8, 0x4c, 0xfe, 0xfa, 0xea, 0x76, 0xdf, 0xb7, 0xb7, 0x23, 0x5c, + 0x6a, 0x44, 0x88, 0xe4, 0x8d, 0x68, 0x79, 0xc0, 0xe8, 0xc8, 0xf1, 0x87, 0x41, 0xa8, 0x99, 0xbc, + 0xb3, 0x66, 0x94, 0x59, 0x7a, 0x22, 0x81, 0xf2, 0x55, 0xff, 0x96, 0xe7, 0xfa, 0x56, 0x57, 0xba, + 0xb1, 0x8d, 0xc8, 0x80, 0xf9, 0x3d, 0x46, 0x83, 0xa0, 0x45, 0x99, 0x4d, 0x3d, 0xae, 0xf6, 0x9c, + 0x32, 0x62, 0x24, 0xe4, 0x21, 0xb4, 0xda, 0x55, 0x16, 0x9c, 0x47, 0x69, 0xcd, 0xdb, 0x19, 0x73, + 0x1a, 0x08, 0x1f, 0x52, 0x46, 0x9c, 0x88, 0x5c, 0x45, 0x85, 0x13, 0xc7, 0xa5, 0xd3, 0xec, 0x94, + 0x60, 0xcf, 0xc2, 0xa5, 0x11, 0xca, 0xee, 0x53, 0xcb, 0xe5, 0xa7, 0xe4, 0x75, 0xb1, 0xc1, 0xc1, + 0x62, 0x8b, 0x21, 0x25, 0x2e, 0x32, 0xaf, 0x8f, 0x8f, 0xcc, 0x79, 0xb5, 0x99, 0xb0, 0x3c, 0x96, + 0x40, 0x85, 0x23, 0xcb, 0x75, 0xba, 0x16, 0x57, 0x91, 0x23, 0xaf, 0x46, 0x69, 0x1b, 0xd2, 0x1c, + 0xae, 0x5c, 0x14, 0x26, 0x66, 0x38, 0x90, 0x7a, 0x43, 0xb0, 0xa0, 0x5c, 0xfa, 0xb2, 0x5c, 0x92, + 0x61, 0xb9, 0xc8, 0x57, 0x72, 0x05, 0xe5, 0x19, 0x85, 0x52, 0xa4, 0x5e, 0xa8, 0x2a, 0xcb, 0x63, + 0x06, 0x2d, 0x19, 0x08, 0x47, 0xcd, 0x0f, 0x03, 0xf2, 0x56, 0x54, 0x18, 0x45, 0x97, 0x2c, 0x26, + 0x2e, 0xa7, 0xae, 0xe6, 0xae, 0xaf, 0xc5, 0xb9, 0x63, 0xcc, 0x92, 0x4b, 0xf7, 0xa2, 0xf9, 0x23, + 0xca, 0xa0, 0x1a, 0xc8, 0x06, 0xca, 0x7a, 0xc3, 0xfe, 0x31, 0x65, 0xb2, 0x9c, 0xe5, 0x5b, 0xe9, + 0xdd, 0xa8, 0xd0, 0x72, 0x2d, 0x9b, 0xf6, 0x65, 0x10, 0x87, 0x01, 0x79, 0x08, 0x65, 0xc3, 0xa7, + 0xc8, 0xde, 0x67, 0x58, 0xe6, 0x78, 0x40, 0x0d, 0xc9, 0x9b, 0x3e, 0x2c, 0xc9, 0xc8, 0x61, 0x29, + 0xdd, 0x4e, 0x29, 0x63, 0xe4, 0x3e, 0x94, 0x3d, 0x15, 0x29, 0x10, 0x66, 0x73, 0xd7, 0x73, 0x53, + 0x59, 0x31, 0xa4, 0x88, 0x54, 0x45, 0x35, 0x86, 0x15, 0xec, 0x78, 0x3d, 0xe9, 0x47, 0x52, 0x28, + 0xac, 0x9d, 0x2f, 0xf0, 0x61, 0x60, 0xc4, 0xf0, 0xc9, 0x55, 0xb4, 0xe8, 0x5a, 0x01, 0x17, 0x27, + 0x59, 0x84, 0x3b, 0x77, 0x1d, 0x09, 0x65, 0x81, 0x18, 0x67, 0x42, 0x72, 0x05, 0xcd, 0x8f, 0xc2, + 0x08, 0x15, 0xd3, 0x82, 0xb7, 0x14, 0x46, 0x36, 0xc4, 0x0c, 0x25, 0x24, 0x6f, 0x46, 0xf9, 0x6e, + 0xe4, 0xdc, 0x14, 0x33, 0x82, 0x1e, 0x1e, 0xba, 0xe8, 0x91, 0x32, 0x66, 0xa8, 0x44, 0x43, 0x78, + 0x34, 0x93, 0xda, 0x62, 0x56, 0xa8, 0xaf, 0xc7, 0xe4, 0x71, 0x18, 0x18, 0xe7, 0xe8, 0x50, 0x09, + 0x83, 0x68, 0x02, 0x8a, 0xf3, 0xd3, 0x41, 0x89, 0xca, 0x8c, 0x59, 0x72, 0x69, 0x1b, 0x65, 0x75, + 0x8f, 0x3b, 0x7c, 0x4c, 0xee, 0x47, 0xcb, 0xb5, 0x40, 0xf0, 0x4f, 0x7d, 0xb7, 0x2b, 0xeb, 0x61, + 0xc1, 0x88, 0x82, 0xa5, 0x07, 0x51, 0xca, 0xb4, 0x7a, 0x04, 0xa3, 0xd4, 0x4d, 0x3a, 0x96, 0x25, + 0x03, 0x8f, 0x64, 0x0d, 0x65, 0x46, 0x96, 0x3b, 0x54, 0x89, 0x0e, 0x5f, 0x4a, 0xf7, 0xa3, 0xb4, + 0x69, 0xf5, 0x02, 0x72, 0x09, 0xa5, 0xb9, 0xd5, 0x0b, 0x64, 0x95, 0x2e, 0x08, 0xdf, 0x4c, 0xab, + 0x67, 0x08, 0xb4, 0xfc, 0x2e, 0xb4, 0xd8, 0x1c, 0x50, 0x26, 0xf6, 0x45, 0xe6, 0x51, 0x6a, 0x4f, + 0x37, 0xf1, 0x1c, 0x59, 0x40, 0xe9, 0x56, 0xb3, 0x6d, 0xe2, 0x04, 0x41, 0x28, 0x5b, 0xd5, 0xeb, + 0xba, 0xa9, 0xe3, 0x24, 0x3c, 0x1f, 0xb6, 0xaa, 0x9a, 0xa9, 0xe3, 0x14, 0x3c, 0xd7, 0x0e, 0x5a, + 0x4d, 0xc3, 0xc4, 0x69, 0x78, 0xd6, 0x1f, 0x11, 0xcf, 0x19, 0xb2, 0x84, 0x16, 0x8e, 0xb4, 0x7a, + 0x4d, 0xb0, 0xb2, 0xe5, 0xdf, 0x24, 0x51, 0x3e, 0xda, 0xfd, 0x48, 0x0e, 0xcd, 0x1f, 0x36, 0x6e, + 0x34, 0x9a, 0x0f, 0x37, 0xf0, 0x1c, 0xb0, 0x2b, 0x86, 0xae, 0x99, 0xb5, 0xc6, 0x1e, 0x4e, 0x80, + 0x48, 0xbc, 0xe9, 0x55, 0x9c, 0x24, 0x2b, 0x68, 0x39, 0x7c, 0xe9, 0xec, 0x6a, 0xb5, 0xba, 0x5e, + 0xc5, 0x29, 0x60, 0x0b, 0x5f, 0x80, 0x9d, 0x06, 0x42, 0xe8, 0x99, 0x22, 0x64, 0xc0, 0x40, 0x08, + 0x55, 0x71, 0x16, 0xd8, 0xc2, 0x5b, 0x60, 0xcf, 0x03, 0x3b, 0xf4, 0x5d, 0xb1, 0x17, 0x84, 0x27, + 0x02, 0xaa, 0xe2, 0x45, 0x82, 0xd1, 0x52, 0xcb, 0x68, 0x1e, 0xd5, 0xda, 0xb5, 0x66, 0x03, 0x34, + 0x10, 0x29, 0xa0, 0xdc, 0x04, 0xd1, 0xab, 0x38, 0x47, 0xd6, 0x10, 0x9e, 0x00, 0xca, 0xca, 0x12, + 0x21, 0x28, 0x5f, 0xd5, 0x23, 0xaa, 0xcb, 0xa1, 0x6b, 0xd3, 0xca, 0x79, 0xb2, 0x81, 0xc8, 0x14, + 0xa4, 0xd4, 0x0b, 0xa1, 0xba, 0xd8, 0x45, 0x4b, 0x6f, 0x54, 0x41, 0x1d, 0x93, 0x65, 0xb4, 0x18, + 0xc6, 0x16, 0x5e, 0x57, 0x60, 0x23, 0xe1, 0xab, 0x5e, 0xc5, 0x04, 0x6c, 0x87, 0x6f, 0xca, 0xc6, + 0x6a, 0x79, 0x17, 0xad, 0xef, 0x3b, 0xbd, 0x53, 0x6d, 0x64, 0x39, 0xae, 0x75, 0xec, 0xb8, 0x0e, + 0x1f, 0x87, 0xb1, 0x5e, 0x43, 0x58, 0xc6, 0xba, 0xb3, 0xaf, 0x75, 0xda, 0x26, 0x24, 0x65, 0x0e, + 0xd2, 0xd5, 0x36, 0xb5, 0x9d, 0xba, 0x1e, 0x86, 0x5c, 0xad, 0x9b, 0x2c, 0xf7, 0x50, 0x6e, 0xaa, + 0x21, 0xc3, 0xba, 0x8d, 0xa6, 0xa9, 0x52, 0x95, 0x45, 0xc9, 0xe6, 0x8d, 0x50, 0xe3, 0x61, 0xcd, + 0x10, 0x1b, 0x4d, 0x86, 0xf9, 0xab, 0x99, 0xb5, 0x8a, 0x56, 0xc7, 0x29, 0x10, 0x1d, 0xd4, 0xda, + 0xed, 0x30, 0x3d, 0x22, 0x59, 0x7b, 0x86, 0x56, 0x15, 0x99, 0x09, 0x6d, 0xed, 0x36, 0x0f, 0x1b, + 0x55, 0x9c, 0x2d, 0x3f, 0x9e, 0x40, 0xab, 0x31, 0x7d, 0x1b, 0xfc, 0x6d, 0x34, 0xab, 0x7a, 0xe7, + 0xb0, 0x61, 0xe8, 0x5a, 0x65, 0x5f, 0xf8, 0x38, 0x07, 0x21, 0xd2, 0x1b, 0x66, 0xcd, 0x7c, 0x47, + 0x47, 0x59, 0x4f, 0x90, 0x8b, 0x68, 0xb3, 0x52, 0xaf, 0xe9, 0x0d, 0xb3, 0x13, 0xd6, 0x8f, 0x0c, + 0xe9, 0xa1, 0x01, 0x75, 0x4a, 0x50, 0x7e, 0xb7, 0x69, 0x1c, 0x68, 0x66, 0xa7, 0xd6, 0x10, 0xc5, + 0x88, 0x53, 0x90, 0xdf, 0x5a, 0x63, 0xb7, 0xd9, 0x39, 0x73, 0x10, 0x02, 0x29, 0x91, 0x03, 0xcd, + 0xac, 0xec, 0xe3, 0x4c, 0xf9, 0xed, 0x68, 0x35, 0xa6, 0xa5, 0x92, 0x75, 0xb4, 0xa2, 0xc2, 0xd8, + 0xaa, 0x6b, 0x15, 0xfd, 0x40, 0x6f, 0xc0, 0x21, 0xc9, 0xa1, 0x79, 0xad, 0x5e, 0xdb, 0x83, 0xfc, + 0x26, 0xa0, 0x5a, 0x1a, 0x4d, 0xb3, 0xa3, 0x80, 0x64, 0x99, 0x21, 0x54, 0x71, 0x1d, 0xea, 0x71, + 0x61, 0x02, 0xa3, 0xa5, 0x4a, 0xb3, 0x61, 0x1a, 0xcd, 0x7a, 0xab, 0xae, 0x35, 0xd4, 0xae, 0x1e, + 0x31, 0x75, 0xa3, 0xa1, 0xd5, 0xc3, 0x9d, 0xe0, 0x04, 0x1c, 0x3b, 0xd8, 0x3f, 0x4e, 0x92, 0x45, + 0x94, 0xd1, 0xaa, 0x07, 0xb5, 0x06, 0x4e, 0x41, 0x35, 0xec, 0x68, 0x86, 0x7e, 0xa0, 0x9b, 0x5a, + 0x1d, 0xa7, 0xc1, 0x52, 0xbd, 0xa9, 0x55, 0x77, 0xb4, 0xba, 0xd6, 0xa8, 0xe8, 0x06, 0xce, 0x80, + 0xd6, 0x3e, 0x1c, 0xd6, 0x6c, 0xf9, 0x3a, 0x22, 0xda, 0x90, 0x9f, 0x52, 0x8f, 0x3b, 0xb6, 0x08, + 0xad, 0x58, 0x3b, 0x8f, 0x50, 0x5b, 0xaf, 0xef, 0xb6, 0x43, 0xcf, 0xc2, 0x43, 0xa7, 0xc9, 0xb7, + 0x44, 0xf9, 0xa7, 0x19, 0xb4, 0x24, 0x8e, 0x68, 0x97, 0x32, 0x41, 0x2f, 0xa0, 0x9c, 0xe6, 0x8d, + 0x15, 0x14, 0x7a, 0x7a, 0xe4, 0x30, 0x3e, 0xb4, 0xdc, 0x03, 0xcb, 0x3e, 0x75, 0x3c, 0x8a, 0x13, + 0x64, 0x0b, 0x6d, 0x44, 0xb1, 0xb6, 0x6d, 0xb9, 0xb4, 0x4d, 0x39, 0x4e, 0x0a, 0x0f, 0x7d, 0xab, + 0xbb, 0x63, 0xb9, 0x96, 0x67, 0x53, 0x86, 0x53, 0x53, 0x16, 0x1a, 0x94, 0xdf, 0xf2, 0xd9, 0x4d, + 0x9c, 0x26, 0xab, 0xa8, 0x20, 0xb1, 0x7d, 0x8b, 0x75, 0xab, 0x4e, 0x70, 0x13, 0x67, 0x40, 0x75, + 0xcf, 0x72, 0x5d, 0xca, 0xc6, 0xb5, 0xbe, 0xd5, 0xa3, 0x38, 0x4b, 0x36, 0xd1, 0x6a, 0x74, 0xa1, + 0x50, 0x30, 0x2f, 0x6a, 0x25, 0x34, 0x56, 0xf3, 0x38, 0x65, 0x27, 0x96, 0x4d, 0xf1, 0x02, 0x38, + 0x5f, 0xa1, 0x8c, 0x3b, 0x27, 0x10, 0x00, 0x8a, 0x17, 0xa1, 0xa5, 0xdd, 0xa0, 0x63, 0x8c, 0x44, + 0xd5, 0x53, 0x9b, 0x51, 0x8e, 0x73, 0x10, 0x81, 0x1b, 0x74, 0x7c, 0x64, 0x0d, 0x5d, 0x8e, 0x97, + 0xc4, 0xf9, 0xea, 0x52, 0xd1, 0x89, 0xf1, 0x32, 0x44, 0xd3, 0xf0, 0x5d, 0x8a, 0xf3, 0xe0, 0x35, + 0x3c, 0x69, 0x41, 0xe0, 0xf4, 0x3c, 0x28, 0x09, 0x5c, 0x80, 0x58, 0xde, 0x18, 0x1e, 0x53, 0xe6, + 0x51, 0x4e, 0x03, 0x8c, 0x45, 0xcb, 0x72, 0x87, 0x01, 0xa7, 0x0c, 0xaf, 0x88, 0x24, 0xfb, 0x1e, + 0x67, 0xbe, 0xdb, 0x72, 0x2d, 0x8f, 0x62, 0x02, 0x69, 0xdc, 0x63, 0xfe, 0x70, 0x80, 0x57, 0x45, + 0x6e, 0xfd, 0x2e, 0xc5, 0x6b, 0xb0, 0x5e, 0xdd, 0x0f, 0xf3, 0x83, 0xd7, 0x61, 0x1f, 0x6d, 0xee, + 0x33, 0xab, 0x47, 0x41, 0xd7, 0x72, 0x3c, 0xca, 0xf0, 0x06, 0xec, 0x43, 0xa2, 0xbb, 0x8e, 0x4b, + 0xf1, 0xe6, 0x14, 0xad, 0xea, 0x30, 0x6a, 0x73, 0x9f, 0x8d, 0x71, 0x11, 0x56, 0x6c, 0x0f, 0x8f, + 0xc3, 0x79, 0x19, 0xcc, 0x5d, 0x00, 0x87, 0x8e, 0x9c, 0x41, 0xcb, 0xf7, 0x5d, 0xbc, 0x25, 0x0e, + 0xa4, 0x65, 0x8b, 0x97, 0x8b, 0x60, 0x52, 0xe7, 0x76, 0x57, 0xb9, 0x7b, 0x09, 0xf6, 0x02, 0x40, + 0x9b, 0xb2, 0x11, 0x65, 0xf8, 0x2e, 0x58, 0x62, 0xc7, 0x62, 0xf4, 0x80, 0xf2, 0xb3, 0x4c, 0xdf, + 0x0d, 0xc5, 0x5f, 0x61, 0x54, 0xc4, 0xc7, 0x72, 0x0f, 0x7c, 0xcf, 0xe1, 0x3e, 0xc3, 0xf7, 0x80, + 0xe9, 0xba, 0xdf, 0xeb, 0x39, 0x5e, 0x0f, 0x5f, 0x86, 0x1d, 0x19, 0xd4, 0xf6, 0x47, 0x94, 0x8d, + 0xf1, 0xbd, 0xb0, 0xe9, 0x2a, 0x3d, 0x1e, 0xf6, 0x70, 0x09, 0xce, 0xd8, 0xc4, 0xe4, 0xbe, 0x1f, + 0x70, 0x7c, 0x1f, 0x44, 0x35, 0x5a, 0xa3, 0xf8, 0x7e, 0xa0, 0x85, 0x8d, 0x47, 0xd9, 0x7f, 0x00, + 0x68, 0x75, 0xbf, 0xe7, 0xd8, 0x67, 0x25, 0x73, 0x05, 0x4a, 0x26, 0xd2, 0xe3, 0x28, 0xc7, 0xaf, + 0x22, 0x45, 0xb4, 0x26, 0x19, 0x6d, 0x6a, 0x0f, 0x99, 0xc3, 0xc7, 0x61, 0xc4, 0xaf, 0x96, 0xff, + 0x4b, 0xd0, 0xa6, 0x2a, 0x63, 0xcd, 0xb6, 0x69, 0x10, 0x9c, 0xdd, 0x74, 0x05, 0x94, 0x3b, 0xf4, + 0x82, 0x01, 0xb5, 0x9d, 0x13, 0x87, 0x76, 0xf1, 0x1c, 0x98, 0x89, 0xba, 0xd5, 0x81, 0xe5, 0x3d, + 0xdc, 0x25, 0x9b, 0x88, 0x4c, 0x95, 0x54, 0xa7, 0xc2, 0x28, 0x54, 0xd6, 0xf7, 0x13, 0xb3, 0x82, + 0xc3, 0x41, 0x17, 0x04, 0x3f, 0x48, 0x90, 0x35, 0x54, 0x98, 0x16, 0xec, 0x51, 0x8e, 0x7f, 0x78, + 0x8e, 0x5e, 0xa5, 0x2e, 0xe5, 0x14, 0xff, 0x28, 0x41, 0xd6, 0x11, 0x9e, 0x16, 0xb4, 0x9d, 0x9e, + 0x87, 0x9f, 0x49, 0x90, 0x0d, 0xb4, 0x32, 0x0d, 0x1b, 0xd4, 0xa3, 0xb7, 0xf0, 0xb3, 0xc2, 0xba, + 0x2a, 0x57, 0xe5, 0xcc, 0x17, 0x92, 0x11, 0x54, 0x7a, 0xf2, 0x64, 0x14, 0x35, 0xe8, 0xc8, 0xbf, + 0x49, 0xf1, 0x17, 0x67, 0x50, 0x1f, 0xba, 0x2f, 0xfe, 0x52, 0x92, 0xdc, 0x83, 0xb6, 0x14, 0x1a, + 0xb3, 0xdf, 0x0f, 0xa7, 0xee, 0x44, 0x90, 0xab, 0x7d, 0x24, 0x45, 0xee, 0x46, 0x17, 0xe2, 0x08, + 0xa1, 0xe7, 0x1f, 0x4d, 0x91, 0x02, 0x42, 0x37, 0xe8, 0xc4, 0xe9, 0xbf, 0x4e, 0x00, 0x69, 0xe1, + 0x6f, 0xd0, 0xa5, 0x73, 0x00, 0xe8, 0x9e, 0xcd, 0xc6, 0x03, 0x8e, 0xff, 0x3e, 0x41, 0xaa, 0x34, + 0x44, 0xfe, 0x31, 0x41, 0x1e, 0x66, 0xd6, 0x00, 0x4e, 0xf6, 0xcb, 0xd0, 0x5e, 0x96, 0x85, 0x19, + 0xef, 0x96, 0xc4, 0x5e, 0x81, 0xae, 0x09, 0x47, 0x3c, 0x0c, 0xe6, 0x3f, 0x27, 0x2b, 0x1d, 0x51, + 0xe6, 0x9c, 0x8c, 0xf1, 0xbf, 0x52, 0x64, 0x0b, 0xad, 0x47, 0xfb, 0x8a, 0x72, 0xeb, 0x67, 0xe9, + 0x18, 0x99, 0xf4, 0xf0, 0xe7, 0x71, 0x32, 0x99, 0xc8, 0x5f, 0xa4, 0xc9, 0x25, 0xb4, 0x39, 0x23, + 0x93, 0x97, 0x1c, 0xc5, 0xbf, 0x4c, 0x93, 0x0b, 0x68, 0x6d, 0x46, 0xda, 0xe6, 0x16, 0xe3, 0xf8, + 0xf9, 0x34, 0x29, 0xce, 0x36, 0xb9, 0x4e, 0x9b, 0xfb, 0x03, 0xfc, 0x42, 0x9c, 0x92, 0x41, 0x03, + 0xca, 0xf1, 0xaf, 0xd2, 0xe4, 0x0a, 0xba, 0xf7, 0x9c, 0x68, 0x60, 0x39, 0xac, 0xb3, 0x37, 0xa4, + 0x01, 0xef, 0x68, 0x3d, 0xe8, 0x58, 0xbf, 0x8e, 0x33, 0xd1, 0xb2, 0x86, 0x01, 0xc5, 0x2f, 0xc6, + 0xae, 0x6b, 0x8d, 0x28, 0x7e, 0x09, 0xba, 0x73, 0x5e, 0x36, 0x0a, 0x15, 0x97, 0x6f, 0x66, 0xa6, + 0x41, 0x19, 0x90, 0x6f, 0x65, 0xc0, 0x86, 0x02, 0xa1, 0xeb, 0xab, 0xf6, 0xf2, 0xed, 0x0c, 0x84, + 0x6a, 0x42, 0x17, 0xa3, 0xb7, 0x92, 0x7d, 0x27, 0x23, 0x0e, 0x83, 0x94, 0xed, 0x51, 0xae, 0x04, + 0x4f, 0x65, 0xc4, 0x61, 0x38, 0x13, 0x40, 0xc7, 0x0c, 0xf0, 0xd3, 0x19, 0x38, 0x0c, 0xa2, 0xa7, + 0x74, 0xc4, 0x5f, 0xd9, 0xb2, 0x3e, 0x95, 0x05, 0x7a, 0x88, 0xb7, 0xb9, 0x65, 0xdf, 0x34, 0x19, + 0xdc, 0x02, 0x9f, 0xce, 0xc2, 0x9e, 0xa1, 0xef, 0xf4, 0x55, 0xdf, 0x51, 0x9b, 0x78, 0xef, 0xfc, + 0x79, 0x91, 0xdc, 0xca, 0xed, 0x79, 0xc8, 0xdf, 0x44, 0x34, 0x53, 0x15, 0xbf, 0x8f, 0x97, 0x4a, + 0xdd, 0x3f, 0xcc, 0x8b, 0x30, 0x4c, 0xf5, 0x7e, 0xa5, 0xf7, 0xcc, 0xc2, 0x39, 0x89, 0xd4, 0x79, + 0x76, 0x01, 0x82, 0x30, 0xd5, 0x91, 0x95, 0xca, 0x97, 0x17, 0x67, 0x05, 0x52, 0xe3, 0x2b, 0x8b, + 0x10, 0x86, 0xb3, 0x96, 0xad, 0x14, 0x3e, 0x86, 0x66, 0x70, 0xc9, 0x7f, 0x1c, 0xc1, 0xda, 0xd3, + 0xf7, 0xa9, 0xd2, 0x78, 0xf9, 0xbc, 0x44, 0xea, 0xbc, 0x82, 0xc8, 0x0a, 0x5a, 0x12, 0x1d, 0x54, + 0x91, 0x9f, 0xcf, 0x9d, 0x41, 0x92, 0xf5, 0x02, 0x0c, 0xc3, 0x05, 0x75, 0x85, 0x2a, 0xe2, 0x53, + 0x4b, 0x11, 0x54, 0x72, 0x9f, 0x5e, 0x02, 0xef, 0xce, 0x2e, 0x4d, 0xc5, 0xfe, 0xcc, 0xf2, 0x0c, + 0x2e, 0xf9, 0x9f, 0x5d, 0x06, 0xdf, 0xa6, 0x07, 0x08, 0xa5, 0xf1, 0xfe, 0xfc, 0x39, 0x89, 0xd4, + 0xf9, 0x40, 0x1e, 0x56, 0x56, 0x97, 0xaa, 0xe2, 0xff, 0x31, 0x8a, 0x4a, 0xee, 0x9f, 0xf2, 0x50, + 0xc7, 0x07, 0x96, 0x3d, 0xf0, 0x7d, 0x57, 0x51, 0x7f, 0x5c, 0x98, 0x06, 0x25, 0xf3, 0xb9, 0x02, + 0xe4, 0x7c, 0x76, 0xc8, 0x50, 0x2a, 0x5f, 0xc5, 0xb1, 0x52, 0xa9, 0xfb, 0x35, 0x0c, 0x7d, 0x0a, + 0xca, 0x57, 0xf1, 0x3f, 0xbe, 0x32, 0x41, 0x24, 0xe7, 0x13, 0x2b, 0xe0, 0x9f, 0xba, 0x38, 0x15, + 0xef, 0xdf, 0x51, 0x54, 0x72, 0xff, 0x23, 0xb4, 0x61, 0x1c, 0x51, 0xbc, 0x17, 0xc9, 0x04, 0x91, + 0x9c, 0x97, 0x08, 0x1c, 0xb9, 0xe8, 0xc8, 0xa2, 0xd8, 0xdf, 0x5d, 0x8d, 0x91, 0x49, 0xbd, 0xef, + 0xad, 0x42, 0x07, 0x0d, 0x87, 0x23, 0xc5, 0xff, 0xdc, 0xda, 0x14, 0x26, 0x79, 0x9f, 0x5f, 0x83, + 0x1d, 0xcf, 0x0e, 0x2b, 0x4a, 0xe3, 0x83, 0xeb, 0xb1, 0x52, 0xa9, 0xfb, 0xa1, 0x75, 0xc8, 0xdd, + 0xf4, 0xac, 0xa2, 0xf4, 0xfe, 0x7c, 0x5e, 0x22, 0x75, 0xfe, 0x22, 0x24, 0x67, 0xdf, 0x09, 0x67, + 0xdd, 0xf4, 0x27, 0x1b, 0x90, 0x2e, 0x39, 0xe7, 0x28, 0x43, 0x5f, 0xdf, 0x9c, 0x06, 0xa5, 0x8d, + 0x6f, 0x6c, 0x92, 0x8b, 0x93, 0x51, 0x55, 0x0d, 0x9a, 0x4a, 0xe3, 0x89, 0x62, 0x9c, 0x50, 0x6a, + 0x7e, 0xb2, 0x08, 0x17, 0x5e, 0xcc, 0xec, 0xa9, 0xb4, 0xdf, 0x73, 0xe1, 0x4e, 0x04, 0x69, 0xe1, + 0xb1, 0x0b, 0xa4, 0x84, 0xee, 0x8a, 0x1f, 0x93, 0x95, 0x91, 0xdf, 0xfe, 0x3f, 0x8e, 0xb4, 0xf3, + 0xbb, 0x0b, 0x53, 0xb7, 0x8e, 0x2c, 0xb8, 0xc9, 0x18, 0xb2, 0x15, 0x23, 0x53, 0x93, 0xc8, 0x16, + 0x6c, 0x6f, 0x66, 0x62, 0x9a, 0x8c, 0x0c, 0x17, 0xe3, 0x84, 0xf2, 0x2e, 0x7b, 0xf2, 0x22, 0xb9, + 0x8c, 0x2e, 0xc6, 0x8d, 0x55, 0x93, 0x71, 0xe0, 0xd2, 0x1d, 0x19, 0x6a, 0x1e, 0xb8, 0x54, 0x36, + 0x50, 0x4e, 0x04, 0xa4, 0xed, 0x0f, 0x99, 0x4d, 0xc3, 0x2f, 0x97, 0x8a, 0x56, 0xef, 0xb4, 0x9b, + 0x87, 0x46, 0x05, 0xbe, 0x81, 0xe0, 0xcb, 0x64, 0xb7, 0xad, 0xde, 0xc5, 0x47, 0xd4, 0xbe, 0x69, + 0xb6, 0x14, 0x20, 0x3e, 0x25, 0x2a, 0xf5, 0x66, 0x43, 0x57, 0x48, 0xaa, 0xbc, 0x83, 0xf0, 0xfe, + 0x78, 0x40, 0xd9, 0xd1, 0x1e, 0xf5, 0xd4, 0x30, 0xb7, 0x81, 0xc8, 0x2c, 0x76, 0x74, 0x1d, 0xcf, + 0xc5, 0xe2, 0xaf, 0xc1, 0x89, 0xf2, 0xdb, 0x50, 0x1e, 0x32, 0x0d, 0x93, 0xf5, 0xae, 0xcf, 0xfa, + 0x16, 0x17, 0x5f, 0xe7, 0x11, 0xe4, 0x68, 0xbf, 0xfa, 0x08, 0x9e, 0x83, 0xe1, 0xf7, 0x1c, 0x8e, + 0x13, 0xe5, 0x07, 0xe1, 0xce, 0xf3, 0x87, 0xdd, 0x9a, 0xe7, 0xf0, 0xaa, 0xc5, 0x2d, 0xb9, 0xc1, + 0x1c, 0x9a, 0x6f, 0xf8, 0x42, 0x80, 0xe7, 0xc4, 0x17, 0xdc, 0xa3, 0x43, 0x46, 0x71, 0xe2, 0x4d, + 0x6f, 0x41, 0x8b, 0x01, 0xf5, 0x02, 0x87, 0x3b, 0x23, 0x4a, 0xee, 0xda, 0x0e, 0x7f, 0xf0, 0xde, + 0x56, 0x3f, 0x78, 0x6f, 0xef, 0x3a, 0xd4, 0xed, 0x36, 0x45, 0xe9, 0x07, 0xc5, 0xe7, 0xde, 0x97, + 0x12, 0xbf, 0xfd, 0x9c, 0x69, 0xec, 0x3c, 0xf0, 0xce, 0xfb, 0x7a, 0x0e, 0x3f, 0x1d, 0x1e, 0x6f, + 0xdb, 0x7e, 0xff, 0x5a, 0xdf, 0xb1, 0x99, 0x1f, 0xf8, 0x27, 0xfc, 0x5a, 0xdf, 0xb7, 0xaf, 0xb1, + 0x81, 0x7d, 0x2d, 0xfc, 0x4d, 0xfd, 0x38, 0x2b, 0x0c, 0xbe, 0xf6, 0x7f, 0x01, 0x00, 0x00, 0xff, + 0xff, 0x56, 0x01, 0x9b, 0xbe, 0x6f, 0x17, 0x00, 0x00, } diff --git a/rpc/common/moc_common_common.proto b/rpc/common/moc_common_common.proto index deaaa5f5..08c3be77 100644 --- a/rpc/common/moc_common_common.proto +++ b/rpc/common/moc_common_common.proto @@ -103,6 +103,17 @@ message Version { string number = 1; } +enum PlacementStatusType { + UNKNOWN_PLACEMENT = 0; + ALIGNED = 1; + NOT_ALIGNED = 2; +} + +message PlacementStatus { + PlacementStatusType Status = 1; + string Message = 2; +} + message Status { Health health = 1; ProvisionStatus provisioningStatus = 2; @@ -110,6 +121,7 @@ message Status { Version version = 4; DownloadStatus downloadStatus = 5; ValidationStatus validationStatus = 6; + PlacementStatus placementStatus = 7; } message Entity { From 726c02b50c35b43800c9964f13292921d963039e Mon Sep 17 00:00:00 2001 From: bgriddaluru Date: Thu, 25 Jul 2024 12:51:47 -0700 Subject: [PATCH 5/9] Fix naming after integration --- .../moc_cloudagent_virtualmachine.pb.go | 286 +++++++++--------- .../moc_cloudagent_virtualmachine.proto | 4 +- .../moc_nodeagent_virtualmachine.pb.go | 278 ++++++++--------- .../moc_nodeagent_virtualmachine.proto | 4 +- 4 files changed, 286 insertions(+), 286 deletions(-) diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index 5480abf8..d7bf1b96 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -897,39 +897,39 @@ func (m *AvailabilitySetReference) GetName() string { return "" } -type AvailabilityZone struct { +type AvailabilityZoneReference 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:"-"` } -func (m *AvailabilityZone) Reset() { *m = AvailabilityZone{} } -func (m *AvailabilityZone) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZone) ProtoMessage() {} -func (*AvailabilityZone) Descriptor() ([]byte, []int) { +func (m *AvailabilityZoneReference) Reset() { *m = AvailabilityZoneReference{} } +func (m *AvailabilityZoneReference) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZoneReference) ProtoMessage() {} +func (*AvailabilityZoneReference) Descriptor() ([]byte, []int) { return fileDescriptor_a65ab853cd24c92b, []int{16} } -func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZone.Unmarshal(m, b) +func (m *AvailabilityZoneReference) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZoneReference.Unmarshal(m, b) } -func (m *AvailabilityZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZone.Marshal(b, m, deterministic) +func (m *AvailabilityZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZoneReference.Marshal(b, m, deterministic) } -func (m *AvailabilityZone) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZone.Merge(m, src) +func (m *AvailabilityZoneReference) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZoneReference.Merge(m, src) } -func (m *AvailabilityZone) XXX_Size() int { - return xxx_messageInfo_AvailabilityZone.Size(m) +func (m *AvailabilityZoneReference) XXX_Size() int { + return xxx_messageInfo_AvailabilityZoneReference.Size(m) } -func (m *AvailabilityZone) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZone.DiscardUnknown(m) +func (m *AvailabilityZoneReference) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZoneReference.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZone proto.InternalMessageInfo +var xxx_messageInfo_AvailabilityZoneReference proto.InternalMessageInfo -func (m *AvailabilityZone) GetName() string { +func (m *AvailabilityZoneReference) GetName() string { if m != nil { return m.Name } @@ -937,11 +937,11 @@ func (m *AvailabilityZone) GetName() string { } type AvailabilityZoneConfiguration struct { - AvailabilityZones []*AvailabilityZone `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` - StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + AvailabilityZones []*AvailabilityZoneReference `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` + StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } @@ -969,7 +969,7 @@ func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo -func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZone { +func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZoneReference { if m != nil { return m.AvailabilityZones } @@ -1509,7 +1509,7 @@ func init() { proto.RegisterType((*UefiSettings)(nil), "moc.cloudagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.cloudagent.compute.SecurityConfiguration") proto.RegisterType((*AvailabilitySetReference)(nil), "moc.cloudagent.compute.AvailabilitySetReference") - proto.RegisterType((*AvailabilityZone)(nil), "moc.cloudagent.compute.AvailabilityZone") + proto.RegisterType((*AvailabilityZoneReference)(nil), "moc.cloudagent.compute.AvailabilityZoneReference") proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.cloudagent.compute.AvailabilityZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.cloudagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.cloudagent.compute.VirtualMachineOperationRequest") @@ -1525,125 +1525,125 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1886 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0xe3, 0xc8, - 0xf5, 0x5f, 0x19, 0x30, 0xf8, 0xf0, 0x31, 0xd0, 0x03, 0x8c, 0xfe, 0xfc, 0x81, 0xa5, 0x34, 0x5b, - 0x53, 0xec, 0x64, 0xd7, 0x6c, 0xd8, 0x99, 0xc9, 0x56, 0x6a, 0x53, 0x5b, 0x06, 0x33, 0x03, 0xb5, - 0x7c, 0x38, 0x6d, 0xc3, 0x54, 0x51, 0xa9, 0x9a, 0x15, 0x72, 0x63, 0x3a, 0x58, 0x6a, 0x6d, 0x77, - 0x0b, 0xaf, 0x93, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x4f, 0x90, 0xbb, 0x4d, 0xee, 0x72, - 0x91, 0xfb, 0x3c, 0x47, 0x2e, 0x93, 0x47, 0x48, 0xaa, 0x5b, 0x92, 0x2d, 0xc9, 0x12, 0x31, 0x55, - 0x99, 0x8b, 0x5c, 0xd9, 0x3a, 0xe7, 0xfc, 0x7e, 0x7d, 0x74, 0xfa, 0x7c, 0x74, 0x0b, 0x9e, 0xba, - 0xcc, 0x79, 0xe7, 0x74, 0x59, 0xd0, 0xb6, 0x3b, 0xc4, 0x93, 0xef, 0xee, 0x28, 0x97, 0x81, 0xdd, - 0x75, 0x6d, 0xe7, 0x86, 0x7a, 0xa4, 0xea, 0x73, 0x26, 0x19, 0x5a, 0x75, 0x99, 0x53, 0x1d, 0x1a, - 0x55, 0x1d, 0xe6, 0xfa, 0x81, 0x24, 0x6b, 0x9b, 0x1d, 0xc6, 0x3a, 0x5d, 0xb2, 0xa3, 0xad, 0xae, - 0x82, 0xeb, 0x9d, 0x1e, 0xb7, 0x7d, 0x9f, 0x70, 0x11, 0xe2, 0xd6, 0x9e, 0x68, 0x72, 0xe6, 0xba, - 0xcc, 0x8b, 0x7e, 0x22, 0xc5, 0x66, 0x5a, 0xa1, 0xc8, 0x92, 0x7a, 0xeb, 0x0f, 0x06, 0xac, 0x5c, - 0x84, 0x9e, 0x9c, 0x84, 0x9e, 0x60, 0xf2, 0x6d, 0x40, 0x84, 0x44, 0x0d, 0x78, 0x94, 0x56, 0x08, - 0xd3, 0xd8, 0x9a, 0xd8, 0x9e, 0xdd, 0x7d, 0x56, 0xcd, 0x77, 0xb2, 0x9a, 0xe1, 0xc9, 0xc2, 0xd1, - 0x0b, 0x98, 0x3f, 0xf3, 0x09, 0xb7, 0x25, 0x65, 0x5e, 0xab, 0xef, 0x13, 0xb3, 0xb4, 0x65, 0x6c, - 0x2f, 0xec, 0x2e, 0x68, 0xbe, 0x81, 0x06, 0xa7, 0x8d, 0xac, 0xef, 0x0d, 0x58, 0xcd, 0x7a, 0x28, - 0x7c, 0xe6, 0x09, 0xf2, 0x1e, 0x5c, 0xdc, 0x85, 0x32, 0x26, 0x22, 0xe8, 0x4a, 0xed, 0xdb, 0xec, - 0xee, 0x5a, 0x35, 0x0c, 0x7c, 0x35, 0x0e, 0x7c, 0x75, 0x8f, 0xb1, 0xee, 0x85, 0xdd, 0x0d, 0x08, - 0x8e, 0x2c, 0xd1, 0x32, 0x4c, 0x1d, 0x70, 0xce, 0xb8, 0x39, 0xb1, 0x65, 0x6c, 0x57, 0x70, 0xf8, - 0x60, 0x55, 0x61, 0xae, 0xd9, 0x3c, 0x6c, 0x04, 0x57, 0x5d, 0xea, 0x7c, 0x4d, 0xfa, 0x68, 0x13, - 0xa6, 0x6f, 0x49, 0xbf, 0x6d, 0x4b, 0xdb, 0x34, 0x94, 0xdd, 0xde, 0xe4, 0x6f, 0xff, 0x64, 0x1a, - 0x38, 0x16, 0x5a, 0x16, 0x4c, 0xd6, 0xa9, 0xb8, 0x45, 0x6b, 0x30, 0xd3, 0xa6, 0xe2, 0xd6, 0xb3, - 0x5d, 0x12, 0x1a, 0xe2, 0xc1, 0xb3, 0xf5, 0x77, 0x03, 0x96, 0x9b, 0x92, 0x71, 0xbb, 0x43, 0xf6, - 0x99, 0x77, 0x4d, 0x3b, 0x41, 0x18, 0x27, 0xf4, 0x02, 0xca, 0x4c, 0x28, 0x33, 0x0d, 0x99, 0xdd, - 0x5d, 0x2f, 0x7a, 0x7f, 0xb5, 0x04, 0x8e, 0x6c, 0xd1, 0x8f, 0xa1, 0xa2, 0x96, 0x56, 0xff, 0x85, - 0x59, 0xd2, 0x81, 0xbb, 0x1f, 0x38, 0x34, 0x47, 0xcf, 0x60, 0x81, 0xba, 0x76, 0x87, 0x60, 0x72, - 0x4d, 0x38, 0xf1, 0x1c, 0x12, 0xbd, 0x7d, 0x46, 0x8a, 0x5e, 0xc0, 0xca, 0x9d, 0x1b, 0x3a, 0xbb, - 0xcf, 0x3c, 0x69, 0x53, 0x8f, 0xf0, 0x53, 0xf5, 0x6e, 0x93, 0xda, 0x3c, 0x5f, 0x69, 0xbd, 0x86, - 0xc5, 0x53, 0x22, 0x7b, 0x8c, 0xdf, 0x1e, 0x79, 0x92, 0xf0, 0x6b, 0xdb, 0x21, 0x68, 0x17, 0x96, - 0xbd, 0x8c, 0xec, 0x74, 0x18, 0xa4, 0x5c, 0x9d, 0xf5, 0x0d, 0x2c, 0x47, 0x3c, 0xe9, 0x78, 0x1d, - 0x02, 0xd0, 0xd8, 0x30, 0xce, 0x99, 0xed, 0xa2, 0x57, 0xcf, 0x7a, 0x82, 0x13, 0x58, 0xeb, 0x37, - 0x06, 0x2c, 0x9d, 0x0b, 0xc2, 0xd3, 0xfc, 0x5b, 0x30, 0x13, 0x08, 0xc2, 0x87, 0x9b, 0x18, 0xed, - 0xf6, 0x40, 0xaa, 0x2c, 0x7c, 0x5b, 0x88, 0x1e, 0xe3, 0x6d, 0x9d, 0x6a, 0x03, 0x8b, 0x58, 0x8a, - 0x3e, 0x0e, 0x39, 0xa4, 0x2a, 0x94, 0x09, 0x5d, 0x28, 0xf3, 0xda, 0x43, 0xb5, 0x9a, 0x2a, 0x0c, - 0x3c, 0x50, 0xab, 0x70, 0xe1, 0x7a, 0x23, 0xed, 0xc2, 0x26, 0x40, 0x9b, 0x0a, 0xfb, 0xaa, 0x4b, - 0x70, 0xbd, 0xa1, 0x9d, 0x98, 0xc1, 0x09, 0x09, 0x42, 0x30, 0xe9, 0x33, 0x1e, 0xe6, 0xf9, 0x3c, - 0xd6, 0xff, 0xad, 0x4b, 0x40, 0xc7, 0xd4, 0x0b, 0xbe, 0x4b, 0x33, 0xd5, 0x61, 0x23, 0xc2, 0x35, - 0x22, 0xdf, 0x6a, 0x81, 0xbc, 0x21, 0x9e, 0xa4, 0x8e, 0x36, 0x88, 0xc8, 0xef, 0x37, 0xb2, 0x7e, - 0x57, 0x82, 0xe5, 0xb7, 0xd4, 0x6b, 0xb3, 0x9e, 0x48, 0xd3, 0xbf, 0x82, 0x55, 0xe2, 0x29, 0x60, - 0x2d, 0x90, 0xcc, 0xb5, 0x25, 0x75, 0xce, 0xfd, 0xb6, 0x2d, 0xf5, 0xbe, 0x28, 0xde, 0x02, 0xad, - 0x2a, 0x14, 0x49, 0x5d, 0x72, 0xc9, 0xbc, 0xb0, 0x91, 0x54, 0xf0, 0xe0, 0x19, 0xb5, 0x46, 0x03, - 0xa2, 0x63, 0x78, 0xcf, 0x2e, 0x67, 0xed, 0xf1, 0x68, 0x48, 0xdf, 0x00, 0x7a, 0x4b, 0x3d, 0x7c, - 0x92, 0xe6, 0x9d, 0xd4, 0xbc, 0x4f, 0x34, 0xef, 0xa8, 0x1a, 0xe7, 0x40, 0xac, 0xbf, 0x4d, 0xc1, - 0x7a, 0xd4, 0xe4, 0xbc, 0x4e, 0xb3, 0x2f, 0x24, 0x71, 0xd3, 0x2b, 0x59, 0x30, 0x17, 0xf9, 0xc5, - 0x13, 0x39, 0x9e, 0x92, 0xa1, 0x33, 0x98, 0xb7, 0xdb, 0x2e, 0xf5, 0xa8, 0x90, 0xdc, 0x96, 0x8c, - 0x47, 0x1d, 0xeb, 0xe3, 0xa2, 0x17, 0x1c, 0xc9, 0x52, 0x9c, 0xc6, 0xa3, 0xaf, 0x60, 0x4a, 0x65, - 0x94, 0x30, 0x27, 0x74, 0x3d, 0x3c, 0x80, 0x28, 0xc4, 0xa1, 0x8f, 0x00, 0x9c, 0x40, 0x48, 0xe6, - 0xd6, 0x55, 0x97, 0x9b, 0x4c, 0x64, 0x75, 0x42, 0x8e, 0xea, 0x00, 0xbe, 0xee, 0x8a, 0xb7, 0xa4, - 0x2f, 0xcc, 0x29, 0xbd, 0xd6, 0x47, 0x45, 0x6b, 0x25, 0x5b, 0x28, 0x4e, 0xe0, 0xd0, 0x67, 0xaa, - 0xe3, 0xe9, 0xda, 0x28, 0xeb, 0xda, 0x30, 0x93, 0x43, 0x24, 0x0e, 0xaa, 0x2e, 0x93, 0xc8, 0x0e, - 0xfd, 0x14, 0x96, 0x98, 0xd8, 0x63, 0x4c, 0xaa, 0xf7, 0xf5, 0x0f, 0xbc, 0x0e, 0xf5, 0x88, 0x39, - 0xad, 0xc1, 0x4f, 0xf3, 0xc0, 0x19, 0x53, 0x3c, 0x8a, 0x46, 0x97, 0x80, 0xba, 0x23, 0xf5, 0x62, - 0xce, 0xe8, 0x7d, 0x78, 0x5e, 0xf4, 0x4a, 0xa3, 0x15, 0x86, 0x73, 0x58, 0xd0, 0x37, 0xb0, 0xdc, - 0xcb, 0x29, 0x17, 0xb3, 0xa2, 0xd9, 0x3f, 0x29, 0x62, 0xcf, 0x2b, 0x31, 0x9c, 0xcb, 0xa4, 0xd2, - 0xd9, 0xe7, 0xec, 0xbb, 0x7e, 0x9a, 0x1f, 0x12, 0xe9, 0xdc, 0x18, 0x51, 0xe3, 0x1c, 0x88, 0xf5, - 0x7d, 0x09, 0x56, 0x0e, 0x6d, 0xde, 0xee, 0xd9, 0x3c, 0x33, 0x97, 0x3e, 0x87, 0xf2, 0xc5, 0x49, - 0x93, 0xfe, 0x22, 0xcc, 0xe0, 0x85, 0xdd, 0xff, 0xd7, 0xb4, 0xe9, 0xa1, 0xab, 0xd4, 0xe1, 0x46, - 0x85, 0xa6, 0xe8, 0x27, 0x71, 0x1a, 0x69, 0x60, 0x98, 0xd5, 0x1b, 0x39, 0xc0, 0xfd, 0x81, 0x11, - 0x4e, 0x00, 0xd0, 0x3b, 0x58, 0x6b, 0xf7, 0x3d, 0xdb, 0xa5, 0xce, 0x09, 0x71, 0x19, 0xef, 0xe7, - 0x75, 0x81, 0x0f, 0x35, 0x5d, 0xbd, 0xd0, 0x0c, 0xdf, 0x43, 0x81, 0x5e, 0x03, 0xba, 0x4b, 0x39, - 0xf2, 0xa6, 0x71, 0x2e, 0xcc, 0x49, 0x9d, 0xc8, 0xab, 0x39, 0x7e, 0xbe, 0x69, 0x9c, 0xe3, 0x1c, - 0x84, 0xf5, 0x25, 0xcc, 0x9d, 0x93, 0x6b, 0xda, 0x24, 0x52, 0x25, 0x9d, 0x40, 0x9f, 0xc0, 0x92, - 0x20, 0x4e, 0xc0, 0x89, 0x4a, 0xb3, 0x03, 0xdd, 0xf4, 0xda, 0x51, 0x0f, 0x1c, 0x55, 0x58, 0x7f, - 0x36, 0x60, 0xa5, 0xa9, 0xa4, 0x54, 0x66, 0xfc, 0x5b, 0x87, 0x4a, 0xd8, 0x32, 0x5b, 0x8d, 0x93, - 0x08, 0x3f, 0x14, 0xa0, 0x43, 0x98, 0x0b, 0x12, 0xab, 0x46, 0xf1, 0x2d, 0x2c, 0xc0, 0xa4, 0x87, - 0x38, 0x85, 0x44, 0x2f, 0x61, 0x4e, 0x44, 0x0e, 0xb4, 0x86, 0x43, 0x6a, 0x49, 0x33, 0x35, 0x13, - 0x0a, 0x9c, 0x32, 0xb3, 0x8e, 0xc1, 0xac, 0xdd, 0xd9, 0xb4, 0x6b, 0x5f, 0xd1, 0x2e, 0x95, 0xfd, - 0x26, 0x91, 0xc3, 0xd3, 0xc2, 0x3a, 0x54, 0x3a, 0x9c, 0x05, 0x7e, 0xa2, 0xe9, 0x0d, 0x05, 0x6a, - 0x64, 0xe9, 0x89, 0x1a, 0x76, 0x7b, 0xfd, 0xdf, 0x7a, 0x06, 0x8b, 0x49, 0x36, 0xdd, 0xfd, 0x63, - 0x3b, 0x23, 0x61, 0xf7, 0x47, 0x03, 0x36, 0xb2, 0x86, 0xe9, 0xb0, 0x5d, 0xc0, 0x92, 0x9d, 0x31, - 0xf8, 0x8f, 0x47, 0x83, 0x2c, 0x23, 0x1e, 0xa5, 0x50, 0x27, 0x20, 0x21, 0x39, 0x75, 0x64, 0xed, - 0xfa, 0x9a, 0x7a, 0x2a, 0x0a, 0x2c, 0xe4, 0x2e, 0xe9, 0xad, 0xc9, 0x57, 0x5a, 0xff, 0x98, 0x81, - 0x85, 0x74, 0x1a, 0xe5, 0xbd, 0x16, 0x5a, 0x80, 0x12, 0x8d, 0x0e, 0x10, 0xb8, 0x44, 0xdb, 0xe8, - 0x35, 0x4c, 0x8b, 0xf0, 0x80, 0x18, 0x65, 0x7a, 0x61, 0xa3, 0xc8, 0x3b, 0x47, 0xe2, 0x18, 0x8c, - 0xea, 0x50, 0x62, 0x22, 0x1a, 0x6d, 0x2f, 0x8a, 0x28, 0xee, 0x1b, 0x61, 0xb8, 0xc4, 0x84, 0xf2, - 0x26, 0x3a, 0x96, 0x99, 0x53, 0xf7, 0x7b, 0x93, 0x77, 0x4a, 0xc3, 0x31, 0x58, 0x8d, 0x7a, 0x8f, - 0xb5, 0xc3, 0xe3, 0x5e, 0x39, 0x1c, 0xf5, 0xf1, 0x73, 0x3a, 0x65, 0xa6, 0xb3, 0x29, 0xf3, 0x14, - 0xca, 0x42, 0xda, 0x32, 0x10, 0x51, 0x57, 0x9e, 0x0d, 0xb3, 0x53, 0x8b, 0x70, 0xa4, 0x52, 0xd3, - 0xb6, 0xcb, 0xc2, 0x63, 0x8a, 0x66, 0xa9, 0x84, 0xd3, 0x36, 0x29, 0x43, 0x5f, 0xc0, 0x93, 0xe8, - 0x7c, 0x73, 0x48, 0x3b, 0x37, 0xc9, 0x7d, 0xd7, 0x1d, 0x73, 0x06, 0x17, 0xa9, 0xd1, 0x2b, 0x28, - 0xdf, 0xe9, 0x49, 0x64, 0xce, 0xea, 0x02, 0xd9, 0x2c, 0xbc, 0x9b, 0x9c, 0x84, 0x6d, 0x30, 0xb4, - 0x46, 0x47, 0x30, 0x73, 0x13, 0x35, 0x55, 0x73, 0x4e, 0x3b, 0xff, 0x69, 0x11, 0x32, 0xb7, 0xf9, - 0xe2, 0x01, 0x5c, 0x75, 0x16, 0xbb, 0xdb, 0x65, 0x3d, 0xd2, 0x3e, 0xeb, 0xa9, 0x23, 0x36, 0x6b, - 0x13, 0x61, 0xce, 0x6f, 0x4d, 0x6c, 0x57, 0xf0, 0xa8, 0x02, 0xed, 0x00, 0xf8, 0xac, 0x47, 0xb8, - 0x8a, 0x12, 0x31, 0x17, 0xb4, 0xd3, 0x8f, 0xc2, 0x79, 0x30, 0x10, 0xe3, 0x84, 0x89, 0xf2, 0x34, - 0xae, 0x70, 0xf3, 0xd1, 0xfd, 0x9e, 0xe6, 0x76, 0x2c, 0x3c, 0x80, 0xa3, 0x0d, 0x98, 0x94, 0x76, - 0x47, 0x98, 0x8b, 0x9a, 0xa6, 0xa2, 0x69, 0x5a, 0x76, 0x47, 0x60, 0x2d, 0x46, 0x5f, 0x02, 0x74, - 0xd4, 0xe5, 0xb4, 0xa6, 0x48, 0xcd, 0xa5, 0xc4, 0x5d, 0xe7, 0xcd, 0x40, 0x9c, 0xa6, 0x4e, 0xd8, - 0xa3, 0x9f, 0xc1, 0xea, 0xf0, 0xe9, 0xc8, 0x13, 0xd2, 0xf6, 0x1c, 0x72, 0x41, 0x49, 0xcf, 0x44, - 0x89, 0x26, 0x98, 0xae, 0xba, 0x11, 0x5b, 0x5c, 0xc0, 0x81, 0x2e, 0xe1, 0x91, 0x9d, 0xee, 0x6b, - 0xe6, 0x63, 0x4d, 0xfb, 0xd9, 0x38, 0xdd, 0x23, 0xd9, 0x06, 0x71, 0x96, 0x08, 0xd9, 0xb0, 0x98, - 0x6d, 0x2c, 0xe6, 0xb2, 0x26, 0x7f, 0x39, 0x6e, 0x6b, 0xca, 0x1c, 0x6e, 0xb3, 0x74, 0xd6, 0xef, - 0x4b, 0xb0, 0x99, 0x7e, 0xf5, 0xe1, 0x8d, 0xfc, 0xbd, 0x7d, 0x11, 0x78, 0x0b, 0xab, 0x67, 0x7b, - 0xcd, 0xb3, 0xe3, 0x83, 0xd6, 0xc1, 0xbb, 0xbc, 0x4f, 0x03, 0xeb, 0x39, 0x3b, 0x32, 0xb0, 0xdb, - 0x2b, 0x99, 0x06, 0x5e, 0x89, 0xf1, 0x29, 0x38, 0xda, 0xcb, 0x7e, 0x6a, 0x98, 0x48, 0xf0, 0x35, - 0x38, 0xbb, 0xa3, 0x6d, 0xc2, 0x6b, 0x8e, 0x43, 0x84, 0x28, 0xfc, 0xf0, 0xf0, 0x17, 0x03, 0x3e, - 0x2c, 0x8c, 0xc8, 0xff, 0xc0, 0x17, 0x88, 0x7f, 0x96, 0xb2, 0xfe, 0xe3, 0xc0, 0xdb, 0x67, 0xae, - 0x6b, 0x7b, 0xed, 0x78, 0x4b, 0x4f, 0xb3, 0x53, 0x26, 0xfa, 0x80, 0x30, 0xae, 0xfb, 0xd9, 0x19, - 0x55, 0x83, 0x72, 0x93, 0x05, 0xdc, 0x21, 0xa9, 0xdb, 0x48, 0x91, 0x17, 0x4d, 0x87, 0x53, 0x5f, - 0x86, 0x00, 0x1c, 0x01, 0x11, 0x85, 0xff, 0x1b, 0x5a, 0x1c, 0x79, 0x7e, 0x20, 0x1b, 0x36, 0xb7, - 0x5d, 0x22, 0x87, 0x57, 0x93, 0x1f, 0xdc, 0xcb, 0x9a, 0xc6, 0xe0, 0x62, 0x36, 0x64, 0x41, 0x05, - 0x07, 0x5e, 0x4d, 0xa8, 0x1b, 0x4d, 0xea, 0xbe, 0x32, 0x14, 0xa3, 0xe7, 0x30, 0xaf, 0x1f, 0xe2, - 0x6b, 0xad, 0x9e, 0x64, 0xb1, 0x5d, 0x5a, 0x65, 0xfd, 0xd5, 0x80, 0xad, 0xe2, 0x88, 0x47, 0x29, - 0xf3, 0xdf, 0x0e, 0xf9, 0x09, 0xcc, 0xa5, 0x7a, 0xd9, 0x38, 0x81, 0x4f, 0x35, 0xb4, 0x14, 0xdc, - 0xfa, 0x16, 0x36, 0xd2, 0xa8, 0x06, 0x27, 0xce, 0x0d, 0x71, 0x6e, 0xdf, 0x5b, 0x17, 0xb0, 0x7e, - 0x9e, 0xed, 0x3c, 0xc3, 0x25, 0xa3, 0x98, 0x0d, 0x8b, 0xc2, 0x78, 0x78, 0x51, 0x94, 0x12, 0x45, - 0xf1, 0xfc, 0x2b, 0x75, 0x23, 0xd1, 0x2d, 0x02, 0xa0, 0xdc, 0x3a, 0x38, 0xad, 0x9d, 0xb6, 0x16, - 0x3f, 0x40, 0x8b, 0x30, 0x77, 0x7c, 0x56, 0xab, 0xef, 0xd5, 0x8e, 0x6b, 0xa7, 0xfb, 0x07, 0x78, - 0xd1, 0x40, 0x4f, 0xe0, 0x71, 0xb3, 0x55, 0xdb, 0xff, 0xfa, 0xa0, 0xbe, 0x7f, 0x76, 0xda, 0xc2, - 0x67, 0xc7, 0x8d, 0xe3, 0xda, 0xe9, 0xc1, 0x62, 0x69, 0xf7, 0x5f, 0x13, 0xf0, 0x38, 0x67, 0x44, - 0x20, 0x0a, 0xe5, 0x23, 0xef, 0x8e, 0xdd, 0x12, 0xf4, 0xe9, 0x98, 0x71, 0x08, 0xe3, 0xb9, 0x56, - 0x1d, 0xd7, 0x3c, 0x8c, 0x85, 0xf5, 0x01, 0xfa, 0x25, 0xcc, 0xc4, 0x11, 0x42, 0x2f, 0xc7, 0x43, - 0x67, 0x36, 0x71, 0xed, 0xd5, 0x43, 0x61, 0x83, 0xc5, 0x7f, 0x05, 0xd3, 0x61, 0x1b, 0x24, 0x68, - 0x4c, 0x92, 0xec, 0x1c, 0x59, 0xfb, 0xd1, 0x83, 0x71, 0x83, 0xd5, 0x7f, 0x6d, 0x00, 0x0c, 0xd3, - 0x18, 0x8d, 0xc9, 0x34, 0xd2, 0xf7, 0xd6, 0xbe, 0x78, 0x38, 0x30, 0xf6, 0x61, 0xef, 0x87, 0x97, - 0x3b, 0x1d, 0x2a, 0x6f, 0x82, 0x2b, 0x05, 0xda, 0x71, 0xa9, 0xc3, 0x99, 0x60, 0xd7, 0x72, 0xc7, - 0x65, 0xce, 0x0e, 0xf7, 0x9d, 0x9d, 0x21, 0xeb, 0x4e, 0xc4, 0x7a, 0x55, 0xd6, 0x79, 0xfa, 0xf9, - 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x40, 0x69, 0xb0, 0x74, 0x04, 0x18, 0x00, 0x00, + // 1888 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0x23, 0xc7, + 0x15, 0xb6, 0x04, 0x08, 0x74, 0xf8, 0x59, 0xe8, 0x05, 0x76, 0x4c, 0x00, 0x53, 0xb3, 0x2e, 0x17, + 0xde, 0xd8, 0x92, 0x8d, 0x77, 0x37, 0xae, 0x94, 0x53, 0x2e, 0x81, 0xd8, 0x85, 0x32, 0x3f, 0x4a, + 0x4b, 0xec, 0x56, 0x51, 0xa9, 0xc2, 0xc3, 0xa8, 0x11, 0x1d, 0x34, 0xd3, 0xe3, 0xee, 0x1e, 0x64, + 0x92, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x2f, 0xe1, 0xf8, 0x2e, 0x17, 0xb9, 0xcf, 0x73, + 0xe4, 0x32, 0x79, 0x84, 0xa4, 0xba, 0x67, 0x46, 0xf3, 0xa3, 0x19, 0x4a, 0x54, 0x65, 0x2f, 0x72, + 0x25, 0xcd, 0x39, 0xe7, 0xfb, 0xfa, 0xcc, 0xe9, 0xf3, 0xd3, 0x3d, 0xf0, 0xd4, 0x61, 0xf6, 0x85, + 0xdd, 0x67, 0x7e, 0xd7, 0xea, 0x11, 0x57, 0x5e, 0xdc, 0x52, 0x2e, 0x7d, 0xab, 0xef, 0x58, 0xf6, + 0x35, 0x75, 0x49, 0xcd, 0xe3, 0x4c, 0x32, 0xb4, 0xea, 0x30, 0xbb, 0x16, 0x1b, 0xd5, 0x6c, 0xe6, + 0x78, 0xbe, 0x24, 0x6b, 0x9b, 0x3d, 0xc6, 0x7a, 0x7d, 0x52, 0xd7, 0x56, 0x97, 0xfe, 0x55, 0x7d, + 0xc0, 0x2d, 0xcf, 0x23, 0x5c, 0x04, 0xb8, 0xb5, 0x27, 0x9a, 0x9c, 0x39, 0x0e, 0x73, 0xc3, 0x9f, + 0x50, 0xb1, 0x99, 0x56, 0x28, 0xb2, 0xa4, 0xde, 0xfc, 0x4b, 0x09, 0x56, 0xde, 0x04, 0x9e, 0x1c, + 0x07, 0x9e, 0x60, 0xf2, 0x9d, 0x4f, 0x84, 0x44, 0x2d, 0x78, 0x94, 0x56, 0x08, 0xa3, 0xb4, 0x35, + 0xb1, 0x3d, 0xbb, 0xf3, 0x51, 0x2d, 0xdf, 0xc9, 0x5a, 0x86, 0x27, 0x0b, 0x47, 0xcf, 0x61, 0xfe, + 0xd4, 0x23, 0xdc, 0x92, 0x94, 0xb9, 0x9d, 0x3b, 0x8f, 0x18, 0xe5, 0xad, 0xd2, 0xf6, 0xc2, 0xce, + 0x82, 0xe6, 0x1b, 0x6a, 0x70, 0xda, 0xc8, 0xfc, 0xa1, 0x04, 0xab, 0x59, 0x0f, 0x85, 0xc7, 0x5c, + 0x41, 0xde, 0x81, 0x8b, 0x3b, 0x50, 0xc1, 0x44, 0xf8, 0x7d, 0xa9, 0x7d, 0x9b, 0xdd, 0x59, 0xab, + 0x05, 0x81, 0xaf, 0x45, 0x81, 0xaf, 0xed, 0x32, 0xd6, 0x7f, 0x63, 0xf5, 0x7d, 0x82, 0x43, 0x4b, + 0xb4, 0x0c, 0x53, 0xfb, 0x9c, 0x33, 0x6e, 0x4c, 0x6c, 0x95, 0xb6, 0xab, 0x38, 0x78, 0x30, 0x6b, + 0x30, 0xd7, 0x6e, 0x1f, 0xb4, 0xfc, 0xcb, 0x3e, 0xb5, 0xbf, 0x21, 0x77, 0x68, 0x13, 0xa6, 0x6f, + 0xc8, 0x5d, 0xd7, 0x92, 0x96, 0x51, 0x52, 0x76, 0xbb, 0x93, 0x7f, 0xfc, 0xab, 0x51, 0xc2, 0x91, + 0xd0, 0x34, 0x61, 0xb2, 0x49, 0xc5, 0x0d, 0x5a, 0x83, 0x99, 0x2e, 0x15, 0x37, 0xae, 0xe5, 0x90, + 0xc0, 0x10, 0x0f, 0x9f, 0xcd, 0x7f, 0x96, 0x60, 0xb9, 0x2d, 0x19, 0xb7, 0x7a, 0x64, 0x8f, 0xb9, + 0x57, 0xb4, 0xe7, 0x07, 0x71, 0x42, 0xcf, 0xa1, 0xc2, 0x84, 0x32, 0xd3, 0x90, 0xd9, 0x9d, 0xf5, + 0xa2, 0xf7, 0x57, 0x4b, 0xe0, 0xd0, 0x16, 0xfd, 0x1c, 0xaa, 0x6a, 0x69, 0xf5, 0x5f, 0x18, 0x65, + 0x1d, 0xb8, 0xfb, 0x81, 0xb1, 0x39, 0xfa, 0x08, 0x16, 0xa8, 0x63, 0xf5, 0x08, 0x26, 0x57, 0x84, + 0x13, 0xd7, 0x26, 0xe1, 0xdb, 0x67, 0xa4, 0xe8, 0x39, 0xac, 0xdc, 0x3a, 0x81, 0xb3, 0x7b, 0xcc, + 0x95, 0x16, 0x75, 0x09, 0x3f, 0x51, 0xef, 0x36, 0xa9, 0xcd, 0xf3, 0x95, 0xe6, 0x2b, 0x58, 0x3c, + 0x21, 0x72, 0xc0, 0xf8, 0xcd, 0xa1, 0x2b, 0x09, 0xbf, 0xb2, 0x6c, 0x82, 0x76, 0x60, 0xd9, 0xcd, + 0xc8, 0x4e, 0xe2, 0x20, 0xe5, 0xea, 0xcc, 0x6f, 0x61, 0x39, 0xe4, 0x49, 0xc7, 0xeb, 0x00, 0x80, + 0x46, 0x86, 0x51, 0xce, 0x6c, 0x17, 0xbd, 0x7a, 0xd6, 0x13, 0x9c, 0xc0, 0x9a, 0x7f, 0x28, 0xc1, + 0xd2, 0x99, 0x20, 0x3c, 0xcd, 0xbf, 0x05, 0x33, 0xbe, 0x20, 0x3c, 0xde, 0xc4, 0x70, 0xb7, 0x87, + 0x52, 0x65, 0xe1, 0x59, 0x42, 0x0c, 0x18, 0xef, 0xea, 0x54, 0x1b, 0x5a, 0x44, 0x52, 0xf4, 0x71, + 0xc0, 0x21, 0x55, 0xa1, 0x4c, 0xe8, 0x42, 0x99, 0xd7, 0x1e, 0xaa, 0xd5, 0x54, 0x61, 0xe0, 0xa1, + 0x5a, 0x85, 0x0b, 0x37, 0x5b, 0x69, 0x17, 0x36, 0x01, 0xba, 0x54, 0x58, 0x97, 0x7d, 0x82, 0x9b, + 0x2d, 0xed, 0xc4, 0x0c, 0x4e, 0x48, 0x10, 0x82, 0x49, 0x8f, 0xf1, 0x20, 0xcf, 0xe7, 0xb1, 0xfe, + 0x6f, 0x9e, 0x03, 0x3a, 0xa2, 0xae, 0xff, 0x7d, 0x9a, 0xa9, 0x09, 0x1b, 0x21, 0xae, 0x15, 0xfa, + 0xd6, 0xf0, 0xe5, 0x35, 0x71, 0x25, 0xb5, 0xb5, 0x41, 0x48, 0x7e, 0xbf, 0x91, 0xf9, 0xa7, 0x32, + 0x2c, 0xbf, 0xa5, 0x6e, 0x97, 0x0d, 0x44, 0x9a, 0xfe, 0x25, 0xac, 0x12, 0x57, 0x01, 0x1b, 0xbe, + 0x64, 0x8e, 0x25, 0xa9, 0x7d, 0xe6, 0x75, 0x2d, 0xa9, 0xf7, 0x45, 0xf1, 0x16, 0x68, 0x55, 0xa1, + 0x48, 0xea, 0x90, 0x73, 0xe6, 0x06, 0x8d, 0xa4, 0x8a, 0x87, 0xcf, 0xa8, 0x33, 0x1a, 0x10, 0x1d, + 0xc3, 0x7b, 0x76, 0x39, 0x6b, 0x8f, 0x47, 0x43, 0xfa, 0x1a, 0xd0, 0x5b, 0xea, 0xe2, 0xe3, 0x34, + 0xef, 0xa4, 0xe6, 0x7d, 0xa2, 0x79, 0x47, 0xd5, 0x38, 0x07, 0x62, 0xfe, 0x63, 0x0a, 0xd6, 0xc3, + 0x26, 0xe7, 0xf6, 0xda, 0x77, 0x42, 0x12, 0x27, 0xbd, 0x92, 0x09, 0x73, 0xa1, 0x5f, 0x3c, 0x91, + 0xe3, 0x29, 0x19, 0x3a, 0x85, 0x79, 0xab, 0xeb, 0x50, 0x97, 0x0a, 0xc9, 0x2d, 0xc9, 0x78, 0xd8, + 0xb1, 0x3e, 0x2e, 0x7a, 0xc1, 0x91, 0x2c, 0xc5, 0x69, 0x3c, 0xfa, 0x1a, 0xa6, 0x54, 0x46, 0x09, + 0x63, 0x42, 0xd7, 0xc3, 0x03, 0x88, 0x02, 0x1c, 0xfa, 0x10, 0xc0, 0xf6, 0x85, 0x64, 0x4e, 0x53, + 0x75, 0xb9, 0xc9, 0x44, 0x56, 0x27, 0xe4, 0xa8, 0x09, 0xe0, 0xe9, 0xae, 0x78, 0x43, 0xee, 0x84, + 0x31, 0xa5, 0xd7, 0xfa, 0xb0, 0x68, 0xad, 0x64, 0x0b, 0xc5, 0x09, 0x1c, 0xfa, 0x4c, 0x75, 0x3c, + 0x5d, 0x1b, 0x15, 0x5d, 0x1b, 0x46, 0x72, 0x88, 0x44, 0x41, 0xd5, 0x65, 0x12, 0xda, 0xa1, 0x5f, + 0xc2, 0x12, 0x13, 0xbb, 0x8c, 0x49, 0xf5, 0xbe, 0xde, 0xbe, 0xdb, 0xa3, 0x2e, 0x31, 0xa6, 0x35, + 0xf8, 0x69, 0x1e, 0x38, 0x63, 0x8a, 0x47, 0xd1, 0xe8, 0x1c, 0x50, 0x7f, 0xa4, 0x5e, 0x8c, 0x19, + 0xbd, 0x0f, 0xcf, 0x8a, 0x5e, 0x69, 0xb4, 0xc2, 0x70, 0x0e, 0x0b, 0xfa, 0x16, 0x96, 0x07, 0x39, + 0xe5, 0x62, 0x54, 0x35, 0xfb, 0x27, 0x45, 0xec, 0x79, 0x25, 0x86, 0x73, 0x99, 0x54, 0x3a, 0x7b, + 0x9c, 0x7d, 0x7f, 0x97, 0xe6, 0x87, 0x44, 0x3a, 0xb7, 0x46, 0xd4, 0x38, 0x07, 0x62, 0xfe, 0x50, + 0x86, 0x95, 0x03, 0x8b, 0x77, 0x07, 0x16, 0xcf, 0xcc, 0xa5, 0x2f, 0xa0, 0xf2, 0xe6, 0xb8, 0x4d, + 0x7f, 0x13, 0x64, 0xf0, 0xc2, 0xce, 0x4f, 0x34, 0x6d, 0x7a, 0xe8, 0x2a, 0x75, 0xb0, 0x51, 0x81, + 0x29, 0xfa, 0x45, 0x94, 0x46, 0x1a, 0x18, 0x64, 0xf5, 0x46, 0x0e, 0x70, 0x6f, 0x68, 0x84, 0x13, + 0x00, 0x74, 0x01, 0x6b, 0xdd, 0x3b, 0xd7, 0x72, 0xa8, 0x7d, 0x4c, 0x1c, 0xc6, 0xef, 0xf2, 0xba, + 0xc0, 0x07, 0x9a, 0xae, 0x59, 0x68, 0x86, 0xef, 0xa1, 0x40, 0xaf, 0x00, 0xdd, 0xa6, 0x1c, 0x79, + 0xdd, 0x3a, 0x13, 0xc6, 0xa4, 0x4e, 0xe4, 0xd5, 0x1c, 0x3f, 0x5f, 0xb7, 0xce, 0x70, 0x0e, 0xc2, + 0xfc, 0x0a, 0xe6, 0xce, 0xc8, 0x15, 0x6d, 0x13, 0xa9, 0x92, 0x4e, 0xa0, 0x4f, 0x60, 0x49, 0x10, + 0xdb, 0xe7, 0x44, 0xa5, 0xd9, 0xbe, 0x6e, 0x7a, 0xdd, 0xb0, 0x07, 0x8e, 0x2a, 0xcc, 0x1f, 0x4b, + 0xb0, 0xd2, 0x56, 0x52, 0x2a, 0x33, 0xfe, 0xad, 0x43, 0x35, 0x68, 0x99, 0x9d, 0xd6, 0x71, 0x88, + 0x8f, 0x05, 0xe8, 0x00, 0xe6, 0xfc, 0xc4, 0xaa, 0x61, 0x7c, 0x0b, 0x0b, 0x30, 0xe9, 0x21, 0x4e, + 0x21, 0xd1, 0x0b, 0x98, 0x13, 0xa1, 0x03, 0x9d, 0x78, 0x48, 0x2d, 0x69, 0xa6, 0x76, 0x42, 0x81, + 0x53, 0x66, 0xe6, 0x11, 0x18, 0x8d, 0x5b, 0x8b, 0xf6, 0xad, 0x4b, 0xda, 0xa7, 0xf2, 0xae, 0x4d, + 0x64, 0x7c, 0x5a, 0x58, 0x87, 0x6a, 0x8f, 0x33, 0xdf, 0x4b, 0x34, 0xbd, 0x58, 0xa0, 0x46, 0x96, + 0x9e, 0xa8, 0x41, 0xb7, 0xd7, 0xff, 0xcd, 0x3a, 0xbc, 0x9f, 0x64, 0x53, 0xdd, 0x3f, 0xa6, 0x8b, + 0x00, 0xa5, 0x04, 0xe0, 0xc7, 0x12, 0x6c, 0x64, 0x11, 0xe9, 0xf8, 0x5d, 0xc0, 0x92, 0x95, 0x31, + 0x88, 0xce, 0x08, 0x9f, 0x17, 0x85, 0xa9, 0xd0, 0x07, 0x3c, 0xca, 0xa5, 0xce, 0x44, 0x42, 0x72, + 0x6a, 0xcb, 0xc6, 0xd5, 0x15, 0x75, 0x55, 0x5c, 0x58, 0xb0, 0x48, 0x59, 0x6f, 0x56, 0xbe, 0xd2, + 0xfc, 0xd7, 0x0c, 0x2c, 0xa4, 0x13, 0x2b, 0xef, 0xfd, 0xd0, 0x02, 0x94, 0x69, 0x78, 0xa4, 0xc0, + 0x65, 0xda, 0x45, 0xaf, 0x60, 0x5a, 0x04, 0x47, 0xc6, 0x30, 0xf7, 0x0b, 0x5b, 0x47, 0xde, 0xc9, + 0x12, 0x47, 0x60, 0xd4, 0x84, 0x32, 0x13, 0xe1, 0xb0, 0x7b, 0x5e, 0x44, 0x71, 0xdf, 0x50, 0xc3, + 0x65, 0x26, 0x94, 0x37, 0xe1, 0x41, 0xcd, 0x98, 0xba, 0xdf, 0x9b, 0xbc, 0x73, 0x1b, 0x8e, 0xc0, + 0x6a, 0xf8, 0xbb, 0xac, 0x1b, 0x1c, 0x00, 0x2b, 0xc1, 0xf0, 0x8f, 0x9e, 0xd3, 0x49, 0x34, 0x9d, + 0x4d, 0xa2, 0xa7, 0x50, 0x11, 0xd2, 0x92, 0xbe, 0x08, 0xfb, 0xf4, 0x6c, 0x90, 0xaf, 0x5a, 0x84, + 0x43, 0x95, 0x9a, 0xbf, 0x7d, 0x16, 0x1c, 0x5c, 0x34, 0x4b, 0x35, 0x98, 0xbf, 0x49, 0x19, 0xfa, + 0x12, 0x9e, 0x84, 0x27, 0x9e, 0x03, 0xda, 0xbb, 0x4e, 0x26, 0x80, 0xee, 0xa1, 0x33, 0xb8, 0x48, + 0x8d, 0x5e, 0x42, 0xe5, 0x56, 0xcf, 0x26, 0x63, 0x56, 0x97, 0xcc, 0x66, 0xe1, 0x6d, 0xe5, 0x38, + 0x68, 0x8c, 0x81, 0x35, 0x3a, 0x84, 0x99, 0xeb, 0xb0, 0xcd, 0x1a, 0x73, 0xda, 0xf9, 0x4f, 0x8b, + 0x90, 0xb9, 0xed, 0x18, 0x0f, 0xe1, 0xaa, 0xd7, 0x58, 0xfd, 0x3e, 0x1b, 0x90, 0xee, 0xe9, 0x40, + 0x1d, 0xba, 0x59, 0x97, 0x08, 0x63, 0x7e, 0x6b, 0x62, 0xbb, 0x8a, 0x47, 0x15, 0xa8, 0x0e, 0xe0, + 0xb1, 0x01, 0xe1, 0x2a, 0x4a, 0xc4, 0x58, 0xd0, 0x4e, 0x3f, 0x0a, 0x26, 0xc4, 0x50, 0x8c, 0x13, + 0x26, 0xca, 0xd3, 0xa8, 0xe6, 0x8d, 0x47, 0xf7, 0x7b, 0x9a, 0xdb, 0xc3, 0xf0, 0x10, 0x8e, 0x36, + 0x60, 0x52, 0x5a, 0x3d, 0x61, 0x2c, 0x6a, 0x9a, 0xaa, 0xa6, 0xe9, 0x58, 0x3d, 0x81, 0xb5, 0x18, + 0x7d, 0x05, 0xd0, 0x53, 0xd7, 0xd5, 0x86, 0x22, 0x35, 0x96, 0x12, 0xb7, 0x9f, 0xd7, 0x43, 0x71, + 0x9a, 0x3a, 0x61, 0x8f, 0x7e, 0x05, 0xab, 0xf1, 0xd3, 0xa1, 0x2b, 0xa4, 0xe5, 0xda, 0xe4, 0x0d, + 0x25, 0x03, 0x03, 0x25, 0xda, 0x62, 0xba, 0xea, 0x46, 0x6c, 0x71, 0x01, 0x07, 0x3a, 0x87, 0x47, + 0x56, 0xba, 0xd3, 0x19, 0x8f, 0x35, 0xed, 0x67, 0xe3, 0xb4, 0x91, 0x64, 0x63, 0xc4, 0x59, 0x22, + 0x64, 0xc1, 0x62, 0xb6, 0xb1, 0x18, 0xcb, 0x9a, 0xfc, 0xc5, 0xb8, 0x3d, 0x2a, 0x73, 0xdc, 0xcd, + 0xd2, 0x99, 0x7f, 0x2e, 0xc3, 0x66, 0xfa, 0xd5, 0xe3, 0x3b, 0xfa, 0x3b, 0xfb, 0x46, 0xf0, 0x16, + 0x56, 0x4f, 0x77, 0xdb, 0xa7, 0x47, 0xfb, 0x9d, 0xfd, 0x8b, 0xbc, 0x8f, 0x05, 0xeb, 0x39, 0x3b, + 0x32, 0xb4, 0xdb, 0x2d, 0x1b, 0x25, 0xbc, 0x12, 0xe1, 0x53, 0x70, 0xb4, 0x9b, 0xfd, 0xf8, 0x30, + 0x91, 0xe0, 0x6b, 0x71, 0x76, 0x4b, 0xbb, 0x84, 0x37, 0x6c, 0x9b, 0x08, 0x51, 0xf8, 0x29, 0xe2, + 0x6f, 0x25, 0xf8, 0xa0, 0x30, 0x22, 0xff, 0x07, 0xdf, 0x24, 0xfe, 0x5d, 0xce, 0xfa, 0x8f, 0x7d, + 0x77, 0x8f, 0x39, 0x8e, 0xe5, 0x76, 0xa3, 0x2d, 0x3d, 0xc9, 0x4e, 0x99, 0xf0, 0x93, 0xc2, 0xb8, + 0xee, 0x67, 0x67, 0x54, 0x03, 0x2a, 0x6d, 0xe6, 0x73, 0x9b, 0xa4, 0xee, 0x27, 0x45, 0x5e, 0xb4, + 0x6d, 0x4e, 0x3d, 0x19, 0x00, 0x70, 0x08, 0x44, 0x14, 0xde, 0x8f, 0x2d, 0x0e, 0x5d, 0xcf, 0x97, + 0x2d, 0x8b, 0x5b, 0x0e, 0x91, 0xf1, 0x65, 0xe5, 0xa7, 0xf7, 0xb2, 0xa6, 0x31, 0xb8, 0x98, 0x0d, + 0x99, 0x50, 0xc5, 0xbe, 0xdb, 0x10, 0xea, 0x8e, 0x93, 0xba, 0xc1, 0xc4, 0x62, 0xf4, 0x0c, 0xe6, + 0xf5, 0x43, 0x74, 0xd1, 0xd5, 0x93, 0x2c, 0xb2, 0x4b, 0xab, 0xcc, 0xbf, 0x97, 0x60, 0xab, 0x38, + 0xe2, 0x61, 0xca, 0xfc, 0xaf, 0x43, 0x7e, 0x0c, 0x73, 0xa9, 0x5e, 0x36, 0x4e, 0xe0, 0x53, 0x0d, + 0x2d, 0x05, 0x37, 0xbf, 0x83, 0x8d, 0x34, 0xaa, 0xc5, 0x89, 0x7d, 0x4d, 0xec, 0x9b, 0x77, 0xd6, + 0x05, 0xcc, 0x5f, 0x67, 0x3b, 0x4f, 0xbc, 0x64, 0x18, 0xb3, 0xb8, 0x28, 0x4a, 0x0f, 0x2f, 0x8a, + 0x72, 0xa2, 0x28, 0x9e, 0x7d, 0xad, 0xee, 0x28, 0xba, 0x45, 0x00, 0x54, 0x3a, 0xfb, 0x27, 0x8d, + 0x93, 0xce, 0xe2, 0x7b, 0x68, 0x11, 0xe6, 0x8e, 0x4e, 0x1b, 0xcd, 0xdd, 0xc6, 0x51, 0xe3, 0x64, + 0x6f, 0x1f, 0x2f, 0x96, 0xd0, 0x13, 0x78, 0xdc, 0xee, 0x34, 0xf6, 0xbe, 0xd9, 0x6f, 0xee, 0x9d, + 0x9e, 0x74, 0xf0, 0xe9, 0x51, 0xeb, 0xa8, 0x71, 0xb2, 0xbf, 0x58, 0xde, 0xf9, 0xcf, 0x04, 0x3c, + 0xce, 0x19, 0x11, 0x88, 0x42, 0xe5, 0xd0, 0xbd, 0x65, 0x37, 0x04, 0x7d, 0x3a, 0x66, 0x1c, 0x82, + 0x78, 0xae, 0xd5, 0xc6, 0x35, 0x0f, 0x62, 0x61, 0xbe, 0x87, 0x7e, 0x0b, 0x33, 0x51, 0x84, 0xd0, + 0x8b, 0xf1, 0xd0, 0x99, 0x4d, 0x5c, 0x7b, 0xf9, 0x50, 0xd8, 0x70, 0xf1, 0xdf, 0xc1, 0x74, 0xd0, + 0x06, 0x09, 0x1a, 0x93, 0x24, 0x3b, 0x47, 0xd6, 0x7e, 0xf6, 0x60, 0xdc, 0x70, 0xf5, 0xdf, 0x97, + 0x00, 0xe2, 0x34, 0x46, 0x63, 0x32, 0x8d, 0xf4, 0xbd, 0xb5, 0x2f, 0x1f, 0x0e, 0x8c, 0x7c, 0xd8, + 0xfd, 0xfc, 0xbc, 0xde, 0xa3, 0xf2, 0xda, 0xbf, 0x54, 0xa0, 0xba, 0x43, 0x6d, 0xce, 0x04, 0xbb, + 0x92, 0x75, 0x87, 0xd9, 0x75, 0xee, 0xd9, 0xf5, 0x98, 0xb5, 0x1e, 0xb2, 0x5e, 0x56, 0x74, 0x9e, + 0x7e, 0xf1, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x82, 0x55, 0x2a, 0x83, 0x16, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index 9921e0e2..be9447e2 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -109,12 +109,12 @@ message AvailabilitySetReference { string name = 2; } -message AvailabilityZone { +message AvailabilityZoneReference { string name = 1; } message AvailabilityZoneConfiguration { - repeated AvailabilityZone availabilityZones = 1; + repeated AvailabilityZoneReference availabilityZones = 1; bool strictAffinityToZones = 2; } diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index 40314865..fae22fe2 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -879,7 +879,7 @@ func (m *SecurityConfiguration) GetSecurityType() common.SecurityType { return common.SecurityType_NOTCONFIGURED } -type AvailabilityZone struct { +type AvailabilityZoneReference struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Nodes []string `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -887,39 +887,39 @@ type AvailabilityZone struct { XXX_sizecache int32 `json:"-"` } -func (m *AvailabilityZone) Reset() { *m = AvailabilityZone{} } -func (m *AvailabilityZone) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZone) ProtoMessage() {} -func (*AvailabilityZone) Descriptor() ([]byte, []int) { +func (m *AvailabilityZoneReference) Reset() { *m = AvailabilityZoneReference{} } +func (m *AvailabilityZoneReference) String() string { return proto.CompactTextString(m) } +func (*AvailabilityZoneReference) ProtoMessage() {} +func (*AvailabilityZoneReference) Descriptor() ([]byte, []int) { return fileDescriptor_9f3eecb05bcac3b7, []int{16} } -func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZone.Unmarshal(m, b) +func (m *AvailabilityZoneReference) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AvailabilityZoneReference.Unmarshal(m, b) } -func (m *AvailabilityZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZone.Marshal(b, m, deterministic) +func (m *AvailabilityZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AvailabilityZoneReference.Marshal(b, m, deterministic) } -func (m *AvailabilityZone) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZone.Merge(m, src) +func (m *AvailabilityZoneReference) XXX_Merge(src proto.Message) { + xxx_messageInfo_AvailabilityZoneReference.Merge(m, src) } -func (m *AvailabilityZone) XXX_Size() int { - return xxx_messageInfo_AvailabilityZone.Size(m) +func (m *AvailabilityZoneReference) XXX_Size() int { + return xxx_messageInfo_AvailabilityZoneReference.Size(m) } -func (m *AvailabilityZone) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZone.DiscardUnknown(m) +func (m *AvailabilityZoneReference) XXX_DiscardUnknown() { + xxx_messageInfo_AvailabilityZoneReference.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZone proto.InternalMessageInfo +var xxx_messageInfo_AvailabilityZoneReference proto.InternalMessageInfo -func (m *AvailabilityZone) GetName() string { +func (m *AvailabilityZoneReference) GetName() string { if m != nil { return m.Name } return "" } -func (m *AvailabilityZone) GetNodes() []string { +func (m *AvailabilityZoneReference) GetNodes() []string { if m != nil { return m.Nodes } @@ -927,11 +927,11 @@ func (m *AvailabilityZone) GetNodes() []string { } type AvailabilityZoneConfiguration struct { - AvailabilityZones []*AvailabilityZone `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` - StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + AvailabilityZones []*AvailabilityZoneReference `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` + StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } @@ -959,7 +959,7 @@ func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo -func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZone { +func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZoneReference { if m != nil { return m.AvailabilityZones } @@ -1377,7 +1377,7 @@ func init() { proto.RegisterType((*HardwareConfiguration)(nil), "moc.nodeagent.compute.HardwareConfiguration") proto.RegisterType((*UefiSettings)(nil), "moc.nodeagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.nodeagent.compute.SecurityConfiguration") - proto.RegisterType((*AvailabilityZone)(nil), "moc.nodeagent.compute.AvailabilityZone") + proto.RegisterType((*AvailabilityZoneReference)(nil), "moc.nodeagent.compute.AvailabilityZoneReference") proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.nodeagent.compute.AvailabilityZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.nodeagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.nodeagent.compute.VirtualMachineOperationRequest") @@ -1391,120 +1391,120 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1804 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x23, 0x49, - 0x11, 0xc7, 0xce, 0x5f, 0x57, 0xfe, 0xec, 0xa6, 0x2f, 0xc9, 0xce, 0xf9, 0x36, 0x7b, 0xd1, 0xec, - 0x01, 0x7b, 0xdc, 0xe2, 0x9c, 0xbc, 0x7b, 0x07, 0x48, 0x0b, 0x52, 0xfe, 0x6d, 0x12, 0x20, 0x59, - 0xd3, 0xde, 0xe4, 0xc4, 0x81, 0x14, 0x3a, 0xe3, 0xb6, 0xdd, 0x8a, 0x67, 0x7a, 0xe8, 0xee, 0x89, - 0xcf, 0xfb, 0x82, 0xc4, 0x0b, 0xf7, 0x49, 0x78, 0x40, 0x3c, 0x72, 0x6f, 0x48, 0xf0, 0x82, 0xf8, - 0x34, 0xf0, 0x19, 0x50, 0xf7, 0xf4, 0xd8, 0x33, 0xe3, 0x99, 0x90, 0x95, 0xf6, 0x9e, 0xec, 0xee, - 0xaa, 0xdf, 0xaf, 0xab, 0xaa, 0xab, 0x6a, 0x6a, 0x06, 0x5c, 0x9f, 0x7b, 0x97, 0x01, 0xef, 0x50, - 0xd2, 0xa3, 0x81, 0xba, 0xbc, 0x61, 0x42, 0x45, 0x64, 0xe0, 0x13, 0xaf, 0xcf, 0x02, 0xda, 0x08, - 0x05, 0x57, 0x1c, 0x6d, 0xf8, 0xdc, 0x6b, 0x8c, 0x75, 0x1a, 0x1e, 0xf7, 0xc3, 0x48, 0xd1, 0xfa, - 0x07, 0x3d, 0xce, 0x7b, 0x03, 0xba, 0x63, 0x94, 0xae, 0xa2, 0xee, 0x0e, 0xf5, 0x43, 0x35, 0x8a, - 0x31, 0xf5, 0x47, 0x79, 0xe1, 0x50, 0x90, 0x30, 0xa4, 0x42, 0x5a, 0xf9, 0x03, 0x7d, 0xae, 0xc7, - 0x7d, 0x9f, 0x07, 0xf6, 0x27, 0x01, 0x66, 0x05, 0xfa, 0xa4, 0x8c, 0x7c, 0x2b, 0x25, 0x0f, 0xb8, - 0x62, 0x5d, 0xe6, 0x11, 0xc5, 0x12, 0xb1, 0xfb, 0x97, 0x0a, 0x6c, 0x5c, 0xc4, 0x4e, 0x9c, 0xc6, - 0x4e, 0x60, 0xfa, 0xfb, 0x88, 0x4a, 0x85, 0x7e, 0x93, 0x17, 0xb4, 0x47, 0x52, 0x51, 0x5f, 0x3a, - 0x95, 0xed, 0x99, 0x27, 0x4b, 0xcd, 0xef, 0x36, 0x0a, 0xbd, 0x6c, 0xe4, 0xc8, 0x8a, 0x39, 0xd0, - 0x73, 0x58, 0x79, 0x15, 0x52, 0x61, 0x2c, 0x79, 0x3d, 0x0a, 0xa9, 0x53, 0xdd, 0xae, 0x3c, 0x59, - 0x6d, 0xae, 0x1a, 0xd2, 0xb1, 0x04, 0x67, 0x95, 0xdc, 0x7f, 0x54, 0x60, 0x33, 0x6f, 0xac, 0x0c, - 0x79, 0x20, 0xe9, 0xb7, 0x6b, 0x6d, 0x13, 0xe6, 0x31, 0x95, 0xd1, 0x40, 0x19, 0x33, 0x97, 0x9a, - 0xf5, 0x46, 0x7c, 0x5b, 0x8d, 0xe4, 0xb6, 0x1a, 0x7b, 0x9c, 0x0f, 0x2e, 0xc8, 0x20, 0xa2, 0xd8, - 0x6a, 0xa2, 0x75, 0x98, 0x3b, 0x14, 0x82, 0x0b, 0x67, 0x66, 0xbb, 0xf2, 0xa4, 0x86, 0xe3, 0x85, - 0xdb, 0x80, 0xe5, 0x76, 0xfb, 0xb8, 0x15, 0x5d, 0x0d, 0x98, 0xf7, 0x0b, 0x3a, 0x42, 0x8f, 0x60, - 0xe1, 0x9a, 0x8e, 0x3a, 0x44, 0x11, 0xa7, 0xa2, 0xf5, 0xf6, 0x66, 0xbf, 0xfe, 0xc6, 0xa9, 0xe0, - 0x64, 0xd3, 0x75, 0x61, 0xf6, 0x80, 0xc9, 0x6b, 0x54, 0x87, 0xc5, 0x0e, 0x93, 0xd7, 0x01, 0xf1, - 0x69, 0xac, 0x88, 0xc7, 0x6b, 0x77, 0x00, 0xcb, 0xed, 0x3e, 0x11, 0xb4, 0xf3, 0x92, 0x0f, 0x3a, - 0x54, 0xa0, 0xe7, 0xb0, 0x21, 0xcd, 0xba, 0x6b, 0xd6, 0x82, 0x76, 0xa9, 0xa0, 0x81, 0x97, 0x00, - 0x8b, 0x85, 0xe8, 0x7b, 0xb0, 0xda, 0xd3, 0xf7, 0xee, 0xf3, 0x28, 0x50, 0x21, 0x51, 0x7d, 0xe3, - 0x6b, 0x0d, 0xe7, 0x76, 0xdd, 0x3f, 0x55, 0x61, 0xbd, 0xad, 0xb8, 0x20, 0x3d, 0xba, 0xcf, 0x83, - 0x2e, 0xeb, 0x45, 0xf1, 0x05, 0xa1, 0x67, 0x30, 0xcf, 0xa5, 0x36, 0xca, 0x9c, 0xb3, 0xd4, 0xfc, - 0xa0, 0x24, 0xe4, 0xda, 0x1f, 0x6c, 0x55, 0xd1, 0x4f, 0xa0, 0xa6, 0xfd, 0xd4, 0xff, 0xa5, 0x53, - 0x35, 0x57, 0x75, 0x2b, 0x6e, 0xa2, 0xad, 0xdd, 0xbc, 0xf1, 0x63, 0x13, 0xf6, 0x79, 0xa0, 0x08, - 0x0b, 0xa8, 0x38, 0xd3, 0xf1, 0x89, 0x03, 0x5e, 0x2c, 0x44, 0x27, 0xb0, 0x22, 0x53, 0xc1, 0x92, - 0xce, 0xac, 0x39, 0xf4, 0x71, 0xc9, 0xa1, 0xe9, 0xc0, 0xe2, 0x2c, 0xd2, 0x7d, 0x09, 0xf7, 0xcf, - 0xa8, 0x1a, 0x72, 0x71, 0x7d, 0x12, 0x28, 0x2a, 0xba, 0xc4, 0xa3, 0xa8, 0x09, 0xeb, 0x41, 0x6e, - 0xef, 0x6c, 0x72, 0x67, 0x85, 0x32, 0xf7, 0x12, 0xd6, 0x2d, 0x4f, 0x36, 0xa0, 0x47, 0x00, 0x2c, - 0x51, 0x4c, 0xf2, 0xf8, 0xfb, 0x25, 0x76, 0xe6, 0x0d, 0xc1, 0x29, 0xa8, 0xfb, 0xc7, 0x0a, 0xac, - 0x9d, 0x4b, 0x2a, 0xb2, 0xf4, 0xdb, 0xb0, 0x18, 0x49, 0x2a, 0x26, 0x29, 0x65, 0x73, 0x6f, 0xbc, - 0xab, 0x35, 0x42, 0x22, 0xe5, 0x90, 0x8b, 0x4e, 0x9c, 0x0c, 0x89, 0x46, 0xb2, 0x8b, 0x3e, 0x8e, - 0x39, 0x94, 0xae, 0xe0, 0x19, 0x53, 0xc1, 0x2b, 0xc6, 0x40, 0x7d, 0x9a, 0xae, 0x58, 0x3c, 0x16, - 0xeb, 0x68, 0xe1, 0x83, 0x56, 0xd6, 0x84, 0x47, 0x00, 0x1d, 0x26, 0xc9, 0xd5, 0x80, 0xe2, 0x83, - 0x96, 0x31, 0x62, 0x11, 0xa7, 0x76, 0x10, 0x82, 0xd9, 0x90, 0x8b, 0xb8, 0xea, 0x56, 0xb0, 0xf9, - 0xef, 0xfe, 0xb9, 0x02, 0xe8, 0x97, 0x2c, 0x88, 0xbe, 0xca, 0x52, 0x1d, 0xc0, 0x96, 0x05, 0xb6, - 0xac, 0x71, 0xbb, 0x91, 0xea, 0xd3, 0x40, 0xd9, 0x76, 0x67, 0xd9, 0x6f, 0x57, 0x42, 0x3f, 0x87, - 0xf7, 0xbc, 0x01, 0x8f, 0x3a, 0x27, 0x01, 0x53, 0x07, 0x44, 0x91, 0x36, 0x8f, 0x84, 0x97, 0x34, - 0x27, 0xc7, 0xb8, 0xb6, 0x3f, 0x2d, 0xc7, 0x45, 0x20, 0xf7, 0xeb, 0x2a, 0xac, 0x7f, 0xc1, 0x82, - 0x0e, 0x1f, 0xca, 0xac, 0xa9, 0x9f, 0xc3, 0x26, 0x0d, 0xb4, 0x11, 0xbb, 0x91, 0xe2, 0x3e, 0x51, - 0xcc, 0x3b, 0x0f, 0x3b, 0x44, 0x99, 0x3b, 0xd6, 0x36, 0x96, 0x48, 0x75, 0x0f, 0x50, 0xcc, 0xa7, - 0x5f, 0xf2, 0x80, 0xda, 0xda, 0x1c, 0xaf, 0x51, 0x7b, 0x3a, 0xba, 0xe6, 0x42, 0xca, 0x33, 0x26, - 0xaf, 0x8e, 0xa7, 0xaf, 0xe7, 0x08, 0xd0, 0x17, 0x2c, 0xc0, 0xa7, 0x59, 0xda, 0x59, 0x43, 0xfb, - 0xc0, 0xd0, 0x4e, 0x8b, 0x71, 0x01, 0xc4, 0xfd, 0xf7, 0x1c, 0x3c, 0xb4, 0x9d, 0x3c, 0xe8, 0xc5, - 0x4d, 0x35, 0x7b, 0x92, 0x0b, 0xcb, 0xd6, 0x2e, 0x91, 0x2a, 0x97, 0xcc, 0x1e, 0x3a, 0x83, 0x15, - 0xd2, 0xf1, 0x59, 0xc0, 0xa4, 0x12, 0x44, 0x71, 0x61, 0x7b, 0xf1, 0x93, 0x12, 0xff, 0xa6, 0x12, - 0x1e, 0x67, 0xe1, 0xe8, 0x67, 0x30, 0xa7, 0x93, 0x53, 0x3a, 0x33, 0xa6, 0xb2, 0xee, 0xce, 0x13, - 0xc3, 0xd0, 0x47, 0x00, 0x5e, 0x24, 0x15, 0xf7, 0xf5, 0x9d, 0x9b, 0xa8, 0x24, 0xf5, 0x91, 0xda, - 0x47, 0xfb, 0x00, 0xa1, 0xe9, 0xf6, 0xd7, 0x74, 0x24, 0x9d, 0xb9, 0xdb, 0x9b, 0x4d, 0xea, 0xc9, - 0x80, 0x53, 0x30, 0xf4, 0xa9, 0x6e, 0xad, 0xa6, 0xc8, 0xe6, 0x53, 0x99, 0x98, 0x8b, 0xa8, 0xa9, - 0x37, 0xab, 0x87, 0x7e, 0x05, 0x6b, 0x5c, 0xee, 0x71, 0xae, 0xb4, 0xb7, 0xe1, 0x61, 0xd0, 0x63, - 0x01, 0x75, 0x16, 0x0c, 0xf8, 0x71, 0x11, 0x38, 0xa7, 0x8a, 0xa7, 0xd1, 0xe8, 0xd7, 0x80, 0x06, - 0x53, 0x75, 0xe7, 0x2c, 0x9a, 0x4b, 0xf8, 0xb8, 0xc4, 0xa3, 0xe9, 0x42, 0xc5, 0x05, 0x24, 0xe8, - 0x12, 0xd6, 0x87, 0x05, 0x95, 0xe2, 0xd4, 0x0c, 0xf9, 0x27, 0x25, 0xe4, 0x45, 0xc5, 0x85, 0x0b, - 0x89, 0x74, 0x26, 0x87, 0x82, 0x7f, 0x35, 0xca, 0xd2, 0x43, 0x2a, 0x93, 0x5b, 0x53, 0x62, 0x5c, - 0x00, 0x71, 0xff, 0x56, 0x85, 0x8d, 0x63, 0x22, 0x3a, 0x43, 0x22, 0xa6, 0x1f, 0x7f, 0x17, 0xa7, - 0x6d, 0xf6, 0x26, 0x4e, 0xde, 0x55, 0xfb, 0x18, 0xcb, 0xcd, 0x13, 0xec, 0x0d, 0x8d, 0xaf, 0x29, - 0x56, 0x45, 0x3f, 0x4d, 0x72, 0xc8, 0x00, 0xe3, 0x84, 0xde, 0x2a, 0x00, 0xee, 0x8f, 0x95, 0x70, - 0x0a, 0x80, 0x2e, 0xa1, 0xde, 0x19, 0x05, 0xc4, 0x67, 0xde, 0x29, 0xf5, 0xb9, 0x18, 0x15, 0xd5, - 0xff, 0x87, 0x86, 0xee, 0xa0, 0x54, 0x0d, 0xdf, 0x42, 0x81, 0x5e, 0x02, 0xba, 0xc9, 0x18, 0x72, - 0xd4, 0x3a, 0x4f, 0x1e, 0x99, 0x9b, 0x05, 0x76, 0x1e, 0xb5, 0xce, 0x71, 0x01, 0xc2, 0x7d, 0x01, - 0xcb, 0xe7, 0xb4, 0xcb, 0xda, 0x54, 0xe9, 0x94, 0x93, 0xe8, 0x29, 0xac, 0x49, 0xea, 0x45, 0x82, - 0xea, 0x24, 0x3b, 0x34, 0xed, 0xae, 0x63, 0xbb, 0xdf, 0xb4, 0xc0, 0xfd, 0xa6, 0x02, 0x1b, 0x6d, - 0xbd, 0xcb, 0x54, 0xce, 0xbe, 0x87, 0x50, 0x8b, 0x9b, 0xe5, 0xeb, 0xd6, 0xa9, 0xc5, 0x4f, 0x36, - 0xd0, 0x11, 0x2c, 0x47, 0xa9, 0x53, 0x6d, 0x7c, 0xcb, 0xaa, 0x2f, 0x6d, 0x20, 0xce, 0x00, 0xd1, - 0x67, 0xb0, 0x2c, 0xed, 0xf9, 0xaf, 0x27, 0x8f, 0xba, 0x35, 0x43, 0xd4, 0x4e, 0x09, 0x70, 0x46, - 0xcd, 0x7d, 0x01, 0xf7, 0x77, 0x6f, 0x08, 0x1b, 0x90, 0x2b, 0x36, 0x60, 0x6a, 0x64, 0x1a, 0x35, - 0x82, 0xd9, 0xd4, 0x10, 0x67, 0xfe, 0xeb, 0x51, 0x51, 0x9b, 0x13, 0x0f, 0x40, 0x35, 0x1c, 0x2f, - 0xdc, 0xbf, 0x56, 0x60, 0x2b, 0x0f, 0xcf, 0x7a, 0x7f, 0x0e, 0x6b, 0x24, 0xa7, 0xf0, 0xff, 0xe6, - 0x84, 0x3c, 0x21, 0x9e, 0x66, 0x30, 0xf3, 0xa3, 0x12, 0xcc, 0x53, 0xbb, 0xdd, 0x2e, 0x0b, 0xb4, - 0x33, 0x3c, 0xa6, 0xae, 0x9a, 0x00, 0x17, 0x0b, 0xdd, 0xff, 0x2c, 0xc0, 0x6a, 0x36, 0x19, 0x0a, - 0x7d, 0x5d, 0x85, 0x2a, 0xb3, 0xd3, 0x04, 0xae, 0xb2, 0x0e, 0x3a, 0x84, 0x05, 0x19, 0x4f, 0x93, - 0x36, 0x5f, 0xcb, 0xaa, 0xbd, 0x68, 0xe6, 0xc4, 0x09, 0x16, 0xed, 0x43, 0x95, 0x4b, 0xfb, 0x68, - 0x7a, 0x56, 0xc2, 0x70, 0xdb, 0x13, 0x08, 0x57, 0xb9, 0xd4, 0xb6, 0xd8, 0x01, 0xcd, 0x99, 0xbb, - 0xd5, 0x96, 0xa2, 0x71, 0x0d, 0x27, 0x58, 0x74, 0x0c, 0x8b, 0x7d, 0xdb, 0x22, 0x4c, 0xbf, 0x5e, - 0x6a, 0x3e, 0x2d, 0xe1, 0x29, 0xec, 0x24, 0x78, 0x8c, 0x46, 0x8f, 0x61, 0x5e, 0x2a, 0xa2, 0x22, - 0x69, 0x5a, 0xf7, 0x52, 0x73, 0x29, 0xce, 0x38, 0xb3, 0x85, 0xad, 0x08, 0xfd, 0x18, 0x1e, 0xd8, - 0xa1, 0xe6, 0x98, 0xf5, 0xfa, 0xe9, 0x0b, 0x36, 0xcd, 0x79, 0x11, 0x97, 0x89, 0x75, 0x15, 0x92, - 0xc1, 0x80, 0x0f, 0x69, 0xe7, 0xd5, 0x50, 0xcf, 0xc7, 0x26, 0x07, 0x6b, 0x26, 0x07, 0xa7, 0x05, - 0x68, 0x07, 0x20, 0xe4, 0x43, 0x2a, 0xf4, 0xf1, 0xd4, 0xf4, 0xce, 0xd5, 0xe6, 0xbd, 0xb8, 0x77, - 0x8e, 0xb7, 0x71, 0x4a, 0x45, 0xc7, 0x21, 0x29, 0x07, 0x67, 0xe9, 0xd6, 0x38, 0x14, 0x16, 0x37, - 0x1e, 0xa3, 0x75, 0x1c, 0xf4, 0x90, 0xa6, 0x46, 0xce, 0x72, 0x2a, 0x0e, 0x87, 0x66, 0x0b, 0x5b, - 0x11, 0x6a, 0xc1, 0x46, 0x3f, 0xe7, 0x61, 0x6c, 0xea, 0x8a, 0x31, 0xb5, 0x6e, 0x30, 0xc7, 0x45, - 0x1a, 0xb8, 0x18, 0x88, 0xb6, 0x60, 0x56, 0x91, 0x9e, 0x74, 0x56, 0xcd, 0xa1, 0x35, 0x43, 0xf0, - 0x9a, 0xf4, 0x24, 0x36, 0xdb, 0xe8, 0x05, 0x80, 0x79, 0x37, 0xda, 0xd5, 0xbe, 0x38, 0xf7, 0x8c, - 0xd2, 0x43, 0xa3, 0x74, 0x34, 0xde, 0xce, 0x7a, 0x94, 0xd2, 0x47, 0xbf, 0x85, 0xcd, 0xc9, 0xea, - 0x24, 0x90, 0x8a, 0x04, 0x1e, 0xbd, 0x60, 0x74, 0xe8, 0xdc, 0x37, 0x4c, 0x1f, 0x15, 0xb4, 0xd7, - 0x29, 0x5d, 0x5c, 0xc2, 0x81, 0x7e, 0x07, 0xf7, 0xf3, 0x85, 0xed, 0xac, 0x19, 0xde, 0xe7, 0x77, - 0xec, 0x0c, 0xb9, 0xe1, 0x30, 0xcf, 0xa6, 0x9b, 0xf2, 0xa3, 0xac, 0x75, 0x93, 0xd7, 0x76, 0xfb, - 0x05, 0xe1, 0x15, 0xdc, 0xcb, 0x6a, 0xbc, 0xe5, 0xdb, 0x78, 0x1e, 0x8d, 0xf6, 0x8a, 0xbf, 0x1a, - 0x3c, 0x2c, 0x08, 0x55, 0xe9, 0x37, 0x84, 0xbf, 0x57, 0xe0, 0xc3, 0x52, 0xbb, 0xed, 0xc7, 0x84, - 0x77, 0x6e, 0xf8, 0xbb, 0xfb, 0x80, 0xf0, 0xdf, 0x6a, 0xde, 0x7c, 0x1c, 0x05, 0xfb, 0xdc, 0xf7, - 0x49, 0xd0, 0x49, 0xe2, 0x7e, 0x9a, 0xef, 0xc4, 0xf6, 0x8d, 0xfc, 0x8e, 0xd6, 0xe7, 0xdb, 0xf8, - 0x2e, 0xcc, 0xa7, 0xde, 0x83, 0x92, 0x61, 0xaf, 0xcc, 0x88, 0xb6, 0x27, 0x58, 0xa8, 0xec, 0x8b, - 0x91, 0x05, 0x22, 0x06, 0xef, 0x4f, 0x34, 0x4e, 0x82, 0x30, 0x52, 0x2d, 0x22, 0x88, 0x4f, 0xd5, - 0x64, 0xfe, 0xfe, 0xe4, 0x56, 0xd6, 0x2c, 0x06, 0x97, 0xb3, 0x21, 0x17, 0x6a, 0x38, 0x0a, 0x76, - 0xa5, 0x9e, 0xdb, 0x33, 0x53, 0xf9, 0x64, 0x1b, 0xfd, 0x00, 0x56, 0xcc, 0x22, 0x79, 0x0b, 0x34, - 0xed, 0x3e, 0xd1, 0xcb, 0x8a, 0xdc, 0x7f, 0x56, 0x60, 0xbb, 0x3c, 0xe0, 0x36, 0x61, 0xde, 0x71, - 0xc4, 0x4f, 0x61, 0x39, 0xd3, 0x11, 0xee, 0x12, 0xf7, 0x4c, 0x5b, 0xc8, 0xc0, 0x9b, 0xff, 0x9a, - 0x81, 0xf7, 0x0a, 0x1a, 0x09, 0xea, 0xc1, 0xfc, 0x49, 0x70, 0xc3, 0xaf, 0x29, 0x7a, 0x7a, 0x37, - 0x3b, 0xe3, 0xfc, 0xaa, 0xff, 0xf0, 0x8e, 0xda, 0x71, 0x70, 0xdc, 0xef, 0xa0, 0x37, 0xb0, 0x10, - 0x17, 0x19, 0x45, 0x9f, 0xdd, 0x09, 0x9b, 0x6f, 0x25, 0xf5, 0xcf, 0xdf, 0x16, 0x36, 0x3e, 0xfb, - 0x18, 0xd6, 0xf6, 0xfb, 0xd4, 0xbb, 0x3e, 0x4b, 0x7d, 0xfb, 0x44, 0x9b, 0x53, 0xf5, 0x77, 0xe8, - 0x87, 0x6a, 0x54, 0x7f, 0xdf, 0x1c, 0x93, 0x56, 0x4d, 0x31, 0xfd, 0x01, 0x60, 0x12, 0x6e, 0x74, - 0x37, 0x8b, 0xa6, 0x8a, 0xb3, 0xfe, 0xa3, 0xb7, 0xc6, 0x25, 0x06, 0xec, 0x7d, 0xfa, 0x65, 0xa3, - 0xc7, 0x54, 0x3f, 0xba, 0xd2, 0xa0, 0x1d, 0x9f, 0x79, 0x82, 0x4b, 0xde, 0x55, 0x3b, 0x3e, 0xf7, - 0x76, 0x44, 0xe8, 0xed, 0x8c, 0x49, 0x77, 0x2c, 0xe9, 0xd5, 0xbc, 0xf1, 0xef, 0xd9, 0xff, 0x02, - 0x00, 0x00, 0xff, 0xff, 0xb2, 0xee, 0xc3, 0xdd, 0xb6, 0x16, 0x00, 0x00, + // 1808 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x73, 0x1b, 0x49, + 0x11, 0x47, 0xf2, 0x5f, 0xb5, 0xff, 0x24, 0x9e, 0xb3, 0x9d, 0x8d, 0x2e, 0xce, 0xb9, 0x36, 0x07, + 0xe4, 0xb8, 0x20, 0xa7, 0x94, 0xdc, 0x01, 0x55, 0x07, 0x55, 0xfe, 0x17, 0xdb, 0x80, 0x1d, 0x31, + 0x8a, 0x7d, 0xc5, 0x41, 0x61, 0xc6, 0xab, 0x91, 0x34, 0x65, 0xed, 0xce, 0x32, 0x33, 0x6b, 0x9d, + 0xf2, 0x42, 0x15, 0x2f, 0xdc, 0x27, 0xe1, 0x81, 0x67, 0xee, 0x8d, 0x2a, 0x78, 0xa1, 0xf8, 0x34, + 0xf0, 0x19, 0xa8, 0x99, 0x9d, 0x95, 0x76, 0x57, 0xbb, 0x2e, 0xa7, 0x2a, 0x3c, 0x49, 0x33, 0xdd, + 0xbf, 0x9e, 0x5f, 0xf7, 0x74, 0xf7, 0xf6, 0x2e, 0xb8, 0x3e, 0xf7, 0x2e, 0x03, 0xde, 0xa1, 0xa4, + 0x47, 0x03, 0x75, 0x79, 0xc3, 0x84, 0x8a, 0xc8, 0xc0, 0x27, 0x5e, 0x9f, 0x05, 0xb4, 0x11, 0x0a, + 0xae, 0x38, 0xda, 0xf0, 0xb9, 0xd7, 0x18, 0xeb, 0x34, 0x3c, 0xee, 0x87, 0x91, 0xa2, 0xf5, 0x0f, + 0x7b, 0x9c, 0xf7, 0x06, 0x74, 0xc7, 0x28, 0x5d, 0x45, 0xdd, 0x1d, 0xea, 0x87, 0x6a, 0x14, 0x63, + 0xea, 0x8f, 0xf3, 0xc2, 0xa1, 0x20, 0x61, 0x48, 0x85, 0xb4, 0xf2, 0x07, 0xfa, 0x5c, 0x8f, 0xfb, + 0x3e, 0x0f, 0xec, 0x4f, 0x02, 0xcc, 0x0a, 0xf4, 0x49, 0x19, 0xf9, 0x56, 0x4a, 0x1e, 0x70, 0xc5, + 0xba, 0xcc, 0x23, 0x8a, 0x25, 0x62, 0xf7, 0xaf, 0x15, 0xd8, 0xb8, 0x88, 0x9d, 0x38, 0x8d, 0x9d, + 0xc0, 0xf4, 0x0f, 0x11, 0x95, 0x0a, 0xfd, 0x26, 0x2f, 0x68, 0x8f, 0xa4, 0xa2, 0xbe, 0x74, 0x2a, + 0xdb, 0x33, 0x4f, 0x97, 0x9a, 0xdf, 0x6d, 0x14, 0x7a, 0xd9, 0xc8, 0x19, 0x2b, 0xb6, 0x81, 0x5e, + 0xc2, 0xca, 0xeb, 0x90, 0x0a, 0xc3, 0xe4, 0xcd, 0x28, 0xa4, 0x4e, 0x75, 0xbb, 0xf2, 0x74, 0xb5, + 0xb9, 0x6a, 0x8c, 0x8e, 0x25, 0x38, 0xab, 0xe4, 0xfe, 0xa3, 0x02, 0x9b, 0x79, 0xb2, 0x32, 0xe4, + 0x81, 0xa4, 0xff, 0x5f, 0xb6, 0x4d, 0x98, 0xc7, 0x54, 0x46, 0x03, 0x65, 0x68, 0x2e, 0x35, 0xeb, + 0x8d, 0xf8, 0xb6, 0x1a, 0xc9, 0x6d, 0x35, 0xf6, 0x38, 0x1f, 0x5c, 0x90, 0x41, 0x44, 0xb1, 0xd5, + 0x44, 0xeb, 0x30, 0x77, 0x28, 0x04, 0x17, 0xce, 0xcc, 0x76, 0xe5, 0x69, 0x0d, 0xc7, 0x0b, 0xb7, + 0x01, 0xcb, 0xed, 0xf6, 0x71, 0x2b, 0xba, 0x1a, 0x30, 0xef, 0x17, 0x74, 0x84, 0x1e, 0xc3, 0xc2, + 0x35, 0x1d, 0x75, 0x88, 0x22, 0x4e, 0x45, 0xeb, 0xed, 0xcd, 0x7e, 0xf3, 0xad, 0x53, 0xc1, 0xc9, + 0xa6, 0xeb, 0xc2, 0xec, 0x01, 0x93, 0xd7, 0xa8, 0x0e, 0x8b, 0x1d, 0x26, 0xaf, 0x03, 0xe2, 0xd3, + 0x58, 0x11, 0x8f, 0xd7, 0xee, 0x00, 0x96, 0xdb, 0x7d, 0x22, 0x68, 0xe7, 0x15, 0x1f, 0x74, 0xa8, + 0x40, 0x2f, 0x61, 0x43, 0x9a, 0x75, 0xd7, 0xac, 0x05, 0xed, 0x52, 0x41, 0x03, 0x2f, 0x01, 0x16, + 0x0b, 0xd1, 0xf7, 0x60, 0xb5, 0xa7, 0xef, 0xdd, 0xe7, 0x51, 0xa0, 0x42, 0xa2, 0xfa, 0xc6, 0xd7, + 0x1a, 0xce, 0xed, 0xba, 0x7f, 0xae, 0xc2, 0x7a, 0x5b, 0x71, 0x41, 0x7a, 0x74, 0x9f, 0x07, 0x5d, + 0xd6, 0x8b, 0xe2, 0x0b, 0x42, 0x2f, 0x60, 0x9e, 0x4b, 0x4d, 0xca, 0x9c, 0xb3, 0xd4, 0xfc, 0xb0, + 0x24, 0xe4, 0xda, 0x1f, 0x6c, 0x55, 0xd1, 0x4f, 0xa0, 0xa6, 0xfd, 0xd4, 0xff, 0xa5, 0x53, 0x35, + 0x57, 0x75, 0x2b, 0x6e, 0xa2, 0xad, 0xdd, 0xbc, 0xf1, 0x63, 0x0a, 0xfb, 0x3c, 0x50, 0x84, 0x05, + 0x54, 0x9c, 0xe9, 0xf8, 0xc4, 0x01, 0x2f, 0x16, 0xa2, 0x13, 0x58, 0x91, 0xa9, 0x60, 0x49, 0x67, + 0xd6, 0x1c, 0xfa, 0xa4, 0xe4, 0xd0, 0x74, 0x60, 0x71, 0x16, 0xe9, 0xbe, 0x82, 0xfb, 0x67, 0x54, + 0x0d, 0xb9, 0xb8, 0x3e, 0x09, 0x14, 0x15, 0x5d, 0xe2, 0x51, 0xd4, 0x84, 0xf5, 0x20, 0xb7, 0x77, + 0x36, 0xb9, 0xb3, 0x42, 0x99, 0x7b, 0x09, 0xeb, 0xd6, 0x4e, 0x36, 0xa0, 0x47, 0x00, 0x2c, 0x51, + 0x4c, 0xf2, 0xf8, 0xfb, 0x25, 0x3c, 0xf3, 0x44, 0x70, 0x0a, 0xea, 0xfe, 0xa9, 0x02, 0x6b, 0xe7, + 0x92, 0x8a, 0xac, 0xf9, 0x6d, 0x58, 0x8c, 0x24, 0x15, 0x93, 0x94, 0xb2, 0xb9, 0x37, 0xde, 0xd5, + 0x1a, 0x21, 0x91, 0x72, 0xc8, 0x45, 0x27, 0x4e, 0x86, 0x44, 0x23, 0xd9, 0x45, 0x9f, 0xc4, 0x36, + 0x94, 0xae, 0xe0, 0x19, 0x53, 0xc1, 0x2b, 0x86, 0xa0, 0x3e, 0x4d, 0x57, 0x2c, 0x1e, 0x8b, 0x75, + 0xb4, 0xf0, 0x41, 0x2b, 0x4b, 0xe1, 0x31, 0x40, 0x87, 0x49, 0x72, 0x35, 0xa0, 0xf8, 0xa0, 0x65, + 0x48, 0x2c, 0xe2, 0xd4, 0x0e, 0x42, 0x30, 0x1b, 0x72, 0x11, 0x57, 0xdd, 0x0a, 0x36, 0xff, 0xdd, + 0xbf, 0x54, 0x00, 0xfd, 0x92, 0x05, 0xd1, 0xd7, 0x59, 0x53, 0x07, 0xb0, 0x65, 0x81, 0x2d, 0x4b, + 0x6e, 0x37, 0x52, 0x7d, 0x1a, 0x28, 0xdb, 0xee, 0xac, 0xf5, 0xdb, 0x95, 0xd0, 0xcf, 0xe1, 0x03, + 0x6f, 0xc0, 0xa3, 0xce, 0x49, 0xc0, 0xd4, 0x01, 0x51, 0xa4, 0xcd, 0x23, 0xe1, 0x25, 0xcd, 0xc9, + 0x31, 0xae, 0xed, 0x4f, 0xcb, 0x71, 0x11, 0xc8, 0xfd, 0xa6, 0x0a, 0xeb, 0x5f, 0xb2, 0xa0, 0xc3, + 0x87, 0x32, 0x4b, 0xf5, 0x73, 0xd8, 0xa4, 0x81, 0x26, 0xb1, 0x1b, 0x29, 0xee, 0x13, 0xc5, 0xbc, + 0xf3, 0xb0, 0x43, 0x94, 0xb9, 0x63, 0xcd, 0xb1, 0x44, 0xaa, 0x7b, 0x80, 0x62, 0x3e, 0xfd, 0x8a, + 0x07, 0xd4, 0xd6, 0xe6, 0x78, 0x8d, 0xda, 0xd3, 0xd1, 0x35, 0x17, 0x52, 0x9e, 0x31, 0x79, 0x75, + 0x3c, 0x7d, 0x3d, 0x47, 0x80, 0xbe, 0x64, 0x01, 0x3e, 0xcd, 0x9a, 0x9d, 0x35, 0x66, 0x1f, 0x18, + 0xb3, 0xd3, 0x62, 0x5c, 0x00, 0x71, 0xff, 0x3d, 0x07, 0x8f, 0x6c, 0x27, 0x0f, 0x7a, 0x71, 0x53, + 0xcd, 0x9e, 0xe4, 0xc2, 0xb2, 0xe5, 0x25, 0x52, 0xe5, 0x92, 0xd9, 0x43, 0x67, 0xb0, 0x42, 0x3a, + 0x3e, 0x0b, 0x98, 0x54, 0x82, 0x28, 0x2e, 0x6c, 0x2f, 0x7e, 0x5a, 0xe2, 0xdf, 0x54, 0xc2, 0xe3, + 0x2c, 0x1c, 0xfd, 0x0c, 0xe6, 0x74, 0x72, 0x4a, 0x67, 0xc6, 0x54, 0xd6, 0xdd, 0xed, 0xc4, 0x30, + 0xf4, 0x31, 0x80, 0x17, 0x49, 0xc5, 0x7d, 0x7d, 0xe7, 0x26, 0x2a, 0x49, 0x7d, 0xa4, 0xf6, 0xd1, + 0x3e, 0x40, 0x68, 0xba, 0xfd, 0x35, 0x1d, 0x49, 0x67, 0xee, 0xf6, 0x66, 0x93, 0x7a, 0x32, 0xe0, + 0x14, 0x0c, 0x3d, 0xd7, 0xad, 0xd5, 0x14, 0xd9, 0x7c, 0x2a, 0x13, 0x73, 0x11, 0x35, 0xf5, 0x66, + 0xf5, 0xd0, 0xaf, 0x60, 0x8d, 0xcb, 0x3d, 0xce, 0x95, 0xf6, 0x36, 0x3c, 0x0c, 0x7a, 0x2c, 0xa0, + 0xce, 0x82, 0x01, 0x3f, 0x29, 0x02, 0xe7, 0x54, 0xf1, 0x34, 0x1a, 0xfd, 0x1a, 0xd0, 0x60, 0xaa, + 0xee, 0x9c, 0x45, 0x73, 0x09, 0x9f, 0x94, 0x78, 0x34, 0x5d, 0xa8, 0xb8, 0xc0, 0x08, 0xba, 0x84, + 0xf5, 0x61, 0x41, 0xa5, 0x38, 0x35, 0x63, 0xfc, 0xd3, 0x12, 0xe3, 0x45, 0xc5, 0x85, 0x0b, 0x0d, + 0xe9, 0x4c, 0x0e, 0x05, 0xff, 0x7a, 0x94, 0x35, 0x0f, 0xa9, 0x4c, 0x6e, 0x4d, 0x89, 0x71, 0x01, + 0xc4, 0xfd, 0x5b, 0x15, 0x36, 0x8e, 0x89, 0xe8, 0x0c, 0x89, 0x98, 0x7e, 0xfc, 0x5d, 0x9c, 0xb6, + 0xd9, 0xdb, 0x38, 0x79, 0x57, 0xed, 0x63, 0x2c, 0x37, 0x4f, 0xb0, 0xb7, 0x34, 0xbe, 0xa6, 0x58, + 0x15, 0xfd, 0x34, 0xc9, 0x21, 0x03, 0x8c, 0x13, 0x7a, 0xab, 0x00, 0xb8, 0x3f, 0x56, 0xc2, 0x29, + 0x00, 0xba, 0x84, 0x7a, 0x67, 0x14, 0x10, 0x9f, 0x79, 0xa7, 0xd4, 0xe7, 0x62, 0x54, 0x54, 0xff, + 0x1f, 0x19, 0x73, 0x07, 0xa5, 0x6a, 0xf8, 0x16, 0x13, 0xe8, 0x15, 0xa0, 0x9b, 0x0c, 0x91, 0xa3, + 0xd6, 0x79, 0xf2, 0xc8, 0xdc, 0x2c, 0xe0, 0x79, 0xd4, 0x3a, 0xc7, 0x05, 0x08, 0xf7, 0x0b, 0x58, + 0x3e, 0xa7, 0x5d, 0xd6, 0xa6, 0x4a, 0xa7, 0x9c, 0x44, 0xcf, 0x60, 0x4d, 0x52, 0x2f, 0x12, 0x54, + 0x27, 0xd9, 0xa1, 0x69, 0x77, 0x1d, 0xdb, 0xfd, 0xa6, 0x05, 0xee, 0xb7, 0x15, 0xd8, 0x68, 0xeb, + 0x5d, 0xa6, 0x72, 0xfc, 0x1e, 0x41, 0x2d, 0x6e, 0x96, 0x6f, 0x5a, 0xa7, 0x16, 0x3f, 0xd9, 0x40, + 0x47, 0xb0, 0x1c, 0xa5, 0x4e, 0xb5, 0xf1, 0x2d, 0xab, 0xbe, 0x34, 0x41, 0x9c, 0x01, 0xa2, 0xcf, + 0x60, 0x59, 0xda, 0xf3, 0xdf, 0x4c, 0x1e, 0x75, 0x6b, 0xc6, 0x50, 0x3b, 0x25, 0xc0, 0x19, 0x35, + 0xf7, 0x10, 0x1e, 0xee, 0xde, 0x10, 0x36, 0x20, 0x57, 0x6c, 0xc0, 0xd4, 0x48, 0x37, 0x6a, 0x3c, + 0x9e, 0xb7, 0x10, 0xcc, 0xa6, 0xa6, 0x39, 0xf3, 0x5f, 0xcf, 0x8c, 0x9a, 0x57, 0x3c, 0x09, 0xd5, + 0x70, 0xbc, 0xd0, 0xee, 0x6f, 0xe5, 0xed, 0x64, 0xc3, 0xf0, 0x3b, 0x58, 0x23, 0x39, 0x85, 0x64, + 0x60, 0x78, 0x5e, 0xe2, 0x6d, 0x29, 0x31, 0x3c, 0x6d, 0xca, 0x4c, 0x94, 0x4a, 0x30, 0x4f, 0xed, + 0x76, 0xbb, 0x2c, 0xd0, 0xee, 0xf1, 0xf8, 0x8c, 0xaa, 0x09, 0x79, 0xb1, 0xd0, 0xfd, 0xcf, 0x02, + 0xac, 0x66, 0xd3, 0xa3, 0xd0, 0xe9, 0x55, 0xa8, 0x32, 0x3b, 0x5f, 0xe0, 0x2a, 0xeb, 0xa0, 0x43, + 0x58, 0x90, 0xf1, 0x7c, 0x69, 0x33, 0xb8, 0xac, 0xfe, 0x8b, 0xa6, 0x50, 0x9c, 0x60, 0xd1, 0x3e, + 0x54, 0xb9, 0xb4, 0x0f, 0xab, 0x17, 0x25, 0x16, 0x6e, 0x7b, 0x26, 0xe1, 0x2a, 0x97, 0x9a, 0x8b, + 0x1d, 0xd9, 0x9c, 0xb9, 0x5b, 0xb9, 0x14, 0x0d, 0x70, 0x38, 0xc1, 0xa2, 0x63, 0x58, 0xec, 0xdb, + 0xa6, 0x61, 0x3a, 0xf8, 0x52, 0xf3, 0x59, 0x89, 0x9d, 0xc2, 0xde, 0x82, 0xc7, 0x68, 0xf4, 0x04, + 0xe6, 0xa5, 0x22, 0x2a, 0x92, 0xa6, 0x99, 0x2f, 0x35, 0x97, 0xe2, 0x1c, 0x34, 0x5b, 0xd8, 0x8a, + 0xd0, 0x8f, 0xe1, 0x81, 0x1d, 0x73, 0x8e, 0x59, 0xaf, 0x9f, 0xbe, 0x69, 0xd3, 0xae, 0x17, 0x71, + 0x99, 0x58, 0xd7, 0x25, 0x19, 0x0c, 0xf8, 0x90, 0x76, 0x5e, 0x0f, 0xf5, 0xc4, 0x6c, 0x92, 0xb1, + 0x66, 0x92, 0x71, 0x5a, 0x80, 0x76, 0x00, 0x42, 0x3e, 0xa4, 0x42, 0x1f, 0x4f, 0x4d, 0x37, 0x5d, + 0x6d, 0xde, 0x8b, 0xbb, 0xe9, 0x78, 0x1b, 0xa7, 0x54, 0x74, 0x1c, 0x92, 0x02, 0x71, 0x96, 0x6e, + 0x8d, 0x43, 0x61, 0xb9, 0xe3, 0x31, 0x5a, 0xc7, 0x41, 0x8f, 0x6d, 0x6a, 0xe4, 0x2c, 0xa7, 0xe2, + 0x70, 0x68, 0xb6, 0xb0, 0x15, 0xa1, 0x16, 0x6c, 0xf4, 0x73, 0x1e, 0xc6, 0x54, 0x57, 0x0c, 0xd5, + 0xba, 0xc1, 0x1c, 0x17, 0x69, 0xe0, 0x62, 0x20, 0xda, 0x82, 0x59, 0x45, 0x7a, 0xd2, 0x59, 0x35, + 0x87, 0xd6, 0x8c, 0x81, 0x37, 0xa4, 0x27, 0xb1, 0xd9, 0x46, 0x5f, 0x00, 0x98, 0xb7, 0xa5, 0x5d, + 0xed, 0x8b, 0x73, 0xcf, 0x28, 0x3d, 0x32, 0x4a, 0x47, 0xe3, 0xed, 0xac, 0x47, 0x29, 0x7d, 0xf4, + 0x5b, 0xd8, 0x9c, 0xac, 0x4e, 0x02, 0xa9, 0x48, 0xe0, 0xd1, 0x0b, 0x46, 0x87, 0xce, 0x7d, 0x63, + 0xe9, 0xe3, 0x82, 0x86, 0x3b, 0xa5, 0x8b, 0x4b, 0x6c, 0xa0, 0xdf, 0xc3, 0xfd, 0x7c, 0x61, 0x3b, + 0x6b, 0xc6, 0xee, 0xcb, 0x3b, 0xb6, 0x88, 0xdc, 0xb8, 0x98, 0xb7, 0xa6, 0xfb, 0xd4, 0xe3, 0x2c, + 0xbb, 0xc9, 0x8b, 0xbc, 0xfd, 0xa6, 0xf0, 0x1a, 0xee, 0x65, 0x35, 0xde, 0xf1, 0xfd, 0x3c, 0x8f, + 0x46, 0x7b, 0xc5, 0xdf, 0x11, 0x1e, 0x15, 0x84, 0xaa, 0xf4, 0xab, 0xc2, 0xdf, 0x2b, 0xf0, 0x51, + 0x29, 0x6f, 0xfb, 0x79, 0xe1, 0xbd, 0x13, 0x7f, 0x7f, 0x9f, 0x14, 0xfe, 0x5b, 0xcd, 0xd3, 0xc7, + 0x51, 0xb0, 0xcf, 0x7d, 0x9f, 0x04, 0x9d, 0x24, 0xee, 0xa7, 0xf9, 0x4e, 0x6c, 0xdf, 0xd1, 0xef, + 0xc8, 0x3e, 0xdf, 0xc6, 0x77, 0x61, 0x3e, 0xf5, 0x66, 0x94, 0x8c, 0x7f, 0x65, 0x24, 0xda, 0x9e, + 0x60, 0xa1, 0xb2, 0xaf, 0x4a, 0x16, 0x88, 0x18, 0x3c, 0x9c, 0x68, 0x9c, 0x04, 0x61, 0xa4, 0x5a, + 0x44, 0x10, 0x9f, 0xaa, 0xc9, 0x44, 0xfe, 0xe9, 0xad, 0x56, 0xb3, 0x18, 0x5c, 0x6e, 0x0d, 0xb9, + 0x50, 0xc3, 0x51, 0xb0, 0x2b, 0xf5, 0x24, 0x9f, 0x99, 0xd3, 0x27, 0xdb, 0xe8, 0x07, 0xb0, 0x62, + 0x16, 0xc9, 0x7b, 0xa1, 0x69, 0xf7, 0x89, 0x5e, 0x56, 0xe4, 0xfe, 0xb3, 0x02, 0xdb, 0xe5, 0x01, + 0xb7, 0x09, 0xf3, 0x9e, 0x23, 0x7e, 0x0a, 0xcb, 0x99, 0x8e, 0x70, 0x97, 0xb8, 0x67, 0xda, 0x42, + 0x06, 0xde, 0xfc, 0xd7, 0x0c, 0x7c, 0x50, 0xd0, 0x48, 0x50, 0x0f, 0xe6, 0x4f, 0x82, 0x1b, 0x7e, + 0x4d, 0xd1, 0xb3, 0xbb, 0xf1, 0x8c, 0xf3, 0xab, 0xfe, 0xc3, 0x3b, 0x6a, 0xc7, 0xc1, 0x71, 0xbf, + 0x83, 0xde, 0xc2, 0x42, 0x5c, 0x64, 0x14, 0x7d, 0x76, 0x27, 0x6c, 0xbe, 0x95, 0xd4, 0x3f, 0x7f, + 0x57, 0xd8, 0xf8, 0xec, 0x63, 0x58, 0xdb, 0xef, 0x53, 0xef, 0xfa, 0x2c, 0xf5, 0x35, 0x14, 0x6d, + 0x4e, 0xd5, 0xdf, 0xa1, 0x1f, 0xaa, 0x51, 0xfd, 0xa1, 0x39, 0x26, 0xad, 0x9a, 0xb2, 0xf4, 0x47, + 0x80, 0x49, 0xb8, 0xd1, 0xdd, 0x18, 0x4d, 0x15, 0x67, 0xfd, 0x47, 0xef, 0x8c, 0x4b, 0x08, 0xec, + 0x3d, 0xff, 0xaa, 0xd1, 0x63, 0xaa, 0x1f, 0x5d, 0x69, 0xd0, 0x8e, 0xcf, 0x3c, 0xc1, 0x25, 0xef, + 0xaa, 0x1d, 0x9f, 0x7b, 0x3b, 0x22, 0xf4, 0x76, 0xc6, 0x46, 0x77, 0xac, 0xd1, 0xab, 0x79, 0xe3, + 0xdf, 0x8b, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x59, 0xb8, 0x2b, 0xc8, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index 30a0e83e..fc8794ab 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -107,13 +107,13 @@ message SecurityConfiguration { SecurityType securityType = 3; } -message AvailabilityZone { +message AvailabilityZoneReference { string name = 1; repeated string nodes = 2; } message AvailabilityZoneConfiguration { - repeated AvailabilityZone availabilityZones = 1; + repeated AvailabilityZoneReference availabilityZones = 1; bool strictAffinityToZones = 2; } From d45dff22ad37a62c6dcc16d622c7582622d8220c Mon Sep 17 00:00:00 2001 From: piyushka Date: Mon, 26 Aug 2024 13:18:08 -0700 Subject: [PATCH 6/9] Rename availabilityzone to zone --- .../moc_cloudagent_virtualmachine.proto | 12 +++++------- .../moc_nodeagent_virtualmachine.proto | 10 +++++----- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index be9447e2..0943a269 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -109,17 +109,15 @@ message AvailabilitySetReference { string name = 2; } -message AvailabilityZoneReference { +message ZoneReference { string name = 1; } -message AvailabilityZoneConfiguration { - repeated AvailabilityZoneReference availabilityZones = 1; - bool strictAffinityToZones = 2; +message ZoneConfiguration { + repeated ZoneReference zones = 1; + bool strictPlacement = 2; } - - message VirtualMachine { string name = 1; string id = 2; @@ -140,7 +138,7 @@ message VirtualMachine { GuestAgentConfiguration guestAgent = 17; VirtualMachineAgentInstanceView guestAgentInstanceView = 18; AvailabilitySetReference availabilitySet = 19; - AvailabilityZoneConfiguration availabilityZone = 20; + ZoneConfiguration zone = 20; } message VirtualMachineOperationRequest { diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index fc8794ab..68aa4469 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -107,14 +107,14 @@ message SecurityConfiguration { SecurityType securityType = 3; } -message AvailabilityZoneReference { +message ZoneReference { string name = 1; repeated string nodes = 2; } -message AvailabilityZoneConfiguration { - repeated AvailabilityZoneReference availabilityZones = 1; - bool strictAffinityToZones = 2; +message ZoneConfiguration { + repeated ZoneReference zones = 1; + bool strictPlacement = 2; } message VirtualMachine { @@ -134,7 +134,7 @@ message VirtualMachine { Tags tags = 14; GuestAgentConfiguration guestAgent = 15; VirtualMachineAgentInstanceView guestAgentInstanceView = 16; - AvailabilityZoneConfiguration availabilityZone = 17; + ZoneConfiguration zone = 17; } message VirtualMachineOperationRequest { From 8a811b5ccbefc40badfb215ddc7e5507ada011d0 Mon Sep 17 00:00:00 2001 From: piyushka Date: Mon, 26 Aug 2024 13:25:12 -0700 Subject: [PATCH 7/9] Rename availabilityzone to zone -2 --- .../moc_cloudagent_virtualmachine.pb.go | 330 +++++++++--------- .../moc_nodeagent_virtualmachine.pb.go | 324 ++++++++--------- 2 files changed, 327 insertions(+), 327 deletions(-) diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index d7bf1b96..8f6a107d 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -897,88 +897,88 @@ func (m *AvailabilitySetReference) GetName() string { return "" } -type AvailabilityZoneReference struct { +type ZoneReference 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:"-"` } -func (m *AvailabilityZoneReference) Reset() { *m = AvailabilityZoneReference{} } -func (m *AvailabilityZoneReference) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZoneReference) ProtoMessage() {} -func (*AvailabilityZoneReference) Descriptor() ([]byte, []int) { +func (m *ZoneReference) Reset() { *m = ZoneReference{} } +func (m *ZoneReference) String() string { return proto.CompactTextString(m) } +func (*ZoneReference) ProtoMessage() {} +func (*ZoneReference) Descriptor() ([]byte, []int) { return fileDescriptor_a65ab853cd24c92b, []int{16} } -func (m *AvailabilityZoneReference) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZoneReference.Unmarshal(m, b) +func (m *ZoneReference) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneReference.Unmarshal(m, b) } -func (m *AvailabilityZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZoneReference.Marshal(b, m, deterministic) +func (m *ZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneReference.Marshal(b, m, deterministic) } -func (m *AvailabilityZoneReference) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZoneReference.Merge(m, src) +func (m *ZoneReference) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneReference.Merge(m, src) } -func (m *AvailabilityZoneReference) XXX_Size() int { - return xxx_messageInfo_AvailabilityZoneReference.Size(m) +func (m *ZoneReference) XXX_Size() int { + return xxx_messageInfo_ZoneReference.Size(m) } -func (m *AvailabilityZoneReference) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZoneReference.DiscardUnknown(m) +func (m *ZoneReference) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneReference.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZoneReference proto.InternalMessageInfo +var xxx_messageInfo_ZoneReference proto.InternalMessageInfo -func (m *AvailabilityZoneReference) GetName() string { +func (m *ZoneReference) GetName() string { if m != nil { return m.Name } return "" } -type AvailabilityZoneConfiguration struct { - AvailabilityZones []*AvailabilityZoneReference `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` - StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type ZoneConfiguration struct { + Zones []*ZoneReference `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"` + StrictPlacement bool `protobuf:"varint,2,opt,name=strictPlacement,proto3" json:"strictPlacement,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } -func (m *AvailabilityZoneConfiguration) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZoneConfiguration) ProtoMessage() {} -func (*AvailabilityZoneConfiguration) Descriptor() ([]byte, []int) { +func (m *ZoneConfiguration) Reset() { *m = ZoneConfiguration{} } +func (m *ZoneConfiguration) String() string { return proto.CompactTextString(m) } +func (*ZoneConfiguration) ProtoMessage() {} +func (*ZoneConfiguration) Descriptor() ([]byte, []int) { return fileDescriptor_a65ab853cd24c92b, []int{17} } -func (m *AvailabilityZoneConfiguration) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZoneConfiguration.Unmarshal(m, b) +func (m *ZoneConfiguration) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneConfiguration.Unmarshal(m, b) } -func (m *AvailabilityZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZoneConfiguration.Marshal(b, m, deterministic) +func (m *ZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneConfiguration.Marshal(b, m, deterministic) } -func (m *AvailabilityZoneConfiguration) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZoneConfiguration.Merge(m, src) +func (m *ZoneConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneConfiguration.Merge(m, src) } -func (m *AvailabilityZoneConfiguration) XXX_Size() int { - return xxx_messageInfo_AvailabilityZoneConfiguration.Size(m) +func (m *ZoneConfiguration) XXX_Size() int { + return xxx_messageInfo_ZoneConfiguration.Size(m) } -func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZoneConfiguration.DiscardUnknown(m) +func (m *ZoneConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneConfiguration.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo +var xxx_messageInfo_ZoneConfiguration proto.InternalMessageInfo -func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZoneReference { +func (m *ZoneConfiguration) GetZones() []*ZoneReference { if m != nil { - return m.AvailabilityZones + return m.Zones } return nil } -func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { +func (m *ZoneConfiguration) GetStrictPlacement() bool { if m != nil { - return m.StrictAffinityToZones + return m.StrictPlacement } return false } @@ -1003,7 +1003,7 @@ type VirtualMachine struct { GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,17,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,18,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` AvailabilitySet *AvailabilitySetReference `protobuf:"bytes,19,opt,name=availabilitySet,proto3" json:"availabilitySet,omitempty"` - AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,20,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` + Zone *ZoneConfiguration `protobuf:"bytes,20,opt,name=zone,proto3" json:"zone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1167,9 +1167,9 @@ func (m *VirtualMachine) GetAvailabilitySet() *AvailabilitySetReference { return nil } -func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { +func (m *VirtualMachine) GetZone() *ZoneConfiguration { if m != nil { - return m.AvailabilityZone + return m.Zone } return nil } @@ -1509,8 +1509,8 @@ func init() { proto.RegisterType((*UefiSettings)(nil), "moc.cloudagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.cloudagent.compute.SecurityConfiguration") proto.RegisterType((*AvailabilitySetReference)(nil), "moc.cloudagent.compute.AvailabilitySetReference") - proto.RegisterType((*AvailabilityZoneReference)(nil), "moc.cloudagent.compute.AvailabilityZoneReference") - proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.cloudagent.compute.AvailabilityZoneConfiguration") + proto.RegisterType((*ZoneReference)(nil), "moc.cloudagent.compute.ZoneReference") + proto.RegisterType((*ZoneConfiguration)(nil), "moc.cloudagent.compute.ZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.cloudagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.cloudagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.cloudagent.compute.VirtualMachineOperationResponse") @@ -1525,125 +1525,125 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1888 bytes of a gzipped FileDescriptorProto + // 1878 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x52, 0x23, 0xc7, - 0x15, 0xb6, 0x04, 0x08, 0x74, 0xf8, 0x59, 0xe8, 0x05, 0x76, 0x4c, 0x00, 0x53, 0xb3, 0x2e, 0x17, - 0xde, 0xd8, 0x92, 0x8d, 0x77, 0x37, 0xae, 0x94, 0x53, 0x2e, 0x81, 0xd8, 0x85, 0x32, 0x3f, 0x4a, - 0x4b, 0xec, 0x56, 0x51, 0xa9, 0xc2, 0xc3, 0xa8, 0x11, 0x1d, 0x34, 0xd3, 0xe3, 0xee, 0x1e, 0x64, - 0x92, 0xdc, 0x24, 0x57, 0xc9, 0x55, 0x1e, 0x21, 0x2f, 0xe1, 0xf8, 0x2e, 0x17, 0xb9, 0xcf, 0x73, - 0xe4, 0x32, 0x79, 0x84, 0xa4, 0xba, 0x67, 0x46, 0xf3, 0xa3, 0x19, 0x4a, 0x54, 0x65, 0x2f, 0x72, - 0x25, 0xcd, 0x39, 0xe7, 0xfb, 0xfa, 0xcc, 0xe9, 0xf3, 0xd3, 0x3d, 0xf0, 0xd4, 0x61, 0xf6, 0x85, - 0xdd, 0x67, 0x7e, 0xd7, 0xea, 0x11, 0x57, 0x5e, 0xdc, 0x52, 0x2e, 0x7d, 0xab, 0xef, 0x58, 0xf6, - 0x35, 0x75, 0x49, 0xcd, 0xe3, 0x4c, 0x32, 0xb4, 0xea, 0x30, 0xbb, 0x16, 0x1b, 0xd5, 0x6c, 0xe6, - 0x78, 0xbe, 0x24, 0x6b, 0x9b, 0x3d, 0xc6, 0x7a, 0x7d, 0x52, 0xd7, 0x56, 0x97, 0xfe, 0x55, 0x7d, - 0xc0, 0x2d, 0xcf, 0x23, 0x5c, 0x04, 0xb8, 0xb5, 0x27, 0x9a, 0x9c, 0x39, 0x0e, 0x73, 0xc3, 0x9f, - 0x50, 0xb1, 0x99, 0x56, 0x28, 0xb2, 0xa4, 0xde, 0xfc, 0x4b, 0x09, 0x56, 0xde, 0x04, 0x9e, 0x1c, - 0x07, 0x9e, 0x60, 0xf2, 0x9d, 0x4f, 0x84, 0x44, 0x2d, 0x78, 0x94, 0x56, 0x08, 0xa3, 0xb4, 0x35, - 0xb1, 0x3d, 0xbb, 0xf3, 0x51, 0x2d, 0xdf, 0xc9, 0x5a, 0x86, 0x27, 0x0b, 0x47, 0xcf, 0x61, 0xfe, - 0xd4, 0x23, 0xdc, 0x92, 0x94, 0xb9, 0x9d, 0x3b, 0x8f, 0x18, 0xe5, 0xad, 0xd2, 0xf6, 0xc2, 0xce, - 0x82, 0xe6, 0x1b, 0x6a, 0x70, 0xda, 0xc8, 0xfc, 0xa1, 0x04, 0xab, 0x59, 0x0f, 0x85, 0xc7, 0x5c, - 0x41, 0xde, 0x81, 0x8b, 0x3b, 0x50, 0xc1, 0x44, 0xf8, 0x7d, 0xa9, 0x7d, 0x9b, 0xdd, 0x59, 0xab, - 0x05, 0x81, 0xaf, 0x45, 0x81, 0xaf, 0xed, 0x32, 0xd6, 0x7f, 0x63, 0xf5, 0x7d, 0x82, 0x43, 0x4b, - 0xb4, 0x0c, 0x53, 0xfb, 0x9c, 0x33, 0x6e, 0x4c, 0x6c, 0x95, 0xb6, 0xab, 0x38, 0x78, 0x30, 0x6b, - 0x30, 0xd7, 0x6e, 0x1f, 0xb4, 0xfc, 0xcb, 0x3e, 0xb5, 0xbf, 0x21, 0x77, 0x68, 0x13, 0xa6, 0x6f, - 0xc8, 0x5d, 0xd7, 0x92, 0x96, 0x51, 0x52, 0x76, 0xbb, 0x93, 0x7f, 0xfc, 0xab, 0x51, 0xc2, 0x91, - 0xd0, 0x34, 0x61, 0xb2, 0x49, 0xc5, 0x0d, 0x5a, 0x83, 0x99, 0x2e, 0x15, 0x37, 0xae, 0xe5, 0x90, - 0xc0, 0x10, 0x0f, 0x9f, 0xcd, 0x7f, 0x96, 0x60, 0xb9, 0x2d, 0x19, 0xb7, 0x7a, 0x64, 0x8f, 0xb9, - 0x57, 0xb4, 0xe7, 0x07, 0x71, 0x42, 0xcf, 0xa1, 0xc2, 0x84, 0x32, 0xd3, 0x90, 0xd9, 0x9d, 0xf5, - 0xa2, 0xf7, 0x57, 0x4b, 0xe0, 0xd0, 0x16, 0xfd, 0x1c, 0xaa, 0x6a, 0x69, 0xf5, 0x5f, 0x18, 0x65, - 0x1d, 0xb8, 0xfb, 0x81, 0xb1, 0x39, 0xfa, 0x08, 0x16, 0xa8, 0x63, 0xf5, 0x08, 0x26, 0x57, 0x84, - 0x13, 0xd7, 0x26, 0xe1, 0xdb, 0x67, 0xa4, 0xe8, 0x39, 0xac, 0xdc, 0x3a, 0x81, 0xb3, 0x7b, 0xcc, - 0x95, 0x16, 0x75, 0x09, 0x3f, 0x51, 0xef, 0x36, 0xa9, 0xcd, 0xf3, 0x95, 0xe6, 0x2b, 0x58, 0x3c, - 0x21, 0x72, 0xc0, 0xf8, 0xcd, 0xa1, 0x2b, 0x09, 0xbf, 0xb2, 0x6c, 0x82, 0x76, 0x60, 0xd9, 0xcd, - 0xc8, 0x4e, 0xe2, 0x20, 0xe5, 0xea, 0xcc, 0x6f, 0x61, 0x39, 0xe4, 0x49, 0xc7, 0xeb, 0x00, 0x80, - 0x46, 0x86, 0x51, 0xce, 0x6c, 0x17, 0xbd, 0x7a, 0xd6, 0x13, 0x9c, 0xc0, 0x9a, 0x7f, 0x28, 0xc1, - 0xd2, 0x99, 0x20, 0x3c, 0xcd, 0xbf, 0x05, 0x33, 0xbe, 0x20, 0x3c, 0xde, 0xc4, 0x70, 0xb7, 0x87, - 0x52, 0x65, 0xe1, 0x59, 0x42, 0x0c, 0x18, 0xef, 0xea, 0x54, 0x1b, 0x5a, 0x44, 0x52, 0xf4, 0x71, - 0xc0, 0x21, 0x55, 0xa1, 0x4c, 0xe8, 0x42, 0x99, 0xd7, 0x1e, 0xaa, 0xd5, 0x54, 0x61, 0xe0, 0xa1, - 0x5a, 0x85, 0x0b, 0x37, 0x5b, 0x69, 0x17, 0x36, 0x01, 0xba, 0x54, 0x58, 0x97, 0x7d, 0x82, 0x9b, - 0x2d, 0xed, 0xc4, 0x0c, 0x4e, 0x48, 0x10, 0x82, 0x49, 0x8f, 0xf1, 0x20, 0xcf, 0xe7, 0xb1, 0xfe, - 0x6f, 0x9e, 0x03, 0x3a, 0xa2, 0xae, 0xff, 0x7d, 0x9a, 0xa9, 0x09, 0x1b, 0x21, 0xae, 0x15, 0xfa, - 0xd6, 0xf0, 0xe5, 0x35, 0x71, 0x25, 0xb5, 0xb5, 0x41, 0x48, 0x7e, 0xbf, 0x91, 0xf9, 0xa7, 0x32, - 0x2c, 0xbf, 0xa5, 0x6e, 0x97, 0x0d, 0x44, 0x9a, 0xfe, 0x25, 0xac, 0x12, 0x57, 0x01, 0x1b, 0xbe, - 0x64, 0x8e, 0x25, 0xa9, 0x7d, 0xe6, 0x75, 0x2d, 0xa9, 0xf7, 0x45, 0xf1, 0x16, 0x68, 0x55, 0xa1, - 0x48, 0xea, 0x90, 0x73, 0xe6, 0x06, 0x8d, 0xa4, 0x8a, 0x87, 0xcf, 0xa8, 0x33, 0x1a, 0x10, 0x1d, - 0xc3, 0x7b, 0x76, 0x39, 0x6b, 0x8f, 0x47, 0x43, 0xfa, 0x1a, 0xd0, 0x5b, 0xea, 0xe2, 0xe3, 0x34, - 0xef, 0xa4, 0xe6, 0x7d, 0xa2, 0x79, 0x47, 0xd5, 0x38, 0x07, 0x62, 0xfe, 0x63, 0x0a, 0xd6, 0xc3, - 0x26, 0xe7, 0xf6, 0xda, 0x77, 0x42, 0x12, 0x27, 0xbd, 0x92, 0x09, 0x73, 0xa1, 0x5f, 0x3c, 0x91, - 0xe3, 0x29, 0x19, 0x3a, 0x85, 0x79, 0xab, 0xeb, 0x50, 0x97, 0x0a, 0xc9, 0x2d, 0xc9, 0x78, 0xd8, - 0xb1, 0x3e, 0x2e, 0x7a, 0xc1, 0x91, 0x2c, 0xc5, 0x69, 0x3c, 0xfa, 0x1a, 0xa6, 0x54, 0x46, 0x09, - 0x63, 0x42, 0xd7, 0xc3, 0x03, 0x88, 0x02, 0x1c, 0xfa, 0x10, 0xc0, 0xf6, 0x85, 0x64, 0x4e, 0x53, - 0x75, 0xb9, 0xc9, 0x44, 0x56, 0x27, 0xe4, 0xa8, 0x09, 0xe0, 0xe9, 0xae, 0x78, 0x43, 0xee, 0x84, - 0x31, 0xa5, 0xd7, 0xfa, 0xb0, 0x68, 0xad, 0x64, 0x0b, 0xc5, 0x09, 0x1c, 0xfa, 0x4c, 0x75, 0x3c, - 0x5d, 0x1b, 0x15, 0x5d, 0x1b, 0x46, 0x72, 0x88, 0x44, 0x41, 0xd5, 0x65, 0x12, 0xda, 0xa1, 0x5f, - 0xc2, 0x12, 0x13, 0xbb, 0x8c, 0x49, 0xf5, 0xbe, 0xde, 0xbe, 0xdb, 0xa3, 0x2e, 0x31, 0xa6, 0x35, - 0xf8, 0x69, 0x1e, 0x38, 0x63, 0x8a, 0x47, 0xd1, 0xe8, 0x1c, 0x50, 0x7f, 0xa4, 0x5e, 0x8c, 0x19, - 0xbd, 0x0f, 0xcf, 0x8a, 0x5e, 0x69, 0xb4, 0xc2, 0x70, 0x0e, 0x0b, 0xfa, 0x16, 0x96, 0x07, 0x39, - 0xe5, 0x62, 0x54, 0x35, 0xfb, 0x27, 0x45, 0xec, 0x79, 0x25, 0x86, 0x73, 0x99, 0x54, 0x3a, 0x7b, - 0x9c, 0x7d, 0x7f, 0x97, 0xe6, 0x87, 0x44, 0x3a, 0xb7, 0x46, 0xd4, 0x38, 0x07, 0x62, 0xfe, 0x50, - 0x86, 0x95, 0x03, 0x8b, 0x77, 0x07, 0x16, 0xcf, 0xcc, 0xa5, 0x2f, 0xa0, 0xf2, 0xe6, 0xb8, 0x4d, - 0x7f, 0x13, 0x64, 0xf0, 0xc2, 0xce, 0x4f, 0x34, 0x6d, 0x7a, 0xe8, 0x2a, 0x75, 0xb0, 0x51, 0x81, - 0x29, 0xfa, 0x45, 0x94, 0x46, 0x1a, 0x18, 0x64, 0xf5, 0x46, 0x0e, 0x70, 0x6f, 0x68, 0x84, 0x13, - 0x00, 0x74, 0x01, 0x6b, 0xdd, 0x3b, 0xd7, 0x72, 0xa8, 0x7d, 0x4c, 0x1c, 0xc6, 0xef, 0xf2, 0xba, - 0xc0, 0x07, 0x9a, 0xae, 0x59, 0x68, 0x86, 0xef, 0xa1, 0x40, 0xaf, 0x00, 0xdd, 0xa6, 0x1c, 0x79, - 0xdd, 0x3a, 0x13, 0xc6, 0xa4, 0x4e, 0xe4, 0xd5, 0x1c, 0x3f, 0x5f, 0xb7, 0xce, 0x70, 0x0e, 0xc2, - 0xfc, 0x0a, 0xe6, 0xce, 0xc8, 0x15, 0x6d, 0x13, 0xa9, 0x92, 0x4e, 0xa0, 0x4f, 0x60, 0x49, 0x10, - 0xdb, 0xe7, 0x44, 0xa5, 0xd9, 0xbe, 0x6e, 0x7a, 0xdd, 0xb0, 0x07, 0x8e, 0x2a, 0xcc, 0x1f, 0x4b, - 0xb0, 0xd2, 0x56, 0x52, 0x2a, 0x33, 0xfe, 0xad, 0x43, 0x35, 0x68, 0x99, 0x9d, 0xd6, 0x71, 0x88, - 0x8f, 0x05, 0xe8, 0x00, 0xe6, 0xfc, 0xc4, 0xaa, 0x61, 0x7c, 0x0b, 0x0b, 0x30, 0xe9, 0x21, 0x4e, - 0x21, 0xd1, 0x0b, 0x98, 0x13, 0xa1, 0x03, 0x9d, 0x78, 0x48, 0x2d, 0x69, 0xa6, 0x76, 0x42, 0x81, - 0x53, 0x66, 0xe6, 0x11, 0x18, 0x8d, 0x5b, 0x8b, 0xf6, 0xad, 0x4b, 0xda, 0xa7, 0xf2, 0xae, 0x4d, - 0x64, 0x7c, 0x5a, 0x58, 0x87, 0x6a, 0x8f, 0x33, 0xdf, 0x4b, 0x34, 0xbd, 0x58, 0xa0, 0x46, 0x96, - 0x9e, 0xa8, 0x41, 0xb7, 0xd7, 0xff, 0xcd, 0x3a, 0xbc, 0x9f, 0x64, 0x53, 0xdd, 0x3f, 0xa6, 0x8b, - 0x00, 0xa5, 0x04, 0xe0, 0xc7, 0x12, 0x6c, 0x64, 0x11, 0xe9, 0xf8, 0x5d, 0xc0, 0x92, 0x95, 0x31, - 0x88, 0xce, 0x08, 0x9f, 0x17, 0x85, 0xa9, 0xd0, 0x07, 0x3c, 0xca, 0xa5, 0xce, 0x44, 0x42, 0x72, - 0x6a, 0xcb, 0xc6, 0xd5, 0x15, 0x75, 0x55, 0x5c, 0x58, 0xb0, 0x48, 0x59, 0x6f, 0x56, 0xbe, 0xd2, - 0xfc, 0xd7, 0x0c, 0x2c, 0xa4, 0x13, 0x2b, 0xef, 0xfd, 0xd0, 0x02, 0x94, 0x69, 0x78, 0xa4, 0xc0, - 0x65, 0xda, 0x45, 0xaf, 0x60, 0x5a, 0x04, 0x47, 0xc6, 0x30, 0xf7, 0x0b, 0x5b, 0x47, 0xde, 0xc9, - 0x12, 0x47, 0x60, 0xd4, 0x84, 0x32, 0x13, 0xe1, 0xb0, 0x7b, 0x5e, 0x44, 0x71, 0xdf, 0x50, 0xc3, - 0x65, 0x26, 0x94, 0x37, 0xe1, 0x41, 0xcd, 0x98, 0xba, 0xdf, 0x9b, 0xbc, 0x73, 0x1b, 0x8e, 0xc0, - 0x6a, 0xf8, 0xbb, 0xac, 0x1b, 0x1c, 0x00, 0x2b, 0xc1, 0xf0, 0x8f, 0x9e, 0xd3, 0x49, 0x34, 0x9d, - 0x4d, 0xa2, 0xa7, 0x50, 0x11, 0xd2, 0x92, 0xbe, 0x08, 0xfb, 0xf4, 0x6c, 0x90, 0xaf, 0x5a, 0x84, - 0x43, 0x95, 0x9a, 0xbf, 0x7d, 0x16, 0x1c, 0x5c, 0x34, 0x4b, 0x35, 0x98, 0xbf, 0x49, 0x19, 0xfa, - 0x12, 0x9e, 0x84, 0x27, 0x9e, 0x03, 0xda, 0xbb, 0x4e, 0x26, 0x80, 0xee, 0xa1, 0x33, 0xb8, 0x48, - 0x8d, 0x5e, 0x42, 0xe5, 0x56, 0xcf, 0x26, 0x63, 0x56, 0x97, 0xcc, 0x66, 0xe1, 0x6d, 0xe5, 0x38, - 0x68, 0x8c, 0x81, 0x35, 0x3a, 0x84, 0x99, 0xeb, 0xb0, 0xcd, 0x1a, 0x73, 0xda, 0xf9, 0x4f, 0x8b, - 0x90, 0xb9, 0xed, 0x18, 0x0f, 0xe1, 0xaa, 0xd7, 0x58, 0xfd, 0x3e, 0x1b, 0x90, 0xee, 0xe9, 0x40, - 0x1d, 0xba, 0x59, 0x97, 0x08, 0x63, 0x7e, 0x6b, 0x62, 0xbb, 0x8a, 0x47, 0x15, 0xa8, 0x0e, 0xe0, - 0xb1, 0x01, 0xe1, 0x2a, 0x4a, 0xc4, 0x58, 0xd0, 0x4e, 0x3f, 0x0a, 0x26, 0xc4, 0x50, 0x8c, 0x13, - 0x26, 0xca, 0xd3, 0xa8, 0xe6, 0x8d, 0x47, 0xf7, 0x7b, 0x9a, 0xdb, 0xc3, 0xf0, 0x10, 0x8e, 0x36, - 0x60, 0x52, 0x5a, 0x3d, 0x61, 0x2c, 0x6a, 0x9a, 0xaa, 0xa6, 0xe9, 0x58, 0x3d, 0x81, 0xb5, 0x18, - 0x7d, 0x05, 0xd0, 0x53, 0xd7, 0xd5, 0x86, 0x22, 0x35, 0x96, 0x12, 0xb7, 0x9f, 0xd7, 0x43, 0x71, - 0x9a, 0x3a, 0x61, 0x8f, 0x7e, 0x05, 0xab, 0xf1, 0xd3, 0xa1, 0x2b, 0xa4, 0xe5, 0xda, 0xe4, 0x0d, - 0x25, 0x03, 0x03, 0x25, 0xda, 0x62, 0xba, 0xea, 0x46, 0x6c, 0x71, 0x01, 0x07, 0x3a, 0x87, 0x47, - 0x56, 0xba, 0xd3, 0x19, 0x8f, 0x35, 0xed, 0x67, 0xe3, 0xb4, 0x91, 0x64, 0x63, 0xc4, 0x59, 0x22, - 0x64, 0xc1, 0x62, 0xb6, 0xb1, 0x18, 0xcb, 0x9a, 0xfc, 0xc5, 0xb8, 0x3d, 0x2a, 0x73, 0xdc, 0xcd, - 0xd2, 0x99, 0x7f, 0x2e, 0xc3, 0x66, 0xfa, 0xd5, 0xe3, 0x3b, 0xfa, 0x3b, 0xfb, 0x46, 0xf0, 0x16, - 0x56, 0x4f, 0x77, 0xdb, 0xa7, 0x47, 0xfb, 0x9d, 0xfd, 0x8b, 0xbc, 0x8f, 0x05, 0xeb, 0x39, 0x3b, - 0x32, 0xb4, 0xdb, 0x2d, 0x1b, 0x25, 0xbc, 0x12, 0xe1, 0x53, 0x70, 0xb4, 0x9b, 0xfd, 0xf8, 0x30, - 0x91, 0xe0, 0x6b, 0x71, 0x76, 0x4b, 0xbb, 0x84, 0x37, 0x6c, 0x9b, 0x08, 0x51, 0xf8, 0x29, 0xe2, - 0x6f, 0x25, 0xf8, 0xa0, 0x30, 0x22, 0xff, 0x07, 0xdf, 0x24, 0xfe, 0x5d, 0xce, 0xfa, 0x8f, 0x7d, - 0x77, 0x8f, 0x39, 0x8e, 0xe5, 0x76, 0xa3, 0x2d, 0x3d, 0xc9, 0x4e, 0x99, 0xf0, 0x93, 0xc2, 0xb8, - 0xee, 0x67, 0x67, 0x54, 0x03, 0x2a, 0x6d, 0xe6, 0x73, 0x9b, 0xa4, 0xee, 0x27, 0x45, 0x5e, 0xb4, - 0x6d, 0x4e, 0x3d, 0x19, 0x00, 0x70, 0x08, 0x44, 0x14, 0xde, 0x8f, 0x2d, 0x0e, 0x5d, 0xcf, 0x97, - 0x2d, 0x8b, 0x5b, 0x0e, 0x91, 0xf1, 0x65, 0xe5, 0xa7, 0xf7, 0xb2, 0xa6, 0x31, 0xb8, 0x98, 0x0d, - 0x99, 0x50, 0xc5, 0xbe, 0xdb, 0x10, 0xea, 0x8e, 0x93, 0xba, 0xc1, 0xc4, 0x62, 0xf4, 0x0c, 0xe6, - 0xf5, 0x43, 0x74, 0xd1, 0xd5, 0x93, 0x2c, 0xb2, 0x4b, 0xab, 0xcc, 0xbf, 0x97, 0x60, 0xab, 0x38, - 0xe2, 0x61, 0xca, 0xfc, 0xaf, 0x43, 0x7e, 0x0c, 0x73, 0xa9, 0x5e, 0x36, 0x4e, 0xe0, 0x53, 0x0d, - 0x2d, 0x05, 0x37, 0xbf, 0x83, 0x8d, 0x34, 0xaa, 0xc5, 0x89, 0x7d, 0x4d, 0xec, 0x9b, 0x77, 0xd6, - 0x05, 0xcc, 0x5f, 0x67, 0x3b, 0x4f, 0xbc, 0x64, 0x18, 0xb3, 0xb8, 0x28, 0x4a, 0x0f, 0x2f, 0x8a, - 0x72, 0xa2, 0x28, 0x9e, 0x7d, 0xad, 0xee, 0x28, 0xba, 0x45, 0x00, 0x54, 0x3a, 0xfb, 0x27, 0x8d, - 0x93, 0xce, 0xe2, 0x7b, 0x68, 0x11, 0xe6, 0x8e, 0x4e, 0x1b, 0xcd, 0xdd, 0xc6, 0x51, 0xe3, 0x64, - 0x6f, 0x1f, 0x2f, 0x96, 0xd0, 0x13, 0x78, 0xdc, 0xee, 0x34, 0xf6, 0xbe, 0xd9, 0x6f, 0xee, 0x9d, - 0x9e, 0x74, 0xf0, 0xe9, 0x51, 0xeb, 0xa8, 0x71, 0xb2, 0xbf, 0x58, 0xde, 0xf9, 0xcf, 0x04, 0x3c, - 0xce, 0x19, 0x11, 0x88, 0x42, 0xe5, 0xd0, 0xbd, 0x65, 0x37, 0x04, 0x7d, 0x3a, 0x66, 0x1c, 0x82, - 0x78, 0xae, 0xd5, 0xc6, 0x35, 0x0f, 0x62, 0x61, 0xbe, 0x87, 0x7e, 0x0b, 0x33, 0x51, 0x84, 0xd0, - 0x8b, 0xf1, 0xd0, 0x99, 0x4d, 0x5c, 0x7b, 0xf9, 0x50, 0xd8, 0x70, 0xf1, 0xdf, 0xc1, 0x74, 0xd0, - 0x06, 0x09, 0x1a, 0x93, 0x24, 0x3b, 0x47, 0xd6, 0x7e, 0xf6, 0x60, 0xdc, 0x70, 0xf5, 0xdf, 0x97, - 0x00, 0xe2, 0x34, 0x46, 0x63, 0x32, 0x8d, 0xf4, 0xbd, 0xb5, 0x2f, 0x1f, 0x0e, 0x8c, 0x7c, 0xd8, - 0xfd, 0xfc, 0xbc, 0xde, 0xa3, 0xf2, 0xda, 0xbf, 0x54, 0xa0, 0xba, 0x43, 0x6d, 0xce, 0x04, 0xbb, - 0x92, 0x75, 0x87, 0xd9, 0x75, 0xee, 0xd9, 0xf5, 0x98, 0xb5, 0x1e, 0xb2, 0x5e, 0x56, 0x74, 0x9e, - 0x7e, 0xf1, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x82, 0x55, 0x2a, 0x83, 0x16, 0x18, 0x00, 0x00, + 0x15, 0xb6, 0x04, 0x08, 0x74, 0xf8, 0xef, 0x05, 0x76, 0x42, 0x58, 0x4c, 0xcd, 0x3a, 0x2e, 0xbc, + 0xb1, 0x85, 0x83, 0xd7, 0x1b, 0x57, 0x62, 0x97, 0x4b, 0x20, 0x76, 0xa1, 0xcc, 0x8f, 0xd2, 0x12, + 0xbb, 0x55, 0x54, 0xaa, 0xd6, 0xc3, 0xa8, 0x11, 0x1d, 0x34, 0xd3, 0xe3, 0xee, 0x1e, 0x64, 0x6d, + 0x72, 0x93, 0x5c, 0x25, 0x57, 0x79, 0x84, 0xbc, 0xc4, 0x26, 0x77, 0xb9, 0xc8, 0x6d, 0x2a, 0xcf, + 0x91, 0xdb, 0x3c, 0x42, 0x52, 0xdd, 0x33, 0xa3, 0xf9, 0xd1, 0x8c, 0x0a, 0xaa, 0xb2, 0x17, 0xbe, + 0x82, 0x39, 0xe7, 0x7c, 0x5f, 0x9f, 0x3e, 0x7d, 0x7e, 0xba, 0x05, 0x8f, 0x1d, 0x66, 0xbf, 0xb6, + 0x7b, 0xcc, 0xef, 0x58, 0x5d, 0xe2, 0xca, 0xd7, 0xb7, 0x94, 0x4b, 0xdf, 0xea, 0x39, 0x96, 0x7d, + 0x4d, 0x5d, 0x52, 0xf3, 0x38, 0x93, 0x0c, 0xad, 0x39, 0xcc, 0xae, 0xc5, 0x46, 0x35, 0x9b, 0x39, + 0x9e, 0x2f, 0xc9, 0xfa, 0x66, 0x97, 0xb1, 0x6e, 0x8f, 0xec, 0x68, 0xab, 0x4b, 0xff, 0x6a, 0xa7, + 0xcf, 0x2d, 0xcf, 0x23, 0x5c, 0x04, 0xb8, 0xf5, 0x87, 0x9a, 0x9c, 0x39, 0x0e, 0x73, 0xc3, 0x3f, + 0xa1, 0x62, 0x33, 0xad, 0x50, 0x64, 0x49, 0xbd, 0xf9, 0x97, 0x12, 0xac, 0xbe, 0x0c, 0x3c, 0x39, + 0x09, 0x3c, 0xc1, 0xe4, 0x3b, 0x9f, 0x08, 0x89, 0x9a, 0xb0, 0x98, 0x56, 0x08, 0xa3, 0xb4, 0x35, + 0xb1, 0x3d, 0xbb, 0xfb, 0x61, 0x2d, 0xdf, 0xc9, 0x5a, 0x86, 0x27, 0x0b, 0x47, 0x4f, 0x61, 0xfe, + 0xcc, 0x23, 0xdc, 0x92, 0x94, 0xb9, 0xed, 0x81, 0x47, 0x8c, 0xf2, 0x56, 0x69, 0x7b, 0x61, 0x77, + 0x41, 0xf3, 0x0d, 0x35, 0x38, 0x6d, 0x64, 0xbe, 0x2d, 0xc1, 0x5a, 0xd6, 0x43, 0xe1, 0x31, 0x57, + 0x90, 0x77, 0xe0, 0xe2, 0x2e, 0x54, 0x30, 0x11, 0x7e, 0x4f, 0x6a, 0xdf, 0x66, 0x77, 0xd7, 0x6b, + 0x41, 0xe0, 0x6b, 0x51, 0xe0, 0x6b, 0x7b, 0x8c, 0xf5, 0x5e, 0x5a, 0x3d, 0x9f, 0xe0, 0xd0, 0x12, + 0xad, 0xc0, 0xd4, 0x01, 0xe7, 0x8c, 0x1b, 0x13, 0x5b, 0xa5, 0xed, 0x2a, 0x0e, 0x3e, 0xcc, 0x1a, + 0xcc, 0xb5, 0x5a, 0x87, 0x4d, 0xff, 0xb2, 0x47, 0xed, 0x6f, 0xc8, 0x00, 0x6d, 0xc2, 0xf4, 0x0d, + 0x19, 0x74, 0x2c, 0x69, 0x19, 0x25, 0x65, 0xb7, 0x37, 0xf9, 0xc7, 0xbf, 0x1a, 0x25, 0x1c, 0x09, + 0x4d, 0x13, 0x26, 0x1b, 0x54, 0xdc, 0xa0, 0x75, 0x98, 0xe9, 0x50, 0x71, 0xe3, 0x5a, 0x0e, 0x09, + 0x0c, 0xf1, 0xf0, 0xdb, 0xfc, 0x77, 0x09, 0x56, 0x5a, 0x92, 0x71, 0xab, 0x4b, 0xf6, 0x99, 0x7b, + 0x45, 0xbb, 0x7e, 0x10, 0x27, 0xf4, 0x14, 0x2a, 0x4c, 0x28, 0x33, 0x0d, 0x99, 0xdd, 0xdd, 0x28, + 0xda, 0xbf, 0x5a, 0x02, 0x87, 0xb6, 0xe8, 0x17, 0x50, 0x55, 0x4b, 0xab, 0xff, 0x85, 0x51, 0xd6, + 0x81, 0x1b, 0x0f, 0x8c, 0xcd, 0xd1, 0x87, 0xb0, 0x40, 0x1d, 0xab, 0x4b, 0x30, 0xb9, 0x22, 0x9c, + 0xb8, 0x36, 0x09, 0x77, 0x9f, 0x91, 0xa2, 0xa7, 0xb0, 0x7a, 0xeb, 0x04, 0xce, 0xee, 0x33, 0x57, + 0x5a, 0xd4, 0x25, 0xfc, 0x54, 0xed, 0x6d, 0x52, 0x9b, 0xe7, 0x2b, 0xcd, 0xe7, 0xb0, 0x74, 0x4a, + 0x64, 0x9f, 0xf1, 0x9b, 0x23, 0x57, 0x12, 0x7e, 0x65, 0xd9, 0x04, 0xed, 0xc2, 0x8a, 0x9b, 0x91, + 0x9d, 0xc6, 0x41, 0xca, 0xd5, 0x99, 0xdf, 0xc2, 0x4a, 0xc8, 0x93, 0x8e, 0xd7, 0x21, 0x00, 0x8d, + 0x0c, 0xa3, 0x9c, 0xd9, 0x2e, 0xda, 0x7a, 0xd6, 0x13, 0x9c, 0xc0, 0x9a, 0x7f, 0x28, 0xc1, 0xf2, + 0xb9, 0x20, 0x3c, 0xcd, 0xbf, 0x05, 0x33, 0xbe, 0x20, 0x3c, 0x3e, 0xc4, 0xf0, 0xb4, 0x87, 0x52, + 0x65, 0xe1, 0x59, 0x42, 0xf4, 0x19, 0xef, 0xe8, 0x54, 0x1b, 0x5a, 0x44, 0x52, 0xf4, 0x51, 0xc0, + 0x21, 0x55, 0xa1, 0x4c, 0xe8, 0x42, 0x99, 0xd7, 0x1e, 0xaa, 0xd5, 0x54, 0x61, 0xe0, 0xa1, 0x5a, + 0x85, 0x0b, 0x37, 0x9a, 0x69, 0x17, 0x36, 0x01, 0x3a, 0x54, 0x58, 0x97, 0x3d, 0x82, 0x1b, 0x4d, + 0xed, 0xc4, 0x0c, 0x4e, 0x48, 0x10, 0x82, 0x49, 0x8f, 0xf1, 0x20, 0xcf, 0xe7, 0xb1, 0xfe, 0xdf, + 0xbc, 0x00, 0x74, 0x4c, 0x5d, 0xff, 0xfb, 0x34, 0x53, 0x03, 0x1e, 0x85, 0xb8, 0x66, 0xe8, 0x5b, + 0xdd, 0x97, 0xd7, 0xc4, 0x95, 0xd4, 0xd6, 0x06, 0x21, 0xf9, 0x78, 0x23, 0xf3, 0x4f, 0x65, 0x58, + 0x79, 0x45, 0xdd, 0x0e, 0xeb, 0x8b, 0x34, 0xfd, 0x33, 0x58, 0x23, 0xae, 0x02, 0xd6, 0x7d, 0xc9, + 0x1c, 0x4b, 0x52, 0xfb, 0xdc, 0xeb, 0x58, 0x52, 0x9f, 0x8b, 0xe2, 0x2d, 0xd0, 0xaa, 0x42, 0x91, + 0xd4, 0x21, 0x17, 0xcc, 0x0d, 0x1a, 0x49, 0x15, 0x0f, 0xbf, 0x51, 0x7b, 0x34, 0x20, 0x3a, 0x86, + 0x63, 0x4e, 0x39, 0x6b, 0x8f, 0x47, 0x43, 0xfa, 0x02, 0xd0, 0x2b, 0xea, 0xe2, 0x93, 0x34, 0xef, + 0xa4, 0xe6, 0x7d, 0xa8, 0x79, 0x47, 0xd5, 0x38, 0x07, 0x62, 0xfe, 0x6b, 0x0a, 0x36, 0xc2, 0x26, + 0xe7, 0x76, 0x5b, 0x03, 0x21, 0x89, 0x93, 0x5e, 0xc9, 0x84, 0xb9, 0xd0, 0x2f, 0x9e, 0xc8, 0xf1, + 0x94, 0x0c, 0x9d, 0xc1, 0xbc, 0xd5, 0x71, 0xa8, 0x4b, 0x85, 0xe4, 0x96, 0x64, 0x3c, 0xec, 0x58, + 0x1f, 0x15, 0x6d, 0x70, 0x24, 0x4b, 0x71, 0x1a, 0x8f, 0xbe, 0x86, 0x29, 0x95, 0x51, 0xc2, 0x98, + 0xd0, 0xf5, 0x70, 0x0f, 0xa2, 0x00, 0x87, 0x3e, 0x00, 0xb0, 0x7d, 0x21, 0x99, 0xd3, 0x50, 0x5d, + 0x6e, 0x32, 0x91, 0xd5, 0x09, 0x39, 0x6a, 0x00, 0x78, 0xba, 0x2b, 0xde, 0x90, 0x81, 0x30, 0xa6, + 0xf4, 0x5a, 0x1f, 0x14, 0xad, 0x95, 0x6c, 0xa1, 0x38, 0x81, 0x43, 0x9f, 0xaa, 0x8e, 0xa7, 0x6b, + 0xa3, 0xa2, 0x6b, 0xc3, 0x48, 0x0e, 0x91, 0x28, 0xa8, 0xba, 0x4c, 0x42, 0x3b, 0xf4, 0x2b, 0x58, + 0x66, 0x62, 0x8f, 0x31, 0xa9, 0xf6, 0xeb, 0x1d, 0xb8, 0x5d, 0xea, 0x12, 0x63, 0x5a, 0x83, 0x1f, + 0xe7, 0x81, 0x33, 0xa6, 0x78, 0x14, 0x8d, 0x2e, 0x00, 0xf5, 0x46, 0xea, 0xc5, 0x98, 0xd1, 0xe7, + 0xf0, 0xa4, 0x68, 0x4b, 0xa3, 0x15, 0x86, 0x73, 0x58, 0xd0, 0xb7, 0xb0, 0xd2, 0xcf, 0x29, 0x17, + 0xa3, 0xaa, 0xd9, 0x3f, 0x2e, 0x62, 0xcf, 0x2b, 0x31, 0x9c, 0xcb, 0xa4, 0xd2, 0xd9, 0xe3, 0xec, + 0xfb, 0x41, 0x9a, 0x1f, 0x12, 0xe9, 0xdc, 0x1c, 0x51, 0xe3, 0x1c, 0x88, 0xf9, 0xb6, 0x0c, 0xab, + 0x87, 0x16, 0xef, 0xf4, 0x2d, 0x9e, 0x99, 0x4b, 0x9f, 0x41, 0xe5, 0xe5, 0x49, 0x8b, 0xbe, 0x09, + 0x32, 0x78, 0x61, 0xf7, 0xc7, 0x9a, 0x36, 0x3d, 0x74, 0x95, 0x3a, 0x38, 0xa8, 0xc0, 0x14, 0x7d, + 0x15, 0xa5, 0x91, 0x06, 0x06, 0x59, 0xfd, 0x28, 0x07, 0xb8, 0x3f, 0x34, 0xc2, 0x09, 0x00, 0x7a, + 0x0d, 0xeb, 0x9d, 0x81, 0x6b, 0x39, 0xd4, 0x3e, 0x21, 0x0e, 0xe3, 0x83, 0xbc, 0x2e, 0xf0, 0xbe, + 0xa6, 0x6b, 0x14, 0x9a, 0xe1, 0x31, 0x14, 0xe8, 0x39, 0xa0, 0xdb, 0x94, 0x23, 0x2f, 0x9a, 0xe7, + 0xc2, 0x98, 0xd4, 0x89, 0xbc, 0x96, 0xe3, 0xe7, 0x8b, 0xe6, 0x39, 0xce, 0x41, 0x98, 0x5f, 0xc2, + 0xdc, 0x39, 0xb9, 0xa2, 0x2d, 0x22, 0x55, 0xd2, 0x09, 0xf4, 0x31, 0x2c, 0x0b, 0x62, 0xfb, 0x9c, + 0xa8, 0x34, 0x3b, 0xd0, 0x4d, 0xaf, 0x13, 0xf6, 0xc0, 0x51, 0x85, 0xf9, 0xb7, 0x12, 0xac, 0xb6, + 0x94, 0x94, 0xca, 0x8c, 0x7f, 0x1b, 0x50, 0x0d, 0x5a, 0x66, 0xbb, 0x79, 0x12, 0xe2, 0x63, 0x01, + 0x3a, 0x84, 0x39, 0x3f, 0xb1, 0x6a, 0x18, 0xdf, 0xc2, 0x02, 0x4c, 0x7a, 0x88, 0x53, 0x48, 0xf4, + 0x39, 0xcc, 0x89, 0xd0, 0x81, 0x76, 0x3c, 0xa4, 0x96, 0x35, 0x53, 0x2b, 0xa1, 0xc0, 0x29, 0x33, + 0xf3, 0x18, 0x8c, 0xfa, 0xad, 0x45, 0x7b, 0xd6, 0x25, 0xed, 0x51, 0x39, 0x68, 0x11, 0x19, 0xdf, + 0x16, 0x36, 0xa0, 0xda, 0xe5, 0xcc, 0xf7, 0x12, 0x4d, 0x2f, 0x16, 0xa8, 0x91, 0xa5, 0x27, 0x6a, + 0xd0, 0xed, 0xf5, 0xff, 0xe6, 0x63, 0x98, 0x57, 0x1d, 0x3f, 0xa6, 0x88, 0x8c, 0x4a, 0x09, 0xa3, + 0x37, 0xb0, 0xac, 0x8c, 0xd2, 0x61, 0xfa, 0x25, 0x4c, 0xbd, 0x61, 0xf1, 0x95, 0xf1, 0x27, 0x45, + 0x11, 0x48, 0xd1, 0xe3, 0x00, 0x83, 0xb6, 0x61, 0x51, 0x48, 0x4e, 0x6d, 0xd9, 0xec, 0x59, 0x36, + 0x71, 0x88, 0x1b, 0x0c, 0xd2, 0x19, 0x9c, 0x15, 0x9b, 0xff, 0x9c, 0x81, 0x85, 0x74, 0x3e, 0xe4, + 0xb9, 0x88, 0x16, 0xa0, 0x4c, 0xc3, 0x9b, 0x00, 0x2e, 0xd3, 0x0e, 0x7a, 0x0e, 0xd3, 0x22, 0xb8, + 0xe9, 0x85, 0x29, 0x5b, 0x58, 0xf1, 0x79, 0x17, 0x42, 0x1c, 0x81, 0x51, 0x03, 0xca, 0x4c, 0x84, + 0x33, 0xea, 0x69, 0x11, 0xc5, 0xb8, 0x59, 0x84, 0xcb, 0x4c, 0x28, 0x6f, 0xc2, 0xfb, 0x95, 0x31, + 0x35, 0xde, 0x9b, 0xbc, 0xeb, 0x16, 0x8e, 0xc0, 0x6a, 0x66, 0xbb, 0xac, 0x13, 0xdc, 0xdb, 0x2a, + 0xc1, 0xcc, 0x8e, 0xbe, 0xd3, 0x67, 0x3f, 0x9d, 0x3d, 0xfb, 0xc7, 0x50, 0x11, 0xd2, 0x92, 0xbe, + 0x08, 0xdb, 0xeb, 0x6c, 0x90, 0x66, 0x5a, 0x84, 0x43, 0x95, 0x1a, 0x9b, 0x3d, 0x16, 0xdc, 0x37, + 0x34, 0x4b, 0x35, 0x18, 0x9b, 0x49, 0x19, 0xfa, 0x02, 0x1e, 0x86, 0x17, 0x95, 0x43, 0xda, 0xbd, + 0x4e, 0x66, 0xa2, 0x6e, 0x7d, 0x33, 0xb8, 0x48, 0x8d, 0x9e, 0x41, 0xe5, 0x56, 0x8f, 0x14, 0x63, + 0x56, 0x67, 0xfa, 0x66, 0xe1, 0x23, 0xe3, 0x24, 0xe8, 0x67, 0x81, 0x35, 0x3a, 0x82, 0x99, 0xeb, + 0xb0, 0x3b, 0x1a, 0x73, 0xda, 0xf9, 0x4f, 0x8a, 0x90, 0xb9, 0x5d, 0x14, 0x0f, 0xe1, 0xaa, 0x45, + 0x58, 0xbd, 0x1e, 0xeb, 0x93, 0xce, 0x59, 0x5f, 0xdd, 0x95, 0x59, 0x87, 0x08, 0x63, 0x7e, 0x6b, + 0x62, 0xbb, 0x8a, 0x47, 0x15, 0x68, 0x07, 0xc0, 0x63, 0x7d, 0xc2, 0x55, 0x94, 0x88, 0xb1, 0xa0, + 0x9d, 0x5e, 0x0c, 0x1a, 0xfb, 0x50, 0x8c, 0x13, 0x26, 0xca, 0xd3, 0xa8, 0x54, 0x8d, 0xc5, 0xf1, + 0x9e, 0xe6, 0xb6, 0x1e, 0x3c, 0x84, 0xa3, 0x47, 0x30, 0x29, 0xad, 0xae, 0x30, 0x96, 0x34, 0x4d, + 0x55, 0xd3, 0xb4, 0xad, 0xae, 0xc0, 0x5a, 0x8c, 0xbe, 0x04, 0xe8, 0xaa, 0x57, 0x66, 0x5d, 0x91, + 0x1a, 0xcb, 0x89, 0x47, 0xcb, 0x8b, 0xa1, 0x38, 0x4d, 0x9d, 0xb0, 0x47, 0xbf, 0x86, 0xb5, 0xf8, + 0xeb, 0xc8, 0x15, 0xd2, 0x72, 0x6d, 0xf2, 0x92, 0x92, 0xbe, 0x81, 0x12, 0xdd, 0x2c, 0x5d, 0x75, + 0x23, 0xb6, 0xb8, 0x80, 0x03, 0x5d, 0xc0, 0xa2, 0x95, 0x6e, 0x50, 0xc6, 0x03, 0x4d, 0xfb, 0x69, + 0x51, 0x30, 0x8a, 0xfa, 0x19, 0xce, 0x12, 0xa1, 0xaf, 0x60, 0x52, 0x35, 0x10, 0x63, 0x65, 0xfc, + 0x5d, 0x6d, 0xa4, 0x5b, 0x61, 0x0d, 0x33, 0xff, 0x5c, 0x86, 0xcd, 0xf4, 0xb6, 0xe2, 0x67, 0xf3, + 0x3b, 0x7b, 0xb6, 0xbf, 0x82, 0xb5, 0xb3, 0xbd, 0xd6, 0xd9, 0xf1, 0x41, 0xfb, 0xe0, 0x75, 0xde, + 0xfb, 0x7d, 0x23, 0x27, 0xda, 0x43, 0xbb, 0xbd, 0xb2, 0x51, 0xc2, 0xab, 0x11, 0x3e, 0x05, 0x47, + 0x7b, 0xd9, 0xdf, 0x03, 0x26, 0x12, 0x7c, 0x4d, 0xce, 0x6e, 0x69, 0x87, 0xf0, 0xba, 0x6d, 0x13, + 0x21, 0x0a, 0x7f, 0x1d, 0xf8, 0x7b, 0x09, 0xde, 0x2f, 0x8c, 0xc8, 0x0f, 0xe0, 0x67, 0x82, 0xff, + 0x94, 0xb3, 0xfe, 0x63, 0xdf, 0xdd, 0x67, 0x8e, 0x63, 0xb9, 0x9d, 0xe8, 0x48, 0x4f, 0xb3, 0x13, + 0x24, 0x7c, 0xe5, 0xdf, 0xd5, 0xfd, 0xec, 0xfc, 0xa9, 0x43, 0xa5, 0xc5, 0x7c, 0x6e, 0x93, 0xd4, + 0x93, 0xa1, 0xc8, 0x8b, 0x96, 0xcd, 0xa9, 0x27, 0x03, 0x00, 0x0e, 0x81, 0x88, 0xc2, 0x8f, 0x62, + 0x8b, 0x23, 0xd7, 0xf3, 0x65, 0xd3, 0xe2, 0x96, 0x43, 0x64, 0xfc, 0x7e, 0xf8, 0xe9, 0x58, 0xd6, + 0x34, 0x06, 0x17, 0xb3, 0x21, 0x13, 0xaa, 0xd8, 0x77, 0xeb, 0x42, 0x3d, 0x3b, 0x52, 0x8f, 0x8a, + 0x58, 0x8c, 0x9e, 0xc0, 0xbc, 0xfe, 0x88, 0xde, 0x9e, 0x7a, 0x4a, 0x45, 0x76, 0x69, 0x95, 0xf9, + 0x8f, 0x12, 0x6c, 0x15, 0x47, 0x3c, 0x4c, 0x99, 0xff, 0x77, 0xc8, 0x4f, 0x60, 0x2e, 0xd5, 0xa7, + 0xee, 0x12, 0xf8, 0x54, 0xb3, 0x4a, 0xc1, 0xcd, 0xef, 0xe0, 0x51, 0x1a, 0xd5, 0xe4, 0xc4, 0xbe, + 0x26, 0xf6, 0xcd, 0x3b, 0xeb, 0x02, 0xe6, 0x6f, 0xb2, 0x9d, 0x27, 0x5e, 0x32, 0x8c, 0x59, 0x5c, + 0x14, 0xa5, 0xfb, 0x17, 0x45, 0x39, 0x51, 0x14, 0x4f, 0xbe, 0x56, 0xcf, 0x06, 0xdd, 0x22, 0x00, + 0x2a, 0xed, 0x83, 0xd3, 0xfa, 0x69, 0x7b, 0xe9, 0x3d, 0xb4, 0x04, 0x73, 0xc7, 0x67, 0xf5, 0xc6, + 0x5e, 0xfd, 0xb8, 0x7e, 0xba, 0x7f, 0x80, 0x97, 0x4a, 0xe8, 0x21, 0x3c, 0x68, 0xb5, 0xeb, 0xfb, + 0xdf, 0x1c, 0x34, 0xf6, 0xcf, 0x4e, 0xdb, 0xf8, 0xec, 0xb8, 0x79, 0x5c, 0x3f, 0x3d, 0x58, 0x2a, + 0xef, 0xfe, 0x77, 0x02, 0x1e, 0xe4, 0xb4, 0x7f, 0x44, 0xa1, 0x72, 0xe4, 0xde, 0xb2, 0x1b, 0x82, + 0x3e, 0xb9, 0x63, 0x1c, 0x82, 0x78, 0xae, 0xd7, 0xee, 0x6a, 0x1e, 0xc4, 0xc2, 0x7c, 0x0f, 0xfd, + 0x16, 0x66, 0xa2, 0x08, 0xa1, 0xcf, 0xef, 0x86, 0xce, 0x1c, 0xe2, 0xfa, 0xb3, 0xfb, 0xc2, 0x86, + 0x8b, 0xff, 0x0e, 0xa6, 0x83, 0x36, 0x48, 0xd0, 0x1d, 0x49, 0xb2, 0x73, 0x64, 0xfd, 0xe7, 0xf7, + 0xc6, 0x0d, 0x57, 0xff, 0x7d, 0x09, 0x20, 0x4e, 0x63, 0x74, 0x47, 0xa6, 0x91, 0xbe, 0xb7, 0xfe, + 0xc5, 0xfd, 0x81, 0x91, 0x0f, 0x7b, 0x3f, 0xbb, 0xd8, 0xe9, 0x52, 0x79, 0xed, 0x5f, 0x2a, 0xd0, + 0x8e, 0x43, 0x6d, 0xce, 0x04, 0xbb, 0x92, 0x3b, 0x0e, 0xb3, 0x77, 0xb8, 0x67, 0xef, 0xc4, 0xac, + 0x3b, 0x21, 0xeb, 0x65, 0x45, 0xe7, 0xe9, 0x67, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x50, + 0x41, 0xfd, 0xa9, 0x17, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index fae22fe2..bbf092a2 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -879,7 +879,7 @@ func (m *SecurityConfiguration) GetSecurityType() common.SecurityType { return common.SecurityType_NOTCONFIGURED } -type AvailabilityZoneReference struct { +type ZoneReference struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Nodes []string `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -887,88 +887,88 @@ type AvailabilityZoneReference struct { XXX_sizecache int32 `json:"-"` } -func (m *AvailabilityZoneReference) Reset() { *m = AvailabilityZoneReference{} } -func (m *AvailabilityZoneReference) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZoneReference) ProtoMessage() {} -func (*AvailabilityZoneReference) Descriptor() ([]byte, []int) { +func (m *ZoneReference) Reset() { *m = ZoneReference{} } +func (m *ZoneReference) String() string { return proto.CompactTextString(m) } +func (*ZoneReference) ProtoMessage() {} +func (*ZoneReference) Descriptor() ([]byte, []int) { return fileDescriptor_9f3eecb05bcac3b7, []int{16} } -func (m *AvailabilityZoneReference) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZoneReference.Unmarshal(m, b) +func (m *ZoneReference) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneReference.Unmarshal(m, b) } -func (m *AvailabilityZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZoneReference.Marshal(b, m, deterministic) +func (m *ZoneReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneReference.Marshal(b, m, deterministic) } -func (m *AvailabilityZoneReference) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZoneReference.Merge(m, src) +func (m *ZoneReference) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneReference.Merge(m, src) } -func (m *AvailabilityZoneReference) XXX_Size() int { - return xxx_messageInfo_AvailabilityZoneReference.Size(m) +func (m *ZoneReference) XXX_Size() int { + return xxx_messageInfo_ZoneReference.Size(m) } -func (m *AvailabilityZoneReference) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZoneReference.DiscardUnknown(m) +func (m *ZoneReference) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneReference.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZoneReference proto.InternalMessageInfo +var xxx_messageInfo_ZoneReference proto.InternalMessageInfo -func (m *AvailabilityZoneReference) GetName() string { +func (m *ZoneReference) GetName() string { if m != nil { return m.Name } return "" } -func (m *AvailabilityZoneReference) GetNodes() []string { +func (m *ZoneReference) GetNodes() []string { if m != nil { return m.Nodes } return nil } -type AvailabilityZoneConfiguration struct { - AvailabilityZones []*AvailabilityZoneReference `protobuf:"bytes,1,rep,name=availabilityZones,proto3" json:"availabilityZones,omitempty"` - StrictAffinityToZones bool `protobuf:"varint,2,opt,name=strictAffinityToZones,proto3" json:"strictAffinityToZones,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type ZoneConfiguration struct { + Zones []*ZoneReference `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"` + StrictPlacement bool `protobuf:"varint,2,opt,name=strictPlacement,proto3" json:"strictPlacement,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *AvailabilityZoneConfiguration) Reset() { *m = AvailabilityZoneConfiguration{} } -func (m *AvailabilityZoneConfiguration) String() string { return proto.CompactTextString(m) } -func (*AvailabilityZoneConfiguration) ProtoMessage() {} -func (*AvailabilityZoneConfiguration) Descriptor() ([]byte, []int) { +func (m *ZoneConfiguration) Reset() { *m = ZoneConfiguration{} } +func (m *ZoneConfiguration) String() string { return proto.CompactTextString(m) } +func (*ZoneConfiguration) ProtoMessage() {} +func (*ZoneConfiguration) Descriptor() ([]byte, []int) { return fileDescriptor_9f3eecb05bcac3b7, []int{17} } -func (m *AvailabilityZoneConfiguration) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AvailabilityZoneConfiguration.Unmarshal(m, b) +func (m *ZoneConfiguration) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneConfiguration.Unmarshal(m, b) } -func (m *AvailabilityZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AvailabilityZoneConfiguration.Marshal(b, m, deterministic) +func (m *ZoneConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneConfiguration.Marshal(b, m, deterministic) } -func (m *AvailabilityZoneConfiguration) XXX_Merge(src proto.Message) { - xxx_messageInfo_AvailabilityZoneConfiguration.Merge(m, src) +func (m *ZoneConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneConfiguration.Merge(m, src) } -func (m *AvailabilityZoneConfiguration) XXX_Size() int { - return xxx_messageInfo_AvailabilityZoneConfiguration.Size(m) +func (m *ZoneConfiguration) XXX_Size() int { + return xxx_messageInfo_ZoneConfiguration.Size(m) } -func (m *AvailabilityZoneConfiguration) XXX_DiscardUnknown() { - xxx_messageInfo_AvailabilityZoneConfiguration.DiscardUnknown(m) +func (m *ZoneConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneConfiguration.DiscardUnknown(m) } -var xxx_messageInfo_AvailabilityZoneConfiguration proto.InternalMessageInfo +var xxx_messageInfo_ZoneConfiguration proto.InternalMessageInfo -func (m *AvailabilityZoneConfiguration) GetAvailabilityZones() []*AvailabilityZoneReference { +func (m *ZoneConfiguration) GetZones() []*ZoneReference { if m != nil { - return m.AvailabilityZones + return m.Zones } return nil } -func (m *AvailabilityZoneConfiguration) GetStrictAffinityToZones() bool { +func (m *ZoneConfiguration) GetStrictPlacement() bool { if m != nil { - return m.StrictAffinityToZones + return m.StrictPlacement } return false } @@ -990,7 +990,7 @@ type VirtualMachine struct { Tags *common.Tags `protobuf:"bytes,14,opt,name=tags,proto3" json:"tags,omitempty"` GuestAgent *common.GuestAgentConfiguration `protobuf:"bytes,15,opt,name=guestAgent,proto3" json:"guestAgent,omitempty"` GuestAgentInstanceView *common.VirtualMachineAgentInstanceView `protobuf:"bytes,16,opt,name=guestAgentInstanceView,proto3" json:"guestAgentInstanceView,omitempty"` - AvailabilityZone *AvailabilityZoneConfiguration `protobuf:"bytes,17,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"` + Zone *ZoneConfiguration `protobuf:"bytes,17,opt,name=zone,proto3" json:"zone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1133,9 +1133,9 @@ func (m *VirtualMachine) GetGuestAgentInstanceView() *common.VirtualMachineAgent return nil } -func (m *VirtualMachine) GetAvailabilityZone() *AvailabilityZoneConfiguration { +func (m *VirtualMachine) GetZone() *ZoneConfiguration { if m != nil { - return m.AvailabilityZone + return m.Zone } return nil } @@ -1377,8 +1377,8 @@ func init() { proto.RegisterType((*HardwareConfiguration)(nil), "moc.nodeagent.compute.HardwareConfiguration") proto.RegisterType((*UefiSettings)(nil), "moc.nodeagent.compute.UefiSettings") proto.RegisterType((*SecurityConfiguration)(nil), "moc.nodeagent.compute.SecurityConfiguration") - proto.RegisterType((*AvailabilityZoneReference)(nil), "moc.nodeagent.compute.AvailabilityZoneReference") - proto.RegisterType((*AvailabilityZoneConfiguration)(nil), "moc.nodeagent.compute.AvailabilityZoneConfiguration") + proto.RegisterType((*ZoneReference)(nil), "moc.nodeagent.compute.ZoneReference") + proto.RegisterType((*ZoneConfiguration)(nil), "moc.nodeagent.compute.ZoneConfiguration") proto.RegisterType((*VirtualMachine)(nil), "moc.nodeagent.compute.VirtualMachine") proto.RegisterType((*VirtualMachineOperationRequest)(nil), "moc.nodeagent.compute.VirtualMachineOperationRequest") proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.nodeagent.compute.VirtualMachineOperationResponse") @@ -1391,120 +1391,120 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1808 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x73, 0x1b, 0x49, - 0x11, 0x47, 0xf2, 0x5f, 0xb5, 0xff, 0x24, 0x9e, 0xb3, 0x9d, 0x8d, 0x2e, 0xce, 0xb9, 0x36, 0x07, - 0xe4, 0xb8, 0x20, 0xa7, 0x94, 0xdc, 0x01, 0x55, 0x07, 0x55, 0xfe, 0x17, 0xdb, 0x80, 0x1d, 0x31, - 0x8a, 0x7d, 0xc5, 0x41, 0x61, 0xc6, 0xab, 0x91, 0x34, 0x65, 0xed, 0xce, 0x32, 0x33, 0x6b, 0x9d, - 0xf2, 0x42, 0x15, 0x2f, 0xdc, 0x27, 0xe1, 0x81, 0x67, 0xee, 0x8d, 0x2a, 0x78, 0xa1, 0xf8, 0x34, - 0xf0, 0x19, 0xa8, 0x99, 0x9d, 0x95, 0x76, 0x57, 0xbb, 0x2e, 0xa7, 0x2a, 0x3c, 0x49, 0x33, 0xdd, - 0xbf, 0x9e, 0x5f, 0xf7, 0x74, 0xf7, 0xf6, 0x2e, 0xb8, 0x3e, 0xf7, 0x2e, 0x03, 0xde, 0xa1, 0xa4, - 0x47, 0x03, 0x75, 0x79, 0xc3, 0x84, 0x8a, 0xc8, 0xc0, 0x27, 0x5e, 0x9f, 0x05, 0xb4, 0x11, 0x0a, - 0xae, 0x38, 0xda, 0xf0, 0xb9, 0xd7, 0x18, 0xeb, 0x34, 0x3c, 0xee, 0x87, 0x91, 0xa2, 0xf5, 0x0f, - 0x7b, 0x9c, 0xf7, 0x06, 0x74, 0xc7, 0x28, 0x5d, 0x45, 0xdd, 0x1d, 0xea, 0x87, 0x6a, 0x14, 0x63, - 0xea, 0x8f, 0xf3, 0xc2, 0xa1, 0x20, 0x61, 0x48, 0x85, 0xb4, 0xf2, 0x07, 0xfa, 0x5c, 0x8f, 0xfb, - 0x3e, 0x0f, 0xec, 0x4f, 0x02, 0xcc, 0x0a, 0xf4, 0x49, 0x19, 0xf9, 0x56, 0x4a, 0x1e, 0x70, 0xc5, - 0xba, 0xcc, 0x23, 0x8a, 0x25, 0x62, 0xf7, 0xaf, 0x15, 0xd8, 0xb8, 0x88, 0x9d, 0x38, 0x8d, 0x9d, - 0xc0, 0xf4, 0x0f, 0x11, 0x95, 0x0a, 0xfd, 0x26, 0x2f, 0x68, 0x8f, 0xa4, 0xa2, 0xbe, 0x74, 0x2a, - 0xdb, 0x33, 0x4f, 0x97, 0x9a, 0xdf, 0x6d, 0x14, 0x7a, 0xd9, 0xc8, 0x19, 0x2b, 0xb6, 0x81, 0x5e, - 0xc2, 0xca, 0xeb, 0x90, 0x0a, 0xc3, 0xe4, 0xcd, 0x28, 0xa4, 0x4e, 0x75, 0xbb, 0xf2, 0x74, 0xb5, - 0xb9, 0x6a, 0x8c, 0x8e, 0x25, 0x38, 0xab, 0xe4, 0xfe, 0xa3, 0x02, 0x9b, 0x79, 0xb2, 0x32, 0xe4, - 0x81, 0xa4, 0xff, 0x5f, 0xb6, 0x4d, 0x98, 0xc7, 0x54, 0x46, 0x03, 0x65, 0x68, 0x2e, 0x35, 0xeb, - 0x8d, 0xf8, 0xb6, 0x1a, 0xc9, 0x6d, 0x35, 0xf6, 0x38, 0x1f, 0x5c, 0x90, 0x41, 0x44, 0xb1, 0xd5, - 0x44, 0xeb, 0x30, 0x77, 0x28, 0x04, 0x17, 0xce, 0xcc, 0x76, 0xe5, 0x69, 0x0d, 0xc7, 0x0b, 0xb7, - 0x01, 0xcb, 0xed, 0xf6, 0x71, 0x2b, 0xba, 0x1a, 0x30, 0xef, 0x17, 0x74, 0x84, 0x1e, 0xc3, 0xc2, - 0x35, 0x1d, 0x75, 0x88, 0x22, 0x4e, 0x45, 0xeb, 0xed, 0xcd, 0x7e, 0xf3, 0xad, 0x53, 0xc1, 0xc9, - 0xa6, 0xeb, 0xc2, 0xec, 0x01, 0x93, 0xd7, 0xa8, 0x0e, 0x8b, 0x1d, 0x26, 0xaf, 0x03, 0xe2, 0xd3, - 0x58, 0x11, 0x8f, 0xd7, 0xee, 0x00, 0x96, 0xdb, 0x7d, 0x22, 0x68, 0xe7, 0x15, 0x1f, 0x74, 0xa8, - 0x40, 0x2f, 0x61, 0x43, 0x9a, 0x75, 0xd7, 0xac, 0x05, 0xed, 0x52, 0x41, 0x03, 0x2f, 0x01, 0x16, - 0x0b, 0xd1, 0xf7, 0x60, 0xb5, 0xa7, 0xef, 0xdd, 0xe7, 0x51, 0xa0, 0x42, 0xa2, 0xfa, 0xc6, 0xd7, - 0x1a, 0xce, 0xed, 0xba, 0x7f, 0xae, 0xc2, 0x7a, 0x5b, 0x71, 0x41, 0x7a, 0x74, 0x9f, 0x07, 0x5d, - 0xd6, 0x8b, 0xe2, 0x0b, 0x42, 0x2f, 0x60, 0x9e, 0x4b, 0x4d, 0xca, 0x9c, 0xb3, 0xd4, 0xfc, 0xb0, - 0x24, 0xe4, 0xda, 0x1f, 0x6c, 0x55, 0xd1, 0x4f, 0xa0, 0xa6, 0xfd, 0xd4, 0xff, 0xa5, 0x53, 0x35, - 0x57, 0x75, 0x2b, 0x6e, 0xa2, 0xad, 0xdd, 0xbc, 0xf1, 0x63, 0x0a, 0xfb, 0x3c, 0x50, 0x84, 0x05, - 0x54, 0x9c, 0xe9, 0xf8, 0xc4, 0x01, 0x2f, 0x16, 0xa2, 0x13, 0x58, 0x91, 0xa9, 0x60, 0x49, 0x67, - 0xd6, 0x1c, 0xfa, 0xa4, 0xe4, 0xd0, 0x74, 0x60, 0x71, 0x16, 0xe9, 0xbe, 0x82, 0xfb, 0x67, 0x54, - 0x0d, 0xb9, 0xb8, 0x3e, 0x09, 0x14, 0x15, 0x5d, 0xe2, 0x51, 0xd4, 0x84, 0xf5, 0x20, 0xb7, 0x77, - 0x36, 0xb9, 0xb3, 0x42, 0x99, 0x7b, 0x09, 0xeb, 0xd6, 0x4e, 0x36, 0xa0, 0x47, 0x00, 0x2c, 0x51, - 0x4c, 0xf2, 0xf8, 0xfb, 0x25, 0x3c, 0xf3, 0x44, 0x70, 0x0a, 0xea, 0xfe, 0xa9, 0x02, 0x6b, 0xe7, - 0x92, 0x8a, 0xac, 0xf9, 0x6d, 0x58, 0x8c, 0x24, 0x15, 0x93, 0x94, 0xb2, 0xb9, 0x37, 0xde, 0xd5, - 0x1a, 0x21, 0x91, 0x72, 0xc8, 0x45, 0x27, 0x4e, 0x86, 0x44, 0x23, 0xd9, 0x45, 0x9f, 0xc4, 0x36, - 0x94, 0xae, 0xe0, 0x19, 0x53, 0xc1, 0x2b, 0x86, 0xa0, 0x3e, 0x4d, 0x57, 0x2c, 0x1e, 0x8b, 0x75, - 0xb4, 0xf0, 0x41, 0x2b, 0x4b, 0xe1, 0x31, 0x40, 0x87, 0x49, 0x72, 0x35, 0xa0, 0xf8, 0xa0, 0x65, - 0x48, 0x2c, 0xe2, 0xd4, 0x0e, 0x42, 0x30, 0x1b, 0x72, 0x11, 0x57, 0xdd, 0x0a, 0x36, 0xff, 0xdd, - 0xbf, 0x54, 0x00, 0xfd, 0x92, 0x05, 0xd1, 0xd7, 0x59, 0x53, 0x07, 0xb0, 0x65, 0x81, 0x2d, 0x4b, - 0x6e, 0x37, 0x52, 0x7d, 0x1a, 0x28, 0xdb, 0xee, 0xac, 0xf5, 0xdb, 0x95, 0xd0, 0xcf, 0xe1, 0x03, - 0x6f, 0xc0, 0xa3, 0xce, 0x49, 0xc0, 0xd4, 0x01, 0x51, 0xa4, 0xcd, 0x23, 0xe1, 0x25, 0xcd, 0xc9, - 0x31, 0xae, 0xed, 0x4f, 0xcb, 0x71, 0x11, 0xc8, 0xfd, 0xa6, 0x0a, 0xeb, 0x5f, 0xb2, 0xa0, 0xc3, - 0x87, 0x32, 0x4b, 0xf5, 0x73, 0xd8, 0xa4, 0x81, 0x26, 0xb1, 0x1b, 0x29, 0xee, 0x13, 0xc5, 0xbc, - 0xf3, 0xb0, 0x43, 0x94, 0xb9, 0x63, 0xcd, 0xb1, 0x44, 0xaa, 0x7b, 0x80, 0x62, 0x3e, 0xfd, 0x8a, - 0x07, 0xd4, 0xd6, 0xe6, 0x78, 0x8d, 0xda, 0xd3, 0xd1, 0x35, 0x17, 0x52, 0x9e, 0x31, 0x79, 0x75, - 0x3c, 0x7d, 0x3d, 0x47, 0x80, 0xbe, 0x64, 0x01, 0x3e, 0xcd, 0x9a, 0x9d, 0x35, 0x66, 0x1f, 0x18, - 0xb3, 0xd3, 0x62, 0x5c, 0x00, 0x71, 0xff, 0x3d, 0x07, 0x8f, 0x6c, 0x27, 0x0f, 0x7a, 0x71, 0x53, - 0xcd, 0x9e, 0xe4, 0xc2, 0xb2, 0xe5, 0x25, 0x52, 0xe5, 0x92, 0xd9, 0x43, 0x67, 0xb0, 0x42, 0x3a, - 0x3e, 0x0b, 0x98, 0x54, 0x82, 0x28, 0x2e, 0x6c, 0x2f, 0x7e, 0x5a, 0xe2, 0xdf, 0x54, 0xc2, 0xe3, - 0x2c, 0x1c, 0xfd, 0x0c, 0xe6, 0x74, 0x72, 0x4a, 0x67, 0xc6, 0x54, 0xd6, 0xdd, 0xed, 0xc4, 0x30, - 0xf4, 0x31, 0x80, 0x17, 0x49, 0xc5, 0x7d, 0x7d, 0xe7, 0x26, 0x2a, 0x49, 0x7d, 0xa4, 0xf6, 0xd1, - 0x3e, 0x40, 0x68, 0xba, 0xfd, 0x35, 0x1d, 0x49, 0x67, 0xee, 0xf6, 0x66, 0x93, 0x7a, 0x32, 0xe0, - 0x14, 0x0c, 0x3d, 0xd7, 0xad, 0xd5, 0x14, 0xd9, 0x7c, 0x2a, 0x13, 0x73, 0x11, 0x35, 0xf5, 0x66, - 0xf5, 0xd0, 0xaf, 0x60, 0x8d, 0xcb, 0x3d, 0xce, 0x95, 0xf6, 0x36, 0x3c, 0x0c, 0x7a, 0x2c, 0xa0, - 0xce, 0x82, 0x01, 0x3f, 0x29, 0x02, 0xe7, 0x54, 0xf1, 0x34, 0x1a, 0xfd, 0x1a, 0xd0, 0x60, 0xaa, - 0xee, 0x9c, 0x45, 0x73, 0x09, 0x9f, 0x94, 0x78, 0x34, 0x5d, 0xa8, 0xb8, 0xc0, 0x08, 0xba, 0x84, - 0xf5, 0x61, 0x41, 0xa5, 0x38, 0x35, 0x63, 0xfc, 0xd3, 0x12, 0xe3, 0x45, 0xc5, 0x85, 0x0b, 0x0d, - 0xe9, 0x4c, 0x0e, 0x05, 0xff, 0x7a, 0x94, 0x35, 0x0f, 0xa9, 0x4c, 0x6e, 0x4d, 0x89, 0x71, 0x01, - 0xc4, 0xfd, 0x5b, 0x15, 0x36, 0x8e, 0x89, 0xe8, 0x0c, 0x89, 0x98, 0x7e, 0xfc, 0x5d, 0x9c, 0xb6, - 0xd9, 0xdb, 0x38, 0x79, 0x57, 0xed, 0x63, 0x2c, 0x37, 0x4f, 0xb0, 0xb7, 0x34, 0xbe, 0xa6, 0x58, - 0x15, 0xfd, 0x34, 0xc9, 0x21, 0x03, 0x8c, 0x13, 0x7a, 0xab, 0x00, 0xb8, 0x3f, 0x56, 0xc2, 0x29, - 0x00, 0xba, 0x84, 0x7a, 0x67, 0x14, 0x10, 0x9f, 0x79, 0xa7, 0xd4, 0xe7, 0x62, 0x54, 0x54, 0xff, - 0x1f, 0x19, 0x73, 0x07, 0xa5, 0x6a, 0xf8, 0x16, 0x13, 0xe8, 0x15, 0xa0, 0x9b, 0x0c, 0x91, 0xa3, - 0xd6, 0x79, 0xf2, 0xc8, 0xdc, 0x2c, 0xe0, 0x79, 0xd4, 0x3a, 0xc7, 0x05, 0x08, 0xf7, 0x0b, 0x58, - 0x3e, 0xa7, 0x5d, 0xd6, 0xa6, 0x4a, 0xa7, 0x9c, 0x44, 0xcf, 0x60, 0x4d, 0x52, 0x2f, 0x12, 0x54, - 0x27, 0xd9, 0xa1, 0x69, 0x77, 0x1d, 0xdb, 0xfd, 0xa6, 0x05, 0xee, 0xb7, 0x15, 0xd8, 0x68, 0xeb, - 0x5d, 0xa6, 0x72, 0xfc, 0x1e, 0x41, 0x2d, 0x6e, 0x96, 0x6f, 0x5a, 0xa7, 0x16, 0x3f, 0xd9, 0x40, - 0x47, 0xb0, 0x1c, 0xa5, 0x4e, 0xb5, 0xf1, 0x2d, 0xab, 0xbe, 0x34, 0x41, 0x9c, 0x01, 0xa2, 0xcf, - 0x60, 0x59, 0xda, 0xf3, 0xdf, 0x4c, 0x1e, 0x75, 0x6b, 0xc6, 0x50, 0x3b, 0x25, 0xc0, 0x19, 0x35, - 0xf7, 0x10, 0x1e, 0xee, 0xde, 0x10, 0x36, 0x20, 0x57, 0x6c, 0xc0, 0xd4, 0x48, 0x37, 0x6a, 0x3c, - 0x9e, 0xb7, 0x10, 0xcc, 0xa6, 0xa6, 0x39, 0xf3, 0x5f, 0xcf, 0x8c, 0x9a, 0x57, 0x3c, 0x09, 0xd5, - 0x70, 0xbc, 0xd0, 0xee, 0x6f, 0xe5, 0xed, 0x64, 0xc3, 0xf0, 0x3b, 0x58, 0x23, 0x39, 0x85, 0x64, - 0x60, 0x78, 0x5e, 0xe2, 0x6d, 0x29, 0x31, 0x3c, 0x6d, 0xca, 0x4c, 0x94, 0x4a, 0x30, 0x4f, 0xed, - 0x76, 0xbb, 0x2c, 0xd0, 0xee, 0xf1, 0xf8, 0x8c, 0xaa, 0x09, 0x79, 0xb1, 0xd0, 0xfd, 0xcf, 0x02, - 0xac, 0x66, 0xd3, 0xa3, 0xd0, 0xe9, 0x55, 0xa8, 0x32, 0x3b, 0x5f, 0xe0, 0x2a, 0xeb, 0xa0, 0x43, - 0x58, 0x90, 0xf1, 0x7c, 0x69, 0x33, 0xb8, 0xac, 0xfe, 0x8b, 0xa6, 0x50, 0x9c, 0x60, 0xd1, 0x3e, - 0x54, 0xb9, 0xb4, 0x0f, 0xab, 0x17, 0x25, 0x16, 0x6e, 0x7b, 0x26, 0xe1, 0x2a, 0x97, 0x9a, 0x8b, - 0x1d, 0xd9, 0x9c, 0xb9, 0x5b, 0xb9, 0x14, 0x0d, 0x70, 0x38, 0xc1, 0xa2, 0x63, 0x58, 0xec, 0xdb, - 0xa6, 0x61, 0x3a, 0xf8, 0x52, 0xf3, 0x59, 0x89, 0x9d, 0xc2, 0xde, 0x82, 0xc7, 0x68, 0xf4, 0x04, - 0xe6, 0xa5, 0x22, 0x2a, 0x92, 0xa6, 0x99, 0x2f, 0x35, 0x97, 0xe2, 0x1c, 0x34, 0x5b, 0xd8, 0x8a, - 0xd0, 0x8f, 0xe1, 0x81, 0x1d, 0x73, 0x8e, 0x59, 0xaf, 0x9f, 0xbe, 0x69, 0xd3, 0xae, 0x17, 0x71, - 0x99, 0x58, 0xd7, 0x25, 0x19, 0x0c, 0xf8, 0x90, 0x76, 0x5e, 0x0f, 0xf5, 0xc4, 0x6c, 0x92, 0xb1, - 0x66, 0x92, 0x71, 0x5a, 0x80, 0x76, 0x00, 0x42, 0x3e, 0xa4, 0x42, 0x1f, 0x4f, 0x4d, 0x37, 0x5d, - 0x6d, 0xde, 0x8b, 0xbb, 0xe9, 0x78, 0x1b, 0xa7, 0x54, 0x74, 0x1c, 0x92, 0x02, 0x71, 0x96, 0x6e, - 0x8d, 0x43, 0x61, 0xb9, 0xe3, 0x31, 0x5a, 0xc7, 0x41, 0x8f, 0x6d, 0x6a, 0xe4, 0x2c, 0xa7, 0xe2, - 0x70, 0x68, 0xb6, 0xb0, 0x15, 0xa1, 0x16, 0x6c, 0xf4, 0x73, 0x1e, 0xc6, 0x54, 0x57, 0x0c, 0xd5, - 0xba, 0xc1, 0x1c, 0x17, 0x69, 0xe0, 0x62, 0x20, 0xda, 0x82, 0x59, 0x45, 0x7a, 0xd2, 0x59, 0x35, - 0x87, 0xd6, 0x8c, 0x81, 0x37, 0xa4, 0x27, 0xb1, 0xd9, 0x46, 0x5f, 0x00, 0x98, 0xb7, 0xa5, 0x5d, - 0xed, 0x8b, 0x73, 0xcf, 0x28, 0x3d, 0x32, 0x4a, 0x47, 0xe3, 0xed, 0xac, 0x47, 0x29, 0x7d, 0xf4, - 0x5b, 0xd8, 0x9c, 0xac, 0x4e, 0x02, 0xa9, 0x48, 0xe0, 0xd1, 0x0b, 0x46, 0x87, 0xce, 0x7d, 0x63, - 0xe9, 0xe3, 0x82, 0x86, 0x3b, 0xa5, 0x8b, 0x4b, 0x6c, 0xa0, 0xdf, 0xc3, 0xfd, 0x7c, 0x61, 0x3b, - 0x6b, 0xc6, 0xee, 0xcb, 0x3b, 0xb6, 0x88, 0xdc, 0xb8, 0x98, 0xb7, 0xa6, 0xfb, 0xd4, 0xe3, 0x2c, - 0xbb, 0xc9, 0x8b, 0xbc, 0xfd, 0xa6, 0xf0, 0x1a, 0xee, 0x65, 0x35, 0xde, 0xf1, 0xfd, 0x3c, 0x8f, - 0x46, 0x7b, 0xc5, 0xdf, 0x11, 0x1e, 0x15, 0x84, 0xaa, 0xf4, 0xab, 0xc2, 0xdf, 0x2b, 0xf0, 0x51, - 0x29, 0x6f, 0xfb, 0x79, 0xe1, 0xbd, 0x13, 0x7f, 0x7f, 0x9f, 0x14, 0xfe, 0x5b, 0xcd, 0xd3, 0xc7, - 0x51, 0xb0, 0xcf, 0x7d, 0x9f, 0x04, 0x9d, 0x24, 0xee, 0xa7, 0xf9, 0x4e, 0x6c, 0xdf, 0xd1, 0xef, - 0xc8, 0x3e, 0xdf, 0xc6, 0x77, 0x61, 0x3e, 0xf5, 0x66, 0x94, 0x8c, 0x7f, 0x65, 0x24, 0xda, 0x9e, - 0x60, 0xa1, 0xb2, 0xaf, 0x4a, 0x16, 0x88, 0x18, 0x3c, 0x9c, 0x68, 0x9c, 0x04, 0x61, 0xa4, 0x5a, - 0x44, 0x10, 0x9f, 0xaa, 0xc9, 0x44, 0xfe, 0xe9, 0xad, 0x56, 0xb3, 0x18, 0x5c, 0x6e, 0x0d, 0xb9, - 0x50, 0xc3, 0x51, 0xb0, 0x2b, 0xf5, 0x24, 0x9f, 0x99, 0xd3, 0x27, 0xdb, 0xe8, 0x07, 0xb0, 0x62, - 0x16, 0xc9, 0x7b, 0xa1, 0x69, 0xf7, 0x89, 0x5e, 0x56, 0xe4, 0xfe, 0xb3, 0x02, 0xdb, 0xe5, 0x01, - 0xb7, 0x09, 0xf3, 0x9e, 0x23, 0x7e, 0x0a, 0xcb, 0x99, 0x8e, 0x70, 0x97, 0xb8, 0x67, 0xda, 0x42, - 0x06, 0xde, 0xfc, 0xd7, 0x0c, 0x7c, 0x50, 0xd0, 0x48, 0x50, 0x0f, 0xe6, 0x4f, 0x82, 0x1b, 0x7e, - 0x4d, 0xd1, 0xb3, 0xbb, 0xf1, 0x8c, 0xf3, 0xab, 0xfe, 0xc3, 0x3b, 0x6a, 0xc7, 0xc1, 0x71, 0xbf, - 0x83, 0xde, 0xc2, 0x42, 0x5c, 0x64, 0x14, 0x7d, 0x76, 0x27, 0x6c, 0xbe, 0x95, 0xd4, 0x3f, 0x7f, - 0x57, 0xd8, 0xf8, 0xec, 0x63, 0x58, 0xdb, 0xef, 0x53, 0xef, 0xfa, 0x2c, 0xf5, 0x35, 0x14, 0x6d, - 0x4e, 0xd5, 0xdf, 0xa1, 0x1f, 0xaa, 0x51, 0xfd, 0xa1, 0x39, 0x26, 0xad, 0x9a, 0xb2, 0xf4, 0x47, - 0x80, 0x49, 0xb8, 0xd1, 0xdd, 0x18, 0x4d, 0x15, 0x67, 0xfd, 0x47, 0xef, 0x8c, 0x4b, 0x08, 0xec, - 0x3d, 0xff, 0xaa, 0xd1, 0x63, 0xaa, 0x1f, 0x5d, 0x69, 0xd0, 0x8e, 0xcf, 0x3c, 0xc1, 0x25, 0xef, - 0xaa, 0x1d, 0x9f, 0x7b, 0x3b, 0x22, 0xf4, 0x76, 0xc6, 0x46, 0x77, 0xac, 0xd1, 0xab, 0x79, 0xe3, - 0xdf, 0x8b, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x59, 0xb8, 0x2b, 0xc8, 0x16, 0x00, 0x00, + // 1800 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x24, 0x39, + 0x11, 0x67, 0x26, 0xff, 0x2b, 0x7f, 0xf6, 0xe2, 0x4b, 0xb2, 0x7d, 0x73, 0xbb, 0x7b, 0x51, 0xef, + 0x02, 0x39, 0x6e, 0x99, 0x9c, 0x66, 0xef, 0x0e, 0x0e, 0x2d, 0x48, 0xf9, 0xb7, 0x49, 0x80, 0x64, + 0x07, 0xcf, 0x66, 0x4f, 0x1c, 0x48, 0x91, 0xd3, 0xe3, 0x4c, 0xac, 0x4c, 0xdb, 0x8d, 0xed, 0xce, + 0xdc, 0xec, 0x0b, 0x12, 0x2f, 0xdc, 0x27, 0xe1, 0x81, 0x67, 0xee, 0x0d, 0x09, 0x5e, 0x10, 0xe2, + 0xcb, 0xf0, 0x19, 0x90, 0xdd, 0xee, 0x99, 0xee, 0x9e, 0xee, 0x28, 0x2b, 0x2d, 0x4f, 0x99, 0x76, + 0xd5, 0xaf, 0xfc, 0xab, 0x72, 0x55, 0xb9, 0x1c, 0xf0, 0x43, 0x11, 0x9c, 0x73, 0xd1, 0xa5, 0xa4, + 0x47, 0xb9, 0x3e, 0xbf, 0x61, 0x52, 0xc7, 0xa4, 0x1f, 0x92, 0xe0, 0x8a, 0x71, 0xda, 0x8c, 0xa4, + 0xd0, 0x02, 0xad, 0x87, 0x22, 0x68, 0x8e, 0x74, 0x9a, 0x81, 0x08, 0xa3, 0x58, 0xd3, 0xc6, 0x87, + 0x3d, 0x21, 0x7a, 0x7d, 0xba, 0x6d, 0x95, 0x2e, 0xe2, 0xcb, 0x6d, 0x1a, 0x46, 0x7a, 0x98, 0x60, + 0x1a, 0x8f, 0x8a, 0xc2, 0x81, 0x24, 0x51, 0x44, 0xa5, 0x72, 0xf2, 0xfb, 0x66, 0xdf, 0x40, 0x84, + 0xa1, 0xe0, 0xee, 0x4f, 0x0a, 0xcc, 0x0b, 0xcc, 0x4e, 0x39, 0xf9, 0xc3, 0x8c, 0x9c, 0x0b, 0xcd, + 0x2e, 0x59, 0x40, 0x34, 0x4b, 0xc5, 0xfe, 0x5f, 0x6b, 0xb0, 0xfe, 0x3a, 0x71, 0xe2, 0x24, 0x71, + 0x02, 0xd3, 0x3f, 0xc4, 0x54, 0x69, 0xf4, 0xbb, 0xa2, 0xa0, 0x33, 0x54, 0x9a, 0x86, 0xca, 0xab, + 0x6d, 0x4e, 0x6d, 0x2d, 0xb6, 0xbe, 0xdf, 0x2c, 0xf5, 0xb2, 0x59, 0x30, 0x56, 0x6e, 0x03, 0x7d, + 0x06, 0xcb, 0x2f, 0x23, 0x2a, 0x2d, 0x93, 0x57, 0xc3, 0x88, 0x7a, 0xf5, 0xcd, 0xda, 0xd6, 0x4a, + 0x6b, 0xc5, 0x1a, 0x1d, 0x49, 0x70, 0x5e, 0xc9, 0xff, 0x47, 0x0d, 0x36, 0x8a, 0x64, 0x55, 0x24, + 0xb8, 0xa2, 0xff, 0x5f, 0xb6, 0x2d, 0x98, 0xc5, 0x54, 0xc5, 0x7d, 0x6d, 0x69, 0x2e, 0xb6, 0x1a, + 0xcd, 0xe4, 0xb4, 0x9a, 0xe9, 0x69, 0x35, 0x77, 0x85, 0xe8, 0xbf, 0x26, 0xfd, 0x98, 0x62, 0xa7, + 0x89, 0xd6, 0x60, 0xe6, 0x40, 0x4a, 0x21, 0xbd, 0xa9, 0xcd, 0xda, 0xd6, 0x02, 0x4e, 0x3e, 0xfc, + 0x26, 0x2c, 0x75, 0x3a, 0x47, 0xed, 0xf8, 0xa2, 0xcf, 0x82, 0x5f, 0xd1, 0x21, 0x7a, 0x04, 0x73, + 0xd7, 0x74, 0xd8, 0x25, 0x9a, 0x78, 0x35, 0xa3, 0xb7, 0x3b, 0xfd, 0xed, 0x77, 0x5e, 0x0d, 0xa7, + 0x8b, 0xbe, 0x0f, 0xd3, 0xfb, 0x4c, 0x5d, 0xa3, 0x06, 0xcc, 0x77, 0x99, 0xba, 0xe6, 0x24, 0xa4, + 0x89, 0x22, 0x1e, 0x7d, 0xfb, 0x7d, 0x58, 0xea, 0x5c, 0x11, 0x49, 0xbb, 0x2f, 0x44, 0xbf, 0x4b, + 0x25, 0xfa, 0x0c, 0xd6, 0x95, 0xfd, 0xbe, 0xb4, 0xdf, 0x92, 0x5e, 0x52, 0x49, 0x79, 0x90, 0x02, + 0xcb, 0x85, 0xe8, 0x07, 0xb0, 0xd2, 0x33, 0xe7, 0x1e, 0x8a, 0x98, 0xeb, 0x88, 0xe8, 0x2b, 0xeb, + 0xeb, 0x02, 0x2e, 0xac, 0xfa, 0x7f, 0xae, 0xc3, 0x5a, 0x47, 0x0b, 0x49, 0x7a, 0x74, 0x4f, 0xf0, + 0x4b, 0xd6, 0x8b, 0x93, 0x03, 0x42, 0xcf, 0x60, 0x56, 0x28, 0x43, 0xca, 0xee, 0xb3, 0xd8, 0xfa, + 0xb0, 0x22, 0xe4, 0xc6, 0x1f, 0xec, 0x54, 0xd1, 0x97, 0xb0, 0x60, 0xfc, 0x34, 0xbf, 0x95, 0x57, + 0xb7, 0x47, 0x75, 0x2b, 0x6e, 0xac, 0x6d, 0xdc, 0xbc, 0x09, 0x13, 0x0a, 0x7b, 0x82, 0x6b, 0xc2, + 0x38, 0x95, 0xa7, 0x26, 0x3e, 0x49, 0xc0, 0xcb, 0x85, 0xe8, 0x18, 0x96, 0x55, 0x26, 0x58, 0xca, + 0x9b, 0xb6, 0x9b, 0x3e, 0xae, 0xd8, 0x34, 0x1b, 0x58, 0x9c, 0x47, 0xfa, 0x2f, 0xe0, 0xbd, 0x53, + 0xaa, 0x07, 0x42, 0x5e, 0x1f, 0x73, 0x4d, 0xe5, 0x25, 0x09, 0x28, 0x6a, 0xc1, 0x1a, 0x2f, 0xac, + 0x9d, 0x8e, 0xcf, 0xac, 0x54, 0xe6, 0x9f, 0xc3, 0x9a, 0xb3, 0x93, 0x0f, 0xe8, 0x21, 0x00, 0x4b, + 0x15, 0xd3, 0x3c, 0xfe, 0x61, 0x05, 0xcf, 0x22, 0x11, 0x9c, 0x81, 0xfa, 0x7f, 0xaa, 0xc1, 0xea, + 0x99, 0xa2, 0x32, 0x6f, 0x7e, 0x13, 0xe6, 0x63, 0x45, 0xe5, 0x38, 0xa5, 0x5c, 0xee, 0x8d, 0x56, + 0x8d, 0x46, 0x44, 0x94, 0x1a, 0x08, 0xd9, 0x4d, 0x92, 0x21, 0xd5, 0x48, 0x57, 0xd1, 0xc7, 0x89, + 0x0d, 0x6d, 0x2a, 0x78, 0xca, 0x56, 0xf0, 0xb2, 0x25, 0x68, 0x76, 0x33, 0x15, 0x8b, 0x47, 0x62, + 0x13, 0x2d, 0xbc, 0xdf, 0xce, 0x53, 0x78, 0x04, 0xd0, 0x65, 0x8a, 0x5c, 0xf4, 0x29, 0xde, 0x6f, + 0x5b, 0x12, 0xf3, 0x38, 0xb3, 0x82, 0x10, 0x4c, 0x47, 0x42, 0x26, 0x55, 0xb7, 0x8c, 0xed, 0x6f, + 0xff, 0x2f, 0x35, 0x40, 0xbf, 0x66, 0x3c, 0xfe, 0x26, 0x6f, 0x6a, 0x1f, 0x1e, 0x3a, 0x60, 0xdb, + 0x91, 0xdb, 0x89, 0xf5, 0x15, 0xe5, 0xda, 0xb5, 0x3b, 0x67, 0xfd, 0x76, 0x25, 0xf4, 0x4b, 0x78, + 0x3f, 0xe8, 0x8b, 0xb8, 0x7b, 0xcc, 0x99, 0xde, 0x27, 0x9a, 0x74, 0x44, 0x2c, 0x83, 0xb4, 0x39, + 0x79, 0xd6, 0xb5, 0xbd, 0x49, 0x39, 0x2e, 0x03, 0xf9, 0xdf, 0xd6, 0x61, 0xed, 0x2b, 0xc6, 0xbb, + 0x62, 0xa0, 0xf2, 0x54, 0xbf, 0x80, 0x0d, 0xca, 0x0d, 0x89, 0x9d, 0x58, 0x8b, 0x90, 0x68, 0x16, + 0x9c, 0x45, 0x5d, 0xa2, 0xed, 0x19, 0x1b, 0x8e, 0x15, 0x52, 0xd3, 0x03, 0x34, 0x0b, 0xe9, 0xd7, + 0x82, 0x53, 0x57, 0x9b, 0xa3, 0x6f, 0xd4, 0x99, 0x8c, 0xae, 0x3d, 0x90, 0xea, 0x8c, 0x29, 0xaa, + 0xe3, 0xc9, 0xe3, 0x39, 0x04, 0xf4, 0x15, 0xe3, 0xf8, 0x24, 0x6f, 0x76, 0xda, 0x9a, 0xbd, 0x6f, + 0xcd, 0x4e, 0x8a, 0x71, 0x09, 0xc4, 0xff, 0xf7, 0x0c, 0x3c, 0x70, 0x9d, 0x9c, 0xf7, 0x92, 0xa6, + 0x9a, 0xdf, 0xc9, 0x87, 0x25, 0xc7, 0x4b, 0x66, 0xca, 0x25, 0xb7, 0x86, 0x4e, 0x61, 0x99, 0x74, + 0x43, 0xc6, 0x99, 0xd2, 0x92, 0x68, 0x21, 0x5d, 0x2f, 0xde, 0xaa, 0xf0, 0x6f, 0x22, 0xe1, 0x71, + 0x1e, 0x8e, 0x7e, 0x01, 0x33, 0x26, 0x39, 0x95, 0x37, 0x65, 0x2b, 0xeb, 0xee, 0x76, 0x12, 0x18, + 0x7a, 0x02, 0x10, 0xc4, 0x4a, 0x8b, 0xd0, 0x9c, 0xb9, 0x8d, 0x4a, 0x5a, 0x1f, 0x99, 0x75, 0xb4, + 0x07, 0x10, 0xd9, 0x6e, 0x7f, 0x4d, 0x87, 0xca, 0x9b, 0xb9, 0xbd, 0xd9, 0x64, 0x6e, 0x06, 0x9c, + 0x81, 0xa1, 0x4f, 0x4d, 0x6b, 0xb5, 0x45, 0x36, 0x9b, 0xc9, 0xc4, 0x42, 0x44, 0x6d, 0xbd, 0x39, + 0x3d, 0xf4, 0x1b, 0x58, 0x15, 0x6a, 0x57, 0x08, 0x6d, 0xbc, 0x8d, 0x0e, 0x78, 0x8f, 0x71, 0xea, + 0xcd, 0x59, 0xf0, 0xe3, 0x32, 0x70, 0x41, 0x15, 0x4f, 0xa2, 0xd1, 0x6f, 0x01, 0xf5, 0x27, 0xea, + 0xce, 0x9b, 0xb7, 0x87, 0xf0, 0x71, 0x85, 0x47, 0x93, 0x85, 0x8a, 0x4b, 0x8c, 0xa0, 0x73, 0x58, + 0x1b, 0x94, 0x54, 0x8a, 0xb7, 0x60, 0x8d, 0x7f, 0x52, 0x61, 0xbc, 0xac, 0xb8, 0x70, 0xa9, 0x21, + 0x93, 0xc9, 0x91, 0x14, 0xdf, 0x0c, 0xf3, 0xe6, 0x21, 0x93, 0xc9, 0xed, 0x09, 0x31, 0x2e, 0x81, + 0xf8, 0x7f, 0xab, 0xc3, 0xfa, 0x11, 0x91, 0xdd, 0x01, 0x91, 0x93, 0xd7, 0xdf, 0xeb, 0x93, 0x0e, + 0x7b, 0x93, 0x24, 0xef, 0x8a, 0xbb, 0xc6, 0x0a, 0xf3, 0x04, 0x7b, 0x43, 0x93, 0x63, 0x4a, 0x54, + 0xd1, 0xcf, 0xd3, 0x1c, 0xb2, 0xc0, 0x24, 0xa1, 0x1f, 0x96, 0x00, 0xf7, 0x46, 0x4a, 0x38, 0x03, + 0x40, 0xe7, 0xd0, 0xe8, 0x0e, 0x39, 0x09, 0x59, 0x70, 0x42, 0x43, 0x21, 0x87, 0x65, 0xf5, 0xff, + 0x91, 0x35, 0xb7, 0x5f, 0xa9, 0x86, 0x6f, 0x31, 0x81, 0x5e, 0x00, 0xba, 0xc9, 0x11, 0x39, 0x6c, + 0x9f, 0xa5, 0x57, 0xe6, 0x46, 0x09, 0xcf, 0xc3, 0xf6, 0x19, 0x2e, 0x41, 0xf8, 0xcf, 0x61, 0xe9, + 0x8c, 0x5e, 0xb2, 0x0e, 0xd5, 0x26, 0xe5, 0x14, 0x7a, 0x0a, 0xab, 0x8a, 0x06, 0xb1, 0xa4, 0x26, + 0xc9, 0x0e, 0x6c, 0xbb, 0xeb, 0xba, 0xee, 0x37, 0x29, 0xf0, 0xbf, 0xab, 0xc1, 0x7a, 0xc7, 0xac, + 0x32, 0x5d, 0xe0, 0xf7, 0x00, 0x16, 0x92, 0x66, 0xf9, 0xaa, 0x7d, 0xe2, 0xf0, 0xe3, 0x05, 0x74, + 0x08, 0x4b, 0x71, 0x66, 0x57, 0x17, 0xdf, 0xaa, 0xea, 0xcb, 0x12, 0xc4, 0x39, 0x20, 0xfa, 0x1c, + 0x96, 0x94, 0xdb, 0xff, 0xd5, 0xf8, 0xaa, 0x5b, 0xb5, 0x86, 0x3a, 0x19, 0x01, 0xce, 0xa9, 0xf9, + 0x5f, 0xc2, 0xb2, 0x69, 0xce, 0x78, 0x34, 0x63, 0x21, 0x98, 0xce, 0x4c, 0x70, 0xf6, 0xb7, 0x99, + 0x13, 0x0d, 0x97, 0x64, 0xfa, 0x59, 0xc0, 0xc9, 0x87, 0x3f, 0x84, 0x55, 0x03, 0xcd, 0x7b, 0xfb, + 0x33, 0x98, 0x79, 0x23, 0xf8, 0x68, 0x16, 0x78, 0x52, 0xe1, 0x48, 0x6e, 0x4f, 0x9c, 0x40, 0xd0, + 0x16, 0xdc, 0x53, 0x5a, 0xb2, 0x40, 0xb7, 0xfb, 0x24, 0xa0, 0x21, 0xe5, 0xc9, 0xad, 0x3a, 0x8f, + 0x8b, 0xcb, 0xfe, 0x7f, 0xe6, 0x60, 0x25, 0x7f, 0xaa, 0xa5, 0xbc, 0x57, 0xa0, 0xce, 0xdc, 0x58, + 0x80, 0xeb, 0xac, 0x8b, 0x0e, 0x60, 0x4e, 0x25, 0x63, 0xa1, 0x4b, 0xbc, 0xaa, 0xb2, 0x2d, 0x1b, + 0x1e, 0x71, 0x8a, 0x45, 0x7b, 0x50, 0x17, 0xca, 0xdd, 0x31, 0xcf, 0x2a, 0x2c, 0xdc, 0x76, 0x95, + 0xe0, 0xba, 0x50, 0x86, 0x8b, 0x9b, 0xb4, 0xbc, 0x99, 0x5b, 0xb9, 0x94, 0xcd, 0x5d, 0x38, 0xc5, + 0xa2, 0x23, 0x98, 0xbf, 0x72, 0xb5, 0x6e, 0x1b, 0xef, 0x62, 0xeb, 0x69, 0x85, 0x9d, 0xd2, 0x96, + 0x80, 0x47, 0x68, 0xf4, 0x18, 0x66, 0x95, 0x26, 0x3a, 0x56, 0xb6, 0x07, 0x2f, 0xb6, 0x16, 0x93, + 0xd4, 0xb1, 0x4b, 0xd8, 0x89, 0xd0, 0x4f, 0xe1, 0xbe, 0x9b, 0x4e, 0x8e, 0x58, 0xef, 0x6a, 0xe7, + 0x86, 0xb0, 0x3e, 0xb9, 0x60, 0x7d, 0xa6, 0x87, 0xb6, 0xcb, 0xce, 0xe3, 0x2a, 0xb1, 0x29, 0x27, + 0xd2, 0xef, 0x8b, 0x01, 0xed, 0xbe, 0x1c, 0x98, 0x41, 0xd7, 0xe6, 0xd3, 0x82, 0xcd, 0xa7, 0x49, + 0x01, 0xda, 0x06, 0x88, 0xc4, 0x80, 0x4a, 0xb3, 0x3d, 0xb5, 0x4d, 0x70, 0xa5, 0x75, 0x2f, 0x69, + 0x82, 0xa3, 0x65, 0x9c, 0x51, 0x31, 0x71, 0x48, 0xf3, 0xda, 0x5b, 0xbc, 0x35, 0x0e, 0xa5, 0x55, + 0x8a, 0x47, 0x68, 0x13, 0x07, 0x33, 0x6d, 0xe9, 0xa1, 0xb7, 0x94, 0x89, 0xc3, 0x81, 0x5d, 0xc2, + 0x4e, 0x84, 0xda, 0xb0, 0x7e, 0x55, 0xf0, 0x30, 0xa1, 0xba, 0x6c, 0xa9, 0x36, 0x2c, 0xe6, 0xa8, + 0x4c, 0x03, 0x97, 0x03, 0xd1, 0x43, 0x98, 0xd6, 0xa4, 0xa7, 0xbc, 0x15, 0xbb, 0xe9, 0x82, 0x35, + 0xf0, 0x8a, 0xf4, 0x14, 0xb6, 0xcb, 0xe8, 0x39, 0x80, 0x7d, 0xe4, 0xec, 0x18, 0x5f, 0xbc, 0x7b, + 0x56, 0xe9, 0x81, 0x55, 0x3a, 0x1c, 0x2d, 0xe7, 0x3d, 0xca, 0xe8, 0xa3, 0xdf, 0xc3, 0xc6, 0xf8, + 0xeb, 0x98, 0x2b, 0x4d, 0x78, 0x40, 0x5f, 0x33, 0x3a, 0xf0, 0xde, 0xb3, 0x96, 0x9e, 0x94, 0xf4, + 0xc9, 0x09, 0x5d, 0x5c, 0x61, 0x03, 0x3d, 0x87, 0x69, 0x53, 0xc0, 0xde, 0xea, 0xad, 0xc3, 0xce, + 0x44, 0xaf, 0xc0, 0x16, 0x65, 0x3a, 0xe7, 0xa3, 0xfc, 0xce, 0xe3, 0xb7, 0xb5, 0x7b, 0xe6, 0xbf, + 0x84, 0x7b, 0x79, 0x8d, 0xb7, 0x7c, 0x32, 0x17, 0xd1, 0x68, 0xb7, 0xfc, 0x69, 0xff, 0xa0, 0x24, + 0x0c, 0x95, 0x0f, 0xfd, 0xbf, 0xd7, 0xe0, 0xa3, 0x4a, 0xde, 0xee, 0xc5, 0xff, 0xce, 0x89, 0xbf, + 0xbb, 0x57, 0xfe, 0x7f, 0xeb, 0x45, 0xfa, 0x38, 0xe6, 0x7b, 0x22, 0x0c, 0x09, 0xef, 0xa6, 0x71, + 0x3f, 0x29, 0x76, 0x59, 0xf7, 0x6c, 0xbe, 0x23, 0xfb, 0x62, 0x8b, 0xde, 0x81, 0xd9, 0xcc, 0x63, + 0x25, 0x9d, 0xc8, 0xaa, 0x48, 0x74, 0x02, 0xc9, 0x22, 0xed, 0x5e, 0x2f, 0x0e, 0x88, 0x18, 0x7c, + 0x30, 0xd6, 0x38, 0xe6, 0x51, 0xac, 0xdb, 0x44, 0x92, 0x90, 0xea, 0xf1, 0x90, 0xfc, 0xc9, 0xad, + 0x56, 0xf3, 0x18, 0x5c, 0x6d, 0x0d, 0xf9, 0xb0, 0x80, 0x63, 0xbe, 0xa3, 0xcc, 0x70, 0x9d, 0x1b, + 0x9d, 0xc7, 0xcb, 0xe8, 0x47, 0xb0, 0x6c, 0x3f, 0xd2, 0xa7, 0x9a, 0x6d, 0xe5, 0xa9, 0x5e, 0x5e, + 0xe4, 0xff, 0xb3, 0x06, 0x9b, 0xd5, 0x01, 0x77, 0x09, 0xf3, 0x8e, 0x23, 0x7e, 0x02, 0x4b, 0xb9, + 0x6a, 0xbf, 0x4b, 0xdc, 0x73, 0x25, 0x9f, 0x83, 0xb7, 0xfe, 0x35, 0x05, 0xef, 0x97, 0x34, 0x09, + 0xd4, 0x83, 0xd9, 0x63, 0x7e, 0x23, 0xae, 0x29, 0x7a, 0x7a, 0x37, 0x9e, 0x49, 0x7e, 0x35, 0x7e, + 0x7c, 0x47, 0xed, 0x24, 0x38, 0xfe, 0xf7, 0xd0, 0x1b, 0x98, 0x4b, 0x8a, 0x8c, 0xa2, 0xcf, 0xef, + 0x84, 0x2d, 0xb6, 0x92, 0xc6, 0x17, 0x6f, 0x0b, 0x1b, 0xed, 0x7d, 0x04, 0xab, 0x7b, 0x57, 0x34, + 0xb8, 0x3e, 0xcd, 0xfc, 0x83, 0x12, 0x6d, 0x4c, 0xd4, 0xdf, 0x41, 0x18, 0xe9, 0x61, 0xe3, 0x03, + 0xbb, 0x4d, 0x56, 0x35, 0x63, 0xe9, 0x8f, 0x00, 0xe3, 0x70, 0xa3, 0xbb, 0x31, 0x9a, 0x28, 0xce, + 0xc6, 0x4f, 0xde, 0x1a, 0x97, 0x12, 0xd8, 0xfd, 0xf4, 0xeb, 0x66, 0x8f, 0xe9, 0xab, 0xf8, 0xc2, + 0x80, 0xb6, 0x43, 0x16, 0x48, 0xa1, 0xc4, 0xa5, 0xde, 0x0e, 0x45, 0xb0, 0x2d, 0xa3, 0x60, 0x7b, + 0x64, 0x74, 0xdb, 0x19, 0xbd, 0x98, 0xb5, 0xfe, 0x3d, 0xfb, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xf4, 0x8c, 0xe0, 0xa7, 0x5b, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. From ef9e972358647063cb35e270918adeeaf6f21e98 Mon Sep 17 00:00:00 2001 From: piyushka Date: Mon, 26 Aug 2024 13:49:28 -0700 Subject: [PATCH 8/9] revert go.mod change --- go.mod | 6 ++---- go.sum | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index bb48525e..5fdc12e5 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/microsoft/moc -go 1.21 - -toolchain go1.22.2 +go 1.16 require ( github.com/golang-jwt/jwt v3.2.2+incompatible @@ -33,4 +31,4 @@ replace ( ) // Brought in by google.golang.org/grpc bump to 1.56.3, but uses CC-BY-SA-3.0 copyleft license -exclude github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19 +exclude github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19 \ No newline at end of file diff --git a/go.sum b/go.sum index ad34c57d..034fe7a7 100644 --- a/go.sum +++ b/go.sum @@ -1618,4 +1618,4 @@ modernc.org/token v1.0.1/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= \ No newline at end of file From 5e13451479210f4ad11b2b3986e454378ed3da67 Mon Sep 17 00:00:00 2001 From: piyushka Date: Mon, 26 Aug 2024 13:57:44 -0700 Subject: [PATCH 9/9] zzz --- go.mod | 2 +- go.sum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5fdc12e5..14f53e7b 100644 --- a/go.mod +++ b/go.mod @@ -31,4 +31,4 @@ replace ( ) // Brought in by google.golang.org/grpc bump to 1.56.3, but uses CC-BY-SA-3.0 copyleft license -exclude github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19 \ No newline at end of file +exclude github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19 diff --git a/go.sum b/go.sum index 034fe7a7..ad34c57d 100644 --- a/go.sum +++ b/go.sum @@ -1618,4 +1618,4 @@ modernc.org/token v1.0.1/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= \ No newline at end of file +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=