Merge pull request #281 from microsoft/user/sgolshani/security_encryption_type

Add SecurityEncryptionType
This commit is contained in:
shayan-msft 2024-08-21 08:21:35 -07:00 коммит произвёл GitHub
Родитель 449745f20a be6f764470
Коммит 302d8114d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
8 изменённых файлов: 504 добавлений и 357 удалений

2
go.mod
Просмотреть файл

@ -16,7 +16,7 @@ require (
require (
golang.org/x/net v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 // indirect
)
replace (

4
go.sum
Просмотреть файл

@ -1522,8 +1522,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-20240814211410-ddb44dafa142 h1:e7S5W7MGGLaSu8j3YjdezkZ+m1/Nm0uRVRMEMGk26Xs=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 h1:XQMA2e105XNlEZ8NRF0HqnUOZzP14sUSsgL09kpdNnU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
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=

Просмотреть файл

@ -197,10 +197,11 @@ func (m *SSHPublicKey) GetKeydata() string {
type Disk struct {
// reference to the virtual hard disk managed by storage
Diskname string `protobuf:"bytes,1,opt,name=diskname,proto3" json:"diskname,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
Diskname string `protobuf:"bytes,1,opt,name=diskname,proto3" json:"diskname,omitempty"`
ManagedDisk *common.VirtualMachineManagedDiskParameters `protobuf:"bytes,2,opt,name=managedDisk,proto3" json:"managedDisk,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Disk) Reset() { *m = Disk{} }
@ -235,6 +236,13 @@ func (m *Disk) GetDiskname() string {
return ""
}
func (m *Disk) GetManagedDisk() *common.VirtualMachineManagedDiskParameters {
if m != nil {
return m.ManagedDisk
}
return nil
}
type StorageConfiguration struct {
Osdisk *Disk `protobuf:"bytes,1,opt,name=osdisk,proto3" json:"osdisk,omitempty"`
Datadisks []*Disk `protobuf:"bytes,2,rep,name=datadisks,proto3" json:"datadisks,omitempty"`
@ -1429,121 +1437,122 @@ func init() {
}
var fileDescriptor_a65ab853cd24c92b = []byte{
// 1810 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,
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,
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,
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,
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,
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, 0x1f, 0x0a, 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,
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,
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, 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,
// 1837 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4d, 0x6f, 0xe3, 0xc6,
0x19, 0x8e, 0x64, 0xaf, 0x6c, 0xbd, 0xfe, 0x58, 0x7b, 0xd6, 0xf6, 0xb2, 0xae, 0xd7, 0x31, 0xb8,
0x41, 0xe0, 0x6c, 0x13, 0x29, 0x75, 0x36, 0xdb, 0xa0, 0x48, 0x11, 0xc8, 0x96, 0x76, 0xed, 0xc6,
0x96, 0xd5, 0x91, 0xbc, 0x0b, 0x18, 0x05, 0x36, 0x34, 0x39, 0x96, 0xa7, 0x16, 0x39, 0xcc, 0xcc,
0xd0, 0x8a, 0xda, 0x5e, 0xda, 0x53, 0x8b, 0x1e, 0xfa, 0x13, 0xfa, 0x27, 0xd2, 0xde, 0x7a, 0xe8,
0xbd, 0xbf, 0xa3, 0xd7, 0xfe, 0x84, 0x16, 0x33, 0xa4, 0xc4, 0x0f, 0x91, 0x86, 0x0d, 0x74, 0x0f,
0x3d, 0x49, 0x9c, 0xf7, 0x79, 0x9e, 0x79, 0xf9, 0xf2, 0xfd, 0x98, 0x81, 0xa7, 0x2e, 0xb3, 0xdf,
0xda, 0x03, 0x16, 0x38, 0x56, 0x9f, 0x78, 0xf2, 0xed, 0x0d, 0xe5, 0x32, 0xb0, 0x06, 0xae, 0x65,
0x5f, 0x51, 0x8f, 0xd4, 0x7c, 0xce, 0x24, 0x43, 0x1b, 0x2e, 0xb3, 0x6b, 0x31, 0xa8, 0x66, 0x33,
0xd7, 0x0f, 0x24, 0xd9, 0xdc, 0xee, 0x33, 0xd6, 0x1f, 0x90, 0xba, 0x46, 0x5d, 0x04, 0x97, 0xf5,
0x21, 0xb7, 0x7c, 0x9f, 0x70, 0x11, 0xf2, 0x36, 0x1f, 0x6b, 0x71, 0xe6, 0xba, 0xcc, 0x8b, 0x7e,
0x22, 0xc3, 0x76, 0xda, 0xa0, 0xc4, 0x92, 0x76, 0xf3, 0x2f, 0x25, 0x58, 0x7f, 0x1d, 0x7a, 0x72,
0x12, 0x7a, 0x82, 0xc9, 0xb7, 0x01, 0x11, 0x12, 0x75, 0xe0, 0x61, 0xda, 0x20, 0x8c, 0xd2, 0xce,
0xcc, 0xee, 0xc2, 0xde, 0x87, 0xb5, 0x7c, 0x27, 0x6b, 0x19, 0x9d, 0x2c, 0x1d, 0x3d, 0x87, 0xa5,
0x53, 0x9f, 0x70, 0x4b, 0x52, 0xe6, 0xf5, 0x46, 0x3e, 0x31, 0xca, 0x3b, 0xa5, 0xdd, 0xe5, 0xbd,
0x65, 0xad, 0x37, 0xb1, 0xe0, 0x34, 0xc8, 0xfc, 0xbe, 0x04, 0x1b, 0x59, 0x0f, 0x85, 0xcf, 0x3c,
0x41, 0xde, 0x81, 0x8b, 0x7b, 0x50, 0xc1, 0x44, 0x04, 0x03, 0xa9, 0x7d, 0x5b, 0xd8, 0xdb, 0xac,
0x85, 0x81, 0xaf, 0x8d, 0x03, 0x5f, 0xdb, 0x67, 0x6c, 0xf0, 0xda, 0x1a, 0x04, 0x04, 0x47, 0x48,
0xb4, 0x06, 0x0f, 0x5a, 0x9c, 0x33, 0x6e, 0xcc, 0xec, 0x94, 0x76, 0xab, 0x38, 0x7c, 0x30, 0x6b,
0xb0, 0xd8, 0xed, 0x1e, 0x76, 0x82, 0x8b, 0x01, 0xb5, 0xbf, 0x26, 0x23, 0xb4, 0x0d, 0x73, 0xd7,
0x64, 0xe4, 0x58, 0xd2, 0x32, 0x4a, 0x0a, 0xb7, 0x3f, 0xfb, 0x87, 0xbf, 0x1a, 0x25, 0x3c, 0x5e,
0x34, 0x3d, 0x98, 0x6d, 0x52, 0x71, 0x8d, 0x36, 0x61, 0xde, 0xa1, 0xe2, 0xda, 0xb3, 0x5c, 0x12,
0x02, 0xf1, 0xe4, 0x19, 0xfd, 0x1c, 0x16, 0x5c, 0xcb, 0xb3, 0xfa, 0xc4, 0x51, 0xd0, 0xc8, 0xc5,
0x5d, 0xfd, 0xae, 0xe9, 0x17, 0x39, 0x89, 0x51, 0x1d, 0x8b, 0x5b, 0x2e, 0x91, 0x84, 0x0b, 0x9c,
0x24, 0x9b, 0xff, 0x2a, 0xc1, 0x5a, 0x57, 0x32, 0x6e, 0xf5, 0xc9, 0x01, 0xf3, 0x2e, 0x69, 0x3f,
0x08, 0x63, 0x8e, 0x9e, 0x43, 0x85, 0x09, 0xb5, 0xa5, 0xde, 0x7e, 0x61, 0x6f, 0xab, 0x28, 0x96,
0x4a, 0x06, 0x47, 0x58, 0xf4, 0x53, 0xa8, 0xaa, 0xd7, 0x50, 0xff, 0x85, 0x51, 0xd6, 0x1f, 0xe1,
0x76, 0x62, 0x0c, 0x47, 0x1f, 0xc2, 0x32, 0x75, 0xad, 0x3e, 0xc1, 0xe4, 0x92, 0x70, 0xe2, 0xd9,
0x24, 0x8a, 0x64, 0x66, 0x15, 0x3d, 0x87, 0xf5, 0x1b, 0x37, 0x74, 0xf6, 0x80, 0x79, 0xd2, 0xa2,
0x1e, 0xe1, 0x6d, 0x15, 0xa7, 0x59, 0x0d, 0xcf, 0x37, 0x9a, 0x2f, 0x61, 0xa5, 0x4d, 0xe4, 0x90,
0xf1, 0xeb, 0x23, 0x4f, 0x12, 0x7e, 0x69, 0xd9, 0x04, 0xed, 0xc1, 0x9a, 0x97, 0x59, 0x6b, 0xc7,
0x01, 0xcf, 0xb5, 0x99, 0xdf, 0xc0, 0x5a, 0xa4, 0x93, 0x8e, 0xd7, 0x21, 0x00, 0x1d, 0x03, 0xc7,
0xf9, 0xb7, 0x5b, 0xf4, 0xea, 0x59, 0x4f, 0x70, 0x82, 0x6b, 0xfe, 0xbe, 0x04, 0xab, 0x67, 0x82,
0xf0, 0xb4, 0xfe, 0x0e, 0xcc, 0x07, 0x82, 0xf0, 0x38, 0x21, 0xa2, 0xcc, 0x99, 0xac, 0x2a, 0x84,
0x6f, 0x09, 0x31, 0x64, 0xdc, 0xd1, 0x39, 0x31, 0x41, 0x8c, 0x57, 0xd1, 0x47, 0xa1, 0x86, 0x54,
0x45, 0x37, 0xa3, 0x8b, 0x6e, 0x49, 0x7b, 0xa8, 0x76, 0x53, 0x45, 0x86, 0x27, 0x66, 0x15, 0x2e,
0xdc, 0xec, 0xa4, 0x5d, 0xd8, 0x06, 0x70, 0xa8, 0xb0, 0x2e, 0x06, 0x04, 0x37, 0x3b, 0xda, 0x89,
0x79, 0x9c, 0x58, 0x41, 0x08, 0x66, 0x7d, 0xc6, 0xc3, 0x9a, 0x59, 0xc2, 0xfa, 0xbf, 0x79, 0x0e,
0xe8, 0x98, 0x7a, 0xc1, 0x77, 0x69, 0xa5, 0x26, 0x3c, 0x89, 0x78, 0x9d, 0xc8, 0xb7, 0x46, 0x20,
0xaf, 0x88, 0x27, 0xa9, 0xad, 0x01, 0x91, 0xf8, 0xed, 0x20, 0xf3, 0x8f, 0x65, 0x58, 0x7b, 0x43,
0x3d, 0x87, 0x0d, 0x45, 0x5a, 0xfe, 0x05, 0x6c, 0x10, 0x4f, 0x11, 0x1b, 0x81, 0x64, 0xae, 0x25,
0xa9, 0x7d, 0xe6, 0x3b, 0x96, 0xd4, 0xdf, 0x45, 0xe9, 0x16, 0x58, 0x55, 0xd1, 0x49, 0xea, 0x92,
0x73, 0xe6, 0x85, 0x4d, 0xa9, 0x8a, 0x27, 0xcf, 0xa8, 0x37, 0x1d, 0x10, 0x1d, 0xc3, 0x5b, 0xbe,
0x72, 0x16, 0x8f, 0xa7, 0x43, 0xfa, 0x0a, 0xd0, 0x1b, 0xea, 0xe1, 0x93, 0xb4, 0xee, 0xac, 0xd6,
0x7d, 0xac, 0x75, 0xa7, 0xcd, 0x38, 0x87, 0x62, 0xfe, 0xf3, 0x01, 0x6c, 0x45, 0x0d, 0xd3, 0xeb,
0x77, 0x47, 0x42, 0x12, 0x37, 0xbd, 0x93, 0x09, 0x8b, 0x91, 0x5f, 0x3c, 0x91, 0xe3, 0xa9, 0x35,
0x74, 0x0a, 0x4b, 0x96, 0xe3, 0x52, 0x8f, 0x0a, 0xc9, 0x2d, 0xc9, 0x78, 0xd4, 0x5a, 0x3e, 0x2a,
0x7a, 0xc1, 0xa9, 0x2c, 0xc5, 0x69, 0x3e, 0xfa, 0x0a, 0x1e, 0xa8, 0x8c, 0x12, 0xc6, 0x8c, 0xae,
0x87, 0x7b, 0x08, 0x85, 0x3c, 0xf4, 0x01, 0x80, 0x1d, 0x08, 0xc9, 0xdc, 0xa6, 0xea, 0x98, 0xb3,
0x89, 0xac, 0x4e, 0xac, 0xa3, 0x26, 0x80, 0xaf, 0x3b, 0xec, 0x35, 0x19, 0x09, 0xe3, 0x81, 0xde,
0xeb, 0x83, 0xa2, 0xbd, 0x92, 0xed, 0x18, 0x27, 0x78, 0xe8, 0x53, 0xd5, 0xf1, 0x74, 0x6d, 0x54,
0x74, 0x6d, 0x18, 0xc9, 0x81, 0x34, 0x0e, 0xaa, 0x2e, 0x93, 0x08, 0x87, 0x7e, 0x01, 0xab, 0x4c,
0xec, 0x33, 0x26, 0xd5, 0xfb, 0xfa, 0x2d, 0xaf, 0x4f, 0x3d, 0x62, 0xcc, 0x69, 0xf2, 0xd3, 0x3c,
0x72, 0x06, 0x8a, 0xa7, 0xd9, 0xe8, 0x1c, 0xd0, 0x60, 0xaa, 0x5e, 0x8c, 0x79, 0xfd, 0x1d, 0x9e,
0x15, 0xbd, 0xd2, 0x74, 0x85, 0xe1, 0x1c, 0x15, 0xf4, 0x0d, 0xac, 0x0d, 0x73, 0xca, 0xc5, 0xa8,
0x6a, 0xf5, 0x8f, 0x8b, 0xd4, 0xf3, 0x4a, 0x0c, 0xe7, 0x2a, 0xa9, 0x74, 0xf6, 0x39, 0xfb, 0x6e,
0x94, 0xd6, 0x87, 0x44, 0x3a, 0x77, 0xa6, 0xcc, 0x38, 0x87, 0x62, 0x7e, 0x5f, 0x86, 0xf5, 0x43,
0x8b, 0x3b, 0x43, 0x8b, 0x67, 0xe6, 0xd2, 0x67, 0x50, 0x79, 0x7d, 0xd2, 0xa5, 0xbf, 0x0e, 0x33,
0x78, 0x79, 0xef, 0x87, 0x39, 0x73, 0x4f, 0x99, 0xc3, 0x0f, 0x15, 0x42, 0xd1, 0xcf, 0xc6, 0x69,
0xa4, 0x89, 0x61, 0x56, 0x3f, 0xc9, 0x21, 0x1e, 0x4c, 0x40, 0x38, 0x41, 0x40, 0x6f, 0x61, 0xd3,
0x19, 0x79, 0x96, 0x4b, 0xed, 0x13, 0xe2, 0x32, 0x3e, 0xca, 0xeb, 0x02, 0xef, 0x6b, 0xb9, 0x66,
0x21, 0x0c, 0xdf, 0x22, 0x81, 0x5e, 0x02, 0xba, 0x49, 0x39, 0xf2, 0xaa, 0x73, 0x26, 0x8c, 0x59,
0x9d, 0xc8, 0x1b, 0x39, 0x7e, 0xbe, 0xea, 0x9c, 0xe1, 0x1c, 0x86, 0xf9, 0x25, 0x2c, 0x9e, 0x91,
0x4b, 0xda, 0x25, 0x52, 0x25, 0x9d, 0x40, 0x1f, 0xc3, 0xaa, 0x20, 0x76, 0xc0, 0x89, 0x4a, 0xb3,
0x96, 0x6e, 0x7a, 0x4e, 0xd4, 0x03, 0xa7, 0x0d, 0xe6, 0xdf, 0x4a, 0xb0, 0xde, 0x55, 0xab, 0x54,
0x66, 0xfc, 0xdb, 0x82, 0x6a, 0xd8, 0x32, 0x7b, 0x9d, 0x93, 0x88, 0x1f, 0x2f, 0xa0, 0x43, 0x58,
0x0c, 0x12, 0xbb, 0x46, 0xf1, 0x2d, 0x2c, 0xc0, 0xa4, 0x87, 0x38, 0xc5, 0x44, 0x9f, 0xc3, 0xa2,
0x88, 0x1c, 0xe8, 0xc5, 0x43, 0x6a, 0x55, 0x2b, 0x75, 0x13, 0x06, 0x9c, 0x82, 0x99, 0xc7, 0x60,
0x34, 0x6e, 0x2c, 0x3a, 0xb0, 0x2e, 0xe8, 0x80, 0xca, 0x51, 0x97, 0xc8, 0xf8, 0xb4, 0xb0, 0x05,
0xd5, 0x3e, 0x67, 0x81, 0x9f, 0x68, 0x7a, 0xf1, 0x82, 0x1a, 0x59, 0x7a, 0xa2, 0x86, 0xdd, 0x5e,
0xff, 0x37, 0xff, 0x34, 0x0f, 0xcb, 0xe9, 0x70, 0x4f, 0x60, 0xa5, 0x18, 0x86, 0x96, 0xa1, 0x4c,
0xa3, 0x41, 0x8b, 0xcb, 0xd4, 0x41, 0x2f, 0x61, 0x4e, 0x84, 0x07, 0xa9, 0x28, 0x23, 0x0a, 0x0b,
0x2a, 0xef, 0xbc, 0x85, 0xc7, 0x64, 0xd4, 0x84, 0x32, 0x13, 0xd1, 0x08, 0x78, 0x5e, 0x24, 0x71,
0x5b, 0xab, 0xc7, 0x65, 0x26, 0x94, 0x37, 0xd1, 0xf1, 0xc5, 0x78, 0x70, 0xbb, 0x37, 0x79, 0xa7,
0x19, 0x3c, 0x26, 0xab, 0x91, 0xe8, 0x31, 0x27, 0x3c, 0x16, 0x55, 0xc2, 0x91, 0x38, 0x7e, 0x4e,
0x87, 0x76, 0x2e, 0x1b, 0xda, 0xa7, 0x50, 0x11, 0xd2, 0x92, 0x81, 0x88, 0xba, 0xd7, 0x42, 0xf8,
0x15, 0xf5, 0x12, 0x8e, 0x4c, 0x6a, 0x2a, 0x0d, 0x58, 0x38, 0xce, 0xb5, 0x4a, 0x35, 0x9c, 0x4a,
0xc9, 0x35, 0xf4, 0x05, 0x3c, 0x8e, 0xce, 0x01, 0x87, 0xb4, 0x7f, 0x95, 0xfc, 0xd0, 0xba, 0xb3,
0xcc, 0xe3, 0x22, 0x33, 0x7a, 0x01, 0x95, 0x1b, 0xdd, 0xb1, 0x8d, 0x05, 0x9d, 0x48, 0xdb, 0x85,
0xf7, 0x81, 0x93, 0xb0, 0x5d, 0x84, 0x68, 0x74, 0x04, 0xf3, 0x57, 0x51, 0xf3, 0x31, 0x16, 0xb5,
0xf3, 0x9f, 0x14, 0x31, 0x73, 0x9b, 0x14, 0x9e, 0xd0, 0x55, 0x05, 0x5a, 0x83, 0x01, 0x1b, 0x12,
0xe7, 0x74, 0xa8, 0x8e, 0xa2, 0xcc, 0x21, 0xc2, 0x58, 0xda, 0x99, 0xd9, 0xad, 0xe2, 0x69, 0x03,
0xaa, 0x03, 0xf8, 0x6c, 0x48, 0xb8, 0x8a, 0x12, 0x31, 0x96, 0xb5, 0xd3, 0x0f, 0xc3, 0xbe, 0x39,
0x59, 0xc6, 0x09, 0x88, 0xf2, 0x74, 0x5c, 0x09, 0xc6, 0xc3, 0xdb, 0x3d, 0xcd, 0xad, 0x6c, 0x3c,
0xa1, 0xa3, 0x27, 0x30, 0x2b, 0xad, 0xbe, 0x30, 0x56, 0xb4, 0x4c, 0x55, 0xcb, 0xf4, 0xac, 0xbe,
0xc0, 0x7a, 0x19, 0x7d, 0x09, 0xd0, 0x57, 0x17, 0xc2, 0x86, 0x12, 0x35, 0x56, 0x13, 0x77, 0x82,
0x57, 0x93, 0xe5, 0xb4, 0x74, 0x02, 0x8f, 0x7e, 0x09, 0x1b, 0xf1, 0xd3, 0x91, 0x27, 0xa4, 0xe5,
0xd9, 0xe4, 0x35, 0x25, 0x43, 0x03, 0x25, 0x9a, 0x45, 0xba, 0xea, 0xa6, 0xb0, 0xb8, 0x40, 0x03,
0x9d, 0xc3, 0x43, 0x2b, 0x5d, 0xff, 0xc6, 0x23, 0x2d, 0xfb, 0x69, 0x51, 0x30, 0x8a, 0xda, 0x05,
0xce, 0x0a, 0x99, 0x7f, 0x2e, 0xc3, 0x76, 0xda, 0xaf, 0xf8, 0x8a, 0xfa, 0xce, 0xae, 0xc8, 0x6f,
0x60, 0xe3, 0x74, 0xbf, 0x7b, 0x7a, 0xdc, 0xea, 0xb5, 0xde, 0xe6, 0xdd, 0x95, 0xb7, 0x72, 0xc2,
0x35, 0xc1, 0xed, 0x97, 0x8d, 0x12, 0x5e, 0x1f, 0xf3, 0x53, 0x74, 0xb4, 0x9f, 0xbd, 0x7b, 0xcf,
0x24, 0xf4, 0x3a, 0x9c, 0xdd, 0x50, 0x87, 0xf0, 0x86, 0x6d, 0x13, 0x21, 0x0a, 0x6f, 0xe2, 0x7f,
0x2f, 0xc1, 0xfb, 0x85, 0x11, 0xf9, 0x3f, 0xb8, 0x92, 0xff, 0xbb, 0x9c, 0xf5, 0x1f, 0x07, 0xde,
0x01, 0x73, 0x5d, 0xcb, 0x73, 0xc6, 0x9f, 0xb4, 0x9d, 0x1d, 0x01, 0xd1, 0x2d, 0xf8, 0xae, 0xee,
0x67, 0x07, 0x48, 0x03, 0x2a, 0x5d, 0x16, 0x70, 0x9b, 0xa4, 0x8e, 0xd4, 0x45, 0x5e, 0x74, 0x6d,
0x4e, 0x7d, 0x19, 0x12, 0x70, 0x44, 0x44, 0x14, 0x7e, 0x10, 0x23, 0x8e, 0x3c, 0x3f, 0x90, 0xf1,
0x9d, 0x3e, 0x3a, 0x5f, 0xff, 0xe8, 0x56, 0xd5, 0x34, 0x07, 0x17, 0xab, 0x21, 0x13, 0xaa, 0x38,
0xf0, 0x1a, 0x42, 0x1d, 0xcb, 0x53, 0x87, 0xee, 0x78, 0x19, 0x3d, 0x83, 0x25, 0xfd, 0x30, 0xbe,
0x9b, 0xe9, 0x31, 0x33, 0xc6, 0xa5, 0x4d, 0xe6, 0x3f, 0x4a, 0xb0, 0x53, 0x1c, 0xf1, 0x28, 0x65,
0xfe, 0xd7, 0x21, 0x3f, 0x81, 0xc5, 0x54, 0xa3, 0xb9, 0x4b, 0xe0, 0x53, 0xdd, 0x26, 0x45, 0x37,
0xbf, 0x85, 0x27, 0x69, 0x56, 0x87, 0x13, 0xfb, 0x8a, 0xd8, 0xd7, 0xef, 0xac, 0x0b, 0x98, 0xbf,
0xca, 0x76, 0x9e, 0x78, 0xcb, 0x28, 0x66, 0x71, 0x51, 0x94, 0xee, 0x5f, 0x14, 0xe5, 0x44, 0x51,
0x3c, 0xfb, 0x4a, 0x1d, 0xab, 0x75, 0x8b, 0x00, 0xa8, 0xf4, 0x5a, 0xed, 0x46, 0xbb, 0xb7, 0xf2,
0x1e, 0x5a, 0x81, 0xc5, 0xe3, 0xd3, 0x46, 0x73, 0xbf, 0x71, 0xdc, 0x68, 0x1f, 0xb4, 0xf0, 0x4a,
0x09, 0x3d, 0x86, 0x47, 0xdd, 0x5e, 0xe3, 0xe0, 0xeb, 0x56, 0xf3, 0xe0, 0xb4, 0xdd, 0xc3, 0xa7,
0xc7, 0x9d, 0xe3, 0x46, 0xbb, 0xb5, 0x52, 0xde, 0xfb, 0xcf, 0x0c, 0x3c, 0xca, 0xe9, 0xdf, 0x88,
0x42, 0xe5, 0xc8, 0xbb, 0x61, 0xd7, 0x04, 0x7d, 0x72, 0xc7, 0x38, 0x84, 0xf1, 0xdc, 0xac, 0xdd,
0x15, 0x1e, 0xc6, 0xc2, 0x7c, 0x0f, 0xfd, 0x06, 0xe6, 0xc7, 0x11, 0x42, 0x9f, 0xdf, 0x8d, 0x9d,
0xf9, 0x88, 0x9b, 0x2f, 0xee, 0x4b, 0x9b, 0x6c, 0xfe, 0x5b, 0x98, 0x0b, 0xdb, 0x20, 0x41, 0x77,
0x14, 0xc9, 0xce, 0x91, 0xcd, 0x9f, 0xdc, 0x9b, 0x37, 0xd9, 0xfd, 0x77, 0x25, 0x80, 0x38, 0x8d,
0xd1, 0x1d, 0x95, 0xa6, 0xfa, 0xde, 0xe6, 0x17, 0xf7, 0x27, 0x8e, 0x7d, 0xd8, 0xff, 0xf1, 0x79,
0xbd, 0x4f, 0xe5, 0x55, 0x70, 0xa1, 0x48, 0x75, 0x97, 0xda, 0x9c, 0x09, 0x76, 0x29, 0xeb, 0x2e,
0xb3, 0xeb, 0xdc, 0xb7, 0xeb, 0xb1, 0x6a, 0x3d, 0x52, 0xbd, 0xa8, 0xe8, 0x3c, 0xfd, 0xec, 0xbf,
0x01, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xce, 0x72, 0x83, 0x15, 0x17, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

Просмотреть файл

@ -33,6 +33,7 @@ message SSHPublicKey {
message Disk {
// reference to the virtual hard disk managed by storage
string diskname = 1;
VirtualMachineManagedDiskParameters managedDisk = 2;
}
message StorageConfiguration {

Просмотреть файл

@ -589,6 +589,31 @@ func (SecurityType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_7d1a061f6c82445b, []int{12}
}
type SecurityEncryptionTypes int32
const (
SecurityEncryptionTypes_SecurityEncryptionNone SecurityEncryptionTypes = 0
SecurityEncryptionTypes_NonPersistedTPM SecurityEncryptionTypes = 1
)
var SecurityEncryptionTypes_name = map[int32]string{
0: "SecurityEncryptionNone",
1: "NonPersistedTPM",
}
var SecurityEncryptionTypes_value = map[string]int32{
"SecurityEncryptionNone": 0,
"NonPersistedTPM": 1,
}
func (x SecurityEncryptionTypes) String() string {
return proto.EnumName(SecurityEncryptionTypes_name, int32(x))
}
func (SecurityEncryptionTypes) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_7d1a061f6c82445b, []int{13}
}
type InstanceViewStatus_StatusLevelType int32
const (
@ -1235,6 +1260,84 @@ func (m *GuestAgentConfiguration) GetEnabled() bool {
return false
}
type VMDiskSecurityProfile struct {
SecurityEncryptionType SecurityEncryptionTypes `protobuf:"varint,1,opt,name=securityEncryptionType,proto3,enum=moc.SecurityEncryptionTypes" json:"securityEncryptionType,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *VMDiskSecurityProfile) Reset() { *m = VMDiskSecurityProfile{} }
func (m *VMDiskSecurityProfile) String() string { return proto.CompactTextString(m) }
func (*VMDiskSecurityProfile) ProtoMessage() {}
func (*VMDiskSecurityProfile) Descriptor() ([]byte, []int) {
return fileDescriptor_7d1a061f6c82445b, []int{12}
}
func (m *VMDiskSecurityProfile) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_VMDiskSecurityProfile.Unmarshal(m, b)
}
func (m *VMDiskSecurityProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_VMDiskSecurityProfile.Marshal(b, m, deterministic)
}
func (m *VMDiskSecurityProfile) XXX_Merge(src proto.Message) {
xxx_messageInfo_VMDiskSecurityProfile.Merge(m, src)
}
func (m *VMDiskSecurityProfile) XXX_Size() int {
return xxx_messageInfo_VMDiskSecurityProfile.Size(m)
}
func (m *VMDiskSecurityProfile) XXX_DiscardUnknown() {
xxx_messageInfo_VMDiskSecurityProfile.DiscardUnknown(m)
}
var xxx_messageInfo_VMDiskSecurityProfile proto.InternalMessageInfo
func (m *VMDiskSecurityProfile) GetSecurityEncryptionType() SecurityEncryptionTypes {
if m != nil {
return m.SecurityEncryptionType
}
return SecurityEncryptionTypes_SecurityEncryptionNone
}
type VirtualMachineManagedDiskParameters struct {
SecurityProfile *VMDiskSecurityProfile `protobuf:"bytes,1,opt,name=securityProfile,proto3" json:"securityProfile,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *VirtualMachineManagedDiskParameters) Reset() { *m = VirtualMachineManagedDiskParameters{} }
func (m *VirtualMachineManagedDiskParameters) String() string { return proto.CompactTextString(m) }
func (*VirtualMachineManagedDiskParameters) ProtoMessage() {}
func (*VirtualMachineManagedDiskParameters) Descriptor() ([]byte, []int) {
return fileDescriptor_7d1a061f6c82445b, []int{13}
}
func (m *VirtualMachineManagedDiskParameters) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_VirtualMachineManagedDiskParameters.Unmarshal(m, b)
}
func (m *VirtualMachineManagedDiskParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_VirtualMachineManagedDiskParameters.Marshal(b, m, deterministic)
}
func (m *VirtualMachineManagedDiskParameters) XXX_Merge(src proto.Message) {
xxx_messageInfo_VirtualMachineManagedDiskParameters.Merge(m, src)
}
func (m *VirtualMachineManagedDiskParameters) XXX_Size() int {
return xxx_messageInfo_VirtualMachineManagedDiskParameters.Size(m)
}
func (m *VirtualMachineManagedDiskParameters) XXX_DiscardUnknown() {
xxx_messageInfo_VirtualMachineManagedDiskParameters.DiscardUnknown(m)
}
var xxx_messageInfo_VirtualMachineManagedDiskParameters proto.InternalMessageInfo
func (m *VirtualMachineManagedDiskParameters) GetSecurityProfile() *VMDiskSecurityProfile {
if m != nil {
return m.SecurityProfile
}
return nil
}
type ProxyConfiguration struct {
HttpProxy string `protobuf:"bytes,1,opt,name=httpProxy,proto3" json:"httpProxy,omitempty"`
HttpsProxy string `protobuf:"bytes,2,opt,name=httpsProxy,proto3" json:"httpsProxy,omitempty"`
@ -1249,7 +1352,7 @@ func (m *ProxyConfiguration) Reset() { *m = ProxyConfiguration{} }
func (m *ProxyConfiguration) String() string { return proto.CompactTextString(m) }
func (*ProxyConfiguration) ProtoMessage() {}
func (*ProxyConfiguration) Descriptor() ([]byte, []int) {
return fileDescriptor_7d1a061f6c82445b, []int{12}
return fileDescriptor_7d1a061f6c82445b, []int{14}
}
func (m *ProxyConfiguration) XXX_Unmarshal(b []byte) error {
@ -1330,6 +1433,7 @@ func init() {
proto.RegisterEnum("moc.ConfidentialVMHardwareType", ConfidentialVMHardwareType_name, ConfidentialVMHardwareType_value)
proto.RegisterEnum("moc.Architecture", Architecture_name, Architecture_value)
proto.RegisterEnum("moc.SecurityType", SecurityType_name, SecurityType_value)
proto.RegisterEnum("moc.SecurityEncryptionTypes", SecurityEncryptionTypes_name, SecurityEncryptionTypes_value)
proto.RegisterEnum("moc.InstanceViewStatus_StatusLevelType", InstanceViewStatus_StatusLevelType_name, InstanceViewStatus_StatusLevelType_value)
proto.RegisterType((*WinRMListener)(nil), "moc.WinRMListener")
proto.RegisterType((*WinRMConfiguration)(nil), "moc.WinRMConfiguration")
@ -1343,6 +1447,8 @@ func init() {
proto.RegisterType((*InstanceViewStatus)(nil), "moc.InstanceViewStatus")
proto.RegisterType((*VirtualMachineAgentInstanceView)(nil), "moc.VirtualMachineAgentInstanceView")
proto.RegisterType((*GuestAgentConfiguration)(nil), "moc.GuestAgentConfiguration")
proto.RegisterType((*VMDiskSecurityProfile)(nil), "moc.VMDiskSecurityProfile")
proto.RegisterType((*VirtualMachineManagedDiskParameters)(nil), "moc.VirtualMachineManagedDiskParameters")
proto.RegisterType((*ProxyConfiguration)(nil), "moc.ProxyConfiguration")
proto.RegisterExtension(E_Sensitivecompute)
proto.RegisterExtension(E_Sensitivejson)
@ -1351,125 +1457,132 @@ func init() {
func init() { proto.RegisterFile("moc_common_computecommon.proto", fileDescriptor_7d1a061f6c82445b) }
var fileDescriptor_7d1a061f6c82445b = []byte{
// 1915 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x98, 0x4d, 0x73, 0xdb, 0xc6,
0x19, 0x80, 0x0d, 0x7e, 0x48, 0xd4, 0x6b, 0x49, 0x5e, 0xad, 0x1d, 0x99, 0x51, 0x1d, 0x5b, 0x65,
0x1c, 0x47, 0x65, 0x12, 0x8a, 0x5f, 0xe6, 0xb0, 0x99, 0xe9, 0x4c, 0x21, 0x12, 0x92, 0x68, 0x89,
0x20, 0x07, 0x20, 0xa9, 0xb4, 0x17, 0x16, 0x02, 0x97, 0x14, 0x1a, 0xe2, 0x63, 0x80, 0x85, 0x2c,
0xe5, 0xd0, 0xe9, 0x29, 0xd3, 0x63, 0x8f, 0x3d, 0xf4, 0xd0, 0x3f, 0xd1, 0xc9, 0x2f, 0xe8, 0x1f,
0x68, 0x7f, 0x4f, 0x67, 0x3a, 0xbb, 0x0b, 0x52, 0x04, 0x24, 0x35, 0x27, 0xee, 0x3e, 0xef, 0x27,
0xde, 0x7d, 0xb1, 0xbb, 0x04, 0xbc, 0xb6, 0x5d, 0x73, 0x6c, 0xba, 0xb6, 0xed, 0x3a, 0xec, 0xc7,
0x0b, 0x29, 0x11, 0xb3, 0x92, 0xe7, 0xbb, 0xd4, 0xc5, 0x69, 0xdb, 0x35, 0xf7, 0xf6, 0x67, 0xae,
0x3b, 0x9b, 0x93, 0x43, 0x8e, 0x2e, 0xc3, 0xe9, 0xe1, 0x84, 0x04, 0xa6, 0x6f, 0x79, 0xd4, 0xf5,
0x85, 0x5a, 0xa1, 0x05, 0x5b, 0x17, 0x96, 0xa3, 0x75, 0xcf, 0xad, 0x80, 0x12, 0x87, 0xf8, 0xb8,
0x0a, 0xb9, 0x3e, 0x93, 0x98, 0xee, 0x3c, 0x2f, 0xed, 0x4b, 0x07, 0xdb, 0xd5, 0xdd, 0x92, 0xed,
0x9a, 0x25, 0xae, 0xb5, 0x90, 0x0c, 0x6e, 0x3d, 0xa2, 0x2d, 0xf5, 0x0a, 0xc7, 0x80, 0xb9, 0xb8,
0xe5, 0x3a, 0x53, 0x6b, 0x16, 0xfa, 0x06, 0xb5, 0x5c, 0x07, 0x97, 0x61, 0x63, 0xe1, 0x35, 0xc8,
0x4b, 0xfb, 0xe9, 0x83, 0xa7, 0x55, 0x7c, 0xe7, 0x6a, 0x21, 0xd2, 0xee, 0x94, 0x0a, 0x3f, 0x4a,
0xb0, 0x33, 0xb2, 0x7c, 0x1a, 0x1a, 0xf3, 0xae, 0x61, 0x5e, 0x59, 0x0e, 0x39, 0xe9, 0x0f, 0x71,
0x0d, 0xc0, 0x08, 0x02, 0x6b, 0xe6, 0xd8, 0xc4, 0xa1, 0x51, 0x4e, 0xcf, 0xb9, 0x23, 0x79, 0x89,
0x79, 0x42, 0x2b, 0x6a, 0xf8, 0x00, 0x9e, 0x79, 0x86, 0x4f, 0x2d, 0x96, 0x89, 0x6e, 0xfd, 0x40,
0xba, 0x47, 0xf9, 0xd4, 0xbe, 0x74, 0x90, 0xd1, 0x92, 0x18, 0x63, 0xc8, 0x38, 0x86, 0x4d, 0xf2,
0xe9, 0x7d, 0xe9, 0x60, 0x43, 0xe3, 0xe3, 0x02, 0x85, 0x7c, 0x3c, 0x8f, 0x56, 0x18, 0x50, 0xd7,
0x66, 0x16, 0x78, 0x0f, 0x72, 0xa6, 0x17, 0xb6, 0xdc, 0x30, 0x4a, 0x26, 0xab, 0x2d, 0xe7, 0x4c,
0x66, 0x13, 0xdb, 0xf5, 0x6f, 0xa3, 0x70, 0x59, 0x6d, 0x39, 0x67, 0xb2, 0xd9, 0xc2, 0x2e, 0x2d,
0x64, 0x8b, 0xf9, 0x87, 0x4c, 0x2e, 0x83, 0xb2, 0x85, 0x7f, 0x48, 0xb0, 0xd7, 0xbe, 0x75, 0x0c,
0xdb, 0x32, 0xbb, 0xdc, 0x2a, 0x5e, 0xcf, 0x03, 0x78, 0x66, 0x1b, 0x37, 0x96, 0x1d, 0xda, 0xdd,
0x45, 0x0c, 0x49, 0x3c, 0x52, 0x02, 0x73, 0x4d, 0xcb, 0x89, 0x69, 0x46, 0x0f, 0x9f, 0xc0, 0xb8,
0x04, 0x98, 0x1a, 0xfe, 0x8c, 0x50, 0x41, 0x8e, 0xc2, 0xe9, 0x94, 0xf8, 0x3c, 0xbd, 0x2d, 0xed,
0x01, 0x49, 0xe1, 0x3b, 0x78, 0x17, 0x2f, 0x8c, 0x16, 0x3a, 0x2d, 0xd7, 0xb6, 0x0d, 0x67, 0xd2,
0x71, 0xbc, 0x90, 0xf6, 0x0d, 0xdf, 0xb0, 0x09, 0x25, 0x3e, 0x2b, 0xab, 0xca, 0xca, 0x2a, 0x89,
0xb2, 0xb2, 0x31, 0xde, 0x83, 0xec, 0xc8, 0x98, 0x87, 0x84, 0x67, 0xb3, 0x71, 0x94, 0xf9, 0xdb,
0x3f, 0xf3, 0x92, 0x26, 0x50, 0xe1, 0xcf, 0x12, 0xbc, 0x7d, 0xcc, 0xb5, 0xce, 0x7b, 0x56, 0x77,
0x43, 0xdf, 0x24, 0xf8, 0x15, 0xac, 0x89, 0xb9, 0x70, 0x7d, 0x94, 0xf9, 0x2b, 0xf3, 0x12, 0x31,
0xfc, 0x0a, 0x36, 0xc4, 0x68, 0xa8, 0x75, 0x44, 0x18, 0xed, 0x0e, 0x30, 0xe9, 0x22, 0xdb, 0x76,
0xb4, 0xe0, 0x77, 0xa0, 0xf0, 0xaf, 0xff, 0x93, 0x42, 0xc7, 0x09, 0xa8, 0xe1, 0x98, 0x64, 0x64,
0x91, 0x8f, 0x58, 0x87, 0x6d, 0xe5, 0x86, 0x98, 0x21, 0xef, 0x22, 0x6a, 0x50, 0x12, 0x75, 0xe5,
0x57, 0xbc, 0x2b, 0x1f, 0x73, 0x11, 0x37, 0xd1, 0x12, 0x2e, 0x58, 0x7f, 0x28, 0x37, 0x16, 0x6d,
0xb9, 0x13, 0xb2, 0xe8, 0x9d, 0xc5, 0x1c, 0xef, 0xc2, 0x5a, 0x2f, 0xa4, 0x5e, 0x48, 0xa3, 0xa4,
0xa3, 0x19, 0x7e, 0x01, 0x59, 0xc5, 0xf7, 0x5d, 0x3f, 0x9f, 0xe1, 0x58, 0x4c, 0x0a, 0x3f, 0x49,
0xb0, 0x97, 0x68, 0x5f, 0xc3, 0x33, 0x2e, 0xad, 0xb9, 0x45, 0x2d, 0x12, 0xe0, 0xaf, 0x61, 0xa7,
0x13, 0xb8, 0x73, 0x83, 0x92, 0xc9, 0xc8, 0xe6, 0x92, 0xb9, 0x78, 0x80, 0x9c, 0x76, 0x5f, 0x80,
0xbf, 0x87, 0x7d, 0xde, 0x86, 0x13, 0xe2, 0x50, 0xcb, 0x98, 0x8f, 0xba, 0xa7, 0x86, 0x3f, 0xf9,
0x68, 0xf8, 0x77, 0x3e, 0x6f, 0x79, 0xba, 0xdb, 0xd5, 0x37, 0xfc, 0xe9, 0x1f, 0x56, 0xe6, 0xef,
0xe7, 0xcf, 0x3a, 0x2a, 0xfc, 0x57, 0x02, 0xbc, 0x5a, 0x69, 0x56, 0x99, 0x30, 0x60, 0xbd, 0x64,
0xb2, 0xb2, 0x44, 0xbd, 0xc4, 0xc6, 0xf8, 0x37, 0x90, 0x9d, 0x93, 0x6b, 0x32, 0x8f, 0x82, 0x7f,
0xc9, 0x83, 0xdf, 0xb7, 0x2d, 0x89, 0x9f, 0x73, 0xa6, 0xca, 0x93, 0x10, 0x56, 0xf8, 0x2d, 0x6c,
0x4d, 0xac, 0xc0, 0x9b, 0x1b, 0xb7, 0x42, 0x21, 0x2a, 0x6c, 0x1c, 0xe2, 0x3c, 0xac, 0xdb, 0x24,
0x08, 0x8c, 0x19, 0x89, 0x2a, 0xbc, 0x98, 0xb2, 0x94, 0xa8, 0x65, 0x93, 0x7c, 0x56, 0xa4, 0xc4,
0xc6, 0x85, 0xdf, 0xc2, 0xb3, 0x44, 0x34, 0xfc, 0x14, 0xd6, 0x87, 0xce, 0xf7, 0x8e, 0xfb, 0xd1,
0x41, 0x4f, 0x70, 0x0e, 0x32, 0x1d, 0x67, 0xea, 0x22, 0x89, 0xe1, 0x0b, 0xc3, 0x77, 0x2c, 0x67,
0x86, 0x52, 0x78, 0x23, 0x5a, 0x44, 0x94, 0x2e, 0xfc, 0x09, 0xde, 0xc4, 0x17, 0x4e, 0x9e, 0x11,
0x87, 0xc6, 0x7a, 0xef, 0x1d, 0x6c, 0x5f, 0xdb, 0x1c, 0x8f, 0x88, 0x1f, 0x58, 0xae, 0x13, 0x55,
0x25, 0x41, 0x71, 0x0d, 0x72, 0x01, 0x4f, 0x86, 0x04, 0xf9, 0x14, 0xdf, 0x7c, 0x5f, 0x3e, 0x52,
0x22, 0x6d, 0xa9, 0x58, 0xa8, 0xc1, 0xcb, 0x93, 0x90, 0x04, 0x94, 0x7b, 0x8a, 0xef, 0x3e, 0x79,
0x58, 0x27, 0x0e, 0xeb, 0x88, 0x49, 0xd4, 0x2b, 0x8b, 0x69, 0xe1, 0xef, 0x12, 0xe0, 0xbe, 0xef,
0xde, 0x24, 0xb6, 0xab, 0x02, 0x6c, 0x5c, 0x51, 0xea, 0x71, 0x49, 0xec, 0x55, 0xbd, 0xc3, 0xf8,
0x2d, 0x00, 0x9b, 0x04, 0x42, 0x29, 0xb5, 0xa2, 0xb4, 0xc2, 0x59, 0x68, 0xc7, 0x15, 0x2a, 0xe9,
0xfd, 0x34, 0x5b, 0x85, 0x68, 0xca, 0x62, 0x50, 0x3f, 0x0c, 0x28, 0x99, 0xb4, 0x0c, 0xb1, 0x42,
0x8b, 0x18, 0x4b, 0x5c, 0x7c, 0x0d, 0xb9, 0x61, 0x40, 0x7c, 0xbe, 0x1c, 0x39, 0xc8, 0x68, 0xbd,
0xde, 0x40, 0xac, 0xc5, 0x50, 0x57, 0x34, 0x24, 0x15, 0x7f, 0x07, 0x5b, 0x7d, 0xdf, 0x35, 0x49,
0x10, 0xb8, 0x4b, 0x25, 0xd5, 0x75, 0x08, 0x7a, 0xc2, 0x56, 0xa6, 0xe3, 0x50, 0x32, 0x17, 0x2b,
0xc6, 0x87, 0x8d, 0x3a, 0x4a, 0xe1, 0x75, 0x48, 0xcb, 0xdd, 0x36, 0x4a, 0x33, 0x05, 0xb9, 0xdb,
0x6e, 0xd4, 0x51, 0x86, 0x33, 0xad, 0x8b, 0xb2, 0x9c, 0x69, 0xdd, 0x46, 0x1d, 0xad, 0x15, 0x3f,
0xc0, 0xeb, 0x9e, 0x47, 0x58, 0x3d, 0x9c, 0x99, 0x7e, 0x1b, 0x50, 0x62, 0x1f, 0xb9, 0x2e, 0x0d,
0xa8, 0x6f, 0x78, 0x8a, 0x33, 0xb3, 0x1c, 0x82, 0xb7, 0x01, 0x5a, 0xe7, 0xbd, 0x61, 0x7b, 0xdc,
0x51, 0x3b, 0x2c, 0xad, 0x3c, 0xbc, 0xb8, 0xe8, 0xa8, 0xed, 0xde, 0x85, 0x3e, 0x96, 0x55, 0xfd,
0x42, 0xd1, 0xc6, 0xc7, 0x9d, 0x73, 0x45, 0x47, 0x52, 0xf1, 0x1b, 0x78, 0x9e, 0xf0, 0xb5, 0x68,
0xb0, 0xc8, 0x40, 0xe4, 0x7b, 0xde, 0x51, 0x87, 0xdf, 0x21, 0xa9, 0xf8, 0x17, 0x80, 0xdd, 0x78,
0x2b, 0xb1, 0xc3, 0x6b, 0x61, 0xd2, 0x26, 0x53, 0x23, 0x9c, 0x53, 0xf4, 0x04, 0x63, 0xd8, 0xd6,
0xa9, 0xe1, 0x4c, 0x0c, 0x7f, 0x32, 0x96, 0xab, 0xe3, 0xeb, 0x2a, 0x4a, 0xc5, 0x59, 0x9d, 0xb1,
0x34, 0x7e, 0xce, 0x7b, 0x5b, 0xb0, 0x76, 0x35, 0x18, 0x5f, 0xd7, 0x50, 0x26, 0x0e, 0xeb, 0x1c,
0x66, 0xe3, 0xb0, 0xc9, 0xe1, 0x1a, 0x7e, 0x01, 0xe8, 0x0e, 0x56, 0x1a, 0x9c, 0xae, 0xc7, 0x69,
0x4d, 0x78, 0xcd, 0xc5, 0x1d, 0xe8, 0x3c, 0xa7, 0x8d, 0x04, 0xac, 0x31, 0x08, 0x09, 0xc8, 0x33,
0x7d, 0x9a, 0x80, 0xef, 0x19, 0xdc, 0x8c, 0x47, 0xd2, 0x2b, 0xdc, 0x7e, 0x2b, 0xa6, 0x7a, 0xd6,
0xd4, 0xc7, 0xd7, 0x15, 0xb4, 0x1d, 0x53, 0x3d, 0x6b, 0xb2, 0xf8, 0x15, 0xf4, 0x2c, 0x49, 0x6b,
0x8c, 0xa2, 0x24, 0xad, 0x33, 0xba, 0x83, 0x11, 0x6c, 0x2e, 0xa9, 0x7a, 0xd6, 0x40, 0x18, 0xef,
0xc0, 0xd6, 0x0a, 0xa9, 0x54, 0xd1, 0xf3, 0xb8, 0xd2, 0xa8, 0x81, 0x5e, 0xc4, 0x95, 0x46, 0x95,
0x2a, 0xfa, 0x24, 0xe9, 0xff, 0x3d, 0xf3, 0xbf, 0x8b, 0x5f, 0xc2, 0xf3, 0x44, 0x81, 0xc6, 0xa7,
0x7d, 0x15, 0xbd, 0x4c, 0x08, 0x6a, 0x0b, 0x41, 0x3e, 0x21, 0xa8, 0x2f, 0x04, 0x9f, 0xc6, 0x02,
0x1c, 0x57, 0x03, 0x4e, 0xf7, 0xe2, 0xb4, 0x2e, 0xe8, 0x2f, 0xe2, 0xb4, 0x29, 0xe8, 0x2b, 0xfc,
0x09, 0xec, 0xdc, 0x51, 0xb6, 0xb2, 0x0c, 0x7f, 0x16, 0x2b, 0xad, 0xda, 0xaa, 0x8f, 0xe5, 0x2a,
0x7a, 0x9d, 0x80, 0x4d, 0x06, 0xdf, 0xc4, 0xdc, 0xaa, 0xad, 0x4a, 0x83, 0xd1, 0xfd, 0x04, 0xad,
0x55, 0x19, 0xfd, 0x65, 0x82, 0xd6, 0xc7, 0x72, 0xad, 0x8c, 0x0a, 0x09, 0xda, 0xe4, 0xf4, 0xf3,
0x58, 0x62, 0xc2, 0x6f, 0xad, 0x8c, 0xde, 0x26, 0x30, 0x73, 0x5c, 0x2b, 0xa3, 0x2f, 0xd8, 0x8b,
0x17, 0xf7, 0x5c, 0x29, 0x97, 0xc7, 0xf5, 0x32, 0x7a, 0x97, 0x90, 0x34, 0x97, 0x92, 0x2f, 0xf1,
0xa7, 0xf0, 0x49, 0x22, 0x42, 0x24, 0x3a, 0x48, 0x88, 0x58, 0x94, 0x48, 0xf4, 0xab, 0x87, 0x23,
0x35, 0xcb, 0xa8, 0xf8, 0x70, 0xa4, 0x66, 0x19, 0x7d, 0xf5, 0x48, 0xa4, 0x66, 0x19, 0x7d, 0xfd,
0x48, 0xa4, 0x66, 0x19, 0x7d, 0x73, 0xbf, 0x5a, 0x95, 0x06, 0x2a, 0xdd, 0xaf, 0x56, 0xa5, 0x81,
0x0e, 0x1f, 0xa8, 0x56, 0xa5, 0x81, 0xca, 0x0f, 0x54, 0xab, 0xd2, 0x40, 0x15, 0xbc, 0x0b, 0x78,
0x05, 0x57, 0xeb, 0xe3, 0xd3, 0x4a, 0xb9, 0x8c, 0xaa, 0x09, 0x5e, 0x6f, 0x0a, 0x5e, 0x4b, 0xf0,
0x66, 0x59, 0xf0, 0x7a, 0x82, 0xff, 0xba, 0x21, 0xf8, 0x7b, 0xbc, 0x05, 0x1b, 0xe2, 0xc6, 0xcd,
0x96, 0x7d, 0xbc, 0x32, 0x55, 0xcf, 0xd0, 0x1f, 0xd8, 0xab, 0x13, 0x4d, 0x4f, 0xbc, 0xd0, 0xbb,
0x46, 0x06, 0x06, 0x58, 0x13, 0x04, 0x5d, 0xe2, 0x67, 0xf0, 0x74, 0xe8, 0x04, 0xa1, 0xe7, 0xb9,
0x3e, 0x25, 0x13, 0x64, 0x16, 0x0f, 0x60, 0xe7, 0xde, 0x9f, 0x17, 0xb6, 0xc9, 0x9f, 0x0e, 0x06,
0x7d, 0xb1, 0x69, 0xb2, 0x11, 0xdb, 0x63, 0x65, 0xd8, 0x8e, 0xff, 0xa5, 0x60, 0x8e, 0x4f, 0xbc,
0xb0, 0xdd, 0x96, 0xc5, 0x91, 0x71, 0xe2, 0x85, 0x7d, 0x24, 0x31, 0x13, 0x36, 0x1a, 0xa1, 0x14,
0xdb, 0xc0, 0x99, 0x42, 0xb4, 0x9f, 0xa6, 0x8b, 0x03, 0x80, 0xbe, 0xfb, 0x91, 0xf8, 0xe2, 0x4e,
0x17, 0x3b, 0xfe, 0x9f, 0xc2, 0xba, 0x16, 0x3a, 0xfc, 0xd0, 0x97, 0xd8, 0x71, 0xd1, 0x9b, 0x4e,
0x51, 0x8a, 0x45, 0xe8, 0x1b, 0x61, 0x40, 0x26, 0x28, 0x8d, 0x37, 0x21, 0xd7, 0xf2, 0x2d, 0x6a,
0x99, 0xc6, 0x1c, 0x65, 0x58, 0x14, 0xdd, 0xb8, 0x26, 0x13, 0x94, 0x2d, 0x4e, 0xe1, 0x65, 0x7c,
0x33, 0x8f, 0x8e, 0x02, 0xd7, 0xe1, 0x5a, 0x03, 0x59, 0x8b, 0xce, 0x34, 0x7d, 0xd0, 0x8b, 0x12,
0xd4, 0x14, 0x5d, 0x19, 0xa0, 0x14, 0x2b, 0xb1, 0xa6, 0xf4, 0xe5, 0x8e, 0x36, 0x3e, 0x19, 0x2a,
0xfa, 0x60, 0x2c, 0x9f, 0x28, 0xea, 0x40, 0x1c, 0x5d, 0x7d, 0x79, 0xa8, 0x2b, 0x28, 0xc3, 0xed,
0xe4, 0x91, 0x82, 0xb2, 0xc5, 0x9f, 0xa4, 0xc7, 0xef, 0xf7, 0xf7, 0xae, 0xab, 0xbb, 0x71, 0x32,
0x1e, 0xaa, 0x67, 0x6a, 0xef, 0x42, 0x45, 0x4f, 0x58, 0x4f, 0x26, 0x64, 0xc7, 0x72, 0xe7, 0x5c,
0x69, 0x23, 0x09, 0xbf, 0x82, 0x7c, 0x42, 0xa4, 0x0f, 0x5b, 0x2d, 0x45, 0x69, 0x2b, 0x6d, 0x94,
0x7a, 0xc0, 0x69, 0x5f, 0x51, 0xdb, 0x1d, 0xf5, 0x04, 0xa5, 0x1f, 0xb0, 0xd4, 0x94, 0xa3, 0x5e,
0x6f, 0xc0, 0xa4, 0x99, 0xe2, 0x07, 0xd8, 0x7b, 0xfc, 0xe6, 0xc9, 0x7a, 0x7e, 0x75, 0x1e, 0x1d,
0xef, 0xbb, 0x80, 0x57, 0xa9, 0xae, 0x8c, 0x74, 0xb5, 0x8f, 0xa4, 0xe2, 0x0f, 0xb0, 0x29, 0xfb,
0xe6, 0x95, 0x45, 0x89, 0x49, 0x43, 0x9f, 0xb0, 0xb5, 0xba, 0x69, 0x36, 0x44, 0x81, 0xbb, 0x1d,
0xd6, 0x29, 0xfc, 0x90, 0x9f, 0x7b, 0x57, 0x06, 0x4a, 0xb1, 0x65, 0xe5, 0x2b, 0xde, 0x6f, 0xa1,
0x34, 0x0b, 0x24, 0x6b, 0xdd, 0xf1, 0xaa, 0x39, 0xca, 0x32, 0x3b, 0xcb, 0x60, 0x37, 0x02, 0xee,
0xaa, 0x51, 0x47, 0x1b, 0x2c, 0x36, 0xbf, 0x25, 0xc4, 0x55, 0x37, 0x8b, 0xa7, 0xb0, 0xa9, 0x13,
0x33, 0xf4, 0x2d, 0x7a, 0xcb, 0x33, 0xdf, 0x81, 0x2d, 0xb5, 0x37, 0x68, 0xf5, 0xd4, 0xe3, 0xce,
0xc9, 0x50, 0x53, 0xda, 0xe8, 0x09, 0x43, 0x03, 0x6d, 0xa8, 0x0f, 0x94, 0xf6, 0xb9, 0x3c, 0x54,
0x5b, 0xa7, 0x48, 0x62, 0x27, 0x36, 0x57, 0x69, 0x2b, 0xea, 0xa0, 0x23, 0x9f, 0x8f, 0xba, 0x28,
0xf5, 0xed, 0x19, 0xa0, 0x80, 0x38, 0x81, 0x45, 0xad, 0x6b, 0x12, 0x7d, 0x20, 0xc0, 0x9f, 0x95,
0xc4, 0x07, 0x81, 0xd2, 0xe2, 0x83, 0x40, 0xe9, 0xd8, 0x22, 0xf3, 0x49, 0xcf, 0x63, 0x45, 0x0d,
0xf2, 0xff, 0xfe, 0x31, 0xcd, 0xaf, 0x76, 0xf7, 0x0c, 0xbf, 0x55, 0x60, 0x6b, 0xc9, 0xfe, 0x18,
0xb8, 0xce, 0xcf, 0x79, 0xfa, 0x4f, 0xe4, 0x29, 0x6e, 0x75, 0xf4, 0xc5, 0xef, 0x3f, 0x9f, 0x59,
0xf4, 0x2a, 0xbc, 0x2c, 0x99, 0xae, 0x7d, 0x68, 0x5b, 0xa6, 0xef, 0x06, 0xee, 0x94, 0x1e, 0xda,
0xae, 0x79, 0xe8, 0x7b, 0xe6, 0xa1, 0xf8, 0x82, 0x71, 0xb9, 0xc6, 0x9d, 0xd6, 0xfe, 0x17, 0x00,
0x00, 0xff, 0xff, 0x31, 0x1b, 0xc6, 0x19, 0xe4, 0x10, 0x00, 0x00,
// 2020 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x98, 0xdb, 0x72, 0xdb, 0xc6,
0x19, 0x80, 0x0d, 0x1e, 0x74, 0xf8, 0x75, 0x5a, 0xad, 0x6c, 0x89, 0x51, 0x1d, 0x47, 0xa5, 0x1d,
0x47, 0x65, 0x12, 0x89, 0x27, 0x73, 0xd8, 0xcc, 0x74, 0xa6, 0x14, 0x09, 0x49, 0xb4, 0x44, 0x90,
0x03, 0x90, 0x54, 0xda, 0x1b, 0x16, 0x06, 0x97, 0x34, 0x6a, 0x02, 0x8b, 0x01, 0x16, 0xb2, 0x95,
0x8b, 0x4e, 0xaf, 0x32, 0xbd, 0xec, 0x65, 0x2f, 0x7a, 0xd1, 0x97, 0xe8, 0xe4, 0x09, 0xfa, 0x02,
0xed, 0xf3, 0x74, 0xa6, 0xb3, 0xbb, 0x20, 0x25, 0x40, 0x52, 0x73, 0xc5, 0xdd, 0xef, 0x3f, 0xf2,
0xdf, 0x1f, 0xbb, 0x0b, 0xc0, 0x0b, 0x87, 0x5a, 0x23, 0x8b, 0x3a, 0x0e, 0x75, 0xf9, 0x8f, 0x17,
0x32, 0x22, 0x67, 0x47, 0x9e, 0x4f, 0x19, 0xc5, 0x69, 0x87, 0x5a, 0xfb, 0x07, 0x53, 0x4a, 0xa7,
0x33, 0x72, 0x2c, 0xd0, 0xbb, 0x70, 0x72, 0x3c, 0x26, 0x81, 0xe5, 0xdb, 0x1e, 0xa3, 0xbe, 0x54,
0xcb, 0x37, 0x61, 0xe3, 0xca, 0x76, 0xf5, 0xce, 0xa5, 0x1d, 0x30, 0xe2, 0x12, 0x1f, 0x97, 0x61,
0xa5, 0xc7, 0x25, 0x16, 0x9d, 0xe5, 0x94, 0x03, 0xe5, 0x70, 0xb3, 0xbc, 0x7b, 0xe4, 0x50, 0xeb,
0x48, 0x68, 0xcd, 0x25, 0xfd, 0x1b, 0x8f, 0xe8, 0x0b, 0xbd, 0xfc, 0x29, 0x60, 0x21, 0x6e, 0x52,
0x77, 0x62, 0x4f, 0x43, 0xdf, 0x64, 0x36, 0x75, 0x71, 0x11, 0x56, 0xe7, 0x5e, 0x83, 0x9c, 0x72,
0x90, 0x3e, 0x5c, 0x2b, 0xe3, 0x5b, 0x57, 0x73, 0x91, 0x7e, 0xab, 0x94, 0xff, 0x51, 0x81, 0xed,
0xa1, 0xed, 0xb3, 0xd0, 0x9c, 0x75, 0x4c, 0xeb, 0xbd, 0xed, 0x92, 0xb3, 0xde, 0x00, 0x57, 0x00,
0xcc, 0x20, 0xb0, 0xa7, 0xae, 0x43, 0x5c, 0x16, 0xe5, 0xb4, 0x23, 0x1c, 0x35, 0x16, 0x58, 0x24,
0x74, 0x47, 0x0d, 0x1f, 0xc2, 0x96, 0x67, 0xfa, 0xcc, 0xe6, 0x99, 0x18, 0xf6, 0x0f, 0xa4, 0x73,
0x92, 0x4b, 0x1d, 0x28, 0x87, 0x19, 0x3d, 0x89, 0x31, 0x86, 0x8c, 0x6b, 0x3a, 0x24, 0x97, 0x3e,
0x50, 0x0e, 0x57, 0x75, 0x31, 0xce, 0x33, 0xc8, 0xc5, 0xf3, 0x68, 0x86, 0x01, 0xa3, 0x0e, 0xb7,
0xc0, 0xfb, 0xb0, 0x62, 0x79, 0x61, 0x93, 0x86, 0x51, 0x32, 0x59, 0x7d, 0x31, 0xe7, 0x32, 0x87,
0x38, 0xd4, 0xbf, 0x89, 0xc2, 0x65, 0xf5, 0xc5, 0x9c, 0xcb, 0xa6, 0x73, 0xbb, 0xb4, 0x94, 0xcd,
0xe7, 0x6f, 0x33, 0x2b, 0x19, 0x94, 0xcd, 0xff, 0x43, 0x81, 0xfd, 0xd6, 0x8d, 0x6b, 0x3a, 0xb6,
0xd5, 0x11, 0x56, 0xf1, 0x7a, 0x1e, 0xc2, 0x96, 0x63, 0x7e, 0xb2, 0x9d, 0xd0, 0xe9, 0xcc, 0x63,
0x28, 0xf2, 0x2f, 0x25, 0xb0, 0xd0, 0xb4, 0xdd, 0x98, 0x66, 0xf4, 0xe7, 0x13, 0x18, 0x1f, 0x01,
0x66, 0xa6, 0x3f, 0x25, 0x4c, 0x92, 0x93, 0x70, 0x32, 0x21, 0xbe, 0x48, 0x6f, 0x43, 0x7f, 0x40,
0x92, 0xff, 0x1e, 0x5e, 0xc7, 0x0b, 0xa3, 0x87, 0x6e, 0x93, 0x3a, 0x8e, 0xe9, 0x8e, 0xdb, 0xae,
0x17, 0xb2, 0x9e, 0xe9, 0x9b, 0x0e, 0x61, 0xc4, 0xe7, 0x65, 0xd5, 0x78, 0x59, 0x15, 0x59, 0x56,
0x3e, 0xc6, 0xfb, 0x90, 0x1d, 0x9a, 0xb3, 0x90, 0x88, 0x6c, 0x56, 0x4f, 0x32, 0x7f, 0xfb, 0x67,
0x4e, 0xd1, 0x25, 0xca, 0xff, 0x59, 0x81, 0x57, 0x8f, 0xb9, 0x36, 0x44, 0xcf, 0x1a, 0x34, 0xf4,
0x2d, 0x82, 0x9f, 0xc3, 0x92, 0x9c, 0x4b, 0xd7, 0x27, 0x99, 0xbf, 0x72, 0x2f, 0x11, 0xc3, 0xcf,
0x61, 0x55, 0x8e, 0x06, 0x7a, 0x5b, 0x86, 0xd1, 0x6f, 0x01, 0x97, 0xce, 0xb3, 0x6d, 0x45, 0x0b,
0x7e, 0x0b, 0xf2, 0xff, 0xfa, 0x3f, 0x29, 0xb4, 0xdd, 0x80, 0x99, 0xae, 0x45, 0x86, 0x36, 0xf9,
0x88, 0x0d, 0xd8, 0x54, 0x3f, 0x11, 0x2b, 0x14, 0x5d, 0xc4, 0x4c, 0x46, 0xa2, 0xae, 0xfc, 0x5a,
0x74, 0xe5, 0x63, 0x2e, 0xe2, 0x26, 0x7a, 0xc2, 0x05, 0xef, 0x0f, 0xf5, 0x93, 0xcd, 0x9a, 0x74,
0x4c, 0xe6, 0xbd, 0x33, 0x9f, 0xe3, 0x5d, 0x58, 0xea, 0x86, 0xcc, 0x0b, 0x59, 0x94, 0x74, 0x34,
0xc3, 0x4f, 0x21, 0xab, 0xfa, 0x3e, 0xf5, 0x73, 0x19, 0x81, 0xe5, 0x24, 0xff, 0x93, 0x02, 0xfb,
0x89, 0xf6, 0x35, 0x3d, 0xf3, 0x9d, 0x3d, 0xb3, 0x99, 0x4d, 0x02, 0xfc, 0x0d, 0x6c, 0xb7, 0x03,
0x3a, 0x33, 0x19, 0x19, 0x0f, 0x1d, 0x21, 0x99, 0xc9, 0x3f, 0xb0, 0xa2, 0xdf, 0x17, 0xe0, 0x0f,
0x70, 0x20, 0xda, 0x70, 0x4c, 0x5c, 0x66, 0x9b, 0xb3, 0x61, 0xe7, 0xdc, 0xf4, 0xc7, 0x1f, 0x4d,
0xff, 0xd6, 0xe7, 0x8d, 0x48, 0x77, 0xb3, 0xfc, 0x85, 0xf8, 0xf7, 0x0f, 0x2b, 0x8b, 0xe7, 0xf3,
0x67, 0x1d, 0xe5, 0xff, 0xab, 0x00, 0xbe, 0x5b, 0x69, 0x5e, 0x99, 0x30, 0xe0, 0xbd, 0x64, 0xf1,
0xb2, 0x44, 0xbd, 0xc4, 0xc7, 0xf8, 0x37, 0x90, 0x9d, 0x91, 0x6b, 0x32, 0x8b, 0x82, 0x7f, 0x25,
0x82, 0xdf, 0xb7, 0x3d, 0x92, 0x3f, 0x97, 0x5c, 0x55, 0x24, 0x21, 0xad, 0xf0, 0x2b, 0xd8, 0x18,
0xdb, 0x81, 0x37, 0x33, 0x6f, 0xa4, 0x42, 0x54, 0xd8, 0x38, 0xc4, 0x39, 0x58, 0x76, 0x48, 0x10,
0x98, 0x53, 0x12, 0x55, 0x78, 0x3e, 0xe5, 0x29, 0x31, 0xdb, 0x21, 0xb9, 0xac, 0x4c, 0x89, 0x8f,
0xf3, 0xbf, 0x85, 0xad, 0x44, 0x34, 0xbc, 0x06, 0xcb, 0x03, 0xf7, 0x83, 0x4b, 0x3f, 0xba, 0xe8,
0x09, 0x5e, 0x81, 0x4c, 0xdb, 0x9d, 0x50, 0xa4, 0x70, 0x7c, 0x65, 0xfa, 0xae, 0xed, 0x4e, 0x51,
0x0a, 0xaf, 0x46, 0x8b, 0x88, 0xd2, 0xf9, 0x3f, 0xc1, 0x17, 0xf1, 0x85, 0x6b, 0x4c, 0x89, 0xcb,
0x62, 0xbd, 0xf7, 0x1a, 0x36, 0xaf, 0x1d, 0x81, 0x87, 0xc4, 0x0f, 0x6c, 0xea, 0x46, 0x55, 0x49,
0x50, 0x5c, 0x81, 0x95, 0x40, 0x24, 0x43, 0x82, 0x5c, 0x4a, 0x6c, 0xbe, 0x7b, 0x8f, 0x94, 0x48,
0x5f, 0x28, 0xe6, 0x2b, 0xb0, 0x77, 0x16, 0x92, 0x80, 0x09, 0x4f, 0xf1, 0xdd, 0x27, 0x07, 0xcb,
0xc4, 0xe5, 0x1d, 0x31, 0x8e, 0x7a, 0x65, 0x3e, 0xcd, 0x3b, 0xf0, 0x6c, 0xd8, 0x69, 0xd9, 0xc1,
0x07, 0x83, 0x58, 0xa1, 0x6f, 0xb3, 0x9b, 0x9e, 0x4f, 0x27, 0xf6, 0x8c, 0xe0, 0x3e, 0xec, 0x06,
0x11, 0x52, 0x5d, 0xcb, 0xbf, 0xf1, 0xb8, 0x23, 0x5e, 0x96, 0xe8, 0x71, 0x79, 0x2e, 0x12, 0x32,
0x1e, 0x54, 0x09, 0xf4, 0x47, 0x6c, 0xf3, 0x1f, 0xe0, 0x65, 0xbc, 0x46, 0x1d, 0xd3, 0x35, 0xa7,
0x64, 0xcc, 0x33, 0x58, 0x6c, 0x3f, 0x01, 0x6e, 0xc1, 0x56, 0x10, 0xcf, 0x47, 0x44, 0x5d, 0x2b,
0xef, 0xcb, 0x87, 0xf4, 0xa1, 0x8c, 0xf5, 0xa4, 0x49, 0xfe, 0xef, 0x0a, 0xe0, 0x9e, 0x4f, 0x3f,
0x25, 0xb6, 0xe2, 0x3c, 0xac, 0xbe, 0x67, 0xcc, 0x13, 0x92, 0xd8, 0x36, 0x74, 0x8b, 0xf1, 0x2b,
0x00, 0x3e, 0x09, 0xa4, 0x52, 0xea, 0x8e, 0xd2, 0x1d, 0xce, 0xcb, 0xea, 0x52, 0xa9, 0x92, 0x3e,
0x48, 0xf3, 0x0e, 0x8b, 0xa6, 0x3c, 0x06, 0xf3, 0xc3, 0x80, 0x91, 0x71, 0xd3, 0x94, 0xdd, 0x37,
0x8f, 0xb1, 0xc0, 0x85, 0x17, 0xb0, 0x32, 0x08, 0x88, 0x2f, 0x5a, 0x6d, 0x05, 0x32, 0x7a, 0xb7,
0xdb, 0x97, 0x7d, 0x36, 0x30, 0x54, 0x1d, 0x29, 0x85, 0xdf, 0xc1, 0x46, 0xcf, 0xa7, 0x16, 0x09,
0x02, 0xba, 0x50, 0xd2, 0xa8, 0x4b, 0xd0, 0x13, 0xde, 0x75, 0x6d, 0x97, 0x91, 0x99, 0xec, 0x46,
0x31, 0xac, 0x55, 0x51, 0x0a, 0x2f, 0x43, 0xba, 0xd1, 0x69, 0xa1, 0x34, 0x57, 0x68, 0x74, 0x5a,
0xb5, 0x2a, 0xca, 0x08, 0xa6, 0x77, 0x50, 0x56, 0x30, 0xbd, 0x53, 0xab, 0xa2, 0xa5, 0xc2, 0x5b,
0x78, 0xd1, 0xf5, 0x08, 0xaf, 0x87, 0x3b, 0x35, 0x6e, 0x02, 0x46, 0x9c, 0x13, 0x4a, 0x59, 0xc0,
0x7c, 0xd3, 0x53, 0xdd, 0xa9, 0xed, 0x12, 0xbc, 0x09, 0xd0, 0xbc, 0xec, 0x0e, 0x5a, 0xa3, 0xb6,
0xd6, 0xe6, 0x69, 0xe5, 0xe0, 0xe9, 0x55, 0x5b, 0x6b, 0x75, 0xaf, 0x8c, 0x51, 0x43, 0x33, 0xae,
0x54, 0x7d, 0x74, 0xda, 0xbe, 0x54, 0x0d, 0xa4, 0x14, 0xbe, 0x85, 0x9d, 0x84, 0xaf, 0xf9, 0xc3,
0x13, 0x19, 0xc8, 0x7c, 0x2f, 0xdb, 0xda, 0xe0, 0x7b, 0xa4, 0x14, 0xfe, 0x02, 0xb0, 0x1b, 0x6f,
0x01, 0x7e, 0x30, 0xcf, 0x4d, 0x5a, 0x64, 0x62, 0x86, 0x33, 0x86, 0x9e, 0x60, 0x0c, 0x9b, 0x06,
0x33, 0xdd, 0xb1, 0xe9, 0x8f, 0x47, 0x8d, 0xf2, 0xe8, 0xba, 0x8c, 0x52, 0x71, 0x56, 0xe5, 0x2c,
0x8d, 0x77, 0xc4, 0x73, 0x2b, 0x59, 0xab, 0x1c, 0x8c, 0xae, 0x2b, 0x28, 0x13, 0x87, 0x55, 0x01,
0xb3, 0x71, 0x58, 0x17, 0x70, 0x09, 0x3f, 0x05, 0x74, 0x0b, 0x4b, 0x35, 0x41, 0x97, 0xe3, 0xb4,
0x22, 0xbd, 0xae, 0xc4, 0x1d, 0x18, 0x22, 0xa7, 0xd5, 0x04, 0xac, 0x70, 0x08, 0x09, 0x28, 0x32,
0x5d, 0x4b, 0xc0, 0x37, 0x1c, 0xae, 0xc7, 0x23, 0x19, 0x25, 0x61, 0xbf, 0x11, 0x53, 0xbd, 0xa8,
0x1b, 0xa3, 0xeb, 0x12, 0xda, 0x8c, 0xa9, 0x5e, 0xd4, 0x79, 0xfc, 0x12, 0xda, 0x4a, 0xd2, 0x0a,
0xa7, 0x28, 0x49, 0xab, 0x9c, 0x6e, 0x63, 0x04, 0xeb, 0x0b, 0xaa, 0x5d, 0xd4, 0x10, 0xc6, 0xdb,
0xb0, 0x71, 0x87, 0x94, 0xca, 0x68, 0x27, 0xae, 0x34, 0xac, 0xa1, 0xa7, 0x71, 0xa5, 0x61, 0xa9,
0x8c, 0x9e, 0x25, 0xfd, 0xbf, 0xe1, 0xfe, 0x77, 0xf1, 0x1e, 0xec, 0x24, 0x0a, 0x34, 0x3a, 0xef,
0x69, 0x68, 0x2f, 0x21, 0xa8, 0xcc, 0x05, 0xb9, 0x84, 0xa0, 0x3a, 0x17, 0x7c, 0x16, 0x0b, 0x70,
0x5a, 0x0e, 0x04, 0xdd, 0x8f, 0xd3, 0xaa, 0xa4, 0xbf, 0x88, 0xd3, 0xba, 0xa4, 0xcf, 0xf1, 0x33,
0xd8, 0xbe, 0xa5, 0x7c, 0x65, 0x39, 0xfe, 0x3c, 0x56, 0x5a, 0xad, 0x59, 0x1d, 0x35, 0xca, 0xe8,
0x45, 0x02, 0xd6, 0x39, 0xfc, 0x22, 0xe6, 0x56, 0x6b, 0x96, 0x6a, 0x9c, 0x1e, 0x24, 0x68, 0xa5,
0xcc, 0xe9, 0x2f, 0x13, 0xb4, 0x3a, 0x6a, 0x54, 0x8a, 0x28, 0x9f, 0xa0, 0x75, 0x41, 0x5f, 0xc6,
0x12, 0x93, 0x7e, 0x2b, 0x45, 0xf4, 0x2a, 0x81, 0xb9, 0xe3, 0x4a, 0x11, 0x7d, 0xc9, 0x1f, 0xbc,
0xb8, 0xe7, 0x52, 0xb1, 0x38, 0xaa, 0x16, 0xd1, 0xeb, 0x84, 0xa4, 0xbe, 0x90, 0x7c, 0x85, 0x3f,
0x83, 0x67, 0x89, 0x08, 0x91, 0xe8, 0x30, 0x21, 0xe2, 0x51, 0x22, 0xd1, 0xaf, 0x1e, 0x8e, 0x54,
0x2f, 0xa2, 0xc2, 0xc3, 0x91, 0xea, 0x45, 0xf4, 0xf5, 0x23, 0x91, 0xea, 0x45, 0xf4, 0xcd, 0x23,
0x91, 0xea, 0x45, 0xf4, 0xed, 0xfd, 0x6a, 0x95, 0x6a, 0xe8, 0xe8, 0x7e, 0xb5, 0x4a, 0x35, 0x74,
0xfc, 0x40, 0xb5, 0x4a, 0x35, 0x54, 0x7c, 0xa0, 0x5a, 0xa5, 0x1a, 0x2a, 0xe1, 0x5d, 0xc0, 0x77,
0x70, 0xb9, 0x3a, 0x3a, 0x2f, 0x15, 0x8b, 0xa8, 0x9c, 0xe0, 0xd5, 0xba, 0xe4, 0x95, 0x04, 0xaf,
0x17, 0x25, 0xaf, 0x26, 0xf8, 0xaf, 0x6b, 0x92, 0xbf, 0xc1, 0x1b, 0xb0, 0x2a, 0xdf, 0x26, 0xf8,
0xb2, 0x8f, 0xee, 0x4c, 0xb5, 0x0b, 0xf4, 0x07, 0xfe, 0xe8, 0x44, 0xd3, 0x33, 0x2f, 0xf4, 0xae,
0x91, 0x89, 0x01, 0x96, 0x24, 0x41, 0xef, 0xf0, 0x16, 0xac, 0x0d, 0xdc, 0x20, 0xf4, 0x3c, 0xea,
0x33, 0x32, 0x46, 0x56, 0xe1, 0x10, 0xb6, 0xef, 0xbd, 0x98, 0xf1, 0x4d, 0xfe, 0xbc, 0xdf, 0xef,
0xc9, 0x4d, 0x93, 0x8f, 0xf8, 0x1e, 0xdb, 0x80, 0xcd, 0xf8, 0xeb, 0x12, 0x77, 0x7c, 0xe6, 0x85,
0xad, 0x56, 0x43, 0x1e, 0x19, 0x67, 0x5e, 0xd8, 0x43, 0x0a, 0x37, 0xe1, 0xa3, 0x21, 0x4a, 0xf1,
0x0d, 0x9c, 0x2b, 0x44, 0xfb, 0x69, 0xba, 0xd0, 0x07, 0xe8, 0xd1, 0x8f, 0xc4, 0x97, 0xf7, 0xd5,
0xd8, 0xd5, 0x66, 0x0d, 0x96, 0xf5, 0xd0, 0x15, 0x17, 0x1a, 0x85, 0x1f, 0x17, 0xdd, 0xc9, 0x04,
0xa5, 0x78, 0x84, 0x9e, 0x19, 0x06, 0x64, 0x8c, 0xd2, 0x78, 0x1d, 0x56, 0x9a, 0xbe, 0xcd, 0x6c,
0xcb, 0x9c, 0xa1, 0x0c, 0x8f, 0x62, 0x98, 0xd7, 0x64, 0x8c, 0xb2, 0x85, 0x09, 0xec, 0xc5, 0x37,
0xf3, 0xe8, 0x28, 0xa0, 0xae, 0xd0, 0xea, 0x37, 0xf4, 0xe8, 0x4c, 0x33, 0xfa, 0xdd, 0x28, 0x41,
0x5d, 0x35, 0xd4, 0x3e, 0x4a, 0xf1, 0x12, 0xeb, 0x6a, 0xaf, 0xd1, 0xd6, 0x47, 0x67, 0x03, 0xd5,
0xe8, 0x8f, 0x1a, 0x67, 0xaa, 0xd6, 0x97, 0x47, 0x57, 0xaf, 0x31, 0x30, 0x54, 0x94, 0x11, 0x76,
0x8d, 0xa1, 0x8a, 0xb2, 0x85, 0x9f, 0x94, 0xc7, 0xdf, 0x5d, 0xee, 0x5d, 0xc5, 0x77, 0xe3, 0x64,
0x34, 0xd0, 0x2e, 0xb4, 0xee, 0x95, 0x86, 0x9e, 0xf0, 0x9e, 0x4c, 0xc8, 0x4e, 0x1b, 0xed, 0x4b,
0xb5, 0x85, 0x14, 0xfc, 0x1c, 0x72, 0x09, 0x91, 0x31, 0x68, 0x36, 0x55, 0xb5, 0xa5, 0xb6, 0x50,
0xea, 0x01, 0xa7, 0x3d, 0x55, 0x6b, 0xb5, 0xb5, 0x33, 0x94, 0x7e, 0xc0, 0x52, 0x57, 0x4f, 0xba,
0xdd, 0x3e, 0x97, 0x66, 0x0a, 0x6f, 0x61, 0xff, 0xf1, 0x5b, 0x35, 0xef, 0xf9, 0xbb, 0xf3, 0xe8,
0x78, 0xdf, 0x05, 0x7c, 0x97, 0x1a, 0xea, 0xd0, 0xd0, 0x7a, 0x48, 0x29, 0xfc, 0x00, 0xeb, 0x0d,
0xdf, 0x7a, 0x6f, 0x33, 0x62, 0xb1, 0xd0, 0x27, 0x7c, 0xad, 0x3e, 0xd5, 0x6b, 0xb2, 0xc0, 0x9d,
0x36, 0xef, 0x14, 0x71, 0xc8, 0xcf, 0xbc, 0xf7, 0x26, 0x4a, 0xf1, 0x65, 0x15, 0x2b, 0xde, 0x6b,
0xa2, 0x34, 0x0f, 0xd4, 0xd0, 0x3b, 0xa3, 0xbb, 0xe6, 0x28, 0xcb, 0xed, 0x6c, 0x93, 0xdf, 0x08,
0x84, 0xab, 0x5a, 0x15, 0xad, 0xf2, 0xd8, 0xe2, 0x96, 0x10, 0x57, 0x5d, 0x2f, 0x9c, 0xc3, 0xfa,
0xfc, 0xc2, 0x25, 0x32, 0xdf, 0x86, 0x0d, 0xad, 0xdb, 0x6f, 0x76, 0xb5, 0xd3, 0xf6, 0xd9, 0x40,
0x57, 0x5b, 0xe8, 0x09, 0x47, 0x7d, 0x7d, 0x60, 0xf4, 0xd5, 0xd6, 0x65, 0x63, 0xa0, 0x35, 0xcf,
0x91, 0xc2, 0x4f, 0x6c, 0xa1, 0xd2, 0x52, 0xb5, 0x7e, 0xbb, 0x71, 0x39, 0xec, 0xa0, 0x54, 0xe1,
0x2d, 0xec, 0x3d, 0x72, 0x6d, 0xe4, 0x65, 0xbe, 0x2f, 0x8a, 0x8a, 0xb2, 0x03, 0x5b, 0x1a, 0x75,
0x7b, 0xfc, 0x86, 0xcc, 0x2f, 0x50, 0xfd, 0x5e, 0x07, 0x29, 0xdf, 0x5d, 0x00, 0x0a, 0x88, 0x1b,
0xd8, 0xcc, 0xbe, 0x26, 0xd1, 0x87, 0x14, 0xfc, 0xf9, 0x91, 0xfc, 0x70, 0x72, 0x34, 0xff, 0x70,
0x72, 0x74, 0x6a, 0x93, 0xd9, 0xb8, 0x2b, 0x9c, 0x05, 0xb9, 0x7f, 0xff, 0x98, 0x16, 0x57, 0xe0,
0x7b, 0x86, 0xdf, 0xa9, 0xb0, 0xb1, 0x60, 0x7f, 0x0c, 0xa8, 0xfb, 0x73, 0x9e, 0xfe, 0x13, 0x79,
0x8a, 0x5b, 0x9d, 0x7c, 0xf9, 0xfb, 0x97, 0x53, 0x9b, 0xbd, 0x0f, 0xdf, 0x1d, 0x59, 0xd4, 0x39,
0x76, 0x6c, 0xcb, 0xa7, 0x01, 0x9d, 0xb0, 0x63, 0x87, 0x5a, 0xc7, 0xbe, 0x67, 0x1d, 0xcb, 0x2f,
0x3d, 0xef, 0x96, 0x84, 0xd3, 0xca, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x57, 0xd2, 0x8d, 0xc7,
0x0c, 0x12, 0x00, 0x00,
}

Просмотреть файл

@ -237,6 +237,19 @@ enum SecurityType {
CONFIDENTIALVM = 2;
}
enum SecurityEncryptionTypes {
SecurityEncryptionNone = 0;
NonPersistedTPM = 1;
}
message VMDiskSecurityProfile {
SecurityEncryptionTypes securityEncryptionType = 1;
}
message VirtualMachineManagedDiskParameters {
VMDiskSecurityProfile securityProfile = 1;
}
message ProxyConfiguration {
string httpProxy = 1 [(sensitivecompute) = true];
string httpsProxy = 2 [(sensitivecompute) = true];

Просмотреть файл

@ -170,10 +170,11 @@ func (m *SSHPublicKey) GetKeydata() string {
type Disk struct {
// reference to the virtual hard disk managed by storage
Diskname string `protobuf:"bytes,1,opt,name=diskname,proto3" json:"diskname,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
Diskname string `protobuf:"bytes,1,opt,name=diskname,proto3" json:"diskname,omitempty"`
ManagedDisk *common.VirtualMachineManagedDiskParameters `protobuf:"bytes,2,opt,name=managedDisk,proto3" json:"managedDisk,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Disk) Reset() { *m = Disk{} }
@ -208,6 +209,13 @@ func (m *Disk) GetDiskname() string {
return ""
}
func (m *Disk) GetManagedDisk() *common.VirtualMachineManagedDiskParameters {
if m != nil {
return m.ManagedDisk
}
return nil
}
type SharedFolder struct {
// reference to the shared folder managed by storage
Sharedfolderreference string `protobuf:"bytes,1,opt,name=sharedfolderreference,proto3" json:"sharedfolderreference,omitempty"`
@ -1287,115 +1295,117 @@ 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,
// 1752 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xdd, 0x6e, 0x23, 0xb7,
0x15, 0xae, 0xe4, 0x5f, 0x1d, 0xff, 0x6c, 0xcc, 0xd8, 0xde, 0x89, 0xb2, 0xbb, 0x31, 0x66, 0xd3,
0xd6, 0x69, 0xb6, 0x72, 0xa0, 0x4d, 0xd2, 0x16, 0x48, 0x0b, 0xf8, 0x6f, 0x6d, 0xa7, 0xb5, 0x57,
0xa5, 0xd6, 0x0e, 0x9a, 0x16, 0x30, 0xe8, 0x19, 0x5a, 0x22, 0xac, 0x19, 0x4e, 0x49, 0x8e, 0x15,
0xed, 0x4d, 0x81, 0xde, 0x34, 0x40, 0xdf, 0xa3, 0x17, 0xbd, 0x6e, 0xee, 0x0a, 0xb4, 0x37, 0x45,
0xdf, 0xa6, 0xcf, 0x50, 0x90, 0xc3, 0x91, 0x66, 0x46, 0x33, 0x86, 0x17, 0xd8, 0x5c, 0x59, 0xc3,
0xf3, 0x7d, 0x87, 0x1f, 0x0f, 0xcf, 0x39, 0x24, 0x0d, 0x6e, 0xc0, 0xbd, 0xcb, 0x90, 0xfb, 0x94,
0xf4, 0x68, 0xa8, 0x2e, 0x6f, 0x99, 0x50, 0x31, 0x19, 0x04, 0xc4, 0xeb, 0xb3, 0x90, 0xb6, 0x22,
0xc1, 0x15, 0x47, 0x1b, 0x01, 0xf7, 0x5a, 0x63, 0x4c, 0xcb, 0xe3, 0x41, 0x14, 0x2b, 0xda, 0x7c,
0xbf, 0xc7, 0x79, 0x6f, 0x40, 0x77, 0x0c, 0xe8, 0x2a, 0xbe, 0xde, 0xa1, 0x41, 0xa4, 0x46, 0x09,
0xa7, 0xf9, 0xa4, 0x68, 0x1c, 0x0a, 0x12, 0x45, 0x54, 0x48, 0x6b, 0x7f, 0xa8, 0xe7, 0xf5, 0x78,
0x10, 0xf0, 0xd0, 0xfe, 0x49, 0x89, 0x79, 0x83, 0x9e, 0x29, 0x67, 0x7f, 0x9c, 0xb1, 0x87, 0x5c,
0xb1, 0x6b, 0xe6, 0x11, 0xc5, 0x52, 0xb3, 0xfb, 0xf7, 0x1a, 0x6c, 0x5c, 0x24, 0x8b, 0x38, 0x4d,
0x16, 0x81, 0xe9, 0x1f, 0x63, 0x2a, 0x15, 0xfa, 0x7d, 0xd1, 0xd0, 0x1d, 0x49, 0x45, 0x03, 0xe9,
0xd4, 0xb6, 0x66, 0xb6, 0x97, 0xda, 0x3f, 0x6c, 0x95, 0xae, 0xb2, 0x55, 0x70, 0x56, 0xee, 0x03,
0x7d, 0x0a, 0x2b, 0x2f, 0x23, 0x2a, 0x8c, 0x92, 0x57, 0xa3, 0x88, 0x3a, 0xf5, 0xad, 0xda, 0xf6,
0x6a, 0x7b, 0xd5, 0x38, 0x1d, 0x5b, 0x70, 0x1e, 0xe4, 0xfe, 0xab, 0x06, 0x9b, 0x45, 0xb1, 0x32,
0xe2, 0xa1, 0xa4, 0xdf, 0xaf, 0xda, 0x36, 0xcc, 0x63, 0x2a, 0xe3, 0x81, 0x32, 0x32, 0x97, 0xda,
0xcd, 0x56, 0xb2, 0x5b, 0xad, 0x74, 0xb7, 0x5a, 0x7b, 0x9c, 0x0f, 0x2e, 0xc8, 0x20, 0xa6, 0xd8,
0x22, 0xd1, 0x3a, 0xcc, 0x1d, 0x0a, 0xc1, 0x85, 0x33, 0xb3, 0x55, 0xdb, 0x6e, 0xe0, 0xe4, 0xc3,
0x6d, 0xc1, 0x72, 0xb7, 0x7b, 0xdc, 0x89, 0xaf, 0x06, 0xcc, 0xfb, 0x35, 0x1d, 0xa1, 0x27, 0xb0,
0x70, 0x43, 0x47, 0x3e, 0x51, 0xc4, 0xa9, 0x69, 0xdc, 0xde, 0xec, 0xb7, 0xdf, 0x39, 0x35, 0x9c,
0x0e, 0xba, 0x21, 0xcc, 0x1e, 0x30, 0x79, 0x83, 0x9a, 0xb0, 0xe8, 0x33, 0x79, 0x13, 0x92, 0x80,
0x26, 0x40, 0x3c, 0xfe, 0x46, 0x5f, 0xc2, 0x52, 0x40, 0x42, 0xd2, 0xa3, 0xbe, 0x86, 0x5a, 0x89,
0xdb, 0x66, 0xc1, 0xf9, 0xe5, 0x9c, 0x4e, 0x50, 0x1d, 0x22, 0x48, 0x40, 0x15, 0x15, 0x12, 0x67,
0xc9, 0xee, 0x00, 0x96, 0xbb, 0x7d, 0x22, 0xa8, 0xff, 0x82, 0x0f, 0x7c, 0x2a, 0xd0, 0xa7, 0xb0,
0x21, 0xcd, 0xf7, 0xb5, 0xf9, 0x16, 0xf4, 0x9a, 0x0a, 0x1a, 0x7a, 0xa9, 0x88, 0x72, 0x23, 0xfa,
0x11, 0xac, 0xf6, 0x74, 0x0e, 0x05, 0x3c, 0x0e, 0x55, 0x44, 0x54, 0xdf, 0x88, 0x6a, 0xe0, 0xc2,
0xa8, 0xfb, 0x97, 0x3a, 0xac, 0x77, 0x15, 0x17, 0xa4, 0x47, 0xf7, 0x79, 0x78, 0xcd, 0x7a, 0x71,
0xb2, 0xd9, 0xe8, 0x39, 0xcc, 0x73, 0xa9, 0x17, 0x68, 0xe6, 0x59, 0x6a, 0xbf, 0x5f, 0xb1, 0x7d,
0x5a, 0x33, 0xb6, 0x50, 0xf4, 0x0b, 0x68, 0xe8, 0x98, 0xe9, 0xdf, 0xd2, 0xa9, 0x9b, 0x6d, 0xbf,
0x93, 0x37, 0x41, 0xeb, 0x65, 0xde, 0x06, 0x89, 0x84, 0x7d, 0x1e, 0x2a, 0xc2, 0x42, 0x2a, 0xce,
0x74, 0xac, 0x93, 0xcd, 0x2b, 0x37, 0xa2, 0x13, 0x58, 0x91, 0x99, 0x60, 0x49, 0x67, 0xd6, 0x4c,
0xfa, 0xb4, 0x62, 0xd2, 0x6c, 0x60, 0x71, 0x9e, 0xe9, 0xbe, 0x80, 0x77, 0xce, 0xa8, 0x1a, 0x72,
0x71, 0x73, 0x12, 0x2a, 0x2a, 0xae, 0x89, 0x47, 0x51, 0x1b, 0xd6, 0xc3, 0xc2, 0xd8, 0xd9, 0x64,
0xff, 0x4b, 0x6d, 0xee, 0x25, 0xac, 0x5b, 0x3f, 0xf9, 0x80, 0x1e, 0x01, 0xb0, 0x14, 0x98, 0xd6,
0xc4, 0x8f, 0x2b, 0x74, 0x16, 0x85, 0xe0, 0x0c, 0xd5, 0xfd, 0x73, 0x0d, 0xd6, 0xce, 0x25, 0x15,
0x79, 0xf7, 0x5b, 0xb0, 0x18, 0x4b, 0x2a, 0x26, 0xe9, 0x69, 0xf3, 0x78, 0x3c, 0xaa, 0x11, 0x11,
0x91, 0x72, 0xc8, 0x85, 0x9f, 0x24, 0x43, 0x8a, 0x48, 0x47, 0xd1, 0x47, 0x89, 0x0f, 0xa5, 0xbb,
0xc1, 0x8c, 0xe9, 0x06, 0x2b, 0x46, 0xa0, 0x9e, 0x4d, 0x57, 0x3f, 0x1e, 0x9b, 0x75, 0xb4, 0xf0,
0x41, 0x27, 0x2f, 0xe1, 0x09, 0x80, 0xcf, 0x24, 0xb9, 0x1a, 0x50, 0x7c, 0xd0, 0x31, 0x22, 0x16,
0x71, 0x66, 0x04, 0x21, 0x98, 0x8d, 0xb8, 0x48, 0x2a, 0x78, 0x05, 0x9b, 0xdf, 0xee, 0xdf, 0x6a,
0x80, 0x7e, 0xc3, 0xc2, 0xf8, 0x9b, 0xbc, 0xab, 0x03, 0x78, 0x6c, 0x89, 0x1d, 0x2b, 0x6e, 0x37,
0x56, 0x7d, 0x1a, 0x2a, 0xdb, 0x3a, 0xad, 0xf7, 0xbb, 0x41, 0xe8, 0x4b, 0x78, 0xd7, 0x1b, 0xf0,
0xd8, 0x3f, 0x09, 0x99, 0x3a, 0x20, 0x8a, 0x74, 0x79, 0x2c, 0xbc, 0xb4, 0xd1, 0x39, 0x66, 0x69,
0xfb, 0xd3, 0x76, 0x5c, 0x46, 0x72, 0xbf, 0xad, 0xc3, 0xfa, 0x57, 0x2c, 0xf4, 0xf9, 0x50, 0xe6,
0xa5, 0x7e, 0x0e, 0x9b, 0x34, 0xd4, 0x22, 0x76, 0x63, 0xc5, 0x03, 0xa2, 0x98, 0x77, 0x1e, 0xf9,
0x44, 0x99, 0x3d, 0xd6, 0x1a, 0x2b, 0xac, 0xba, 0x9f, 0x28, 0x16, 0xd0, 0xaf, 0x79, 0x48, 0x6d,
0x6d, 0x8e, 0xbf, 0x51, 0x77, 0x3a, 0xba, 0x66, 0x43, 0xaa, 0x33, 0xa6, 0x08, 0xc7, 0xd3, 0xdb,
0x73, 0x04, 0xe8, 0x2b, 0x16, 0xe2, 0xd3, 0xbc, 0xdb, 0x59, 0xe3, 0xf6, 0xa1, 0x71, 0x3b, 0x6d,
0xc6, 0x25, 0x14, 0xf7, 0xbf, 0x73, 0xf0, 0xc8, 0x9e, 0x0a, 0x61, 0x2f, 0x69, 0xd0, 0xf9, 0x99,
0x5c, 0x58, 0xb6, 0xba, 0x44, 0xa6, 0x5c, 0x72, 0x63, 0xe8, 0x0c, 0x56, 0x88, 0x1f, 0xb0, 0x90,
0x49, 0x25, 0x88, 0xe2, 0x22, 0xd7, 0x34, 0xa7, 0xd7, 0x37, 0x95, 0xf0, 0x38, 0x4f, 0x47, 0xbf,
0x82, 0x39, 0x9d, 0x9c, 0xd2, 0x99, 0x31, 0x95, 0x75, 0x7f, 0x3f, 0x09, 0x0d, 0x7d, 0x08, 0xe0,
0xc5, 0x52, 0xf1, 0x40, 0xef, 0xb9, 0x89, 0x4a, 0x5a, 0x1f, 0x99, 0x71, 0xb4, 0x0f, 0x10, 0x99,
0x93, 0xe3, 0x86, 0x8e, 0xa4, 0x33, 0x77, 0x77, 0xb3, 0xc9, 0x9c, 0x32, 0x38, 0x43, 0x43, 0x9f,
0xe8, 0xd6, 0x6a, 0x8a, 0x6c, 0x3e, 0x93, 0x89, 0x85, 0x88, 0x9a, 0x7a, 0xb3, 0x38, 0xf4, 0x5b,
0x58, 0xe3, 0x72, 0x8f, 0x73, 0xa5, 0x57, 0x1b, 0x1d, 0x86, 0x3d, 0x16, 0x52, 0x67, 0xc1, 0x90,
0x9f, 0x96, 0x91, 0x0b, 0x50, 0x3c, 0xcd, 0x46, 0xbf, 0x03, 0x34, 0x98, 0xaa, 0x3b, 0x67, 0xd1,
0x6c, 0xc2, 0x47, 0x15, 0x2b, 0x9a, 0x2e, 0x54, 0x5c, 0xe2, 0x04, 0x5d, 0xc2, 0xfa, 0xb0, 0xa4,
0x52, 0x9c, 0x86, 0x71, 0xfe, 0x71, 0x85, 0xf3, 0xb2, 0xe2, 0xc2, 0xa5, 0x8e, 0x74, 0x26, 0x47,
0x82, 0x7f, 0x33, 0xca, 0xbb, 0x87, 0x4c, 0x26, 0x77, 0xa6, 0xcc, 0xb8, 0x84, 0xe2, 0xfe, 0xa3,
0x0e, 0x1b, 0xc7, 0x44, 0xf8, 0x43, 0x22, 0xa6, 0x8f, 0xbf, 0x8b, 0xd3, 0x2e, 0x7b, 0x9d, 0x24,
0xef, 0xaa, 0x3d, 0xc6, 0x0a, 0x77, 0x13, 0xf6, 0x9a, 0x26, 0xdb, 0x94, 0x40, 0xd1, 0x2f, 0xd3,
0x1c, 0x32, 0xc4, 0x24, 0xa1, 0x1f, 0x97, 0x10, 0xf7, 0xc7, 0x20, 0x9c, 0x21, 0xa0, 0x4b, 0x68,
0xfa, 0xa3, 0x90, 0x04, 0xcc, 0x3b, 0xa5, 0x01, 0x17, 0xa3, 0xb2, 0xfa, 0xff, 0xc0, 0xb8, 0x3b,
0xa8, 0x84, 0xe1, 0x3b, 0x5c, 0xa0, 0x17, 0x80, 0x6e, 0x73, 0x42, 0x8e, 0x3a, 0xe7, 0xe9, 0x91,
0xb9, 0x59, 0xa2, 0xf3, 0xa8, 0x73, 0x8e, 0x4b, 0x18, 0xee, 0x17, 0xb0, 0x7c, 0x4e, 0xaf, 0x59,
0x97, 0x2a, 0x9d, 0x72, 0x12, 0x3d, 0x83, 0x35, 0x49, 0xbd, 0x58, 0x50, 0x9d, 0x64, 0x87, 0xa6,
0xdd, 0xf9, 0xb6, 0xfb, 0x4d, 0x1b, 0xdc, 0xef, 0x6a, 0xb0, 0xd1, 0xd5, 0xa3, 0x4c, 0x15, 0xf4,
0x3d, 0x82, 0x46, 0xd2, 0x2c, 0x5f, 0x75, 0x4e, 0x2d, 0x7f, 0x32, 0x80, 0x8e, 0x60, 0x39, 0xce,
0xcc, 0x6a, 0xe3, 0x5b, 0x55, 0x7d, 0x59, 0x81, 0x38, 0x47, 0x44, 0x9f, 0xc1, 0xb2, 0xb4, 0xf3,
0xbf, 0x9a, 0x1c, 0x75, 0x6b, 0xc6, 0x51, 0x37, 0x63, 0xc0, 0x39, 0x98, 0xfb, 0xd7, 0x05, 0x58,
0xcd, 0xc7, 0x47, 0x9f, 0x68, 0x99, 0xfb, 0xa0, 0xf9, 0x8d, 0x56, 0xa1, 0xce, 0xec, 0x01, 0x8b,
0xeb, 0xcc, 0x47, 0x87, 0xb0, 0x20, 0x93, 0x0b, 0x96, 0xdd, 0xc2, 0xaa, 0x02, 0x28, 0xbb, 0x86,
0xe1, 0x94, 0x8b, 0xf6, 0xa1, 0xce, 0xa5, 0xed, 0xd6, 0xcf, 0x2b, 0x3c, 0xdc, 0xd5, 0x94, 0x71,
0x9d, 0x4b, 0xad, 0xc5, 0xde, 0x59, 0x9c, 0xb9, 0x3b, 0xb5, 0x94, 0xdd, 0x60, 0x70, 0xca, 0x45,
0xc7, 0xb0, 0xd8, 0xb7, 0x55, 0x63, 0x5a, 0xd8, 0x52, 0xfb, 0x59, 0x85, 0x9f, 0xd2, 0xe2, 0xc2,
0x63, 0x36, 0x7a, 0x0a, 0xf3, 0x52, 0x11, 0x15, 0x4b, 0xd3, 0xcd, 0x96, 0xda, 0x4b, 0xc9, 0x26,
0x98, 0x21, 0x6c, 0x4d, 0xe8, 0xe7, 0xf0, 0xd0, 0x9e, 0xf3, 0xc7, 0xac, 0xd7, 0xdf, 0xbd, 0x25,
0x6c, 0x40, 0xae, 0xd8, 0x80, 0xa9, 0x91, 0xe9, 0x57, 0x8b, 0xb8, 0xca, 0xac, 0x13, 0x93, 0x0c,
0x06, 0x7c, 0x48, 0xfd, 0x97, 0x43, 0x7d, 0x65, 0xe4, 0x3e, 0x95, 0x4e, 0x63, 0x6b, 0x66, 0xbb,
0x81, 0xa7, 0x0d, 0x68, 0x07, 0x20, 0xe2, 0x43, 0x2a, 0xf4, 0xf4, 0xd4, 0xb4, 0x93, 0xd5, 0xf6,
0x83, 0xa4, 0x9d, 0x8c, 0x87, 0x71, 0x06, 0xa2, 0xe3, 0x90, 0x66, 0x88, 0xb3, 0x74, 0x67, 0x1c,
0x4a, 0xf3, 0x1d, 0x8f, 0xd9, 0x3a, 0x0e, 0xfa, 0xde, 0xa2, 0x46, 0xce, 0x72, 0x26, 0x0e, 0x87,
0x66, 0x08, 0x5b, 0x13, 0xea, 0xc0, 0x46, 0xbf, 0xb0, 0xc2, 0x44, 0xea, 0x8a, 0x91, 0xda, 0x34,
0x9c, 0xe3, 0x32, 0x04, 0x2e, 0x27, 0xa2, 0xc7, 0x30, 0xab, 0x48, 0x4f, 0x3a, 0xab, 0x66, 0xd2,
0x86, 0x71, 0xf0, 0x8a, 0xf4, 0x24, 0x36, 0xc3, 0xe8, 0x0b, 0x00, 0xf3, 0x5c, 0xd8, 0xd5, 0x6b,
0x71, 0x1e, 0x18, 0xd0, 0x23, 0x03, 0x3a, 0x1a, 0x0f, 0xe7, 0x57, 0x94, 0xc1, 0xa3, 0x3f, 0xc0,
0xe6, 0xe4, 0xeb, 0x24, 0x94, 0x8a, 0x84, 0x1e, 0xbd, 0x60, 0x74, 0xe8, 0xbc, 0x63, 0x3c, 0x7d,
0x58, 0xd2, 0x71, 0xa6, 0xb0, 0xb8, 0xc2, 0x87, 0xee, 0x22, 0x4f, 0xf2, 0xdc, 0xc9, 0x9b, 0xd5,
0x3e, 0x9f, 0x5f, 0xc2, 0x83, 0x3c, 0xe2, 0x0d, 0x9f, 0xa2, 0x45, 0x36, 0xda, 0x2b, 0x7f, 0x32,
0x3f, 0x2a, 0x59, 0x48, 0xe5, 0x03, 0xfa, 0x9f, 0x35, 0xf8, 0xa0, 0x52, 0xb7, 0x7d, 0x49, 0xbf,
0x75, 0xe1, 0x6f, 0xef, 0xf5, 0xfc, 0xbf, 0x7a, 0x51, 0x3e, 0x8e, 0xc3, 0x7d, 0x1e, 0x04, 0x24,
0xf4, 0xd3, 0xb8, 0x9f, 0x16, 0xfb, 0xa4, 0x7d, 0x42, 0xde, 0x53, 0x7d, 0xb1, 0xc9, 0xee, 0xc2,
0x7c, 0xe6, 0xe2, 0x9e, 0xde, 0x4e, 0xaa, 0x44, 0x74, 0x3d, 0xc1, 0x22, 0x65, 0x6f, 0xf2, 0x96,
0x88, 0x18, 0xbc, 0x37, 0x41, 0x9c, 0x84, 0x51, 0xac, 0x26, 0xaf, 0x6f, 0x7b, 0x61, 0xfc, 0xf8,
0x4e, 0xaf, 0x79, 0x0e, 0xae, 0xf6, 0x86, 0x5c, 0x68, 0xe0, 0x38, 0xdc, 0x95, 0xfa, 0xa2, 0x99,
0xbb, 0x46, 0x4e, 0x86, 0xd1, 0x4f, 0x60, 0xc5, 0x7c, 0xa4, 0xcf, 0x16, 0xd3, 0x8c, 0x53, 0x5c,
0xde, 0xe4, 0xfe, 0xbb, 0x06, 0x5b, 0xd5, 0x01, 0xb7, 0x09, 0xf3, 0x96, 0x23, 0x7e, 0x0a, 0xcb,
0xb9, 0x7a, 0xbd, 0x4f, 0xdc, 0x73, 0x45, 0x9b, 0xa3, 0xb7, 0xff, 0x33, 0x03, 0xef, 0x96, 0x94,
0x39, 0xea, 0xc1, 0xfc, 0x49, 0x78, 0xcb, 0x6f, 0x28, 0x7a, 0x76, 0x3f, 0x9d, 0x49, 0x7e, 0x35,
0x7f, 0x7a, 0x4f, 0x74, 0x12, 0x1c, 0xf7, 0x07, 0xe8, 0x35, 0x2c, 0x24, 0x45, 0x46, 0xd1, 0x67,
0xf7, 0xe2, 0x16, 0x5b, 0x49, 0xf3, 0xf3, 0x37, 0xa5, 0x8d, 0xe7, 0x3e, 0x86, 0xb5, 0xfd, 0x3e,
0xf5, 0x6e, 0xce, 0x32, 0xff, 0xf8, 0x43, 0x9b, 0x53, 0xf5, 0x77, 0x18, 0x44, 0x6a, 0xd4, 0x7c,
0xcf, 0x4c, 0x93, 0x85, 0x66, 0x3c, 0xfd, 0x09, 0x60, 0x12, 0x6e, 0x74, 0x3f, 0x45, 0x53, 0xc5,
0xd9, 0xfc, 0xd9, 0x1b, 0xf3, 0x52, 0x01, 0x7b, 0x9f, 0x7c, 0xdd, 0xea, 0x31, 0xd5, 0x8f, 0xaf,
0x34, 0x69, 0x27, 0x60, 0x9e, 0xe0, 0x92, 0x5f, 0xab, 0x9d, 0x80, 0x7b, 0x3b, 0x22, 0xf2, 0x76,
0xc6, 0x4e, 0x77, 0xac, 0xd3, 0xab, 0x79, 0xb3, 0xbe, 0xe7, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff,
0x95, 0xf8, 0xbd, 0x2f, 0xb3, 0x15, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

Просмотреть файл

@ -29,6 +29,7 @@ message SSHPublicKey {
message Disk {
// reference to the virtual hard disk managed by storage
string diskname = 1;
VirtualMachineManagedDiskParameters managedDisk = 2;
}
message SharedFolder {