diff --git a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go index 8f38aa70..491a5f7c 100644 --- a/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go +++ b/rpc/cloudagent/compute/moc_cloudagent_virtualmachine.pb.go @@ -1476,6 +1476,123 @@ func (m *VirtualMachinePrecheckResponse) GetError() string { return "" } +type VirtualMachineHyperVVmId struct { + HyperVVmId string `protobuf:"bytes,1,opt,name=hyperVVmId,proto3" json:"hyperVVmId,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHyperVVmId) Reset() { *m = VirtualMachineHyperVVmId{} } +func (m *VirtualMachineHyperVVmId) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHyperVVmId) ProtoMessage() {} +func (*VirtualMachineHyperVVmId) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{24} +} + +func (m *VirtualMachineHyperVVmId) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHyperVVmId.Unmarshal(m, b) +} +func (m *VirtualMachineHyperVVmId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHyperVVmId.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHyperVVmId) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHyperVVmId.Merge(m, src) +} +func (m *VirtualMachineHyperVVmId) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHyperVVmId.Size(m) +} +func (m *VirtualMachineHyperVVmId) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHyperVVmId.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHyperVVmId proto.InternalMessageInfo + +func (m *VirtualMachineHyperVVmId) GetHyperVVmId() string { + if m != nil { + return m.HyperVVmId + } + return "" +} + +type VirtualMachineHostNodeName struct { + HostNodeName string `protobuf:"bytes,1,opt,name=hostNodeName,proto3" json:"hostNodeName,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHostNodeName) Reset() { *m = VirtualMachineHostNodeName{} } +func (m *VirtualMachineHostNodeName) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHostNodeName) ProtoMessage() {} +func (*VirtualMachineHostNodeName) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{25} +} + +func (m *VirtualMachineHostNodeName) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHostNodeName.Unmarshal(m, b) +} +func (m *VirtualMachineHostNodeName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHostNodeName.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHostNodeName) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHostNodeName.Merge(m, src) +} +func (m *VirtualMachineHostNodeName) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHostNodeName.Size(m) +} +func (m *VirtualMachineHostNodeName) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHostNodeName.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHostNodeName proto.InternalMessageInfo + +func (m *VirtualMachineHostNodeName) GetHostNodeName() string { + if m != nil { + return m.HostNodeName + } + return "" +} + +type VirtualMachineHostNodeIpAddress struct { + HostNodeIpAddress string `protobuf:"bytes,1,opt,name=hostNodeIpAddress,proto3" json:"hostNodeIpAddress,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHostNodeIpAddress) Reset() { *m = VirtualMachineHostNodeIpAddress{} } +func (m *VirtualMachineHostNodeIpAddress) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHostNodeIpAddress) ProtoMessage() {} +func (*VirtualMachineHostNodeIpAddress) Descriptor() ([]byte, []int) { + return fileDescriptor_a65ab853cd24c92b, []int{26} +} + +func (m *VirtualMachineHostNodeIpAddress) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHostNodeIpAddress.Unmarshal(m, b) +} +func (m *VirtualMachineHostNodeIpAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHostNodeIpAddress.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHostNodeIpAddress) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHostNodeIpAddress.Merge(m, src) +} +func (m *VirtualMachineHostNodeIpAddress) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHostNodeIpAddress.Size(m) +} +func (m *VirtualMachineHostNodeIpAddress) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHostNodeIpAddress.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHostNodeIpAddress proto.InternalMessageInfo + +func (m *VirtualMachineHostNodeIpAddress) GetHostNodeIpAddress() string { + if m != nil { + return m.HostNodeIpAddress + } + return "" +} + func init() { proto.RegisterEnum("moc.cloudagent.compute.VMType", VMType_name, VMType_value) proto.RegisterType((*VirtualMachineRequest)(nil), "moc.cloudagent.compute.VirtualMachineRequest") @@ -1502,6 +1619,9 @@ func init() { proto.RegisterType((*VirtualMachineRunCommandResponse)(nil), "moc.cloudagent.compute.VirtualMachineRunCommandResponse") proto.RegisterType((*VirtualMachinePrecheckRequest)(nil), "moc.cloudagent.compute.VirtualMachinePrecheckRequest") proto.RegisterType((*VirtualMachinePrecheckResponse)(nil), "moc.cloudagent.compute.VirtualMachinePrecheckResponse") + proto.RegisterType((*VirtualMachineHyperVVmId)(nil), "moc.cloudagent.compute.VirtualMachineHyperVVmId") + proto.RegisterType((*VirtualMachineHostNodeName)(nil), "moc.cloudagent.compute.VirtualMachineHostNodeName") + proto.RegisterType((*VirtualMachineHostNodeIpAddress)(nil), "moc.cloudagent.compute.VirtualMachineHostNodeIpAddress") } func init() { @@ -1509,127 +1629,134 @@ func init() { } var fileDescriptor_a65ab853cd24c92b = []byte{ - // 1908 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0x4b, 0x73, 0xe3, 0xc6, - 0x11, 0x36, 0x29, 0x89, 0x12, 0x5b, 0x8f, 0x95, 0x66, 0xf5, 0x40, 0x14, 0xad, 0xac, 0xc2, 0xba, - 0x5c, 0xf2, 0xc6, 0x26, 0x1d, 0x79, 0xbd, 0x71, 0xa5, 0x9c, 0x72, 0x51, 0xa2, 0x56, 0x52, 0x56, - 0x0f, 0x66, 0x48, 0xed, 0x56, 0xa9, 0x52, 0xb5, 0x86, 0x80, 0x11, 0x35, 0x11, 0x81, 0x81, 0x67, - 0x06, 0xa2, 0xe9, 0xe4, 0x92, 0x9c, 0x92, 0x53, 0x7e, 0x42, 0xfe, 0x84, 0x93, 0x5b, 0x0e, 0xb9, - 0xe7, 0x9a, 0xbf, 0x90, 0x6b, 0x7e, 0x42, 0x52, 0x33, 0x00, 0x89, 0x07, 0x01, 0x95, 0x54, 0xc9, - 0x1e, 0x72, 0x22, 0xd1, 0xdd, 0xdf, 0x37, 0x8d, 0x9e, 0x7e, 0xcc, 0x00, 0x9e, 0xba, 0xcc, 0x7e, - 0x6b, 0xf7, 0x58, 0xe0, 0x58, 0x5d, 0xe2, 0xc9, 0xb7, 0xb7, 0x94, 0xcb, 0xc0, 0xea, 0xb9, 0x96, - 0x7d, 0x4d, 0x3d, 0x52, 0xf3, 0x39, 0x93, 0x0c, 0xad, 0xba, 0xcc, 0xae, 0xc5, 0x46, 0x35, 0x9b, - 0xb9, 0x7e, 0x20, 0xc9, 0xfa, 0x66, 0x97, 0xb1, 0x6e, 0x8f, 0xd4, 0xb5, 0xd5, 0x65, 0x70, 0x55, - 0xef, 0x73, 0xcb, 0xf7, 0x09, 0x17, 0x21, 0x6e, 0x7d, 0x4d, 0x93, 0x33, 0xd7, 0x65, 0x5e, 0xf4, - 0x13, 0x29, 0x36, 0xd3, 0x0a, 0x45, 0x96, 0xd4, 0x9b, 0x7f, 0x2a, 0xc1, 0xca, 0xeb, 0xd0, 0x93, - 0x93, 0xd0, 0x13, 0x4c, 0xbe, 0x09, 0x88, 0x90, 0xa8, 0x05, 0x8f, 0xd2, 0x0a, 0x61, 0x94, 0xb6, - 0x26, 0xb6, 0x67, 0x77, 0x3e, 0xac, 0xe5, 0x3b, 0x59, 0xcb, 0xf0, 0x64, 0xe1, 0xe8, 0x39, 0xcc, - 0x9f, 0xf9, 0x84, 0x5b, 0x92, 0x32, 0xaf, 0x33, 0xf0, 0x89, 0x51, 0xde, 0x2a, 0x6d, 0x2f, 0xec, - 0x2c, 0x68, 0xbe, 0x91, 0x06, 0xa7, 0x8d, 0xcc, 0xef, 0x4b, 0xb0, 0x9a, 0xf5, 0x50, 0xf8, 0xcc, - 0x13, 0xe4, 0x1d, 0xb8, 0xb8, 0x03, 0x15, 0x4c, 0x44, 0xd0, 0x93, 0xda, 0xb7, 0xd9, 0x9d, 0xf5, - 0x5a, 0x18, 0xf8, 0xda, 0x30, 0xf0, 0xb5, 0x5d, 0xc6, 0x7a, 0xaf, 0xad, 0x5e, 0x40, 0x70, 0x64, - 0x89, 0x96, 0x61, 0x6a, 0x9f, 0x73, 0xc6, 0x8d, 0x89, 0xad, 0xd2, 0x76, 0x15, 0x87, 0x0f, 0x66, - 0x0d, 0xe6, 0xda, 0xed, 0xc3, 0x56, 0x70, 0xd9, 0xa3, 0xf6, 0x2b, 0x32, 0x40, 0x9b, 0x30, 0x7d, - 0x43, 0x06, 0x8e, 0x25, 0x2d, 0xa3, 0xa4, 0xec, 0x76, 0x27, 0x7f, 0xff, 0x67, 0xa3, 0x84, 0x87, - 0x42, 0xd3, 0x83, 0xc9, 0x26, 0x15, 0x37, 0x68, 0x1d, 0x66, 0x1c, 0x2a, 0x6e, 0x3c, 0xcb, 0x25, - 0xa1, 0x21, 0x1e, 0x3d, 0xa3, 0x9f, 0xc3, 0xac, 0x6b, 0x79, 0x56, 0x97, 0x38, 0xca, 0x34, 0x72, - 0x71, 0x5b, 0xbf, 0x6b, 0xfa, 0x45, 0x4e, 0x62, 0xab, 0x96, 0xc5, 0x2d, 0x97, 0x48, 0xc2, 0x05, - 0x4e, 0x82, 0xcd, 0x7f, 0x96, 0x60, 0xb9, 0x2d, 0x19, 0xb7, 0xba, 0x64, 0x8f, 0x79, 0x57, 0xb4, - 0x1b, 0x84, 0x31, 0x47, 0xcf, 0xa1, 0xc2, 0x84, 0x5a, 0x52, 0x2f, 0x3f, 0xbb, 0xb3, 0x51, 0x14, - 0x4b, 0x45, 0x83, 0x23, 0x5b, 0xf4, 0x53, 0xa8, 0xaa, 0xd7, 0x50, 0xff, 0x85, 0x51, 0xd6, 0x9b, - 0x70, 0x37, 0x30, 0x36, 0x47, 0x1f, 0xc2, 0x02, 0x75, 0xad, 0x2e, 0xc1, 0xe4, 0x8a, 0x70, 0xe2, - 0xd9, 0x24, 0x8a, 0x64, 0x46, 0x8a, 0x9e, 0xc3, 0xca, 0xad, 0x1b, 0x3a, 0xbb, 0xc7, 0x3c, 0x69, - 0x51, 0x8f, 0xf0, 0x53, 0x15, 0xa7, 0x49, 0x6d, 0x9e, 0xaf, 0x34, 0x5f, 0xc2, 0xe2, 0x29, 0x91, - 0x7d, 0xc6, 0x6f, 0x8e, 0x3c, 0x49, 0xf8, 0x95, 0x65, 0x13, 0xb4, 0x03, 0xcb, 0x5e, 0x46, 0x76, - 0x1a, 0x07, 0x3c, 0x57, 0x67, 0x7e, 0x0d, 0xcb, 0x11, 0x4f, 0x3a, 0x5e, 0x87, 0x00, 0x74, 0x68, - 0x38, 0xcc, 0xbf, 0xed, 0xa2, 0x57, 0xcf, 0x7a, 0x82, 0x13, 0x58, 0xf3, 0x77, 0x25, 0x58, 0x3a, - 0x17, 0x84, 0xa7, 0xf9, 0xb7, 0x60, 0x26, 0x10, 0x84, 0xc7, 0x09, 0x11, 0x65, 0xce, 0x48, 0xaa, - 0x2c, 0x7c, 0x4b, 0x88, 0x3e, 0xe3, 0x8e, 0xce, 0x89, 0x91, 0xc5, 0x50, 0x8a, 0x3e, 0x0a, 0x39, - 0xa4, 0x2a, 0xba, 0x09, 0x5d, 0x74, 0xf3, 0xda, 0x43, 0xb5, 0x9a, 0x2a, 0x32, 0x3c, 0x52, 0xab, - 0x70, 0xe1, 0x66, 0x2b, 0xed, 0xc2, 0x26, 0x80, 0x43, 0x85, 0x75, 0xd9, 0x23, 0xb8, 0xd9, 0xd2, - 0x4e, 0xcc, 0xe0, 0x84, 0x04, 0x21, 0x98, 0xf4, 0x19, 0x0f, 0x6b, 0x66, 0x1e, 0xeb, 0xff, 0xe6, - 0x05, 0xa0, 0x63, 0xea, 0x05, 0xdf, 0xa6, 0x99, 0x9a, 0xf0, 0x24, 0xc2, 0xb5, 0x22, 0xdf, 0x1a, - 0x81, 0xbc, 0x26, 0x9e, 0xa4, 0xb6, 0x36, 0x88, 0xc8, 0xef, 0x36, 0x32, 0xff, 0x50, 0x86, 0xe5, - 0x37, 0xd4, 0x73, 0x58, 0x5f, 0xa4, 0xe9, 0x5f, 0xc0, 0x2a, 0xf1, 0x14, 0xb0, 0x11, 0x48, 0xe6, - 0x5a, 0x92, 0xda, 0xe7, 0xbe, 0x63, 0x49, 0xbd, 0x2f, 0x8a, 0xb7, 0x40, 0xab, 0x8a, 0x4e, 0x52, - 0x97, 0x5c, 0x30, 0x2f, 0x6c, 0x4a, 0x55, 0x3c, 0x7a, 0x46, 0x9d, 0xf1, 0x80, 0xe8, 0x18, 0xde, - 0xb1, 0xcb, 0x59, 0x7b, 0x3c, 0x1e, 0xd2, 0x03, 0x40, 0x6f, 0xa8, 0x87, 0x4f, 0xd2, 0xbc, 0x93, - 0x9a, 0x77, 0x4d, 0xf3, 0x8e, 0xab, 0x71, 0x0e, 0xc4, 0xfc, 0xfb, 0x14, 0x6c, 0x44, 0x0d, 0xd3, - 0xeb, 0xb6, 0x07, 0x42, 0x12, 0x37, 0xbd, 0x92, 0x09, 0x73, 0x91, 0x5f, 0x3c, 0x91, 0xe3, 0x29, - 0x19, 0x3a, 0x83, 0x79, 0xcb, 0x71, 0xa9, 0x47, 0x85, 0xe4, 0x96, 0x64, 0x3c, 0x6a, 0x2d, 0x1f, - 0x15, 0xbd, 0xe0, 0x58, 0x96, 0xe2, 0x34, 0x1e, 0x7d, 0x05, 0x53, 0x2a, 0xa3, 0x84, 0x31, 0xa1, - 0xeb, 0xe1, 0x01, 0x44, 0x21, 0x0e, 0x7d, 0x00, 0x60, 0x07, 0x42, 0x32, 0xb7, 0xa9, 0x3a, 0xe6, - 0x64, 0x22, 0xab, 0x13, 0x72, 0xd4, 0x04, 0xf0, 0x75, 0x87, 0xbd, 0x21, 0x03, 0x61, 0x4c, 0xe9, - 0xb5, 0x3e, 0x28, 0x5a, 0x2b, 0xd9, 0x8e, 0x71, 0x02, 0x87, 0x3e, 0x55, 0x1d, 0x4f, 0xd7, 0x46, - 0x45, 0xd7, 0x86, 0x91, 0x1c, 0x48, 0xc3, 0xa0, 0xea, 0x32, 0x89, 0xec, 0xd0, 0x2f, 0x60, 0x89, - 0x89, 0x5d, 0xc6, 0xa4, 0x7a, 0x5f, 0x7f, 0xdf, 0xeb, 0x52, 0x8f, 0x18, 0xd3, 0x1a, 0xfc, 0x34, - 0x0f, 0x9c, 0x31, 0xc5, 0xe3, 0x68, 0x74, 0x01, 0xa8, 0x37, 0x56, 0x2f, 0xc6, 0x8c, 0xde, 0x87, - 0x67, 0x45, 0xaf, 0x34, 0x5e, 0x61, 0x38, 0x87, 0x05, 0x7d, 0x0d, 0xcb, 0xfd, 0x9c, 0x72, 0x31, - 0xaa, 0x9a, 0xfd, 0xe3, 0x22, 0xf6, 0xbc, 0x12, 0xc3, 0xb9, 0x4c, 0x2a, 0x9d, 0x7d, 0xce, 0xbe, - 0x1d, 0xa4, 0xf9, 0x21, 0x91, 0xce, 0xad, 0x31, 0x35, 0xce, 0x81, 0x98, 0xdf, 0x97, 0x61, 0xe5, - 0xd0, 0xe2, 0x4e, 0xdf, 0xe2, 0x99, 0xb9, 0xf4, 0x19, 0x54, 0x5e, 0x9f, 0xb4, 0xe9, 0x77, 0x61, - 0x06, 0x2f, 0xec, 0xfc, 0x30, 0x67, 0xee, 0x29, 0x75, 0xb8, 0x51, 0xa1, 0x29, 0xfa, 0xd9, 0x30, - 0x8d, 0x34, 0x30, 0xcc, 0xea, 0x27, 0x39, 0xc0, 0xbd, 0x91, 0x11, 0x4e, 0x00, 0xd0, 0x5b, 0x58, - 0x77, 0x06, 0x9e, 0xe5, 0x52, 0xfb, 0x84, 0xb8, 0x8c, 0x0f, 0xf2, 0xba, 0xc0, 0xfb, 0x9a, 0xae, - 0x59, 0x68, 0x86, 0xef, 0xa0, 0x40, 0x2f, 0x01, 0xdd, 0xa6, 0x1c, 0x39, 0x68, 0x9d, 0x0b, 0x63, - 0x52, 0x27, 0xf2, 0x6a, 0x8e, 0x9f, 0x07, 0xad, 0x73, 0x9c, 0x83, 0x30, 0xbf, 0x84, 0xb9, 0x73, - 0x72, 0x45, 0xdb, 0x44, 0xaa, 0xa4, 0x13, 0xe8, 0x63, 0x58, 0x12, 0xc4, 0x0e, 0x38, 0x51, 0x69, - 0xb6, 0xaf, 0x9b, 0x9e, 0x13, 0xf5, 0xc0, 0x71, 0x85, 0xf9, 0x97, 0x12, 0xac, 0xb4, 0x95, 0x94, - 0xca, 0x8c, 0x7f, 0x1b, 0x50, 0x0d, 0x5b, 0x66, 0xa7, 0x75, 0x12, 0xe1, 0x63, 0x01, 0x3a, 0x84, - 0xb9, 0x20, 0xb1, 0x6a, 0x14, 0xdf, 0xc2, 0x02, 0x4c, 0x7a, 0x88, 0x53, 0x48, 0xf4, 0x39, 0xcc, - 0x89, 0xc8, 0x81, 0x4e, 0x3c, 0xa4, 0x96, 0x34, 0x53, 0x3b, 0xa1, 0xc0, 0x29, 0x33, 0xf3, 0x18, - 0x8c, 0xc6, 0xad, 0x45, 0x7b, 0xd6, 0x25, 0xed, 0x51, 0x39, 0x68, 0x13, 0x19, 0x9f, 0x16, 0x36, - 0xa0, 0xda, 0xe5, 0x2c, 0xf0, 0x13, 0x4d, 0x2f, 0x16, 0xa8, 0x91, 0xa5, 0x27, 0x6a, 0xd8, 0xed, - 0xf5, 0x7f, 0xf3, 0x15, 0xac, 0xb5, 0x7a, 0x96, 0x4d, 0x5c, 0xe2, 0xc9, 0x03, 0x65, 0xf9, 0xdf, - 0x90, 0xfd, 0xa3, 0x0a, 0x0b, 0xe9, 0xbd, 0x1b, 0x99, 0x95, 0x62, 0x33, 0xb4, 0x00, 0x65, 0x1a, - 0x4d, 0x6d, 0x5c, 0xa6, 0x0e, 0x7a, 0x09, 0xd3, 0x22, 0x3c, 0x95, 0x45, 0xe9, 0x55, 0x58, 0x9d, - 0x79, 0x87, 0x37, 0x3c, 0x04, 0xa3, 0x26, 0x94, 0x99, 0x88, 0xe6, 0xc9, 0xf3, 0x22, 0x8a, 0xbb, - 0xe6, 0x06, 0x2e, 0x33, 0xa1, 0xbc, 0x89, 0xce, 0x42, 0xc6, 0xd4, 0xdd, 0xde, 0xe4, 0x1d, 0x8d, - 0xf0, 0x10, 0xac, 0xe6, 0xab, 0xc7, 0x9c, 0xf0, 0x8c, 0x55, 0x09, 0xe7, 0xeb, 0xf0, 0x39, 0x1d, - 0xda, 0xe9, 0x6c, 0x68, 0x9f, 0x42, 0x45, 0x48, 0x4b, 0x06, 0x22, 0x6a, 0x85, 0xb3, 0x61, 0x4a, - 0x68, 0x11, 0x8e, 0x54, 0x6a, 0xc4, 0xf5, 0x58, 0x78, 0x36, 0xd0, 0x2c, 0xd5, 0x70, 0xc4, 0x25, - 0x65, 0xe8, 0x0b, 0x58, 0x8b, 0x0e, 0x15, 0x87, 0xb4, 0x7b, 0x9d, 0xcc, 0x1a, 0xdd, 0xa6, 0x66, - 0x70, 0x91, 0x1a, 0xbd, 0x80, 0xca, 0xad, 0x6e, 0xff, 0xc6, 0xac, 0xce, 0xca, 0xcd, 0xc2, 0xcb, - 0xc5, 0x49, 0xd8, 0x7b, 0x42, 0x6b, 0x74, 0x04, 0x33, 0xd7, 0x51, 0x27, 0x33, 0xe6, 0xb4, 0xf3, - 0x9f, 0x14, 0x21, 0x73, 0x3b, 0x1e, 0x1e, 0xc1, 0x55, 0x39, 0x5b, 0xbd, 0x1e, 0xeb, 0x13, 0xe7, - 0xac, 0xaf, 0xce, 0xb5, 0xcc, 0x21, 0xc2, 0x98, 0xdf, 0x9a, 0xd8, 0xae, 0xe2, 0x71, 0x05, 0xaa, - 0x03, 0xf8, 0xac, 0x4f, 0xb8, 0x8a, 0x12, 0x31, 0x16, 0xb4, 0xd3, 0x8f, 0xc2, 0x26, 0x3c, 0x12, - 0xe3, 0x84, 0x89, 0xf2, 0x74, 0x58, 0x56, 0xc6, 0xa3, 0xbb, 0x3d, 0xcd, 0x6d, 0x13, 0x78, 0x04, - 0x47, 0x4f, 0x60, 0x52, 0x5a, 0x5d, 0x61, 0x2c, 0x6a, 0x9a, 0xaa, 0xa6, 0xe9, 0x58, 0x5d, 0x81, - 0xb5, 0x18, 0x7d, 0x09, 0xd0, 0x55, 0xb7, 0xcb, 0x86, 0x22, 0x35, 0x96, 0x12, 0x17, 0x8c, 0x83, - 0x91, 0x38, 0x4d, 0x9d, 0xb0, 0x47, 0xbf, 0x84, 0xd5, 0xf8, 0xe9, 0xc8, 0x13, 0xd2, 0xf2, 0x6c, - 0xf2, 0x9a, 0x92, 0xbe, 0x81, 0x12, 0x9d, 0x27, 0x5d, 0x75, 0x63, 0xb6, 0xb8, 0x80, 0x03, 0x5d, - 0xc0, 0x23, 0x2b, 0xdd, 0x4c, 0x8c, 0xc7, 0x9a, 0xf6, 0xd3, 0xa2, 0x60, 0x14, 0xf5, 0x1e, 0x9c, - 0x25, 0x42, 0x4d, 0x58, 0xfa, 0x8e, 0x79, 0xe9, 0xfd, 0x35, 0x96, 0x35, 0x7b, 0xd8, 0xe6, 0x2f, - 0xb2, 0x5a, 0x3c, 0x0e, 0x40, 0x6f, 0x60, 0xc1, 0x4f, 0x35, 0x28, 0x63, 0x45, 0x53, 0xd4, 0x8b, - 0x1c, 0x2c, 0x68, 0x67, 0x38, 0x43, 0xa3, 0xee, 0x07, 0x3e, 0xa7, 0x4c, 0x27, 0xc0, 0x6a, 0xe2, - 0x7e, 0xd0, 0x8a, 0x84, 0x78, 0xa4, 0x36, 0xff, 0x58, 0x86, 0xcd, 0x74, 0x84, 0xe3, 0x9b, 0xfb, - 0x3b, 0xfb, 0x72, 0xf0, 0x06, 0x56, 0xcf, 0x76, 0xdb, 0x67, 0xc7, 0xfb, 0x9d, 0xfd, 0xb7, 0x79, - 0x9f, 0x10, 0x36, 0x72, 0x36, 0x7e, 0x64, 0xb7, 0x5b, 0x36, 0x4a, 0x78, 0x65, 0x88, 0x4f, 0xc1, - 0xd1, 0x6e, 0xf6, 0x93, 0xc4, 0x44, 0x82, 0xaf, 0xc5, 0xd9, 0x2d, 0x75, 0x08, 0x6f, 0xd8, 0x36, - 0x11, 0xa2, 0xf0, 0x03, 0xc5, 0x5f, 0x4b, 0xf0, 0x7e, 0x61, 0x44, 0xfe, 0x0f, 0xbe, 0x54, 0xfc, - 0xab, 0x9c, 0xf5, 0x1f, 0x07, 0xde, 0x1e, 0x73, 0x5d, 0xcb, 0x73, 0x86, 0x5b, 0x7a, 0x9a, 0x1d, - 0x66, 0xd1, 0xc7, 0x81, 0xfb, 0xba, 0x9f, 0x1d, 0x85, 0x0d, 0xa8, 0xb4, 0x59, 0xc0, 0x6d, 0x92, - 0xba, 0x69, 0x14, 0x79, 0xd1, 0xb6, 0x39, 0xf5, 0x65, 0x08, 0xc0, 0x11, 0x10, 0x51, 0xf8, 0x41, - 0x6c, 0x71, 0xe4, 0xf9, 0x81, 0x8c, 0x3f, 0x75, 0x44, 0xd7, 0x8e, 0x1f, 0xdd, 0xc9, 0x9a, 0xc6, - 0xe0, 0x62, 0x36, 0x64, 0x42, 0x15, 0x07, 0x5e, 0x43, 0xa8, 0xdb, 0x4a, 0xea, 0x2e, 0x12, 0x8b, - 0xd1, 0x33, 0x98, 0xd7, 0x0f, 0xc3, 0x2b, 0xab, 0x1e, 0x98, 0x43, 0xbb, 0xb4, 0xca, 0xfc, 0x5b, - 0x09, 0xb6, 0x8a, 0x23, 0x1e, 0xa5, 0xcc, 0xff, 0x3a, 0xe4, 0x27, 0x30, 0x97, 0x6a, 0x99, 0xf7, - 0x09, 0x7c, 0xaa, 0x6f, 0xa6, 0xe0, 0xe6, 0x37, 0xf0, 0x24, 0x8d, 0x6a, 0x71, 0x62, 0x5f, 0x13, - 0xfb, 0xe6, 0x9d, 0x75, 0x01, 0xf3, 0x57, 0xd9, 0xce, 0x13, 0x2f, 0x19, 0xc5, 0x2c, 0x2e, 0x8a, - 0xd2, 0xc3, 0x8b, 0xa2, 0x9c, 0x28, 0x8a, 0x67, 0x5f, 0xa9, 0xdb, 0x86, 0x6e, 0x11, 0x00, 0x95, - 0xce, 0xfe, 0x69, 0xe3, 0xb4, 0xb3, 0xf8, 0x1e, 0x5a, 0x84, 0xb9, 0xe3, 0xb3, 0x46, 0x73, 0xb7, - 0x71, 0xdc, 0x38, 0xdd, 0xdb, 0xc7, 0x8b, 0x25, 0xb4, 0x06, 0x8f, 0xdb, 0x9d, 0xc6, 0xde, 0xab, - 0xfd, 0xe6, 0xde, 0xd9, 0x69, 0x07, 0x9f, 0x1d, 0xb7, 0x8e, 0x1b, 0xa7, 0xfb, 0x8b, 0xe5, 0x9d, - 0x7f, 0x4f, 0xc0, 0xe3, 0x9c, 0x49, 0x84, 0x28, 0x54, 0x8e, 0xbc, 0x5b, 0x76, 0x43, 0xd0, 0x27, - 0xf7, 0x8c, 0x43, 0x18, 0xcf, 0xf5, 0xda, 0x7d, 0xcd, 0xc3, 0x58, 0x98, 0xef, 0xa1, 0x5f, 0xc3, - 0xcc, 0x30, 0x42, 0xe8, 0xf3, 0xfb, 0xa1, 0x33, 0x9b, 0xb8, 0xfe, 0xe2, 0xa1, 0xb0, 0xd1, 0xe2, - 0xbf, 0x81, 0xe9, 0xb0, 0x0d, 0x12, 0x74, 0x4f, 0x92, 0xec, 0x1c, 0x59, 0xff, 0xc9, 0x83, 0x71, - 0xa3, 0xd5, 0x7f, 0x5b, 0x02, 0x88, 0xd3, 0x18, 0xdd, 0x93, 0x69, 0xac, 0xef, 0xad, 0x7f, 0xf1, - 0x70, 0xe0, 0xd0, 0x87, 0xdd, 0x1f, 0x5f, 0xd4, 0xbb, 0x54, 0x5e, 0x07, 0x97, 0x0a, 0x54, 0x77, - 0xa9, 0xcd, 0x99, 0x60, 0x57, 0xb2, 0xee, 0x32, 0xbb, 0xce, 0x7d, 0xbb, 0x1e, 0xb3, 0xd6, 0x23, - 0xd6, 0xcb, 0x8a, 0xce, 0xd3, 0xcf, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x2d, 0xa7, 0x2f, 0xaf, - 0x2c, 0x18, 0x00, 0x00, + // 2026 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcd, 0x72, 0xe3, 0xc6, + 0x11, 0x5e, 0x52, 0x5a, 0xae, 0xd8, 0xfa, 0x9f, 0xd5, 0x0f, 0xc2, 0x68, 0x65, 0x15, 0xd6, 0xe5, + 0x92, 0x37, 0x36, 0xb9, 0x91, 0xd7, 0x6b, 0x97, 0xcb, 0x29, 0x87, 0x12, 0xb5, 0x92, 0xb2, 0x12, + 0xc5, 0x0c, 0x29, 0x6d, 0x95, 0x2a, 0x55, 0x6b, 0x08, 0x18, 0x51, 0x88, 0x08, 0x0c, 0x3c, 0x33, + 0x10, 0x4d, 0x27, 0x97, 0xe4, 0x94, 0x9c, 0xf2, 0x08, 0x79, 0x09, 0x27, 0xb7, 0x1c, 0x72, 0xcf, + 0x35, 0x55, 0x79, 0x82, 0x5c, 0xf3, 0x0a, 0xa9, 0x19, 0x80, 0xc4, 0x0f, 0x01, 0x15, 0x55, 0xc9, + 0x1e, 0x7c, 0x22, 0xd1, 0xdd, 0xdf, 0x37, 0x8d, 0x9e, 0xfe, 0x99, 0x01, 0x3c, 0x75, 0xa8, 0xf9, + 0xd6, 0xec, 0x51, 0xdf, 0x32, 0xba, 0xc4, 0x15, 0x6f, 0x6f, 0x6d, 0x26, 0x7c, 0xa3, 0xe7, 0x18, + 0xe6, 0xb5, 0xed, 0x92, 0xaa, 0xc7, 0xa8, 0xa0, 0x68, 0xcd, 0xa1, 0x66, 0x35, 0x32, 0xaa, 0x9a, + 0xd4, 0xf1, 0x7c, 0x41, 0x2a, 0x9b, 0x5d, 0x4a, 0xbb, 0x3d, 0x52, 0x53, 0x56, 0x97, 0xfe, 0x55, + 0xad, 0xcf, 0x0c, 0xcf, 0x23, 0x8c, 0x07, 0xb8, 0xca, 0xba, 0x22, 0xa7, 0x8e, 0x43, 0xdd, 0xf0, + 0x27, 0x54, 0x6c, 0x26, 0x15, 0x92, 0x2c, 0xae, 0xd7, 0xff, 0x5c, 0x80, 0xd5, 0xf3, 0xc0, 0x93, + 0x93, 0xc0, 0x13, 0x4c, 0xbe, 0xf1, 0x09, 0x17, 0xa8, 0x05, 0x8b, 0x49, 0x05, 0xd7, 0x0a, 0x5b, + 0x53, 0xdb, 0xb3, 0x3b, 0x1f, 0x54, 0xb3, 0x9d, 0xac, 0xa6, 0x78, 0xd2, 0x70, 0xf4, 0x02, 0xe6, + 0x4f, 0x3d, 0xc2, 0x0c, 0x61, 0x53, 0xb7, 0x33, 0xf0, 0x88, 0x56, 0xdc, 0x2a, 0x6c, 0x2f, 0xec, + 0x2c, 0x28, 0xbe, 0x91, 0x06, 0x27, 0x8d, 0xf4, 0xef, 0x0b, 0xb0, 0x96, 0xf6, 0x90, 0x7b, 0xd4, + 0xe5, 0xe4, 0x1d, 0xb8, 0xb8, 0x03, 0x25, 0x4c, 0xb8, 0xdf, 0x13, 0xca, 0xb7, 0xd9, 0x9d, 0x4a, + 0x35, 0x08, 0x7c, 0x75, 0x18, 0xf8, 0xea, 0x2e, 0xa5, 0xbd, 0x73, 0xa3, 0xe7, 0x13, 0x1c, 0x5a, + 0xa2, 0x15, 0x78, 0xb8, 0xcf, 0x18, 0x65, 0xda, 0xd4, 0x56, 0x61, 0xbb, 0x8c, 0x83, 0x07, 0xbd, + 0x0a, 0x73, 0xed, 0xf6, 0x61, 0xcb, 0xbf, 0xec, 0xd9, 0xe6, 0x6b, 0x32, 0x40, 0x9b, 0xf0, 0xe8, + 0x86, 0x0c, 0x2c, 0x43, 0x18, 0x5a, 0x41, 0xda, 0xed, 0x4e, 0xff, 0xe1, 0x2f, 0x5a, 0x01, 0x0f, + 0x85, 0xba, 0x0b, 0xd3, 0x0d, 0x9b, 0xdf, 0xa0, 0x0a, 0xcc, 0x58, 0x36, 0xbf, 0x71, 0x0d, 0x87, + 0x04, 0x86, 0x78, 0xf4, 0x8c, 0x7e, 0x01, 0xb3, 0x8e, 0xe1, 0x1a, 0x5d, 0x62, 0x49, 0xd3, 0xd0, + 0xc5, 0x6d, 0xf5, 0xae, 0xc9, 0x17, 0x39, 0x89, 0xac, 0x5a, 0x06, 0x33, 0x1c, 0x22, 0x08, 0xe3, + 0x38, 0x0e, 0xd6, 0xff, 0x5d, 0x80, 0x95, 0xb6, 0xa0, 0xcc, 0xe8, 0x92, 0x3d, 0xea, 0x5e, 0xd9, + 0x5d, 0x3f, 0x88, 0x39, 0x7a, 0x01, 0x25, 0xca, 0xe5, 0x92, 0x6a, 0xf9, 0xd9, 0x9d, 0x8d, 0xbc, + 0x58, 0x4a, 0x1a, 0x1c, 0xda, 0xa2, 0x2f, 0xa0, 0x2c, 0x5f, 0x43, 0xfe, 0xe7, 0x5a, 0x51, 0x6d, + 0xc2, 0xdd, 0xc0, 0xc8, 0x1c, 0x7d, 0x00, 0x0b, 0xb6, 0x63, 0x74, 0x09, 0x26, 0x57, 0x84, 0x11, + 0xd7, 0x24, 0x61, 0x24, 0x53, 0x52, 0xf4, 0x02, 0x56, 0x6f, 0x9d, 0xc0, 0xd9, 0x3d, 0xea, 0x0a, + 0xc3, 0x76, 0x09, 0x6b, 0xca, 0x38, 0x4d, 0x2b, 0xf3, 0x6c, 0xa5, 0xfe, 0x0a, 0x96, 0x9a, 0x44, + 0xf4, 0x29, 0xbb, 0x39, 0x72, 0x05, 0x61, 0x57, 0x86, 0x49, 0xd0, 0x0e, 0xac, 0xb8, 0x29, 0x59, + 0x33, 0x0a, 0x78, 0xa6, 0x4e, 0xff, 0x1a, 0x56, 0x42, 0x9e, 0x64, 0xbc, 0x0e, 0x01, 0xec, 0xa1, + 0xe1, 0x30, 0xff, 0xb6, 0xf3, 0x5e, 0x3d, 0xed, 0x09, 0x8e, 0x61, 0xf5, 0xdf, 0x17, 0x60, 0xf9, + 0x8c, 0x13, 0x96, 0xe4, 0xdf, 0x82, 0x19, 0x9f, 0x13, 0x16, 0x25, 0x44, 0x98, 0x39, 0x23, 0xa9, + 0xb4, 0xf0, 0x0c, 0xce, 0xfb, 0x94, 0x59, 0x2a, 0x27, 0x46, 0x16, 0x43, 0x29, 0xfa, 0x30, 0xe0, + 0x10, 0xb2, 0xe8, 0xa6, 0x54, 0xd1, 0xcd, 0x2b, 0x0f, 0xe5, 0x6a, 0xb2, 0xc8, 0xf0, 0x48, 0x2d, + 0xc3, 0x85, 0x1b, 0xad, 0xa4, 0x0b, 0x9b, 0x00, 0x96, 0xcd, 0x8d, 0xcb, 0x1e, 0xc1, 0x8d, 0x96, + 0x72, 0x62, 0x06, 0xc7, 0x24, 0x08, 0xc1, 0xb4, 0x47, 0x59, 0x50, 0x33, 0xf3, 0x58, 0xfd, 0xd7, + 0x2f, 0x00, 0x1d, 0xdb, 0xae, 0xff, 0x6d, 0x92, 0xa9, 0x01, 0x4f, 0x42, 0x5c, 0x2b, 0xf4, 0xad, + 0xee, 0x8b, 0x6b, 0xe2, 0x0a, 0xdb, 0x54, 0x06, 0x21, 0xf9, 0xdd, 0x46, 0xfa, 0x1f, 0x8b, 0xb0, + 0xf2, 0xc6, 0x76, 0x2d, 0xda, 0xe7, 0x49, 0xfa, 0x97, 0xb0, 0x46, 0x5c, 0x09, 0xac, 0xfb, 0x82, + 0x3a, 0x86, 0xb0, 0xcd, 0x33, 0xcf, 0x32, 0x84, 0xda, 0x17, 0xc9, 0x9b, 0xa3, 0x95, 0x45, 0x27, + 0x6c, 0x87, 0x5c, 0x50, 0x37, 0x68, 0x4a, 0x65, 0x3c, 0x7a, 0x46, 0x9d, 0xf1, 0x80, 0xa8, 0x18, + 0xde, 0xb1, 0xcb, 0x69, 0x7b, 0x3c, 0x1e, 0xd2, 0x03, 0x40, 0x6f, 0x6c, 0x17, 0x9f, 0x24, 0x79, + 0xa7, 0x15, 0xef, 0xba, 0xe2, 0x1d, 0x57, 0xe3, 0x0c, 0x88, 0xfe, 0x8f, 0x87, 0xb0, 0x11, 0x36, + 0x4c, 0xb7, 0xdb, 0x1e, 0x70, 0x41, 0x9c, 0xe4, 0x4a, 0x3a, 0xcc, 0x85, 0x7e, 0xb1, 0x58, 0x8e, + 0x27, 0x64, 0xe8, 0x14, 0xe6, 0x0d, 0xcb, 0xb1, 0x5d, 0x9b, 0x0b, 0x66, 0x08, 0xca, 0xc2, 0xd6, + 0xf2, 0x61, 0xde, 0x0b, 0x8e, 0x65, 0x29, 0x4e, 0xe2, 0xd1, 0x57, 0xf0, 0x50, 0x66, 0x14, 0xd7, + 0xa6, 0x54, 0x3d, 0xdc, 0x83, 0x28, 0xc0, 0xa1, 0xf7, 0x01, 0x4c, 0x9f, 0x0b, 0xea, 0x34, 0x64, + 0xc7, 0x9c, 0x8e, 0x65, 0x75, 0x4c, 0x8e, 0x1a, 0x00, 0x9e, 0xea, 0xb0, 0x37, 0x64, 0xc0, 0xb5, + 0x87, 0x6a, 0xad, 0xf7, 0xf3, 0xd6, 0x8a, 0xb7, 0x63, 0x1c, 0xc3, 0xa1, 0xe7, 0xb2, 0xe3, 0xa9, + 0xda, 0x28, 0xa9, 0xda, 0xd0, 0xe2, 0x03, 0x69, 0x18, 0x54, 0x55, 0x26, 0xa1, 0x1d, 0xfa, 0x25, + 0x2c, 0x53, 0xbe, 0x4b, 0xa9, 0x90, 0xef, 0xeb, 0xed, 0xbb, 0x5d, 0xdb, 0x25, 0xda, 0x23, 0x05, + 0x7e, 0x9a, 0x05, 0x4e, 0x99, 0xe2, 0x71, 0x34, 0xba, 0x00, 0xd4, 0x1b, 0xab, 0x17, 0x6d, 0x46, + 0xed, 0xc3, 0xb3, 0xbc, 0x57, 0x1a, 0xaf, 0x30, 0x9c, 0xc1, 0x82, 0xbe, 0x86, 0x95, 0x7e, 0x46, + 0xb9, 0x68, 0x65, 0xc5, 0xfe, 0x51, 0x1e, 0x7b, 0x56, 0x89, 0xe1, 0x4c, 0x26, 0x99, 0xce, 0x1e, + 0xa3, 0xdf, 0x0e, 0x92, 0xfc, 0x10, 0x4b, 0xe7, 0xd6, 0x98, 0x1a, 0x67, 0x40, 0xf4, 0xef, 0x8b, + 0xb0, 0x7a, 0x68, 0x30, 0xab, 0x6f, 0xb0, 0xd4, 0x5c, 0xfa, 0x04, 0x4a, 0xe7, 0x27, 0x6d, 0xfb, + 0xbb, 0x20, 0x83, 0x17, 0x76, 0x7e, 0x9c, 0x31, 0xf7, 0xa4, 0x3a, 0xd8, 0xa8, 0xc0, 0x14, 0xfd, + 0x6c, 0x98, 0x46, 0x0a, 0x18, 0x64, 0xf5, 0x93, 0x0c, 0xe0, 0xde, 0xc8, 0x08, 0xc7, 0x00, 0xe8, + 0x2d, 0x54, 0xac, 0x81, 0x6b, 0x38, 0xb6, 0x79, 0x42, 0x1c, 0xca, 0x06, 0x59, 0x5d, 0xe0, 0x3d, + 0x45, 0xd7, 0xc8, 0x35, 0xc3, 0x77, 0x50, 0xa0, 0x57, 0x80, 0x6e, 0x13, 0x8e, 0x1c, 0xb4, 0xce, + 0xb8, 0x36, 0xad, 0x12, 0x79, 0x2d, 0xc3, 0xcf, 0x83, 0xd6, 0x19, 0xce, 0x40, 0xe8, 0x5f, 0xc2, + 0xdc, 0x19, 0xb9, 0xb2, 0xdb, 0x44, 0xc8, 0xa4, 0xe3, 0xe8, 0x23, 0x58, 0xe6, 0xc4, 0xf4, 0x19, + 0x91, 0x69, 0xb6, 0xaf, 0x9a, 0x9e, 0x15, 0xf6, 0xc0, 0x71, 0x85, 0xfe, 0xd7, 0x02, 0xac, 0xb6, + 0xa5, 0xd4, 0x16, 0x29, 0xff, 0x36, 0xa0, 0x1c, 0xb4, 0xcc, 0x4e, 0xeb, 0x24, 0xc4, 0x47, 0x02, + 0x74, 0x08, 0x73, 0x7e, 0x6c, 0xd5, 0x30, 0xbe, 0xb9, 0x05, 0x18, 0xf7, 0x10, 0x27, 0x90, 0xe8, + 0x53, 0x98, 0xe3, 0xa1, 0x03, 0x9d, 0x68, 0x48, 0x2d, 0x2b, 0xa6, 0x76, 0x4c, 0x81, 0x13, 0x66, + 0xfa, 0x31, 0x68, 0xf5, 0x5b, 0xc3, 0xee, 0x19, 0x97, 0x76, 0xcf, 0x16, 0x83, 0x36, 0x11, 0xd1, + 0x69, 0x61, 0x03, 0xca, 0x5d, 0x46, 0x7d, 0x2f, 0xd6, 0xf4, 0x22, 0x81, 0x1c, 0x59, 0x6a, 0xa2, + 0x06, 0xdd, 0x5e, 0xfd, 0xd7, 0x5f, 0xc3, 0x7a, 0xab, 0x67, 0x98, 0xc4, 0x21, 0xae, 0x38, 0x90, + 0x96, 0xff, 0x0b, 0xd9, 0x3f, 0xcb, 0xb0, 0x90, 0xdc, 0xbb, 0x91, 0x59, 0x21, 0x32, 0x43, 0x0b, + 0x50, 0xb4, 0xc3, 0xa9, 0x8d, 0x8b, 0xb6, 0x85, 0x5e, 0xc1, 0x23, 0x1e, 0x9c, 0xca, 0xc2, 0xf4, + 0xca, 0xad, 0xce, 0xac, 0xc3, 0x1b, 0x1e, 0x82, 0x51, 0x03, 0x8a, 0x94, 0x87, 0xf3, 0xe4, 0x45, + 0x1e, 0xc5, 0x5d, 0x73, 0x03, 0x17, 0x29, 0x97, 0xde, 0x84, 0x67, 0x21, 0xed, 0xe1, 0xdd, 0xde, + 0x64, 0x1d, 0x8d, 0xf0, 0x10, 0x2c, 0xe7, 0xab, 0x4b, 0xad, 0xe0, 0x8c, 0x55, 0x0a, 0xe6, 0xeb, + 0xf0, 0x39, 0x19, 0xda, 0x47, 0xe9, 0xd0, 0x3e, 0x85, 0x12, 0x17, 0x86, 0xf0, 0x79, 0xd8, 0x0a, + 0x67, 0x83, 0x94, 0x50, 0x22, 0x1c, 0xaa, 0xe4, 0x88, 0xeb, 0xd1, 0xe0, 0x6c, 0xa0, 0x58, 0xca, + 0xc1, 0x88, 0x8b, 0xcb, 0xd0, 0xe7, 0xb0, 0x1e, 0x1e, 0x2a, 0x0e, 0xed, 0xee, 0x75, 0x3c, 0x6b, + 0x54, 0x9b, 0x9a, 0xc1, 0x79, 0x6a, 0xf4, 0x12, 0x4a, 0xb7, 0xaa, 0xfd, 0x6b, 0xb3, 0x2a, 0x2b, + 0x37, 0x73, 0x2f, 0x17, 0x27, 0x41, 0xef, 0x09, 0xac, 0xd1, 0x11, 0xcc, 0x5c, 0x87, 0x9d, 0x4c, + 0x9b, 0x53, 0xce, 0x7f, 0x9c, 0x87, 0xcc, 0xec, 0x78, 0x78, 0x04, 0x97, 0xe5, 0x6c, 0xf4, 0x7a, + 0xb4, 0x4f, 0xac, 0xd3, 0xbe, 0x3c, 0xd7, 0x52, 0x8b, 0x70, 0x6d, 0x7e, 0x6b, 0x6a, 0xbb, 0x8c, + 0xc7, 0x15, 0xa8, 0x06, 0xe0, 0xd1, 0x3e, 0x61, 0x32, 0x4a, 0x44, 0x5b, 0x50, 0x4e, 0x2f, 0x06, + 0x4d, 0x78, 0x24, 0xc6, 0x31, 0x13, 0xe9, 0xe9, 0xb0, 0xac, 0xb4, 0xc5, 0xbb, 0x3d, 0xcd, 0x6c, + 0x13, 0x78, 0x04, 0x47, 0x4f, 0x60, 0x5a, 0x18, 0x5d, 0xae, 0x2d, 0x29, 0x9a, 0xb2, 0xa2, 0xe9, + 0x18, 0x5d, 0x8e, 0x95, 0x18, 0x7d, 0x09, 0xd0, 0x95, 0xb7, 0xcb, 0xba, 0x24, 0xd5, 0x96, 0x63, + 0x17, 0x8c, 0x83, 0x91, 0x38, 0x49, 0x1d, 0xb3, 0x47, 0xbf, 0x82, 0xb5, 0xe8, 0xe9, 0xc8, 0xe5, + 0xc2, 0x70, 0x4d, 0x72, 0x6e, 0x93, 0xbe, 0x86, 0x62, 0x9d, 0x27, 0x59, 0x75, 0x63, 0xb6, 0x38, + 0x87, 0x03, 0x5d, 0xc0, 0xa2, 0x91, 0x6c, 0x26, 0xda, 0x63, 0x45, 0xfb, 0x3c, 0x2f, 0x18, 0x79, + 0xbd, 0x07, 0xa7, 0x89, 0x50, 0x03, 0x96, 0xbf, 0xa3, 0x6e, 0x72, 0x7f, 0xb5, 0x15, 0xc5, 0x1e, + 0xb4, 0xf9, 0x8b, 0xb4, 0x16, 0x8f, 0x03, 0xd0, 0x1b, 0x58, 0xf0, 0x12, 0x0d, 0x4a, 0x5b, 0x55, + 0x14, 0xb5, 0x3c, 0x07, 0x73, 0xda, 0x19, 0x4e, 0xd1, 0xc8, 0xfb, 0x81, 0xc7, 0x6c, 0xaa, 0x12, + 0x60, 0x2d, 0x76, 0x3f, 0x68, 0x85, 0x42, 0x3c, 0x52, 0xeb, 0x7f, 0x2a, 0xc2, 0x66, 0x32, 0xc2, + 0xd1, 0xcd, 0xfd, 0x9d, 0x7d, 0x39, 0x78, 0x03, 0x6b, 0xa7, 0xbb, 0xed, 0xd3, 0xe3, 0xfd, 0xce, + 0xfe, 0xdb, 0xac, 0x4f, 0x08, 0x1b, 0x19, 0x1b, 0x3f, 0xb2, 0xdb, 0x2d, 0x6a, 0x05, 0xbc, 0x3a, + 0xc4, 0x27, 0xe0, 0x68, 0x37, 0xfd, 0x49, 0x62, 0x2a, 0xc6, 0xd7, 0x62, 0xf4, 0xd6, 0xb6, 0x08, + 0xab, 0x9b, 0x26, 0xe1, 0x3c, 0xf7, 0x03, 0xc5, 0xdf, 0x0a, 0xf0, 0x5e, 0x6e, 0x44, 0x7e, 0x00, + 0x5f, 0x2a, 0xfe, 0x53, 0x4c, 0xfb, 0x8f, 0x7d, 0x77, 0x8f, 0x3a, 0x8e, 0xe1, 0x5a, 0xc3, 0x2d, + 0x6d, 0xa6, 0x87, 0x59, 0xf8, 0x71, 0x60, 0x52, 0xf7, 0xd3, 0xa3, 0xb0, 0x0e, 0xa5, 0x36, 0xf5, + 0x99, 0x49, 0x12, 0x37, 0x8d, 0x3c, 0x2f, 0xda, 0x26, 0xb3, 0x3d, 0x11, 0x00, 0x70, 0x08, 0x44, + 0x36, 0xfc, 0x28, 0xb2, 0x38, 0x72, 0x3d, 0x5f, 0x44, 0x9f, 0x3a, 0xc2, 0x6b, 0xc7, 0x4f, 0xee, + 0x64, 0x4d, 0x62, 0x70, 0x3e, 0x1b, 0xd2, 0xa1, 0x8c, 0x7d, 0xb7, 0xce, 0xe5, 0x6d, 0x25, 0x71, + 0x17, 0x89, 0xc4, 0xe8, 0x19, 0xcc, 0xab, 0x87, 0xe1, 0x95, 0x55, 0x0d, 0xcc, 0xa1, 0x5d, 0x52, + 0xa5, 0xff, 0xbd, 0x00, 0x5b, 0xf9, 0x11, 0x0f, 0x53, 0xe6, 0xff, 0x1d, 0xf2, 0x13, 0x98, 0x4b, + 0xb4, 0xcc, 0x49, 0x02, 0x9f, 0xe8, 0x9b, 0x09, 0xb8, 0xfe, 0x0d, 0x3c, 0x49, 0xa2, 0x5a, 0x8c, + 0x98, 0xd7, 0xc4, 0xbc, 0x79, 0x67, 0x5d, 0x40, 0xff, 0x75, 0xba, 0xf3, 0x44, 0x4b, 0x86, 0x31, + 0x8b, 0x8a, 0xa2, 0x70, 0xff, 0xa2, 0x28, 0xc6, 0x8b, 0xe2, 0x0b, 0xd0, 0x92, 0x6b, 0x1d, 0x0e, + 0x3c, 0xc2, 0xce, 0xcf, 0x9d, 0x23, 0x0b, 0x6d, 0x02, 0x5c, 0x8f, 0x9e, 0xc2, 0xd3, 0x5c, 0x4c, + 0xa2, 0xff, 0x1c, 0x2a, 0x29, 0x2c, 0xe5, 0xa2, 0x39, 0x3c, 0xef, 0xe8, 0x30, 0x77, 0x1d, 0x7b, + 0x1e, 0xde, 0xc7, 0xe3, 0x32, 0xfd, 0x34, 0x5d, 0x91, 0x43, 0x86, 0x23, 0xaf, 0x6e, 0x59, 0x8c, + 0x70, 0x75, 0xc2, 0xbf, 0x4e, 0x0b, 0x43, 0xae, 0x71, 0xc5, 0xb3, 0xaf, 0xe4, 0xe5, 0x49, 0x75, + 0x3c, 0x80, 0x52, 0x67, 0xbf, 0x59, 0x6f, 0x76, 0x96, 0x1e, 0xa0, 0x25, 0x98, 0x3b, 0x3e, 0xad, + 0x37, 0x76, 0xeb, 0xc7, 0xf5, 0xe6, 0xde, 0x3e, 0x5e, 0x2a, 0xa0, 0x75, 0x78, 0xdc, 0xee, 0xd4, + 0xf7, 0x5e, 0xef, 0x37, 0xf6, 0x4e, 0x9b, 0x1d, 0x7c, 0x7a, 0xdc, 0x3a, 0xae, 0x37, 0xf7, 0x97, + 0x8a, 0x3b, 0xff, 0x2a, 0xc1, 0xe3, 0x8c, 0xc1, 0x8a, 0x6c, 0x28, 0x1d, 0xb9, 0xb7, 0xf4, 0x86, + 0xa0, 0x8f, 0x27, 0xdc, 0xd6, 0x20, 0x3d, 0x2a, 0xd5, 0x49, 0xcd, 0x83, 0xad, 0xd5, 0x1f, 0xa0, + 0xdf, 0xc0, 0xcc, 0x70, 0xc3, 0xd1, 0xa7, 0x93, 0xa1, 0x53, 0x39, 0x59, 0x79, 0x79, 0x5f, 0xd8, + 0x68, 0xf1, 0xdf, 0xc2, 0xa3, 0xa0, 0xab, 0x13, 0x34, 0x21, 0x49, 0x7a, 0x2c, 0x56, 0x3e, 0xbb, + 0x37, 0x6e, 0xb4, 0xfa, 0xef, 0x0a, 0x00, 0x51, 0x55, 0xa2, 0x09, 0x99, 0xc6, 0xda, 0x78, 0xe5, + 0xf3, 0xfb, 0x03, 0x47, 0x3e, 0xdc, 0xc0, 0xfc, 0x01, 0x11, 0xb1, 0x32, 0x98, 0xb0, 0x8e, 0x2b, + 0xcf, 0x27, 0xb3, 0x8b, 0x98, 0xf5, 0x07, 0x88, 0xc2, 0xa2, 0x5c, 0x2c, 0x5e, 0x37, 0x93, 0x2e, + 0xb7, 0x33, 0xe1, 0x72, 0xf1, 0x7a, 0x7b, 0x80, 0x06, 0xb0, 0x12, 0x5b, 0x30, 0x2a, 0xb3, 0x49, + 0x57, 0xfd, 0xec, 0x7e, 0xab, 0x8e, 0x16, 0xd0, 0x1f, 0xec, 0xfe, 0xf4, 0xa2, 0xd6, 0xb5, 0xc5, + 0xb5, 0x7f, 0x29, 0x31, 0x35, 0xc7, 0x36, 0x19, 0xe5, 0xf4, 0x4a, 0xd4, 0x1c, 0x6a, 0xd6, 0x98, + 0x67, 0xd6, 0x22, 0xd2, 0x5a, 0x48, 0x7a, 0x59, 0x52, 0xfd, 0xec, 0x93, 0xff, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x6a, 0x82, 0x1d, 0x9f, 0x54, 0x1a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1649,6 +1776,9 @@ type VirtualMachineAgentClient interface { Precheck(ctx context.Context, in *VirtualMachinePrecheckRequest, opts ...grpc.CallOption) (*VirtualMachinePrecheckResponse, error) Operate(ctx context.Context, in *VirtualMachineOperationRequest, opts ...grpc.CallOption) (*VirtualMachineOperationResponse, error) RunCommand(ctx context.Context, in *VirtualMachineRunCommandRequest, opts ...grpc.CallOption) (*VirtualMachineRunCommandResponse, error) + GetHyperVVmId(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHyperVVmId, error) + GetHostNodeName(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHostNodeName, error) + GetHostNodeIpAddress(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHostNodeIpAddress, error) } type virtualMachineAgentClient struct { @@ -1695,6 +1825,33 @@ func (c *virtualMachineAgentClient) RunCommand(ctx context.Context, in *VirtualM return out, nil } +func (c *virtualMachineAgentClient) GetHyperVVmId(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHyperVVmId, error) { + out := new(VirtualMachineHyperVVmId) + err := c.cc.Invoke(ctx, "/moc.cloudagent.compute.VirtualMachineAgent/GetHyperVVmId", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *virtualMachineAgentClient) GetHostNodeName(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHostNodeName, error) { + out := new(VirtualMachineHostNodeName) + err := c.cc.Invoke(ctx, "/moc.cloudagent.compute.VirtualMachineAgent/GetHostNodeName", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *virtualMachineAgentClient) GetHostNodeIpAddress(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHostNodeIpAddress, error) { + out := new(VirtualMachineHostNodeIpAddress) + err := c.cc.Invoke(ctx, "/moc.cloudagent.compute.VirtualMachineAgent/GetHostNodeIpAddress", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // VirtualMachineAgentServer is the server API for VirtualMachineAgent service. type VirtualMachineAgentServer interface { Invoke(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) @@ -1702,6 +1859,9 @@ type VirtualMachineAgentServer interface { Precheck(context.Context, *VirtualMachinePrecheckRequest) (*VirtualMachinePrecheckResponse, error) Operate(context.Context, *VirtualMachineOperationRequest) (*VirtualMachineOperationResponse, error) RunCommand(context.Context, *VirtualMachineRunCommandRequest) (*VirtualMachineRunCommandResponse, error) + GetHyperVVmId(context.Context, *VirtualMachine) (*VirtualMachineHyperVVmId, error) + GetHostNodeName(context.Context, *VirtualMachine) (*VirtualMachineHostNodeName, error) + GetHostNodeIpAddress(context.Context, *VirtualMachine) (*VirtualMachineHostNodeIpAddress, error) } // UnimplementedVirtualMachineAgentServer can be embedded to have forward compatible implementations. @@ -1720,6 +1880,15 @@ func (*UnimplementedVirtualMachineAgentServer) Operate(ctx context.Context, req func (*UnimplementedVirtualMachineAgentServer) RunCommand(ctx context.Context, req *VirtualMachineRunCommandRequest) (*VirtualMachineRunCommandResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method RunCommand not implemented") } +func (*UnimplementedVirtualMachineAgentServer) GetHyperVVmId(ctx context.Context, req *VirtualMachine) (*VirtualMachineHyperVVmId, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetHyperVVmId not implemented") +} +func (*UnimplementedVirtualMachineAgentServer) GetHostNodeName(ctx context.Context, req *VirtualMachine) (*VirtualMachineHostNodeName, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetHostNodeName not implemented") +} +func (*UnimplementedVirtualMachineAgentServer) GetHostNodeIpAddress(ctx context.Context, req *VirtualMachine) (*VirtualMachineHostNodeIpAddress, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetHostNodeIpAddress not implemented") +} func RegisterVirtualMachineAgentServer(s *grpc.Server, srv VirtualMachineAgentServer) { s.RegisterService(&_VirtualMachineAgent_serviceDesc, srv) @@ -1797,6 +1966,60 @@ func _VirtualMachineAgent_RunCommand_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _VirtualMachineAgent_GetHyperVVmId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(VirtualMachine) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(VirtualMachineAgentServer).GetHyperVVmId(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.cloudagent.compute.VirtualMachineAgent/GetHyperVVmId", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(VirtualMachineAgentServer).GetHyperVVmId(ctx, req.(*VirtualMachine)) + } + return interceptor(ctx, in, info, handler) +} + +func _VirtualMachineAgent_GetHostNodeName_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(VirtualMachine) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(VirtualMachineAgentServer).GetHostNodeName(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.cloudagent.compute.VirtualMachineAgent/GetHostNodeName", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(VirtualMachineAgentServer).GetHostNodeName(ctx, req.(*VirtualMachine)) + } + return interceptor(ctx, in, info, handler) +} + +func _VirtualMachineAgent_GetHostNodeIpAddress_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(VirtualMachine) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(VirtualMachineAgentServer).GetHostNodeIpAddress(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.cloudagent.compute.VirtualMachineAgent/GetHostNodeIpAddress", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(VirtualMachineAgentServer).GetHostNodeIpAddress(ctx, req.(*VirtualMachine)) + } + return interceptor(ctx, in, info, handler) +} + var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ ServiceName: "moc.cloudagent.compute.VirtualMachineAgent", HandlerType: (*VirtualMachineAgentServer)(nil), @@ -1817,6 +2040,18 @@ var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ MethodName: "RunCommand", Handler: _VirtualMachineAgent_RunCommand_Handler, }, + { + MethodName: "GetHyperVVmId", + Handler: _VirtualMachineAgent_GetHyperVVmId_Handler, + }, + { + MethodName: "GetHostNodeName", + Handler: _VirtualMachineAgent_GetHostNodeName_Handler, + }, + { + MethodName: "GetHostNodeIpAddress", + Handler: _VirtualMachineAgent_GetHostNodeIpAddress_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "moc_cloudagent_virtualmachine.proto", diff --git a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto index fac1c556..ce175e6c 100644 --- a/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto +++ b/rpc/cloudagent/compute/virtualmachine/moc_cloudagent_virtualmachine.proto @@ -177,6 +177,18 @@ message VirtualMachinePrecheckResponse { string Error = 2; } +message VirtualMachineHyperVVmId { + string hyperVVmId = 1; +} + +message VirtualMachineHostNodeName { + string hostNodeName = 1; +} + +message VirtualMachineHostNodeIpAddress { + string hostNodeIpAddress = 1; +} + service VirtualMachineAgent { rpc Invoke(VirtualMachineRequest) returns (VirtualMachineResponse) {} @@ -185,4 +197,7 @@ service VirtualMachineAgent { rpc Operate(VirtualMachineOperationRequest) returns (VirtualMachineOperationResponse) {} rpc RunCommand(VirtualMachineRunCommandRequest) returns (VirtualMachineRunCommandResponse) {} + rpc GetHyperVVmId(VirtualMachine) returns (VirtualMachineHyperVVmId) {} + rpc GetHostNodeName(VirtualMachine) returns (VirtualMachineHostNodeName) {} + rpc GetHostNodeIpAddress(VirtualMachine) returns (VirtualMachineHostNodeIpAddress) {} } \ No newline at end of file diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index 831578ff..fad6f584 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -1379,6 +1379,45 @@ func (m *VirtualMachineRunCommandResponse) GetInstanceView() *common.VirtualMach return nil } +type VirtualMachineHyperVVmId struct { + HyperVVmId string `protobuf:"bytes,1,opt,name=hyperVVmId,proto3" json:"hyperVVmId,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHyperVVmId) Reset() { *m = VirtualMachineHyperVVmId{} } +func (m *VirtualMachineHyperVVmId) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHyperVVmId) ProtoMessage() {} +func (*VirtualMachineHyperVVmId) Descriptor() ([]byte, []int) { + return fileDescriptor_9f3eecb05bcac3b7, []int{23} +} + +func (m *VirtualMachineHyperVVmId) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHyperVVmId.Unmarshal(m, b) +} +func (m *VirtualMachineHyperVVmId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHyperVVmId.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHyperVVmId) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHyperVVmId.Merge(m, src) +} +func (m *VirtualMachineHyperVVmId) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHyperVVmId.Size(m) +} +func (m *VirtualMachineHyperVVmId) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHyperVVmId.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHyperVVmId proto.InternalMessageInfo + +func (m *VirtualMachineHyperVVmId) GetHyperVVmId() string { + if m != nil { + return m.HyperVVmId + } + return "" +} + func init() { proto.RegisterType((*VirtualMachineRequest)(nil), "moc.nodeagent.compute.VirtualMachineRequest") proto.RegisterType((*VirtualMachineResponse)(nil), "moc.nodeagent.compute.VirtualMachineResponse") @@ -1403,6 +1442,7 @@ func init() { proto.RegisterType((*VirtualMachineOperationResponse)(nil), "moc.nodeagent.compute.VirtualMachineOperationResponse") proto.RegisterType((*VirtualMachineRunCommandRequest)(nil), "moc.nodeagent.compute.VirtualMachineRunCommandRequest") proto.RegisterType((*VirtualMachineRunCommandResponse)(nil), "moc.nodeagent.compute.VirtualMachineRunCommandResponse") + proto.RegisterType((*VirtualMachineHyperVVmId)(nil), "moc.nodeagent.compute.VirtualMachineHyperVVmId") } func init() { @@ -1410,123 +1450,126 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1847 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x5f, 0x6f, 0x23, 0xb7, - 0x11, 0xaf, 0x74, 0xb6, 0xcf, 0x1e, 0xff, 0xb9, 0x98, 0xb1, 0x7d, 0x1b, 0xe5, 0xee, 0x62, 0xec, - 0x5d, 0x5b, 0xa7, 0xb9, 0xca, 0x81, 0x2e, 0x49, 0x9b, 0x22, 0x2d, 0xe0, 0x7f, 0x67, 0x3b, 0xad, - 0x7d, 0x2a, 0x75, 0x76, 0xd0, 0xb4, 0x80, 0x41, 0xaf, 0x68, 0x99, 0xb0, 0x96, 0xdc, 0x92, 0x5c, - 0x2b, 0xf2, 0x4b, 0x81, 0xbe, 0x34, 0x4f, 0xfd, 0x18, 0x7d, 0xe8, 0x73, 0xf3, 0x56, 0xa0, 0x7d, - 0x29, 0xfa, 0x6d, 0xfa, 0x19, 0x0a, 0x72, 0xb9, 0xd2, 0xee, 0x6a, 0xd7, 0xf0, 0x01, 0x97, 0x27, - 0x69, 0x67, 0xe6, 0x37, 0xfc, 0x71, 0x38, 0x33, 0x9c, 0x5d, 0xf0, 0x43, 0x11, 0x9c, 0x71, 0xd1, - 0xa5, 0xa4, 0x47, 0xb9, 0x3e, 0xbb, 0x66, 0x52, 0xc7, 0xa4, 0x1f, 0x92, 0xe0, 0x92, 0x71, 0xda, - 0x8c, 0xa4, 0xd0, 0x02, 0xad, 0x86, 0x22, 0x68, 0x8e, 0x6c, 0x9a, 0x81, 0x08, 0xa3, 0x58, 0xd3, - 0xc6, 0xfb, 0x3d, 0x21, 0x7a, 0x7d, 0xba, 0x69, 0x8d, 0xce, 0xe3, 0x8b, 0x4d, 0x1a, 0x46, 0x7a, - 0x98, 0x60, 0x1a, 0x4f, 0x8a, 0xca, 0x81, 0x24, 0x51, 0x44, 0xa5, 0x72, 0xfa, 0x87, 0x66, 0xdd, - 0x40, 0x84, 0xa1, 0xe0, 0xee, 0x27, 0x05, 0xe6, 0x15, 0x66, 0xa5, 0x9c, 0xfe, 0x71, 0x46, 0xcf, - 0x85, 0x66, 0x17, 0x2c, 0x20, 0x9a, 0xa5, 0x6a, 0xff, 0xef, 0x35, 0x58, 0x3d, 0x4d, 0x36, 0x71, - 0x94, 0x6c, 0x02, 0xd3, 0x3f, 0xc6, 0x54, 0x69, 0xf4, 0xfb, 0xa2, 0xa2, 0x33, 0x54, 0x9a, 0x86, - 0xca, 0xab, 0xad, 0xdf, 0xdb, 0x98, 0x6f, 0xfd, 0xb0, 0x59, 0xba, 0xcb, 0x66, 0xc1, 0x59, 0xb9, - 0x0f, 0xf4, 0x09, 0x2c, 0xbe, 0x8a, 0xa8, 0xb4, 0x4c, 0x5e, 0x0f, 0x23, 0xea, 0xd5, 0xd7, 0x6b, - 0x1b, 0x4b, 0xad, 0x25, 0xeb, 0x74, 0xa4, 0xc1, 0x79, 0x23, 0xff, 0x5f, 0x35, 0x58, 0x2b, 0x92, - 0x55, 0x91, 0xe0, 0x8a, 0x7e, 0xbf, 0x6c, 0x5b, 0x30, 0x83, 0xa9, 0x8a, 0xfb, 0xda, 0xd2, 0x9c, - 0x6f, 0x35, 0x9a, 0xc9, 0x69, 0x35, 0xd3, 0xd3, 0x6a, 0x6e, 0x0b, 0xd1, 0x3f, 0x25, 0xfd, 0x98, - 0x62, 0x67, 0x89, 0x56, 0x60, 0x7a, 0x4f, 0x4a, 0x21, 0xbd, 0x7b, 0xeb, 0xb5, 0x8d, 0x39, 0x9c, - 0x3c, 0xf8, 0x4d, 0x58, 0xe8, 0x74, 0x0e, 0xda, 0xf1, 0x79, 0x9f, 0x05, 0xbf, 0xa6, 0x43, 0xf4, - 0x04, 0xee, 0x5f, 0xd1, 0x61, 0x97, 0x68, 0xe2, 0xd5, 0x8c, 0xdd, 0xf6, 0xd4, 0xb7, 0xdf, 0x79, - 0x35, 0x9c, 0x0a, 0x7d, 0x0e, 0x53, 0xbb, 0x4c, 0x5d, 0xa1, 0x06, 0xcc, 0x76, 0x99, 0xba, 0xe2, - 0x24, 0xa4, 0x89, 0x21, 0x1e, 0x3d, 0xa3, 0x2f, 0x61, 0x3e, 0x24, 0x9c, 0xf4, 0x68, 0xd7, 0x98, - 0x3a, 0x8a, 0x1b, 0x76, 0xc3, 0xf9, 0xed, 0x1c, 0x8d, 0xad, 0xda, 0x44, 0x92, 0x90, 0x6a, 0x2a, - 0x15, 0xce, 0x82, 0xfd, 0x3e, 0x2c, 0x74, 0x2e, 0x89, 0xa4, 0xdd, 0x97, 0xa2, 0xdf, 0xa5, 0x12, - 0x7d, 0x02, 0xab, 0xca, 0x3e, 0x5f, 0xd8, 0x67, 0x49, 0x2f, 0xa8, 0xa4, 0x3c, 0x48, 0x49, 0x94, - 0x2b, 0xd1, 0x8f, 0x60, 0xa9, 0x67, 0x72, 0x28, 0x14, 0x31, 0xd7, 0x11, 0xd1, 0x97, 0x96, 0xd4, - 0x1c, 0x2e, 0x48, 0xfd, 0xbf, 0xd4, 0x61, 0xa5, 0xa3, 0x85, 0x24, 0x3d, 0xba, 0x23, 0xf8, 0x05, - 0xeb, 0xc5, 0xc9, 0x61, 0xa3, 0x17, 0x30, 0x23, 0x94, 0xd9, 0xa0, 0x5d, 0x67, 0xbe, 0xf5, 0x7e, - 0xc5, 0xf1, 0x19, 0xce, 0xd8, 0x99, 0xa2, 0xcf, 0x61, 0xce, 0xc4, 0xcc, 0xfc, 0x57, 0x5e, 0xdd, - 0x1e, 0xfb, 0xad, 0xb8, 0xb1, 0xb5, 0xd9, 0xe6, 0x75, 0x98, 0x50, 0xd8, 0x11, 0x5c, 0x13, 0xc6, - 0xa9, 0x3c, 0x36, 0xb1, 0x4e, 0x0e, 0xaf, 0x5c, 0x89, 0x0e, 0x61, 0x51, 0x65, 0x82, 0xa5, 0xbc, - 0x29, 0xbb, 0xe8, 0xd3, 0x8a, 0x45, 0xb3, 0x81, 0xc5, 0x79, 0xa4, 0xff, 0x12, 0xde, 0x39, 0xa6, - 0x7a, 0x20, 0xe4, 0xd5, 0x21, 0xd7, 0x54, 0x5e, 0x90, 0x80, 0xa2, 0x16, 0xac, 0xf0, 0x82, 0xec, - 0x78, 0x7c, 0xfe, 0xa5, 0x3a, 0xff, 0x0c, 0x56, 0x9c, 0x9f, 0x7c, 0x40, 0xf7, 0x01, 0x58, 0x6a, - 0x98, 0xd6, 0xc4, 0x8f, 0x2b, 0x78, 0x16, 0x89, 0xe0, 0x0c, 0xd4, 0xff, 0x73, 0x0d, 0x96, 0x4f, - 0x14, 0x95, 0x79, 0xf7, 0xeb, 0x30, 0x1b, 0x2b, 0x2a, 0xc7, 0xe9, 0xe9, 0xf2, 0x78, 0x24, 0x35, - 0x16, 0x11, 0x51, 0x6a, 0x20, 0x64, 0x37, 0x49, 0x86, 0xd4, 0x22, 0x95, 0xa2, 0x0f, 0x13, 0x1f, - 0xda, 0x74, 0x83, 0x7b, 0xb6, 0x1b, 0x2c, 0x5a, 0x82, 0x66, 0x35, 0x53, 0xfd, 0x78, 0xa4, 0x36, - 0xd1, 0xc2, 0xbb, 0xed, 0x3c, 0x85, 0x27, 0x00, 0x5d, 0xa6, 0xc8, 0x79, 0x9f, 0xe2, 0xdd, 0xb6, - 0x25, 0x31, 0x8b, 0x33, 0x12, 0x84, 0x60, 0x2a, 0x12, 0x32, 0xa9, 0xe0, 0x45, 0x6c, 0xff, 0xfb, - 0x7f, 0xab, 0x01, 0xfa, 0x0d, 0xe3, 0xf1, 0x37, 0x79, 0x57, 0xbb, 0xf0, 0xd8, 0x01, 0xdb, 0x8e, - 0xdc, 0x56, 0xac, 0x2f, 0x29, 0xd7, 0xae, 0x75, 0x3a, 0xef, 0xb7, 0x1b, 0xa1, 0x2f, 0xe1, 0xdd, - 0xa0, 0x2f, 0xe2, 0xee, 0x21, 0x67, 0x7a, 0x97, 0x68, 0xd2, 0x11, 0xb1, 0x0c, 0xd2, 0x46, 0xe7, - 0xd9, 0xad, 0xed, 0x4c, 0xea, 0x71, 0x19, 0xc8, 0xff, 0xb6, 0x0e, 0x2b, 0x5f, 0x31, 0xde, 0x15, - 0x03, 0x95, 0xa7, 0xfa, 0x19, 0xac, 0x51, 0x6e, 0x48, 0x6c, 0xc5, 0x5a, 0x84, 0x44, 0xb3, 0xe0, - 0x24, 0xea, 0x12, 0x6d, 0xcf, 0xd8, 0x70, 0xac, 0xd0, 0x9a, 0x7e, 0xa2, 0x59, 0x48, 0xbf, 0x16, - 0x9c, 0xba, 0xda, 0x1c, 0x3d, 0xa3, 0xce, 0x64, 0x74, 0xed, 0x81, 0x54, 0x67, 0x4c, 0xd1, 0x1c, - 0x4f, 0x1e, 0xcf, 0x3e, 0xa0, 0xaf, 0x18, 0xc7, 0x47, 0x79, 0xb7, 0x53, 0xd6, 0xed, 0x43, 0xeb, - 0x76, 0x52, 0x8d, 0x4b, 0x20, 0xfe, 0x7f, 0xa7, 0xe1, 0x91, 0xbb, 0x15, 0x78, 0x2f, 0x69, 0xd0, - 0xf9, 0x95, 0x7c, 0x58, 0x70, 0xbc, 0x64, 0xa6, 0x5c, 0x72, 0x32, 0x74, 0x0c, 0x8b, 0xa4, 0x1b, - 0x32, 0xce, 0x94, 0x96, 0x44, 0x0b, 0x99, 0x6b, 0x9a, 0x93, 0xfb, 0x9b, 0x48, 0x78, 0x9c, 0x87, - 0xa3, 0x5f, 0xc1, 0xb4, 0x49, 0x4e, 0xe5, 0xdd, 0xb3, 0x95, 0x75, 0x77, 0x3f, 0x09, 0x0c, 0x3d, - 0x03, 0x08, 0x62, 0xa5, 0x45, 0x68, 0xce, 0xdc, 0x46, 0x25, 0xad, 0x8f, 0x8c, 0x1c, 0xed, 0x00, - 0x44, 0xf6, 0xe6, 0xb8, 0xa2, 0x43, 0xe5, 0x4d, 0xdf, 0xde, 0x6c, 0x32, 0xb7, 0x0c, 0xce, 0xc0, - 0xd0, 0xc7, 0xa6, 0xb5, 0xda, 0x22, 0x9b, 0xc9, 0x64, 0x62, 0x21, 0xa2, 0xb6, 0xde, 0x9c, 0x1d, - 0xfa, 0x2d, 0x2c, 0x0b, 0xb5, 0x2d, 0x84, 0x36, 0xbb, 0x8d, 0xf6, 0x78, 0x8f, 0x71, 0xea, 0xdd, - 0xb7, 0xe0, 0xa7, 0x65, 0xe0, 0x82, 0x29, 0x9e, 0x44, 0xa3, 0xdf, 0x01, 0xea, 0x4f, 0xd4, 0x9d, - 0x37, 0x6b, 0x0f, 0xe1, 0xc3, 0x8a, 0x1d, 0x4d, 0x16, 0x2a, 0x2e, 0x71, 0x82, 0xce, 0x60, 0x65, - 0x50, 0x52, 0x29, 0xde, 0x9c, 0x75, 0xfe, 0x51, 0x85, 0xf3, 0xb2, 0xe2, 0xc2, 0xa5, 0x8e, 0x4c, - 0x26, 0x47, 0x52, 0x7c, 0x33, 0xcc, 0xbb, 0x87, 0x4c, 0x26, 0xb7, 0x27, 0xd4, 0xb8, 0x04, 0xe2, - 0xff, 0xa3, 0x0e, 0xab, 0x07, 0x44, 0x76, 0x07, 0x44, 0x4e, 0x5e, 0x7f, 0xa7, 0x47, 0x1d, 0x76, - 0x93, 0x24, 0xef, 0x92, 0xbb, 0xc6, 0x0a, 0xb3, 0x09, 0xbb, 0xa1, 0xc9, 0x31, 0x25, 0xa6, 0xe8, - 0x97, 0x69, 0x0e, 0x59, 0x60, 0x92, 0xd0, 0x8f, 0x4b, 0x80, 0x3b, 0x23, 0x23, 0x9c, 0x01, 0xa0, - 0x33, 0x68, 0x74, 0x87, 0x9c, 0x84, 0x2c, 0x38, 0xa2, 0xa1, 0x90, 0xc3, 0xb2, 0xfa, 0xff, 0xc0, - 0xba, 0xdb, 0xad, 0x34, 0xc3, 0xb7, 0xb8, 0x40, 0x2f, 0x01, 0x5d, 0xe7, 0x88, 0xec, 0xb7, 0x4f, - 0xd2, 0x2b, 0x73, 0xad, 0x84, 0xe7, 0x7e, 0xfb, 0x04, 0x97, 0x20, 0xfc, 0x2f, 0x60, 0xe1, 0x84, - 0x5e, 0xb0, 0x0e, 0xd5, 0x26, 0xe5, 0x14, 0x7a, 0x0e, 0xcb, 0x8a, 0x06, 0xb1, 0xa4, 0x26, 0xc9, - 0xf6, 0x6c, 0xbb, 0xeb, 0xba, 0xee, 0x37, 0xa9, 0xf0, 0xbf, 0xab, 0xc1, 0x6a, 0xc7, 0x48, 0x99, - 0x2e, 0xf0, 0x7b, 0x04, 0x73, 0x49, 0xb3, 0x7c, 0xdd, 0x3e, 0x72, 0xf8, 0xb1, 0x00, 0xed, 0xc3, - 0x42, 0x9c, 0x59, 0xd5, 0xc5, 0xb7, 0xaa, 0xfa, 0xb2, 0x04, 0x71, 0x0e, 0x88, 0x3e, 0x85, 0x05, - 0xe5, 0xd6, 0x7f, 0x3d, 0xbe, 0xea, 0x96, 0xad, 0xa3, 0x4e, 0x46, 0x81, 0x73, 0x66, 0xfe, 0xe7, - 0xb0, 0x68, 0x9a, 0x33, 0x1e, 0xcd, 0x58, 0x08, 0xa6, 0x32, 0xd3, 0xa0, 0xfd, 0x6f, 0x66, 0x4e, - 0xc3, 0x25, 0x99, 0x7e, 0xe6, 0x70, 0xf2, 0xe0, 0x0f, 0x61, 0xd9, 0x40, 0xf3, 0xbb, 0xfd, 0x05, - 0x4c, 0xdf, 0x08, 0x3e, 0x9a, 0x05, 0x9e, 0x55, 0x6c, 0x24, 0xb7, 0x26, 0x4e, 0x20, 0x68, 0x03, - 0x1e, 0x28, 0x2d, 0x59, 0xa0, 0xdb, 0x7d, 0x12, 0xd0, 0x90, 0xf2, 0xe4, 0x56, 0x9d, 0xc5, 0x45, - 0xb1, 0xff, 0xd7, 0x59, 0x58, 0xca, 0x9f, 0x6a, 0x29, 0xef, 0x25, 0xa8, 0x33, 0x37, 0x16, 0xe0, - 0x3a, 0xeb, 0xa2, 0x3d, 0xb8, 0xaf, 0x92, 0xb1, 0xd0, 0x25, 0x5e, 0x55, 0xd9, 0x96, 0x0d, 0x8f, - 0x38, 0xc5, 0xa2, 0x1d, 0xa8, 0x0b, 0xe5, 0xee, 0x98, 0x17, 0x15, 0x1e, 0x6e, 0xbb, 0x4a, 0x70, - 0x5d, 0x28, 0xc3, 0xc5, 0x4d, 0x5a, 0xde, 0xf4, 0xad, 0x5c, 0xca, 0xe6, 0x2e, 0x9c, 0x62, 0xd1, - 0x01, 0xcc, 0x5e, 0xba, 0x5a, 0xb7, 0x8d, 0x77, 0xbe, 0xf5, 0xbc, 0xc2, 0x4f, 0x69, 0x4b, 0xc0, - 0x23, 0x34, 0x7a, 0x0a, 0x33, 0x4a, 0x13, 0x1d, 0x2b, 0xdb, 0x83, 0xe7, 0x5b, 0xf3, 0x49, 0xea, - 0x58, 0x11, 0x76, 0x2a, 0xf4, 0x73, 0x78, 0xe8, 0xa6, 0x93, 0x03, 0xd6, 0xbb, 0xdc, 0xba, 0x26, - 0xac, 0x4f, 0xce, 0x59, 0x9f, 0xe9, 0xa1, 0xed, 0xb2, 0xb3, 0xb8, 0x4a, 0x6d, 0xca, 0x89, 0xf4, - 0xfb, 0x62, 0x40, 0xbb, 0xaf, 0x06, 0x66, 0xd0, 0xb5, 0xf9, 0x34, 0x67, 0xf3, 0x69, 0x52, 0x81, - 0x36, 0x01, 0x22, 0x31, 0xa0, 0xd2, 0x2c, 0x4f, 0x6d, 0x13, 0x5c, 0x6a, 0x3d, 0x48, 0x9a, 0xe0, - 0x48, 0x8c, 0x33, 0x26, 0x26, 0x0e, 0x69, 0x5e, 0x7b, 0xf3, 0xb7, 0xc6, 0xa1, 0xb4, 0x4a, 0xf1, - 0x08, 0x6d, 0xe2, 0x60, 0xa6, 0x2d, 0x3d, 0xf4, 0x16, 0x32, 0x71, 0xd8, 0xb3, 0x22, 0xec, 0x54, - 0xa8, 0x0d, 0xab, 0x97, 0x85, 0x1d, 0x26, 0x54, 0x17, 0x2d, 0xd5, 0x86, 0xc5, 0x1c, 0x94, 0x59, - 0xe0, 0x72, 0x20, 0x7a, 0x0c, 0x53, 0x9a, 0xf4, 0x94, 0xb7, 0x64, 0x17, 0x9d, 0xb3, 0x0e, 0x5e, - 0x93, 0x9e, 0xc2, 0x56, 0x8c, 0xbe, 0x00, 0xb0, 0x2f, 0x39, 0x5b, 0x66, 0x2f, 0xde, 0x03, 0x6b, - 0xf4, 0xc8, 0x1a, 0xed, 0x8f, 0xc4, 0xf9, 0x1d, 0x65, 0xec, 0xd1, 0x1f, 0x60, 0x6d, 0xfc, 0x74, - 0xc8, 0x95, 0x26, 0x3c, 0xa0, 0xa7, 0x8c, 0x0e, 0xbc, 0x77, 0xac, 0xa7, 0x67, 0x25, 0x7d, 0x72, - 0xc2, 0x16, 0x57, 0xf8, 0x40, 0xa7, 0xb0, 0x7c, 0x53, 0x6c, 0x04, 0xde, 0xf2, 0xad, 0x93, 0xcf, - 0x44, 0xe3, 0xc0, 0x93, 0x2e, 0xcc, 0xe4, 0x1e, 0x49, 0x26, 0xec, 0x99, 0xa2, 0xcc, 0xe4, 0xde, - 0x76, 0x42, 0x3c, 0x52, 0x9b, 0xf6, 0xfb, 0x24, 0x4f, 0x7f, 0xfc, 0xb2, 0xef, 0xbe, 0x3b, 0xbc, - 0x82, 0x07, 0x79, 0x8b, 0x37, 0x7c, 0x87, 0x2f, 0xa2, 0xd1, 0x76, 0xf9, 0xb7, 0x86, 0x47, 0x25, - 0xb1, 0xac, 0xfc, 0xf2, 0xf0, 0xcf, 0x1a, 0x7c, 0x50, 0xc9, 0xdb, 0x7d, 0x82, 0x78, 0xeb, 0xc4, - 0xdf, 0xde, 0x67, 0x87, 0xff, 0xd5, 0x8b, 0xf4, 0x71, 0xcc, 0x77, 0x44, 0x18, 0x12, 0xde, 0x4d, - 0xe3, 0x7e, 0x54, 0x6c, 0xd5, 0xee, 0xdd, 0xfb, 0x8e, 0xec, 0x8b, 0x7d, 0x7e, 0x0b, 0x66, 0x32, - 0x6f, 0x3c, 0xe9, 0x58, 0x57, 0x45, 0xa2, 0x13, 0x48, 0x16, 0x69, 0xf7, 0x0a, 0xe4, 0x80, 0x88, - 0xc1, 0x7b, 0x63, 0x8b, 0x43, 0x1e, 0xc5, 0x7a, 0xfc, 0xd9, 0xc2, 0x4d, 0xda, 0x1f, 0xdd, 0xea, - 0x35, 0x8f, 0xc1, 0xd5, 0xde, 0x90, 0x0f, 0x73, 0x38, 0xe6, 0x5b, 0xca, 0x4c, 0xe8, 0xb9, 0xf9, - 0x7b, 0x2c, 0x46, 0x3f, 0x81, 0x45, 0xfb, 0x90, 0xbe, 0xef, 0xd9, 0xfb, 0x20, 0xb5, 0xcb, 0xab, - 0xfc, 0x7f, 0xd7, 0x60, 0xbd, 0x3a, 0xe0, 0x2e, 0x61, 0xde, 0x72, 0xc4, 0x8f, 0x60, 0x21, 0xd7, - 0x32, 0xee, 0x12, 0xf7, 0x5c, 0xdf, 0xc8, 0xc1, 0x5b, 0xff, 0xb9, 0x07, 0xef, 0x96, 0x74, 0x1a, - 0xd4, 0x83, 0x99, 0x43, 0x7e, 0x2d, 0xae, 0x28, 0x7a, 0x7e, 0x37, 0x9e, 0x49, 0x7e, 0x35, 0x7e, - 0x7a, 0x47, 0xeb, 0x24, 0x38, 0xfe, 0x0f, 0xd0, 0x0d, 0xdc, 0x4f, 0x8a, 0x8c, 0xa2, 0x4f, 0xef, - 0x84, 0x2d, 0xb6, 0x92, 0xc6, 0x67, 0x6f, 0x0a, 0x1b, 0xad, 0x7d, 0x00, 0xcb, 0x3b, 0x97, 0x34, - 0xb8, 0x3a, 0xce, 0x7c, 0x31, 0x45, 0x6b, 0x13, 0xf5, 0xb7, 0x17, 0x46, 0x7a, 0xd8, 0x78, 0xcf, - 0x2e, 0x93, 0x35, 0xcd, 0x78, 0xfa, 0x13, 0xc0, 0x38, 0xdc, 0xe8, 0x6e, 0x8c, 0x26, 0x8a, 0xb3, - 0xf1, 0xb3, 0x37, 0xc6, 0xa5, 0x04, 0xb6, 0x3f, 0xfe, 0xba, 0xd9, 0x63, 0xfa, 0x32, 0x3e, 0x37, - 0xa0, 0xcd, 0x90, 0x05, 0x52, 0x28, 0x71, 0xa1, 0x37, 0x43, 0x11, 0x6c, 0xca, 0x28, 0xd8, 0x1c, - 0x39, 0xdd, 0x74, 0x4e, 0xcf, 0x67, 0xec, 0xfe, 0x5e, 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xf3, - 0x25, 0x13, 0xb1, 0xec, 0x16, 0x00, 0x00, + // 1891 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xdf, 0x6f, 0xe3, 0xc6, + 0xf1, 0x8f, 0x74, 0xb6, 0xcf, 0x1e, 0xff, 0xb8, 0x78, 0x63, 0xfb, 0x18, 0xe5, 0xee, 0x62, 0xf0, + 0xee, 0xfb, 0xad, 0xd3, 0x5c, 0xe5, 0x40, 0x97, 0xa4, 0x4d, 0x90, 0x16, 0xf0, 0xaf, 0xb3, 0x9d, + 0xd6, 0x3e, 0x75, 0x75, 0x76, 0xd0, 0xb4, 0x80, 0xb1, 0x26, 0xd7, 0xd2, 0xc2, 0x22, 0x97, 0xdd, + 0x5d, 0x5a, 0x91, 0x5f, 0x0a, 0xf4, 0xa5, 0x79, 0xea, 0x9f, 0xd1, 0x87, 0x3e, 0xf5, 0xa1, 0x79, + 0x2b, 0xd0, 0xbe, 0xf5, 0xbf, 0xe9, 0xdf, 0x50, 0xec, 0x72, 0x29, 0x91, 0x14, 0x69, 0xe8, 0x80, + 0xeb, 0x93, 0xc4, 0x99, 0xf9, 0xcc, 0x7e, 0x76, 0x76, 0x66, 0x76, 0x48, 0x70, 0x03, 0xee, 0x5d, + 0x84, 0xdc, 0xa7, 0xa4, 0x4b, 0x43, 0x75, 0x71, 0xc3, 0x84, 0x8a, 0x49, 0x3f, 0x20, 0x5e, 0x8f, + 0x85, 0xb4, 0x19, 0x09, 0xae, 0x38, 0x5a, 0x0f, 0xb8, 0xd7, 0x1c, 0xd9, 0x34, 0x3d, 0x1e, 0x44, + 0xb1, 0xa2, 0x8d, 0x0f, 0xba, 0x9c, 0x77, 0xfb, 0x74, 0xdb, 0x18, 0x5d, 0xc6, 0x57, 0xdb, 0x34, + 0x88, 0xd4, 0x30, 0xc1, 0x34, 0x9e, 0x14, 0x95, 0x03, 0x41, 0xa2, 0x88, 0x0a, 0x69, 0xf5, 0x0f, + 0xf5, 0xba, 0x1e, 0x0f, 0x02, 0x1e, 0xda, 0x9f, 0x14, 0x98, 0x57, 0xe8, 0x95, 0x72, 0xfa, 0xc7, + 0x19, 0x7d, 0xc8, 0x15, 0xbb, 0x62, 0x1e, 0x51, 0x2c, 0x55, 0xbb, 0x7f, 0xad, 0xc1, 0xfa, 0x79, + 0xb2, 0x89, 0x93, 0x64, 0x13, 0x98, 0xfe, 0x3e, 0xa6, 0x52, 0xa1, 0xdf, 0x16, 0x15, 0x9d, 0xa1, + 0x54, 0x34, 0x90, 0x4e, 0x6d, 0xf3, 0xde, 0xd6, 0x62, 0xeb, 0xff, 0x9a, 0xa5, 0xbb, 0x6c, 0x16, + 0x9c, 0x95, 0xfb, 0x40, 0x9f, 0xc2, 0xf2, 0xab, 0x88, 0x0a, 0xc3, 0xe4, 0xf5, 0x30, 0xa2, 0x4e, + 0x7d, 0xb3, 0xb6, 0xb5, 0xd2, 0x5a, 0x31, 0x4e, 0x47, 0x1a, 0x9c, 0x37, 0x72, 0xff, 0x59, 0x83, + 0x8d, 0x22, 0x59, 0x19, 0xf1, 0x50, 0xd2, 0xff, 0x2d, 0xdb, 0x16, 0xcc, 0x61, 0x2a, 0xe3, 0xbe, + 0x32, 0x34, 0x17, 0x5b, 0x8d, 0x66, 0x72, 0x5a, 0xcd, 0xf4, 0xb4, 0x9a, 0xbb, 0x9c, 0xf7, 0xcf, + 0x49, 0x3f, 0xa6, 0xd8, 0x5a, 0xa2, 0x35, 0x98, 0x3d, 0x10, 0x82, 0x0b, 0xe7, 0xde, 0x66, 0x6d, + 0x6b, 0x01, 0x27, 0x0f, 0x6e, 0x13, 0x96, 0x3a, 0x9d, 0xa3, 0x76, 0x7c, 0xd9, 0x67, 0xde, 0x2f, + 0xe9, 0x10, 0x3d, 0x81, 0xfb, 0xd7, 0x74, 0xe8, 0x13, 0x45, 0x9c, 0x9a, 0xb6, 0xdb, 0x9d, 0xf9, + 0xfe, 0x07, 0xa7, 0x86, 0x53, 0xa1, 0x1b, 0xc2, 0xcc, 0x3e, 0x93, 0xd7, 0xa8, 0x01, 0xf3, 0x3e, + 0x93, 0xd7, 0x21, 0x09, 0x68, 0x62, 0x88, 0x47, 0xcf, 0xe8, 0x6b, 0x58, 0x0c, 0x48, 0x48, 0xba, + 0xd4, 0xd7, 0xa6, 0x96, 0xe2, 0x96, 0xd9, 0x70, 0x7e, 0x3b, 0x27, 0x63, 0xab, 0x36, 0x11, 0x24, + 0xa0, 0x8a, 0x0a, 0x89, 0xb3, 0x60, 0xb7, 0x0f, 0x4b, 0x9d, 0x1e, 0x11, 0xd4, 0x7f, 0xc9, 0xfb, + 0x3e, 0x15, 0xe8, 0x53, 0x58, 0x97, 0xe6, 0xf9, 0xca, 0x3c, 0x0b, 0x7a, 0x45, 0x05, 0x0d, 0xbd, + 0x94, 0x44, 0xb9, 0x12, 0xfd, 0x3f, 0xac, 0x74, 0x75, 0x0e, 0x05, 0x3c, 0x0e, 0x55, 0x44, 0x54, + 0xcf, 0x90, 0x5a, 0xc0, 0x05, 0xa9, 0xfb, 0xa7, 0x3a, 0xac, 0x75, 0x14, 0x17, 0xa4, 0x4b, 0xf7, + 0x78, 0x78, 0xc5, 0xba, 0x71, 0x72, 0xd8, 0xe8, 0x05, 0xcc, 0x71, 0xa9, 0x37, 0x68, 0xd6, 0x59, + 0x6c, 0x7d, 0x50, 0x71, 0x7c, 0x9a, 0x33, 0xb6, 0xa6, 0xe8, 0x0b, 0x58, 0xd0, 0x31, 0xd3, 0xff, + 0xa5, 0x53, 0x37, 0xc7, 0x7e, 0x27, 0x6e, 0x6c, 0xad, 0xb7, 0x79, 0x13, 0x24, 0x14, 0xf6, 0x78, + 0xa8, 0x08, 0x0b, 0xa9, 0x38, 0xd5, 0xb1, 0x4e, 0x0e, 0xaf, 0x5c, 0x89, 0x8e, 0x61, 0x59, 0x66, + 0x82, 0x25, 0x9d, 0x19, 0xb3, 0xe8, 0xd3, 0x8a, 0x45, 0xb3, 0x81, 0xc5, 0x79, 0xa4, 0xfb, 0x12, + 0xde, 0x3d, 0xa5, 0x6a, 0xc0, 0xc5, 0xf5, 0x71, 0xa8, 0xa8, 0xb8, 0x22, 0x1e, 0x45, 0x2d, 0x58, + 0x0b, 0x0b, 0xb2, 0xd3, 0xf1, 0xf9, 0x97, 0xea, 0xdc, 0x0b, 0x58, 0xb3, 0x7e, 0xf2, 0x01, 0x3d, + 0x04, 0x60, 0xa9, 0x61, 0x5a, 0x13, 0x3f, 0xaa, 0xe0, 0x59, 0x24, 0x82, 0x33, 0x50, 0xf7, 0x8f, + 0x35, 0x58, 0x3d, 0x93, 0x54, 0xe4, 0xdd, 0x6f, 0xc2, 0x7c, 0x2c, 0xa9, 0x18, 0xa7, 0xa7, 0xcd, + 0xe3, 0x91, 0x54, 0x5b, 0x44, 0x44, 0xca, 0x01, 0x17, 0x7e, 0x92, 0x0c, 0xa9, 0x45, 0x2a, 0x45, + 0x1f, 0x25, 0x3e, 0x94, 0xee, 0x06, 0xf7, 0x4c, 0x37, 0x58, 0x36, 0x04, 0xf5, 0x6a, 0xba, 0xfa, + 0xf1, 0x48, 0xad, 0xa3, 0x85, 0xf7, 0xdb, 0x79, 0x0a, 0x4f, 0x00, 0x7c, 0x26, 0xc9, 0x65, 0x9f, + 0xe2, 0xfd, 0xb6, 0x21, 0x31, 0x8f, 0x33, 0x12, 0x84, 0x60, 0x26, 0xe2, 0x22, 0xa9, 0xe0, 0x65, + 0x6c, 0xfe, 0xbb, 0x7f, 0xa9, 0x01, 0xfa, 0x15, 0x0b, 0xe3, 0xef, 0xf2, 0xae, 0xf6, 0xe1, 0xb1, + 0x05, 0xb6, 0x2d, 0xb9, 0x9d, 0x58, 0xf5, 0x68, 0xa8, 0x6c, 0xeb, 0xb4, 0xde, 0xef, 0x36, 0x42, + 0x5f, 0xc3, 0x7b, 0x5e, 0x9f, 0xc7, 0xfe, 0x71, 0xc8, 0xd4, 0x3e, 0x51, 0xa4, 0xc3, 0x63, 0xe1, + 0xa5, 0x8d, 0xce, 0x31, 0x5b, 0xdb, 0x9b, 0xd4, 0xe3, 0x32, 0x90, 0xfb, 0x7d, 0x1d, 0xd6, 0xbe, + 0x61, 0xa1, 0xcf, 0x07, 0x32, 0x4f, 0xf5, 0x73, 0xd8, 0xa0, 0xa1, 0x26, 0xb1, 0x13, 0x2b, 0x1e, + 0x10, 0xc5, 0xbc, 0xb3, 0xc8, 0x27, 0xca, 0x9c, 0xb1, 0xe6, 0x58, 0xa1, 0xd5, 0xfd, 0x44, 0xb1, + 0x80, 0x7e, 0xcb, 0x43, 0x6a, 0x6b, 0x73, 0xf4, 0x8c, 0x3a, 0x93, 0xd1, 0x35, 0x07, 0x52, 0x9d, + 0x31, 0x45, 0x73, 0x3c, 0x79, 0x3c, 0x87, 0x80, 0xbe, 0x61, 0x21, 0x3e, 0xc9, 0xbb, 0x9d, 0x31, + 0x6e, 0x1f, 0x1a, 0xb7, 0x93, 0x6a, 0x5c, 0x02, 0x71, 0xff, 0x3d, 0x0b, 0x8f, 0xec, 0xad, 0x10, + 0x76, 0x93, 0x06, 0x9d, 0x5f, 0xc9, 0x85, 0x25, 0xcb, 0x4b, 0x64, 0xca, 0x25, 0x27, 0x43, 0xa7, + 0xb0, 0x4c, 0xfc, 0x80, 0x85, 0x4c, 0x2a, 0x41, 0x14, 0x17, 0xb9, 0xa6, 0x39, 0xb9, 0xbf, 0x89, + 0x84, 0xc7, 0x79, 0x38, 0xfa, 0x05, 0xcc, 0xea, 0xe4, 0x94, 0xce, 0x3d, 0x53, 0x59, 0xd3, 0xfb, + 0x49, 0x60, 0xe8, 0x19, 0x80, 0x17, 0x4b, 0xc5, 0x03, 0x7d, 0xe6, 0x26, 0x2a, 0x69, 0x7d, 0x64, + 0xe4, 0x68, 0x0f, 0x20, 0x32, 0x37, 0xc7, 0x35, 0x1d, 0x4a, 0x67, 0xf6, 0xee, 0x66, 0x93, 0xb9, + 0x65, 0x70, 0x06, 0x86, 0x3e, 0xd1, 0xad, 0xd5, 0x14, 0xd9, 0x5c, 0x26, 0x13, 0x0b, 0x11, 0x35, + 0xf5, 0x66, 0xed, 0xd0, 0xaf, 0x61, 0x95, 0xcb, 0x5d, 0xce, 0x95, 0xde, 0x6d, 0x74, 0x10, 0x76, + 0x59, 0x48, 0x9d, 0xfb, 0x06, 0xfc, 0xb4, 0x0c, 0x5c, 0x30, 0xc5, 0x93, 0x68, 0xf4, 0x1b, 0x40, + 0xfd, 0x89, 0xba, 0x73, 0xe6, 0xcd, 0x21, 0x7c, 0x54, 0xb1, 0xa3, 0xc9, 0x42, 0xc5, 0x25, 0x4e, + 0xd0, 0x05, 0xac, 0x0d, 0x4a, 0x2a, 0xc5, 0x59, 0x30, 0xce, 0x3f, 0xae, 0x70, 0x5e, 0x56, 0x5c, + 0xb8, 0xd4, 0x91, 0xce, 0xe4, 0x48, 0xf0, 0xef, 0x86, 0x79, 0xf7, 0x90, 0xc9, 0xe4, 0xf6, 0x84, + 0x1a, 0x97, 0x40, 0xdc, 0xbf, 0xd7, 0x61, 0xfd, 0x88, 0x08, 0x7f, 0x40, 0xc4, 0xe4, 0xf5, 0x77, + 0x7e, 0xd2, 0x61, 0xb7, 0x49, 0xf2, 0xae, 0xd8, 0x6b, 0xac, 0x30, 0x9b, 0xb0, 0x5b, 0x9a, 0x1c, + 0x53, 0x62, 0x8a, 0x7e, 0x9e, 0xe6, 0x90, 0x01, 0x26, 0x09, 0xfd, 0xb8, 0x04, 0xb8, 0x37, 0x32, + 0xc2, 0x19, 0x00, 0xba, 0x80, 0x86, 0x3f, 0x0c, 0x49, 0xc0, 0xbc, 0x13, 0x1a, 0x70, 0x31, 0x2c, + 0xab, 0xff, 0x0f, 0x8d, 0xbb, 0xfd, 0x4a, 0x33, 0x7c, 0x87, 0x0b, 0xf4, 0x12, 0xd0, 0x4d, 0x8e, + 0xc8, 0x61, 0xfb, 0x2c, 0xbd, 0x32, 0x37, 0x4a, 0x78, 0x1e, 0xb6, 0xcf, 0x70, 0x09, 0xc2, 0xfd, + 0x0a, 0x96, 0xce, 0xe8, 0x15, 0xeb, 0x50, 0xa5, 0x53, 0x4e, 0xa2, 0xe7, 0xb0, 0x2a, 0xa9, 0x17, + 0x0b, 0xaa, 0x93, 0xec, 0xc0, 0xb4, 0x3b, 0xdf, 0x76, 0xbf, 0x49, 0x85, 0xfb, 0x43, 0x0d, 0xd6, + 0x3b, 0x5a, 0xca, 0x54, 0x81, 0xdf, 0x23, 0x58, 0x48, 0x9a, 0xe5, 0xeb, 0xf6, 0x89, 0xc5, 0x8f, + 0x05, 0xe8, 0x10, 0x96, 0xe2, 0xcc, 0xaa, 0x36, 0xbe, 0x55, 0xd5, 0x97, 0x25, 0x88, 0x73, 0x40, + 0xf4, 0x19, 0x2c, 0x49, 0xbb, 0xfe, 0xeb, 0xf1, 0x55, 0xb7, 0x6a, 0x1c, 0x75, 0x32, 0x0a, 0x9c, + 0x33, 0x73, 0xbf, 0x80, 0x65, 0xdd, 0x9c, 0xf1, 0x68, 0xc6, 0x42, 0x30, 0x93, 0x99, 0x06, 0xcd, + 0x7f, 0x3d, 0x73, 0x6a, 0x2e, 0xc9, 0xf4, 0xb3, 0x80, 0x93, 0x07, 0x77, 0x08, 0xab, 0x1a, 0x9a, + 0xdf, 0xed, 0x97, 0x30, 0x7b, 0xcb, 0xc3, 0xd1, 0x2c, 0xf0, 0xac, 0x62, 0x23, 0xb9, 0x35, 0x71, + 0x02, 0x41, 0x5b, 0xf0, 0x40, 0x2a, 0xc1, 0x3c, 0xd5, 0xee, 0x13, 0x8f, 0x06, 0x34, 0x4c, 0x6e, + 0xd5, 0x79, 0x5c, 0x14, 0xbb, 0x7f, 0x9e, 0x87, 0x95, 0xfc, 0xa9, 0x96, 0xf2, 0x5e, 0x81, 0x3a, + 0xb3, 0x63, 0x01, 0xae, 0x33, 0x1f, 0x1d, 0xc0, 0x7d, 0x99, 0x8c, 0x85, 0x36, 0xf1, 0xaa, 0xca, + 0xb6, 0x6c, 0x78, 0xc4, 0x29, 0x16, 0xed, 0x41, 0x9d, 0x4b, 0x7b, 0xc7, 0xbc, 0xa8, 0xf0, 0x70, + 0xd7, 0x55, 0x82, 0xeb, 0x5c, 0x6a, 0x2e, 0x76, 0xd2, 0x72, 0x66, 0xef, 0xe4, 0x52, 0x36, 0x77, + 0xe1, 0x14, 0x8b, 0x8e, 0x60, 0xbe, 0x67, 0x6b, 0xdd, 0x34, 0xde, 0xc5, 0xd6, 0xf3, 0x0a, 0x3f, + 0xa5, 0x2d, 0x01, 0x8f, 0xd0, 0xe8, 0x29, 0xcc, 0x49, 0x45, 0x54, 0x2c, 0x4d, 0x0f, 0x5e, 0x6c, + 0x2d, 0x26, 0xa9, 0x63, 0x44, 0xd8, 0xaa, 0xd0, 0xcf, 0xe0, 0xa1, 0x9d, 0x4e, 0x8e, 0x58, 0xb7, + 0xb7, 0x73, 0x43, 0x58, 0x9f, 0x5c, 0xb2, 0x3e, 0x53, 0x43, 0xd3, 0x65, 0xe7, 0x71, 0x95, 0x5a, + 0x97, 0x13, 0xe9, 0xf7, 0xf9, 0x80, 0xfa, 0xaf, 0x06, 0x7a, 0xd0, 0x35, 0xf9, 0xb4, 0x60, 0xf2, + 0x69, 0x52, 0x81, 0xb6, 0x01, 0x22, 0x3e, 0xa0, 0x42, 0x2f, 0x4f, 0x4d, 0x13, 0x5c, 0x69, 0x3d, + 0x48, 0x9a, 0xe0, 0x48, 0x8c, 0x33, 0x26, 0x3a, 0x0e, 0x69, 0x5e, 0x3b, 0x8b, 0x77, 0xc6, 0xa1, + 0xb4, 0x4a, 0xf1, 0x08, 0xad, 0xe3, 0xa0, 0xa7, 0x2d, 0x35, 0x74, 0x96, 0x32, 0x71, 0x38, 0x30, + 0x22, 0x6c, 0x55, 0xa8, 0x0d, 0xeb, 0xbd, 0xc2, 0x0e, 0x13, 0xaa, 0xcb, 0x86, 0x6a, 0xc3, 0x60, + 0x8e, 0xca, 0x2c, 0x70, 0x39, 0x10, 0x3d, 0x86, 0x19, 0x45, 0xba, 0xd2, 0x59, 0x31, 0x8b, 0x2e, + 0x18, 0x07, 0xaf, 0x49, 0x57, 0x62, 0x23, 0x46, 0x5f, 0x01, 0x98, 0x97, 0x9c, 0x1d, 0xbd, 0x17, + 0xe7, 0x81, 0x31, 0x7a, 0x64, 0x8c, 0x0e, 0x47, 0xe2, 0xfc, 0x8e, 0x32, 0xf6, 0xe8, 0x77, 0xb0, + 0x31, 0x7e, 0x3a, 0x0e, 0xa5, 0x22, 0xa1, 0x47, 0xcf, 0x19, 0x1d, 0x38, 0xef, 0x1a, 0x4f, 0xcf, + 0x4a, 0xfa, 0xe4, 0x84, 0x2d, 0xae, 0xf0, 0x81, 0xce, 0x61, 0xf5, 0xb6, 0xd8, 0x08, 0x9c, 0xd5, + 0x3b, 0x27, 0x9f, 0x89, 0xc6, 0x81, 0x27, 0x5d, 0xe8, 0xc9, 0x3d, 0x12, 0x8c, 0x9b, 0x33, 0x45, + 0x99, 0xc9, 0xbd, 0x6d, 0x85, 0x78, 0xa4, 0xd6, 0xed, 0xf7, 0x49, 0x9e, 0xfe, 0xf8, 0x65, 0xdf, + 0x7e, 0x77, 0x78, 0x05, 0x0f, 0xf2, 0x16, 0x6f, 0xf8, 0x0e, 0x5f, 0x44, 0xa3, 0xdd, 0xf2, 0x6f, + 0x0d, 0x8f, 0x4a, 0x62, 0x59, 0xf9, 0xe5, 0xe1, 0x1f, 0x35, 0xf8, 0xb0, 0x92, 0xb7, 0xfd, 0x04, + 0xf1, 0xd6, 0x89, 0xbf, 0xbd, 0xcf, 0x0e, 0xff, 0xa9, 0x17, 0xe9, 0xe3, 0x38, 0xdc, 0xe3, 0x41, + 0x40, 0x42, 0x3f, 0x8d, 0xfb, 0x49, 0xb1, 0x55, 0xdb, 0x77, 0xef, 0x29, 0xd9, 0x17, 0xfb, 0xfc, + 0x0e, 0xcc, 0x65, 0xde, 0x78, 0xd2, 0xb1, 0xae, 0x8a, 0x44, 0xc7, 0x13, 0x2c, 0x52, 0xf6, 0x15, + 0xc8, 0x02, 0x11, 0x83, 0xf7, 0xc7, 0x16, 0xc7, 0x61, 0x14, 0xab, 0xf1, 0x67, 0x0b, 0x3b, 0x69, + 0x7f, 0x7c, 0xa7, 0xd7, 0x3c, 0x06, 0x57, 0x7b, 0x43, 0x2e, 0x2c, 0xe0, 0x38, 0xdc, 0x91, 0x7a, + 0x42, 0xcf, 0xcd, 0xdf, 0x63, 0x31, 0xfa, 0x31, 0x2c, 0x9b, 0x87, 0xf4, 0x7d, 0xcf, 0xdc, 0x07, + 0xa9, 0x5d, 0x5e, 0xe5, 0xfe, 0xab, 0x06, 0x9b, 0xd5, 0x01, 0xb7, 0x09, 0xf3, 0x96, 0x23, 0x7e, + 0x02, 0x4b, 0xb9, 0x96, 0x31, 0x4d, 0xdc, 0x73, 0x7d, 0x23, 0x07, 0x77, 0xbf, 0x04, 0x27, 0x8f, + 0x3a, 0x1a, 0x46, 0x54, 0x9c, 0x9f, 0x07, 0xc7, 0xbe, 0x7e, 0xd9, 0xee, 0x8d, 0x9e, 0xec, 0x55, + 0x9e, 0x91, 0xb4, 0xfe, 0x36, 0x03, 0xef, 0x95, 0x74, 0x29, 0xd4, 0x85, 0xb9, 0xe3, 0xf0, 0x86, + 0x5f, 0x53, 0xf4, 0x7c, 0xba, 0x3d, 0x26, 0xb9, 0xd9, 0xf8, 0xc9, 0x94, 0xd6, 0x49, 0x60, 0xdd, + 0x77, 0xd0, 0x2d, 0xdc, 0x4f, 0x0a, 0x94, 0xa2, 0xcf, 0xa6, 0xc2, 0x16, 0xdb, 0x50, 0xe3, 0xf3, + 0x37, 0x85, 0x8d, 0xd6, 0x3e, 0x82, 0xd5, 0xbd, 0x1e, 0xf5, 0xae, 0x4f, 0x33, 0x5f, 0x5b, 0xd1, + 0xc6, 0x44, 0xed, 0x1e, 0x04, 0x91, 0x1a, 0x36, 0xde, 0x37, 0xcb, 0x64, 0x4d, 0x33, 0x9e, 0xfe, + 0x00, 0x30, 0x3e, 0x2a, 0x34, 0x1d, 0xa3, 0x89, 0xc2, 0x6e, 0xfc, 0xf4, 0x8d, 0x71, 0x23, 0x02, + 0x0c, 0x96, 0x0f, 0xa9, 0xca, 0x1c, 0xfc, 0x74, 0xa9, 0xd9, 0xd8, 0x9e, 0xca, 0x6c, 0xec, 0xd7, + 0x7d, 0x67, 0xf7, 0x93, 0x6f, 0x9b, 0x5d, 0xa6, 0x7a, 0xf1, 0xa5, 0x36, 0xde, 0x0e, 0x98, 0x27, + 0xb8, 0xe4, 0x57, 0x6a, 0x3b, 0xe0, 0xde, 0xb6, 0x88, 0xbc, 0xed, 0x91, 0xb3, 0x6d, 0xeb, 0xec, + 0x72, 0xce, 0x84, 0xf2, 0xc5, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x4d, 0xec, 0x16, 0x93, + 0x17, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1545,6 +1588,7 @@ type VirtualMachineAgentClient interface { Operate(ctx context.Context, in *VirtualMachineOperationRequest, opts ...grpc.CallOption) (*VirtualMachineOperationResponse, error) CheckNotification(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.NotificationResponse, error) RunCommand(ctx context.Context, in *VirtualMachineRunCommandRequest, opts ...grpc.CallOption) (*VirtualMachineRunCommandResponse, error) + GetHyperVVmId(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHyperVVmId, error) } type virtualMachineAgentClient struct { @@ -1591,12 +1635,22 @@ func (c *virtualMachineAgentClient) RunCommand(ctx context.Context, in *VirtualM return out, nil } +func (c *virtualMachineAgentClient) GetHyperVVmId(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHyperVVmId, error) { + out := new(VirtualMachineHyperVVmId) + err := c.cc.Invoke(ctx, "/moc.nodeagent.compute.VirtualMachineAgent/GetHyperVVmId", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // VirtualMachineAgentServer is the server API for VirtualMachineAgent service. type VirtualMachineAgentServer interface { Invoke(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) Operate(context.Context, *VirtualMachineOperationRequest) (*VirtualMachineOperationResponse, error) CheckNotification(context.Context, *empty.Empty) (*common.NotificationResponse, error) RunCommand(context.Context, *VirtualMachineRunCommandRequest) (*VirtualMachineRunCommandResponse, error) + GetHyperVVmId(context.Context, *VirtualMachine) (*VirtualMachineHyperVVmId, error) } // UnimplementedVirtualMachineAgentServer can be embedded to have forward compatible implementations. @@ -1615,6 +1669,9 @@ func (*UnimplementedVirtualMachineAgentServer) CheckNotification(ctx context.Con func (*UnimplementedVirtualMachineAgentServer) RunCommand(ctx context.Context, req *VirtualMachineRunCommandRequest) (*VirtualMachineRunCommandResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method RunCommand not implemented") } +func (*UnimplementedVirtualMachineAgentServer) GetHyperVVmId(ctx context.Context, req *VirtualMachine) (*VirtualMachineHyperVVmId, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetHyperVVmId not implemented") +} func RegisterVirtualMachineAgentServer(s *grpc.Server, srv VirtualMachineAgentServer) { s.RegisterService(&_VirtualMachineAgent_serviceDesc, srv) @@ -1692,6 +1749,24 @@ func _VirtualMachineAgent_RunCommand_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _VirtualMachineAgent_GetHyperVVmId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(VirtualMachine) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(VirtualMachineAgentServer).GetHyperVVmId(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.nodeagent.compute.VirtualMachineAgent/GetHyperVVmId", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(VirtualMachineAgentServer).GetHyperVVmId(ctx, req.(*VirtualMachine)) + } + return interceptor(ctx, in, info, handler) +} + var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ ServiceName: "moc.nodeagent.compute.VirtualMachineAgent", HandlerType: (*VirtualMachineAgentServer)(nil), @@ -1712,6 +1787,10 @@ var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ MethodName: "RunCommand", Handler: _VirtualMachineAgent_RunCommand_Handler, }, + { + MethodName: "GetHyperVVmId", + Handler: _VirtualMachineAgent_GetHyperVVmId_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "moc_nodeagent_virtualmachine.proto", diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index a2131c4a..77ed97cf 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -166,10 +166,15 @@ message VirtualMachineRunCommandResponse { VirtualMachineRunCommandInstanceView InstanceView = 2; } +message VirtualMachineHyperVVmId { + string hyperVVmId = 1; +} + service VirtualMachineAgent { rpc Invoke(VirtualMachineRequest) returns (VirtualMachineResponse) {} rpc Operate(VirtualMachineOperationRequest) returns (VirtualMachineOperationResponse) {} rpc CheckNotification(google.protobuf.Empty) returns (NotificationResponse) {} rpc RunCommand(VirtualMachineRunCommandRequest) returns (VirtualMachineRunCommandResponse) {} + rpc GetHyperVVmId(VirtualMachine) returns (VirtualMachineHyperVVmId) {} }