diff --git a/go/config/storage.pb.go b/go/config/storage.pb.go index 385ab33d..1bcde0c1 100644 --- a/go/config/storage.pb.go +++ b/go/config/storage.pb.go @@ -900,6 +900,9 @@ type ContentTree struct { // network failure, the download process can fallback to the next datastore // in the list. DsIdsList []string `protobuf:"bytes,11,rep,name=ds_ids_list,json=dsIdsList,proto3" json:"ds_ids_list,omitempty"` + // To inform the edge-node if the device receiving this content tree is + // responsible for content tree download or not. + DesignatedNodeId string `protobuf:"bytes,12,opt,name=designated_node_id,json=designatedNodeId,proto3" json:"designated_node_id,omitempty"` } func (x *ContentTree) Reset() { @@ -1011,6 +1014,13 @@ func (x *ContentTree) GetDsIdsList() []string { return nil } +func (x *ContentTree) GetDesignatedNodeId() string { + if x != nil { + return x.DesignatedNodeId + } + return "" +} + type VolumeContentOrigin struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -1416,7 +1426,7 @@ var file_config_storage_proto_rawDesc = []byte{ 0x66, 0x69, 0x67, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x73, 0x69, 0x7a, 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x73, 0x69, 0x7a, - 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x22, 0x93, 0x03, 0x0a, 0x0b, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x22, 0xc1, 0x03, 0x0a, 0x0b, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x65, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x73, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x73, 0x49, 0x64, 0x12, 0x10, @@ -1441,135 +1451,138 @@ var file_config_storage_proto_rawDesc = []byte{ 0x61, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4d, 0x65, 0x74, 0x61, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0b, 0x64, 0x73, 0x5f, 0x69, 0x64, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0b, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x09, 0x64, 0x73, 0x49, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x8f, 0x01, 0x0a, - 0x13, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x12, 0x42, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x2e, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, + 0x09, 0x52, 0x09, 0x64, 0x73, 0x49, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x12, + 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, + 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, + 0x61, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x22, 0x8f, 0x01, 0x0a, 0x13, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4f, 0x72, 0x69, 0x67, + 0x69, 0x6e, 0x12, 0x42, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x2e, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, + 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, + 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, + 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x65, 0x65, 0x49, 0x44, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x65, 0x65, 0x49, 0x44, 0x22, 0xbc, 0x03, 0x0a, + 0x06, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x42, 0x0a, 0x06, 0x6f, + 0x72, 0x69, 0x67, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6f, 0x72, + 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, + 0x74, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x52, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, + 0x4a, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, - 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x54, 0x79, - 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x64, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x65, 0x65, 0x49, - 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x65, 0x65, 0x49, 0x44, 0x22, 0xbc, - 0x03, 0x0a, 0x06, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x42, 0x0a, - 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, - 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x52, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x12, 0x4a, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, - 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x6f, 0x6c, - 0x75, 0x6d, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, - 0x6c, 0x73, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x28, 0x0a, - 0x0f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x73, 0x69, - 0x7a, 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, - 0x61, 0x78, 0x73, 0x69, 0x7a, 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, - 0x65, 0x61, 0x64, 0x6f, 0x6e, 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, - 0x65, 0x61, 0x64, 0x6f, 0x6e, 0x6c, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x65, - 0x61, 0x72, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x63, - 0x6c, 0x65, 0x61, 0x72, 0x54, 0x65, 0x78, 0x74, 0x12, 0x35, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, - 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, - 0x2c, 0x0a, 0x12, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6e, 0x6f, - 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x73, - 0x69, 0x67, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x22, 0xd3, 0x01, - 0x0a, 0x0a, 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x0a, 0x04, - 0x64, 0x69, 0x73, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6f, 0x72, 0x67, - 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, - 0x6f, 0x6e, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x04, 0x64, 0x69, 0x73, 0x6b, 0x12, 0x41, 0x0a, 0x08, 0x6f, 0x6c, 0x64, 0x5f, - 0x64, 0x69, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6f, 0x72, 0x67, - 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, - 0x6f, 0x6e, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x07, 0x6f, 0x6c, 0x64, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x46, 0x0a, 0x0b, 0x64, - 0x69, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x25, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, + 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, + 0x52, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x67, + 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x73, 0x69, 0x7a, 0x65, + 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, + 0x73, 0x69, 0x7a, 0x65, 0x62, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x6f, 0x6e, 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x6f, 0x6e, 0x6c, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, + 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x65, 0x61, 0x72, + 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x63, 0x6c, 0x65, + 0x61, 0x72, 0x54, 0x65, 0x78, 0x74, 0x12, 0x35, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, + 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x54, + 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x2c, 0x0a, + 0x12, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6e, 0x6f, 0x64, 0x65, + 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x73, 0x69, 0x67, + 0x6e, 0x61, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x22, 0xd3, 0x01, 0x0a, 0x0a, + 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x0a, 0x04, 0x64, 0x69, + 0x73, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, + 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, + 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x04, 0x64, 0x69, 0x73, 0x6b, 0x12, 0x41, 0x0a, 0x08, 0x6f, 0x6c, 0x64, 0x5f, 0x64, 0x69, + 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, + 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, + 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x07, 0x6f, 0x6c, 0x64, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x69, 0x73, + 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, + 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x22, 0xcc, 0x01, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x37, 0x0a, 0x05, 0x64, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x21, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x64, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x22, 0xcc, 0x01, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x12, 0x37, 0x0a, 0x05, 0x64, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, - 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x05, 0x64, 0x69, 0x73, 0x6b, 0x73, 0x12, 0x44, 0x0a, 0x0a, - 0x61, 0x72, 0x72, 0x61, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x25, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, - 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x41, 0x72, - 0x72, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x09, 0x61, 0x72, 0x72, 0x61, 0x79, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x3e, 0x0a, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, - 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, - 0x6b, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, - 0x65, 0x6e, 0x2a, 0x85, 0x01, 0x0a, 0x06, 0x44, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, - 0x09, 0x44, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, - 0x44, 0x73, 0x48, 0x74, 0x74, 0x70, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x73, 0x48, 0x74, - 0x74, 0x70, 0x73, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x73, 0x53, 0x33, 0x10, 0x03, 0x12, - 0x0a, 0x0a, 0x06, 0x44, 0x73, 0x53, 0x46, 0x54, 0x50, 0x10, 0x04, 0x12, 0x17, 0x0a, 0x13, 0x44, - 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, - 0x72, 0x79, 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b, 0x44, 0x73, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, - 0x6c, 0x6f, 0x62, 0x10, 0x06, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x73, 0x47, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x10, 0x07, 0x2a, 0x7d, 0x0a, 0x06, 0x46, 0x6f, - 0x72, 0x6d, 0x61, 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x6d, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, - 0x77, 0x6e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x52, 0x41, 0x57, 0x10, 0x01, 0x12, 0x08, 0x0a, - 0x04, 0x51, 0x43, 0x4f, 0x57, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x51, 0x43, 0x4f, 0x57, 0x32, - 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x56, 0x48, 0x44, 0x10, 0x04, 0x12, 0x08, 0x0a, 0x04, 0x56, - 0x4d, 0x44, 0x4b, 0x10, 0x05, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x56, 0x41, 0x10, 0x06, 0x12, 0x08, - 0x0a, 0x04, 0x56, 0x48, 0x44, 0x58, 0x10, 0x07, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, 0x4e, 0x54, - 0x41, 0x49, 0x4e, 0x45, 0x52, 0x10, 0x08, 0x12, 0x07, 0x0a, 0x03, 0x49, 0x53, 0x4f, 0x10, 0x09, - 0x12, 0x07, 0x0a, 0x03, 0x50, 0x56, 0x43, 0x10, 0x0a, 0x2a, 0x56, 0x0a, 0x06, 0x54, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x54, 0x67, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x69, 0x73, 0x6b, 0x10, 0x01, 0x12, 0x0a, 0x0a, - 0x06, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x6e, 0x69, - 0x74, 0x72, 0x64, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x61, 0x6d, 0x44, 0x69, 0x73, 0x6b, - 0x10, 0x04, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x70, 0x70, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x10, - 0x05, 0x2a, 0x49, 0x0a, 0x09, 0x44, 0x72, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, - 0x0a, 0x0c, 0x55, 0x6e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x65, 0x64, 0x10, 0x00, - 0x12, 0x09, 0x0a, 0x05, 0x43, 0x44, 0x52, 0x4f, 0x4d, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x48, - 0x44, 0x44, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x4e, 0x45, 0x54, 0x10, 0x03, 0x12, 0x0d, 0x0a, - 0x09, 0x48, 0x44, 0x44, 0x5f, 0x45, 0x4d, 0x50, 0x54, 0x59, 0x10, 0x04, 0x2a, 0x31, 0x0a, 0x15, - 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x74, - 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x0c, 0x0a, 0x08, 0x56, 0x41, 0x50, 0x5f, 0x4e, 0x4f, 0x4e, - 0x45, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x56, 0x41, 0x50, 0x5f, 0x39, 0x50, 0x10, 0x01, 0x2a, - 0x4e, 0x0a, 0x17, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x56, 0x43, - 0x4f, 0x54, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, - 0x56, 0x43, 0x4f, 0x54, 0x5f, 0x42, 0x4c, 0x41, 0x4e, 0x4b, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, - 0x56, 0x43, 0x4f, 0x54, 0x5f, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x10, 0x02, 0x2a, - 0xec, 0x01, 0x0a, 0x0e, 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x20, 0x0a, 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, - 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, - 0x45, 0x44, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, - 0x46, 0x49, 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x45, 0x56, 0x45, 0x4f, 0x53, 0x10, 0x01, - 0x12, 0x1c, 0x0a, 0x18, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, - 0x54, 0x59, 0x50, 0x45, 0x5f, 0x50, 0x45, 0x52, 0x53, 0x49, 0x53, 0x54, 0x10, 0x02, 0x12, 0x1f, - 0x0a, 0x1b, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, 0x59, - 0x50, 0x45, 0x5f, 0x5a, 0x46, 0x53, 0x5f, 0x4f, 0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x12, - 0x20, 0x0a, 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, - 0x59, 0x50, 0x45, 0x5f, 0x5a, 0x46, 0x53, 0x5f, 0x4f, 0x46, 0x46, 0x4c, 0x49, 0x4e, 0x45, 0x10, - 0x04, 0x12, 0x1e, 0x0a, 0x1a, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x50, 0x50, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x10, - 0x05, 0x12, 0x1b, 0x0a, 0x17, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x55, 0x53, 0x45, 0x44, 0x10, 0x06, 0x2a, 0xa2, - 0x01, 0x0a, 0x0e, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x20, 0x0a, 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, - 0x44, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, - 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, 0x30, 0x10, 0x01, 0x12, - 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, - 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, 0x31, 0x10, 0x02, 0x12, 0x1a, 0x0a, 0x16, 0x44, - 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, - 0x52, 0x41, 0x49, 0x44, 0x35, 0x10, 0x03, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, - 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, - 0x36, 0x10, 0x04, 0x42, 0x3d, 0x0a, 0x15, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, - 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5a, 0x24, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x66, 0x2d, 0x65, 0x64, 0x67, 0x65, - 0x2f, 0x65, 0x76, 0x65, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x66, 0x69, 0x67, 0x52, 0x05, 0x64, 0x69, 0x73, 0x6b, 0x73, 0x12, 0x44, 0x0a, 0x0a, 0x61, 0x72, + 0x72, 0x61, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, + 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, 0x65, 0x76, 0x65, 0x2e, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x41, 0x72, 0x72, 0x61, + 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x09, 0x61, 0x72, 0x72, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x3e, 0x0a, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, + 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x69, 0x73, 0x6b, 0x73, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, + 0x2a, 0x85, 0x01, 0x0a, 0x06, 0x44, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x44, + 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x73, + 0x48, 0x74, 0x74, 0x70, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x73, 0x48, 0x74, 0x74, 0x70, + 0x73, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x73, 0x53, 0x33, 0x10, 0x03, 0x12, 0x0a, 0x0a, + 0x06, 0x44, 0x73, 0x53, 0x46, 0x54, 0x50, 0x10, 0x04, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x73, 0x43, + 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, + 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b, 0x44, 0x73, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, + 0x62, 0x10, 0x06, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x73, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x10, 0x07, 0x2a, 0x7d, 0x0a, 0x06, 0x46, 0x6f, 0x72, 0x6d, + 0x61, 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x6d, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, + 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x52, 0x41, 0x57, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x51, + 0x43, 0x4f, 0x57, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x51, 0x43, 0x4f, 0x57, 0x32, 0x10, 0x03, + 0x12, 0x07, 0x0a, 0x03, 0x56, 0x48, 0x44, 0x10, 0x04, 0x12, 0x08, 0x0a, 0x04, 0x56, 0x4d, 0x44, + 0x4b, 0x10, 0x05, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x56, 0x41, 0x10, 0x06, 0x12, 0x08, 0x0a, 0x04, + 0x56, 0x48, 0x44, 0x58, 0x10, 0x07, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x49, + 0x4e, 0x45, 0x52, 0x10, 0x08, 0x12, 0x07, 0x0a, 0x03, 0x49, 0x53, 0x4f, 0x10, 0x09, 0x12, 0x07, + 0x0a, 0x03, 0x50, 0x56, 0x43, 0x10, 0x0a, 0x2a, 0x56, 0x0a, 0x06, 0x54, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x54, 0x67, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, + 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x69, 0x73, 0x6b, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4b, + 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x6e, 0x69, 0x74, 0x72, + 0x64, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x61, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x10, 0x04, + 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x70, 0x70, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x10, 0x05, 0x2a, + 0x49, 0x0a, 0x09, 0x44, 0x72, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, + 0x55, 0x6e, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x65, 0x64, 0x10, 0x00, 0x12, 0x09, + 0x0a, 0x05, 0x43, 0x44, 0x52, 0x4f, 0x4d, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x48, 0x44, 0x44, + 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x4e, 0x45, 0x54, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x48, + 0x44, 0x44, 0x5f, 0x45, 0x4d, 0x50, 0x54, 0x59, 0x10, 0x04, 0x2a, 0x31, 0x0a, 0x15, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, + 0x6f, 0x6c, 0x73, 0x12, 0x0c, 0x0a, 0x08, 0x56, 0x41, 0x50, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, + 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x56, 0x41, 0x50, 0x5f, 0x39, 0x50, 0x10, 0x01, 0x2a, 0x4e, 0x0a, + 0x17, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4f, 0x72, + 0x69, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x56, 0x43, 0x4f, 0x54, + 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x56, 0x43, + 0x4f, 0x54, 0x5f, 0x42, 0x4c, 0x41, 0x4e, 0x4b, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x56, 0x43, + 0x4f, 0x54, 0x5f, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x10, 0x02, 0x2a, 0xec, 0x01, + 0x0a, 0x0e, 0x44, 0x69, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x20, 0x0a, 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, + 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, + 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, + 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x45, 0x56, 0x45, 0x4f, 0x53, 0x10, 0x01, 0x12, 0x1c, + 0x0a, 0x18, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, 0x59, + 0x50, 0x45, 0x5f, 0x50, 0x45, 0x52, 0x53, 0x49, 0x53, 0x54, 0x10, 0x02, 0x12, 0x1f, 0x0a, 0x1b, + 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, + 0x5f, 0x5a, 0x46, 0x53, 0x5f, 0x4f, 0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x12, 0x20, 0x0a, + 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, 0x59, 0x50, + 0x45, 0x5f, 0x5a, 0x46, 0x53, 0x5f, 0x4f, 0x46, 0x46, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x04, 0x12, + 0x1e, 0x0a, 0x1a, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, + 0x59, 0x50, 0x45, 0x5f, 0x41, 0x50, 0x50, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x10, 0x05, 0x12, + 0x1b, 0x0a, 0x17, 0x44, 0x49, 0x53, 0x4b, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x5f, 0x54, + 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x55, 0x53, 0x45, 0x44, 0x10, 0x06, 0x2a, 0xa2, 0x01, 0x0a, + 0x0e, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, + 0x20, 0x0a, 0x1c, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, + 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, + 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, + 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, 0x30, 0x10, 0x01, 0x12, 0x1a, 0x0a, + 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, + 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, 0x31, 0x10, 0x02, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, + 0x4b, 0x53, 0x5f, 0x41, 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, + 0x49, 0x44, 0x35, 0x10, 0x03, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x53, 0x4b, 0x53, 0x5f, 0x41, + 0x52, 0x52, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x41, 0x49, 0x44, 0x36, 0x10, + 0x04, 0x42, 0x3d, 0x0a, 0x15, 0x6f, 0x72, 0x67, 0x2e, 0x6c, 0x66, 0x65, 0x64, 0x67, 0x65, 0x2e, + 0x65, 0x76, 0x65, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5a, 0x24, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x66, 0x2d, 0x65, 0x64, 0x67, 0x65, 0x2f, 0x65, + 0x76, 0x65, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/images/devconfig.png b/images/devconfig.png index 5f83efab..45b84c0b 100644 Binary files a/images/devconfig.png and b/images/devconfig.png differ diff --git a/images/devconfig.svg b/images/devconfig.svg index 4cff910b..c1d1cb4c 100644 --- a/images/devconfig.svg +++ b/images/devconfig.svg @@ -1,166 +1,166 @@ - - - + + protodot -org.lfedge.eve.config +org.lfedge.eve.config - -cluster_c75e6f3a3956 - - -org.lfedge.eve.common + +cluster_3f769a68ffa1 + + +baseosconfig.proto - -cluster_087a8b768833 - - -netconfig.proto + +cluster_429cba9f3291 + + +certs.proto - -cluster_a1a638239bbb - - -edgeview.proto + +cluster_f6be3002fd93 + + +auth.proto - -cluster_ed03ba9919d5 - - -devcommon.proto + +cluster_c5c9c50c31aa + + +devmodel.proto - -cluster_7b821ae9b5d1 - - -patch_envelope.proto + +cluster_c4848830929a + + +appconfig.proto - -cluster_e9cc87064d45 - - -acipherinfo.proto + +cluster_26474ec47924 + + +fw.proto - -cluster_9b89a761a621 - - -org.lfedge.eve.certs + +cluster_4d6b8f15b341 + + +evecommon.proto - -cluster_68f4fbd423a3 - - -netcmn.proto + +cluster_9c320612b589 + + +storage.proto - -cluster_c375b14772c0 - - -vm.proto + +cluster_f89bbdbe2429 + + +netinst.proto cluster_0eca8c4caf24 - -org.lfedge.eve.config + +org.lfedge.eve.config - -cluster_26474ec47924 - - -fw.proto + +cluster_9b89a761a621 + + +org.lfedge.eve.certs - -cluster_4d6b8f15b341 - - -evecommon.proto + +cluster_68f4fbd423a3 + + +netcmn.proto - -cluster_9c320612b589 - - -storage.proto + +cluster_c375b14772c0 + + +vm.proto - -cluster_f89bbdbe2429 - - -netinst.proto + +cluster_c75e6f3a3956 + + +org.lfedge.eve.common - -cluster_c4848830929a - - -appconfig.proto + +cluster_087a8b768833 + + +netconfig.proto - -cluster_3f769a68ffa1 - - -baseosconfig.proto + +cluster_a1a638239bbb + + +edgeview.proto - -cluster_429cba9f3291 - - -certs.proto + +cluster_ed03ba9919d5 + + +devcommon.proto - -cluster_f6be3002fd93 - - -auth.proto + +cluster_7b821ae9b5d1 + + +patch_envelope.proto - -cluster_c5c9c50c31aa - - -devmodel.proto + +cluster_e9cc87064d45 + + +acipherinfo.proto @@ -168,10 +168,10 @@ Node_Ja_166 - - -OSKeyTags - + + +OSKeyTags + @@ -179,10 +179,10 @@ Node_Ja_167 - - -OSVerDetails - + + +OSVerDetails + @@ -190,31 +190,31 @@ Node_Ja_168 - - -BaseOSConfig -1 -uuidandversion - -UUIDandVersion -[...] -3 -drives - -Drive -4 -activate - -bool -10 -baseOSVersion - -string -12 -volumeID - -string - + + +BaseOSConfig +1 +uuidandversion + +UUIDandVersion +[...] +3 +drives + +Drive +4 +activate + +bool +10 +baseOSVersion + +string +12 +volumeID + +string + @@ -222,34 +222,34 @@ Node_Ja_122 - - -Drive -1 -image - -Image -5 -readonly - -bool -6 -preserve - -bool -8 -drvtype - -DriveType -9 -target - -Target -10 -maxsizebytes - -int64 - + + +Drive +1 +image + +Image +5 +readonly + +bool +6 +preserve + +bool +8 +drvtype + +DriveType +9 +target + +Target +10 +maxsizebytes + +int64 + @@ -257,8 +257,8 @@ Node_Ja_168:e->Node_Ja_122:header - - + + @@ -266,18 +266,18 @@ Node_Ja_110 - - -UUIDandVersion -1 -uuid - -string -2 -version - -string - + + +UUIDandVersion +1 +uuid + +string +2 +version + +string + @@ -285,8 +285,8 @@ Node_Ja_168:e->Node_Ja_110:header - - + + @@ -294,26 +294,26 @@ Node_Ja_169 - - -BaseOS -1 -content_tree_uuid - -string -2 -retry_update - -DeviceOpsCmd -3 -activate - -bool -4 -base_os_version - -string - + + +BaseOS +1 +content_tree_uuid + +string +2 +retry_update + +DeviceOpsCmd +3 +activate + +bool +4 +base_os_version + +string + @@ -321,22 +321,22 @@ Node_Ja_111 - - -DeviceOpsCmd -2 -counter - -uint32 -3 -desiredState - -bool -4 -opsTime - -string - + + +DeviceOpsCmd +2 +counter + +uint32 +3 +desiredState + +bool +4 +opsTime + +string + @@ -344,8 +344,8 @@ Node_Ja_169:e->Node_Ja_111:header - - + + @@ -353,35 +353,35 @@ Node_Ja_202 - - -ZCert -1 -hashAlgo - -org.lfedge.eve.common.HashAlgorithm -2 -certHash - -bytes -3 -type - -ZCertType -4 -cert - -bytes -5 -attributes - -ZCertAttr -[...] -6 -meta_data_items - -ZCertMetaData - + + +ZCert +1 +hashAlgo + +org.lfedge.eve.common.HashAlgorithm +2 +certHash + +bytes +3 +type + +ZCertType +4 +cert + +bytes +5 +attributes + +ZCertAttr +[...] +6 +meta_data_items + +ZCertMetaData + @@ -389,18 +389,18 @@ Node_Ja_201 - - -ZCertMetaData -1 -type - -ZCertMetaDataType -2 -meta_data - -bytes - + + +ZCertMetaData +1 +type + +ZCertMetaDataType +2 +meta_data + +bytes + @@ -408,8 +408,8 @@ Node_Ja_202:e->Node_Ja_201:header - - + + @@ -417,18 +417,18 @@ Node_Ja_203 - - -ZCertAttr -1 -is_mutable - -bool -2 -is_tpm - -bool - + + +ZCertAttr +1 +is_mutable + +bool +2 +is_tpm + +bool + @@ -436,8 +436,8 @@ Node_Ja_202:e->Node_Ja_203:header - - + + @@ -445,43 +445,43 @@ Node_Ja_204 - - -enum -ZCertType - -CERT_TYPE_CONTROLLER_NONE - -0 - -CERT_TYPE_CONTROLLER_SIGNING - -1 - -CERT_TYPE_CONTROLLER_INTERMEDIATE - -2 - -CERT_TYPE_CONTROLLER_ECDH_EXCHANGE - -3 - -CERT_TYPE_DEVICE_ONBOARDING - -10 - -CERT_TYPE_DEVICE_RESTRICTED_SIGNING - -11 - -CERT_TYPE_DEVICE_ENDORSEMENT_RSA - -12 - -CERT_TYPE_DEVICE_ECDH_EXCHANGE - -13 - + + +enum +ZCertType + +CERT_TYPE_CONTROLLER_NONE + +0 + +CERT_TYPE_CONTROLLER_SIGNING + +1 + +CERT_TYPE_CONTROLLER_INTERMEDIATE + +2 + +CERT_TYPE_CONTROLLER_ECDH_EXCHANGE + +3 + +CERT_TYPE_DEVICE_ONBOARDING + +10 + +CERT_TYPE_DEVICE_RESTRICTED_SIGNING + +11 + +CERT_TYPE_DEVICE_ENDORSEMENT_RSA + +12 + +CERT_TYPE_DEVICE_ECDH_EXCHANGE + +13 + @@ -489,8 +489,8 @@ Node_Ja_202:e->Node_Ja_204 - - + + @@ -498,23 +498,23 @@ Node_Ja_100 - - -enum -HashAlgorithm - -HASH_ALGORITHM_INVALID - -0 - -HASH_ALGORITHM_SHA256_16BYTES - -1 - -HASH_ALGORITHM_SHA256_32BYTES - -2 - + + +enum +HashAlgorithm + +HASH_ALGORITHM_INVALID + +0 + +HASH_ALGORITHM_SHA256_16BYTES + +1 + +HASH_ALGORITHM_SHA256_32BYTES + +2 + @@ -522,8 +522,8 @@ Node_Ja_202:e->Node_Ja_100 - - + + @@ -531,19 +531,19 @@ Node_Ja_200 - - -enum -ZCertMetaDataType - -Z_CERT_META_DATA_TYPE_INVALID - -0 - -Z_CERT_META_DATA_TYPE_TPM2_PUBLIC - -1 - + + +enum +ZCertMetaDataType + +Z_CERT_META_DATA_TYPE_INVALID + +0 + +Z_CERT_META_DATA_TYPE_TPM2_PUBLIC + +1 + @@ -551,8 +551,8 @@ Node_Ja_201:e->Node_Ja_200 - - + + @@ -560,15 +560,15 @@ Node_Ja_199 - - -ZControllerCert -[...] -1 -certs - -ZCert - + + +ZControllerCert +[...] +1 +certs + +ZCert + @@ -576,8 +576,8 @@ Node_Ja_199:e->Node_Ja_202:header - - + + @@ -585,38 +585,38 @@ Node_Ja_206 - - -AuthContainer -1 -protectedPayload - -AuthBody -2 -algo - -org.lfedge.eve.common.HashAlgorithm -3 -senderCertHash - -bytes -4 -signatureHash - -bytes -5 -senderCert - -bytes -6 -cipherContext - -org.lfedge.eve.common.CipherContext -7 -cipherData - -org.lfedge.eve.common.CipherBlock - + + +AuthContainer +1 +protectedPayload + +AuthBody +2 +algo + +org.lfedge.eve.common.HashAlgorithm +3 +senderCertHash + +bytes +4 +signatureHash + +bytes +5 +senderCert + +bytes +6 +cipherContext + +org.lfedge.eve.common.CipherContext +7 +cipherData + +org.lfedge.eve.common.CipherBlock + @@ -624,14 +624,14 @@ Node_Ja_205 - - -AuthBody -1 -payload - -bytes - + + +AuthBody +1 +payload + +bytes + @@ -639,8 +639,8 @@ Node_Ja_206:e->Node_Ja_205:header - - + + @@ -648,8 +648,8 @@ Node_Ja_206:e->Node_Ja_100 - - + + @@ -657,34 +657,34 @@ Node_Ja_105 - - -CipherContext -1 -contextId - -string -2 -hashScheme - -org.lfedge.eve.common.HashAlgorithm -3 -keyExchangeScheme - -KeyExchangeScheme -4 -encryptionScheme - -EncryptionScheme -5 -deviceCertHash - -bytes -6 -controllerCertHash - -bytes - + + +CipherContext +1 +contextId + +string +2 +hashScheme + +org.lfedge.eve.common.HashAlgorithm +3 +keyExchangeScheme + +KeyExchangeScheme +4 +encryptionScheme + +EncryptionScheme +5 +deviceCertHash + +bytes +6 +controllerCertHash + +bytes + @@ -692,8 +692,8 @@ Node_Ja_206:e->Node_Ja_105:header - - + + @@ -701,26 +701,26 @@ Node_Ja_106 - - -CipherBlock -1 -cipherContextId - -string -2 -initialValue - -bytes -3 -cipherData - -bytes -4 -clearTextSha256 - -bytes - + + +CipherBlock +1 +cipherContextId + +string +2 +initialValue + +bytes +3 +cipherData + +bytes +4 +clearTextSha256 + +bytes + @@ -728,8 +728,8 @@ Node_Ja_206:e->Node_Ja_106:header - - + + @@ -737,22 +737,22 @@ Node_Ja_178 - - -MIIMonitor -1 -interval - -uint32 -2 -updelay - -uint32 -3 -downdelay - -uint32 - + + +MIIMonitor +1 +interval + +uint32 +2 +updelay + +uint32 +3 +downdelay + +uint32 + @@ -760,19 +760,19 @@ Node_Ja_179 - - -ArpMonitor -1 -interval - -uint32 -[...] -2 -ip_targets - -string - + + +ArpMonitor +1 +interval + +uint32 +[...] +2 +ip_targets + +string + @@ -780,50 +780,50 @@ Node_Ja_172 - - -PhysicalIO -1 -ptype - -org.lfedge.eve.common.PhyIoType -2 -phylabel - -string -3 -phyaddrs - -map<string, -string -> -4 -logicallabel - -string -5 -assigngrp - -string -6 -usage - -org.lfedge.eve.common.PhyIoMemberUsage -7 -usagePolicy - -PhyIOUsagePolicy -8 -cbattr - -map<string, -string -> -9 -vflist - -VfList - + + +PhysicalIO +1 +ptype + +org.lfedge.eve.common.PhyIoType +2 +phylabel + +string +3 +phyaddrs + +map<string, +string +> +4 +logicallabel + +string +5 +assigngrp + +string +6 +usage + +org.lfedge.eve.common.PhyIoMemberUsage +7 +usagePolicy + +PhyIOUsagePolicy +8 +cbattr + +map<string, +string +> +9 +vflist + +VfList + @@ -831,14 +831,14 @@ Node_Ja_171 - - -PhyIOUsagePolicy -1 -freeUplink - -bool - + + +PhyIOUsagePolicy +1 +freeUplink + +bool + @@ -846,8 +846,8 @@ Node_Ja_172:e->Node_Ja_171:header - - + + @@ -855,19 +855,19 @@ Node_Ja_173 - - -VfList -1 -vf_count - -uint32 -[...] -2 -data - -EthVF - + + +VfList +1 +vf_count + +uint32 +[...] +2 +data + +EthVF + @@ -875,8 +875,8 @@ Node_Ja_172:e->Node_Ja_173:header - - + + @@ -884,63 +884,63 @@ Node_Ja_108 - - -enum -PhyIoType - -PhyIoNoop - -0 - -PhyIoNetEth - -1 - -PhyIoUSB - -2 - -PhyIoCOM - -3 - -PhyIoAudio - -4 - -PhyIoNetWLAN - -5 - -PhyIoNetWWAN - -6 - -PhyIoHDMI - -7 - -PhyIoNVMEStorage - -9 - -PhyIoSATAStorage - -10 - -PhyIoNetEthPF - -11 - -PhyIoNetEthVF - -12 - -PhyIoOther - -255 - + + +enum +PhyIoType + +PhyIoNoop + +0 + +PhyIoNetEth + +1 + +PhyIoUSB + +2 + +PhyIoCOM + +3 + +PhyIoAudio + +4 + +PhyIoNetWLAN + +5 + +PhyIoNetWWAN + +6 + +PhyIoHDMI + +7 + +PhyIoNVMEStorage + +9 + +PhyIoSATAStorage + +10 + +PhyIoNetEthPF + +11 + +PhyIoNetEthVF + +12 + +PhyIoOther + +255 + @@ -948,8 +948,8 @@ Node_Ja_172:e->Node_Ja_108 - - + + @@ -957,35 +957,35 @@ Node_Ja_109 - - -enum -PhyIoMemberUsage - -PhyIoUsageNone - -0 - -PhyIoUsageMgmtAndApps - -1 - -PhyIoUsageShared - -2 - -PhyIoUsageDedicated - -3 - -PhyIoUsageDisabled - -4 - -PhyIoUsageMgmtOnly - -5 - + + +enum +PhyIoMemberUsage + +PhyIoUsageNone + +0 + +PhyIoUsageMgmtAndApps + +1 + +PhyIoUsageShared + +2 + +PhyIoUsageDedicated + +3 + +PhyIoUsageDisabled + +4 + +PhyIoUsageMgmtOnly + +5 + @@ -993,8 +993,8 @@ Node_Ja_172:e->Node_Ja_109 - - + + @@ -1002,26 +1002,26 @@ Node_Ja_174 - - -VlanAdapter -1 -logicallabel - -string -2 -interface_name - -string -3 -lower_layer_name - -string -4 -vlan_id - -uint32 - + + +VlanAdapter +1 +logicallabel + +string +2 +interface_name + +string +3 +lower_layer_name + +string +4 +vlan_id + +uint32 + @@ -1029,42 +1029,42 @@ Node_Ja_170 - - -SystemAdapter -1 -name - -string -2 -freeUplink - -bool -3 -uplink - -bool -4 -networkUUID - -string -5 -addr - -string -7 -alias - -string -8 -lowerLayerName - -string -9 -cost - -uint32 - + + +SystemAdapter +1 +name + +string +2 +freeUplink + +bool +3 +uplink + +bool +4 +networkUUID + +string +5 +addr + +string +7 +alias + +string +8 +lowerLayerName + +string +9 +cost + +uint32 + @@ -1072,44 +1072,44 @@ Node_Ja_177 - - -BondAdapter -1 -logicallabel - -string -2 -interface_name - -string -[...] -3 -lower_layer_names - -string -4 -bond_mode - -BondMode - -monitoring - -5 -mii - -MIIMonitor - -6 -arp - -ArpMonitor - -8 -lacp_rate - -LacpRate - + + +BondAdapter +1 +logicallabel + +string +2 +interface_name + +string +[...] +3 +lower_layer_names + +string +4 +bond_mode + +BondMode + +monitoring + +5 +mii + +MIIMonitor + +6 +arp + +ArpMonitor + +8 +lacp_rate + +LacpRate + @@ -1117,8 +1117,8 @@ Node_Ja_177:e->Node_Ja_178:header - - + + @@ -1126,8 +1126,8 @@ Node_Ja_177:e->Node_Ja_179:header - - + + @@ -1135,43 +1135,43 @@ Node_Ja_175 - - -enum -BondMode - -BOND_MODE_UNSPECIFIED - -0 - -BOND_MODE_BALANCE_RR - -1 - -BOND_MODE_ACTIVE_BACKUP - -2 - -BOND_MODE_BALANCE_XOR - -3 - -BOND_MODE_BROADCAST - -4 - -BOND_MODE_802_3AD - -5 - -BOND_MODE_BALANCE_TLB - -6 - -BOND_MODE_BALANCE_ALB - -7 - + + +enum +BondMode + +BOND_MODE_UNSPECIFIED + +0 + +BOND_MODE_BALANCE_RR + +1 + +BOND_MODE_ACTIVE_BACKUP + +2 + +BOND_MODE_BALANCE_XOR + +3 + +BOND_MODE_BROADCAST + +4 + +BOND_MODE_802_3AD + +5 + +BOND_MODE_BALANCE_TLB + +6 + +BOND_MODE_BALANCE_ALB + +7 + @@ -1179,8 +1179,8 @@ Node_Ja_177:e->Node_Ja_175 - - + + @@ -1188,23 +1188,23 @@ Node_Ja_176 - - -enum -LacpRate - -LACP_RATE_UNSPECIFIED - -0 - -LACP_RATE_SLOW - -1 - -LACP_RATE_FAST - -2 - + + +enum +LacpRate + +LACP_RATE_UNSPECIFIED + +0 + +LACP_RATE_SLOW + +1 + +LACP_RATE_FAST + +2 + @@ -1212,8 +1212,8 @@ Node_Ja_177:e->Node_Ja_176 - - + + @@ -1221,22 +1221,22 @@ Node_Ja_114 - - -EthVF -1 -index - -uint32 -2 -mac - -string -3 -vlan_id - -uint32 - + + +EthVF +1 +index + +uint32 +2 +mac + +string +3 +vlan_id + +uint32 + @@ -1244,8 +1244,8 @@ Node_Ja_173:e->Node_Ja_114:header - - + + @@ -1253,168 +1253,168 @@ Node_Ja_208 - - -EdgeDevConfig -1 -id - -UUIDandVersion -[...] -4 -apps - -AppInstanceConfig -[...] -5 -networks - -NetworkConfig -[...] -6 -datastores - -DatastoreConfig -[...] -8 -base - -BaseOSConfig -9 -reboot - -DeviceOpsCmd -10 -backup - -DeviceOpsCmd -[...] -11 -configItems - -ConfigItem -[...] -12 -systemAdapterList - -SystemAdapter -[...] -13 -deviceIoList - -PhysicalIO -14 -manufacturer - -string -15 -productName - -string -[...] -16 -networkInstances - -NetworkInstanceConfig -[...] -19 -cipherContexts - -org.lfedge.eve.common.CipherContext -[...] -20 -contentInfo - -ContentTree -[...] -21 -volumes - -Volume -22 -controllercert_confighash - -string -24 -maintenance_mode - -bool -25 -controller_epoch - -int64 -26 -baseos - -BaseOS -27 -global_profile - -string -28 -local_profile_server - -string -29 -profile_server_token - -string -[...] -30 -vlans - -VlanAdapter -[...] -31 -bonds - -BondAdapter -32 -edgeview - -EdgeViewConfig -33 -disks - -DisksConfig -34 -shutdown - -DeviceOpsCmd -35 -device_name - -string -36 -project_name - -string -37 -project_id - -string -38 -enterprise_name - -string -39 -enterprise_id - -string -40 -config_timestamp - -google.protobuf.Timestamp -41 -loc_config - -LOCConfig -[...] -42 -patchEnvelopes - -EvePatchEnvelope - + + +EdgeDevConfig +1 +id + +UUIDandVersion +[...] +4 +apps + +AppInstanceConfig +[...] +5 +networks + +NetworkConfig +[...] +6 +datastores + +DatastoreConfig +[...] +8 +base + +BaseOSConfig +9 +reboot + +DeviceOpsCmd +10 +backup + +DeviceOpsCmd +[...] +11 +configItems + +ConfigItem +[...] +12 +systemAdapterList + +SystemAdapter +[...] +13 +deviceIoList + +PhysicalIO +14 +manufacturer + +string +15 +productName + +string +[...] +16 +networkInstances + +NetworkInstanceConfig +[...] +19 +cipherContexts + +org.lfedge.eve.common.CipherContext +[...] +20 +contentInfo + +ContentTree +[...] +21 +volumes + +Volume +22 +controllercert_confighash + +string +24 +maintenance_mode + +bool +25 +controller_epoch + +int64 +26 +baseos + +BaseOS +27 +global_profile + +string +28 +local_profile_server + +string +29 +profile_server_token + +string +[...] +30 +vlans + +VlanAdapter +[...] +31 +bonds + +BondAdapter +32 +edgeview + +EdgeViewConfig +33 +disks + +DisksConfig +34 +shutdown + +DeviceOpsCmd +35 +device_name + +string +36 +project_name + +string +37 +project_id + +string +38 +enterprise_name + +string +39 +enterprise_id + +string +40 +config_timestamp + +google.protobuf.Timestamp +41 +loc_config + +LOCConfig +[...] +42 +patchEnvelopes + +EvePatchEnvelope + @@ -1422,8 +1422,8 @@ Node_Ja_208:e->Node_Ja_168:header - - + + @@ -1431,8 +1431,8 @@ Node_Ja_208:e->Node_Ja_169:header - - + + @@ -1440,8 +1440,8 @@ Node_Ja_208:e->Node_Ja_172:header - - + + @@ -1449,8 +1449,8 @@ Node_Ja_208:e->Node_Ja_174:header - - + + @@ -1458,8 +1458,8 @@ Node_Ja_208:e->Node_Ja_170:header - - + + @@ -1467,8 +1467,8 @@ Node_Ja_208:e->Node_Ja_177:header - - + + @@ -1476,14 +1476,14 @@ Node_Ja_207 - - -LOCConfig -1 -loc_url - -string - + + +LOCConfig +1 +loc_url + +string + @@ -1491,8 +1491,8 @@ Node_Ja_208:e->Node_Ja_207:header - - + + @@ -1500,99 +1500,99 @@ Node_Ja_163 - - -AppInstanceConfig -1 -uuidandversion - -UUIDandVersion -2 -displayname - -string -3 -fixedresources - -VmConfig -[...] -4 -drives - -Drive -5 -activate - -bool -[...] -6 -interfaces - -NetworkAdapter -[...] -7 -adapters - -Adapter -9 -restart - -InstanceOpsCmd -10 -purge - -InstanceOpsCmd -11 -userData - -string -12 -remoteConsole - -bool -13 -cipherData - -org.lfedge.eve.common.CipherBlock -15 -collectStatsIPAddr - -string -[...] -16 -volumeRefList - -VolumeRef -17 -metaDataType - -MetaDataType -[...] -18 -profile_list - -string -19 -start_delay_in_seconds - -uint32 -20 -service - -bool -21 -cloud_init_version - -uint32 -22 -snapshot - -SnapshotConfig -23 -patchRef - -PatchEnvelopeRef - + + +AppInstanceConfig +1 +uuidandversion + +UUIDandVersion +2 +displayname + +string +3 +fixedresources + +VmConfig +[...] +4 +drives + +Drive +5 +activate + +bool +[...] +6 +interfaces + +NetworkAdapter +[...] +7 +adapters + +Adapter +9 +restart + +InstanceOpsCmd +10 +purge + +InstanceOpsCmd +11 +userData + +string +12 +remoteConsole + +bool +13 +cipherData + +org.lfedge.eve.common.CipherBlock +15 +collectStatsIPAddr + +string +[...] +16 +volumeRefList + +VolumeRef +17 +metaDataType + +MetaDataType +[...] +18 +profile_list + +string +19 +start_delay_in_seconds + +uint32 +20 +service + +bool +21 +cloud_init_version + +uint32 +22 +snapshot + +SnapshotConfig +23 +patchRef + +PatchEnvelopeRef + @@ -1600,8 +1600,8 @@ Node_Ja_208:e->Node_Ja_163:header - - + + @@ -1609,24 +1609,24 @@ Node_Ja_131 - - -DisksConfig -[...] -1 -disks - -DiskConfig -2 -array_type - -DisksArrayType -[...] -3 -children - -DisksConfig - + + +DisksConfig +[...] +1 +disks + +DiskConfig +2 +array_type + +DisksArrayType +[...] +3 +children + +DisksConfig + @@ -1634,8 +1634,8 @@ Node_Ja_208:e->Node_Ja_131:header - - + + @@ -1643,55 +1643,55 @@ Node_Ja_123 - - -ContentTree -1 -uuid - -string -2 -dsId - -string -3 -URL - -string -4 -iformat - -Format -5 -sha256 - -string -6 -maxSizeBytes - -uint64 -7 -siginfo - -SignatureInfo -8 -displayName - -string -9 -generation_count - -int64 -10 -custom_meta_data - -string -[...] -11 -ds_ids_list - -string - + + +ContentTree +1 +uuid + +string +2 +dsId + +string +3 +URL + +string +4 +iformat + +Format +5 +sha256 + +string +6 +maxSizeBytes + +uint64 +7 +siginfo + +SignatureInfo +8 +displayName + +string +9 +generation_count + +int64 +10 +custom_meta_data + +string +[...] +11 +ds_ids_list + +string + @@ -1699,8 +1699,8 @@ Node_Ja_208:e->Node_Ja_123:header - - + + @@ -1708,47 +1708,47 @@ Node_Ja_127 - - -Volume -1 -uuid - -string -2 -origin - -VolumeContentOrigin -[...] -3 -protocols - -VolumeAccessProtocols -4 -generationCount - -int64 -5 -maxsizebytes - -int64 -6 -readonly - -bool -7 -displayName - -string -8 -clear_text - -bool -9 -target - -Target - + + +Volume +1 +uuid + +string +2 +origin + +VolumeContentOrigin +[...] +3 +protocols + +VolumeAccessProtocols +4 +generationCount + +int64 +5 +maxsizebytes + +int64 +6 +readonly + +bool +7 +displayName + +string +8 +clear_text + +bool +9 +target + +Target + @@ -1756,8 +1756,8 @@ Node_Ja_208:e->Node_Ja_127:header - - + + @@ -1765,47 +1765,47 @@ Node_Ja_117 - - -DatastoreConfig -100 -id - -string -1 -dType - -DsType -2 -fqdn - -string -3 -apiKey - -string -4 -password - -string -5 -dpath - -string -6 -region - -string -7 -cipherData - -org.lfedge.eve.common.CipherBlock -[...] -8 -dsCertPEM - -bytes - + + +DatastoreConfig +100 +id + +string +1 +dType + +DsType +2 +fqdn + +string +3 +apiKey + +string +4 +password + +string +5 +dpath + +string +6 +region + +string +7 +cipherData + +org.lfedge.eve.common.CipherBlock +[...] +8 +dsCertPEM + +bytes + @@ -1813,8 +1813,8 @@ Node_Ja_208:e->Node_Ja_117:header - - + + @@ -1822,47 +1822,47 @@ Node_Ja_187 - - -NetworkInstanceConfig -1 -uuidandversion - -UUIDandVersion -2 -displayname - -string -4 -instType - -ZNetworkInstType -5 -activate - -bool -20 -port - -Adapter -30 -cfg - -NetworkInstanceOpaqueConfig -39 -ipType - -AddressType -40 -ip - -ipspec -[...] -41 -dns - -ZnetStaticDNSEntry - + + +NetworkInstanceConfig +1 +uuidandversion + +UUIDandVersion +2 +displayname + +string +4 +instType + +ZNetworkInstType +5 +activate + +bool +20 +port + +Adapter +30 +cfg + +NetworkInstanceOpaqueConfig +39 +ipType + +AddressType +40 +ip + +ipspec +[...] +41 +dns + +ZnetStaticDNSEntry + @@ -1870,8 +1870,8 @@ Node_Ja_208:e->Node_Ja_187:header - - + + @@ -1879,35 +1879,35 @@ Node_Ja_149 - - -NetworkConfig -1 -id - -string -5 -type - -NetworkType -6 -ip - -ipspec -[...] -7 -dns - -ZnetStaticDNSEntry -8 -entProxy - -ProxyConfig -10 -wireless - -WirelessConfig - + + +NetworkConfig +1 +id + +string +5 +type + +NetworkType +6 +ip + +ipspec +[...] +7 +dns + +ZnetStaticDNSEntry +8 +entProxy + +ProxyConfig +10 +wireless + +WirelessConfig + @@ -1915,8 +1915,8 @@ Node_Ja_208:e->Node_Ja_149:header - - + + @@ -1924,35 +1924,35 @@ Node_Ja_188 - - -EdgeViewConfig -1 -token - -string -[...] -2 -disp_cert_pem - -bytes -3 -dev_policy - -DevDebugAccessPolicy -4 -app_policy - -AppDebugAccessPolicy -5 -ext_policy - -ExternalEndPointPolicy -6 -generation_id - -uint32 - + + +EdgeViewConfig +1 +token + +string +[...] +2 +disp_cert_pem + +bytes +3 +dev_policy + +DevDebugAccessPolicy +4 +app_policy + +AppDebugAccessPolicy +5 +ext_policy + +ExternalEndPointPolicy +6 +generation_id + +uint32 + @@ -1960,8 +1960,8 @@ Node_Ja_208:e->Node_Ja_188:header - - + + @@ -1969,8 +1969,8 @@ Node_Ja_208:e->Node_Ja_111:header - - + + @@ -1978,8 +1978,8 @@ Node_Ja_208:e->Node_Ja_111:header - - + + @@ -1987,8 +1987,8 @@ Node_Ja_208:e->Node_Ja_111:header - - + + @@ -1996,8 +1996,8 @@ Node_Ja_208:e->Node_Ja_110:header - - + + @@ -2005,18 +2005,18 @@ Node_Ja_112 - - -ConfigItem -1 -key - -string -2 -value - -string - + + +ConfigItem +1 +key + +string +2 +value + +string + @@ -2024,8 +2024,8 @@ Node_Ja_208:e->Node_Ja_112:header - - + + @@ -2033,40 +2033,40 @@ Node_Ja_197 - - -EvePatchEnvelope -1 -displayName - -string -2 -uuid - -string -3 -version - -string -4 -action - -EvePatchEnvelopeAction -[...] -5 -artifacts - -EveBinaryArtifact -[...] -6 -appInstIdsAllowed - -string -7 -createTime - -google.protobuf.Timestamp - + + +EvePatchEnvelope +1 +displayName + +string +2 +uuid + +string +3 +version + +string +4 +action + +EvePatchEnvelopeAction +[...] +5 +artifacts + +EveBinaryArtifact +[...] +6 +appInstIdsAllowed + +string +7 +createTime + +google.protobuf.Timestamp + @@ -2074,8 +2074,8 @@ Node_Ja_208:e->Node_Ja_197:header - - + + @@ -2083,12 +2083,12 @@ Node_Ja_198 - - -google.protobuf.Timestamp - -this type is missing - + + +google.protobuf.Timestamp + +this type is missing + @@ -2096,8 +2096,8 @@ Node_Ja_208:e->Node_Ja_198 - - + + @@ -2105,8 +2105,8 @@ Node_Ja_208:e->Node_Ja_105:header - - + + @@ -2114,19 +2114,19 @@ Node_Ja_211 - - -BootstrapConfig -1 -signed_config - -org.lfedge.eve.auth.AuthContainer -[...] -2 -controller_certs - -org.lfedge.eve.certs.ZCert - + + +BootstrapConfig +1 +signed_config + +org.lfedge.eve.auth.AuthContainer +[...] +2 +controller_certs + +org.lfedge.eve.certs.ZCert + @@ -2134,8 +2134,8 @@ Node_Ja_211:e->Node_Ja_202:header - - + + @@ -2143,8 +2143,8 @@ Node_Ja_211:e->Node_Ja_206:header - - + + @@ -2152,18 +2152,18 @@ Node_Ja_210 - - -ConfigResponse -1 -config - -EdgeDevConfig -2 -configHash - -string - + + +ConfigResponse +1 +config + +EdgeDevConfig +2 +configHash + +string + @@ -2171,8 +2171,8 @@ Node_Ja_210:e->Node_Ja_208:header - - + + @@ -2180,18 +2180,18 @@ Node_Ja_209 - - -ConfigRequest -1 -configHash - -string -2 -integrity_token - -bytes - + + +ConfigRequest +1 +configHash + +string +2 +integrity_token + +bytes + @@ -2199,22 +2199,22 @@ Node_Ja_165 - - -VolumeRef -1 -uuid - -string -2 -generationCount - -int64 -3 -mount_dir - -string - + + +VolumeRef +1 +uuid + +string +2 +generationCount + +int64 +3 +mount_dir + +string + @@ -2222,8 +2222,8 @@ Node_Ja_163:e->Node_Ja_165:header - - + + @@ -2231,27 +2231,27 @@ Node_Ja_162 - - -SnapshotConfig -1 -active_snapshot - -string -2 -rollback_cmd - -InstanceOpsCmd -3 -max_snapshots - -uint32 -[...] -4 -snapshots - -SnapshotDesc - + + +SnapshotConfig +1 +active_snapshot + +string +2 +rollback_cmd + +InstanceOpsCmd +3 +max_snapshots + +uint32 +[...] +4 +snapshots + +SnapshotDesc + @@ -2259,8 +2259,8 @@ Node_Ja_163:e->Node_Ja_162:header - - + + @@ -2268,18 +2268,18 @@ Node_Ja_164 - - -PatchEnvelopeRef -23 -name - -string -24 -id - -string - + + +PatchEnvelopeRef +23 +name + +string +24 +id + +string + @@ -2287,8 +2287,8 @@ Node_Ja_163:e->Node_Ja_164:header - - + + @@ -2296,18 +2296,18 @@ Node_Ja_158 - - -InstanceOpsCmd -2 -counter - -uint32 -4 -opsTime - -string - + + +InstanceOpsCmd +2 +counter + +uint32 +4 +opsTime + +string + @@ -2315,8 +2315,8 @@ Node_Ja_163:e->Node_Ja_158:header - - + + @@ -2324,8 +2324,8 @@ Node_Ja_163:e->Node_Ja_158:header - - + + @@ -2333,8 +2333,8 @@ Node_Ja_163:e->Node_Ja_122:header - - + + @@ -2342,27 +2342,27 @@ Node_Ja_159 - - -enum -MetaDataType - -MetaDataDrive - -0 - -MetaDataNone - -1 - -MetaDataOpenStack - -2 - -MetaDataDriveMultipart - -3 - + + +enum +MetaDataType + +MetaDataDrive + +0 + +MetaDataNone + +1 + +MetaDataOpenStack + +2 + +MetaDataDriveMultipart + +3 + @@ -2370,8 +2370,8 @@ Node_Ja_163:e->Node_Ja_159 - - + + @@ -2379,97 +2379,97 @@ Node_Ja_133 - - -VmConfig -1 -kernel - -string -2 -ramdisk - -string -3 -memory - -uint32 -4 -maxmem - -uint32 -5 -vcpus - -uint32 -6 -maxcpus - -uint32 -7 -rootdev - -string -8 -extraargs - -string -9 -bootloader - -string -10 -cpus - -string -11 -devicetree - -string -[...] -12 -dtdev - -string -[...] -13 -irqs - -uint32 -[...] -14 -iomem - -string -15 -virtualizationMode - -VmMode -16 -enableVnc - -bool -17 -vncDisplay - -uint32 -18 -vncPasswd - -string -19 -disableLogs - -bool -20 -pin_cpu - -bool -21 -vmm_maxmem - -uint32 - + + +VmConfig +1 +kernel + +string +2 +ramdisk + +string +3 +memory + +uint32 +4 +maxmem + +uint32 +5 +vcpus + +uint32 +6 +maxcpus + +uint32 +7 +rootdev + +string +8 +extraargs + +string +9 +bootloader + +string +10 +cpus + +string +11 +devicetree + +string +[...] +12 +dtdev + +string +[...] +13 +irqs + +uint32 +[...] +14 +iomem + +string +15 +virtualizationMode + +VmMode +16 +enableVnc + +bool +17 +vncDisplay + +uint32 +18 +vncPasswd + +string +19 +disableLogs + +bool +20 +pin_cpu + +bool +21 +vmm_maxmem + +uint32 + @@ -2477,8 +2477,8 @@ Node_Ja_163:e->Node_Ja_133:header - - + + @@ -2486,55 +2486,55 @@ Node_Ja_150 - - -NetworkAdapter -1 -name - -string -3 -networkId - -string -4 -addr - -string -5 -hostname - -string -10 -cryptoEid - -string -6 -lispsignature - -string -7 -pemcert - -bytes -8 -pemprivatekey - -bytes -9 -macAddress - -string -[...] -40 -acls - -ACE -41 -access_vlan_id - -uint32 - + + +NetworkAdapter +1 +name + +string +3 +networkId + +string +4 +addr + +string +5 +hostname + +string +10 +cryptoEid + +string +6 +lispsignature + +string +7 +pemcert + +bytes +8 +pemprivatekey + +bytes +9 +macAddress + +string +[...] +40 +acls + +ACE +41 +access_vlan_id + +uint32 + @@ -2542,8 +2542,8 @@ Node_Ja_163:e->Node_Ja_150:header - - + + @@ -2551,8 +2551,8 @@ Node_Ja_163:e->Node_Ja_110:header - - + + @@ -2560,22 +2560,22 @@ Node_Ja_113 - - -Adapter -1 -type - -org.lfedge.eve.common.PhyIoType -2 -name - -string -3 -eth_vf - -EthVF - + + +Adapter +1 +type + +org.lfedge.eve.common.PhyIoType +2 +name + +string +3 +eth_vf + +EthVF + @@ -2583,8 +2583,8 @@ Node_Ja_163:e->Node_Ja_113:header - - + + @@ -2592,8 +2592,8 @@ Node_Ja_163:e->Node_Ja_106:header - - + + @@ -2601,18 +2601,18 @@ Node_Ja_161 - - -SnapshotDesc -1 -id - -string -2 -type - -SnapshotType - + + +SnapshotDesc +1 +id + +string +2 +type + +SnapshotType + @@ -2620,8 +2620,8 @@ Node_Ja_162:e->Node_Ja_161:header - - + + @@ -2629,8 +2629,8 @@ Node_Ja_162:e->Node_Ja_158:header - - + + @@ -2638,19 +2638,19 @@ Node_Ja_160 - - -enum -SnapshotType - -SNAPSHOT_TYPE_UNSPECIFIED - -0 - -SNAPSHOT_TYPE_APP_UPDATE - -1 - + + +enum +SnapshotType + +SNAPSHOT_TYPE_UNSPECIFIED + +0 + +SNAPSHOT_TYPE_APP_UPDATE + +1 + @@ -2658,8 +2658,8 @@ Node_Ja_161:e->Node_Ja_160 - - + + @@ -2667,18 +2667,18 @@ Node_Ja_134 - - -ACEMatch -1 -type - -string -2 -value - -string - + + +ACEMatch +1 +type + +string +2 +value + +string + @@ -2686,32 +2686,32 @@ Node_Ja_137 - - -ACE -[...] -1 -matches - -ACEMatch -[...] -2 -actions - -ACEAction -3 -name - -string -4 -id - -int32 -5 -dir - -ACEDirection - + + +ACE +[...] +1 +matches + +ACEMatch +[...] +2 +actions + +ACEAction +3 +name + +string +4 +id + +int32 +5 +dir + +ACEDirection + @@ -2719,8 +2719,8 @@ Node_Ja_137:e->Node_Ja_134:header - - + + @@ -2728,38 +2728,38 @@ Node_Ja_135 - - -ACEAction -1 -drop - -bool -2 -limit - -bool -3 -limitrate - -uint32 -4 -limitunit - -string -5 -limitburst - -uint32 -6 -portmap - -bool -7 -appPort - -uint32 - + + +ACEAction +1 +drop + +bool +2 +limit + +bool +3 +limitrate + +uint32 +4 +limitunit + +string +5 +limitburst + +uint32 +6 +portmap + +bool +7 +appPort + +uint32 + @@ -2767,8 +2767,8 @@ Node_Ja_137:e->Node_Ja_135:header - - + + @@ -2776,23 +2776,23 @@ Node_Ja_136 - - -enum -ACEDirection - -BOTH - -0 - -INGRESS - -1 - -EGRESS - -2 - + + +enum +ACEDirection + +BOTH + +0 + +INGRESS + +1 + +EGRESS + +2 + @@ -2800,8 +2800,8 @@ Node_Ja_137:e->Node_Ja_136 - - + + @@ -2809,22 +2809,22 @@ Node_Ja_101 - - -DiskDescription -1 -name - -string -2 -logical_name - -string -3 -serial - -string - + + +DiskDescription +1 +name + +string +2 +logical_name + +string +3 +serial + +string + @@ -2832,22 +2832,22 @@ Node_Ja_115 - - -SignatureInfo -1 -intercertsurl - -string -2 -signercerturl - -string -3 -signature - -bytes - + + +SignatureInfo +1 +intercertsurl + +string +2 +signercerturl + +string +3 +signature + +bytes + @@ -2855,8 +2855,8 @@ Node_Ja_131:e->Node_Ja_131:header - - + + @@ -2864,22 +2864,22 @@ Node_Ja_129 - - -DiskConfig -1 -disk - -org.lfedge.eve.common.DiskDescription -2 -old_disk - -org.lfedge.eve.common.DiskDescription -3 -disk_config - -DiskConfigType - + + +DiskConfig +1 +disk + +org.lfedge.eve.common.DiskDescription +2 +old_disk + +org.lfedge.eve.common.DiskDescription +3 +disk_config + +DiskConfigType + @@ -2887,8 +2887,8 @@ Node_Ja_131:e->Node_Ja_129:header - - + + @@ -2896,31 +2896,31 @@ Node_Ja_130 - - -enum -DisksArrayType - -DISKS_ARRAY_TYPE_UNSPECIFIED - -0 - -DISKS_ARRAY_TYPE_RAID0 - -1 - -DISKS_ARRAY_TYPE_RAID1 - -2 - -DISKS_ARRAY_TYPE_RAID5 - -3 - -DISKS_ARRAY_TYPE_RAID6 - -4 - + + +enum +DisksArrayType + +DISKS_ARRAY_TYPE_UNSPECIFIED + +0 + +DISKS_ARRAY_TYPE_RAID0 + +1 + +DISKS_ARRAY_TYPE_RAID1 + +2 + +DISKS_ARRAY_TYPE_RAID5 + +3 + +DISKS_ARRAY_TYPE_RAID6 + +4 + @@ -2928,8 +2928,8 @@ Node_Ja_131:e->Node_Ja_130 - - + + @@ -2937,38 +2937,38 @@ Node_Ja_119 - - -Image -1 -uuidandversion - -UUIDandVersion -2 -name - -string -3 -sha256 - -string -4 -iformat - -Format -5 -siginfo - -SignatureInfo -6 -dsId - -string -8 -sizeBytes - -int64 - + + +Image +1 +uuidandversion + +UUIDandVersion +2 +name + +string +3 +sha256 + +string +4 +iformat + +Format +5 +siginfo + +SignatureInfo +6 +dsId + +string +8 +sizeBytes + +int64 + @@ -2976,8 +2976,8 @@ Node_Ja_119:e->Node_Ja_115:header - - + + @@ -2985,55 +2985,55 @@ Node_Ja_118 - - -enum -Format - -FmtUnknown - -0 - -RAW - -1 - -QCOW - -2 - -QCOW2 - -3 - -VHD - -4 - -VMDK - -5 - -OVA - -6 - -VHDX - -7 - -CONTAINER - -8 - -ISO - -9 - -PVC - -10 - + + +enum +Format + +FmtUnknown + +0 + +RAW + +1 + +QCOW + +2 + +QCOW2 + +3 + +VHD + +4 + +VMDK + +5 + +OVA + +6 + +VHDX + +7 + +CONTAINER + +8 + +ISO + +9 + +PVC + +10 + @@ -3041,8 +3041,8 @@ Node_Ja_119:e->Node_Ja_118 - - + + @@ -3050,8 +3050,8 @@ Node_Ja_119:e->Node_Ja_110:header - - + + @@ -3059,8 +3059,8 @@ Node_Ja_123:e->Node_Ja_115:header - - + + @@ -3068,8 +3068,8 @@ Node_Ja_123:e->Node_Ja_118 - - + + @@ -3077,8 +3077,8 @@ Node_Ja_122:e->Node_Ja_119:header - - + + @@ -3086,31 +3086,31 @@ Node_Ja_121 - - -enum -DriveType - -Unclassified - -0 - -CDROM - -1 - -HDD - -2 - -NET - -3 - -HDD_EMPTY - -4 - + + +enum +DriveType + +Unclassified + +0 + +CDROM + +1 + +HDD + +2 + +NET + +3 + +HDD_EMPTY + +4 + @@ -3118,8 +3118,8 @@ Node_Ja_122:e->Node_Ja_121 - - + + @@ -3127,35 +3127,35 @@ Node_Ja_120 - - -enum -Target - -TgtUnknown - -0 - -Disk - -1 - -Kernel - -2 - -Initrd - -3 - -RamDisk - -4 - -AppCustom - -5 - + + +enum +Target + +TgtUnknown + +0 + +Disk + +1 + +Kernel + +2 + +Initrd + +3 + +RamDisk + +4 + +AppCustom + +5 + @@ -3163,8 +3163,8 @@ Node_Ja_122:e->Node_Ja_120 - - + + @@ -3172,18 +3172,18 @@ Node_Ja_126 - - -VolumeContentOrigin -1 -type - -VolumeContentOriginType -2 -downloadContentTreeID - -string - + + +VolumeContentOrigin +1 +type + +VolumeContentOriginType +2 +downloadContentTreeID + +string + @@ -3191,8 +3191,8 @@ Node_Ja_127:e->Node_Ja_126:header - - + + @@ -3200,19 +3200,19 @@ Node_Ja_124 - - -enum -VolumeAccessProtocols - -VAP_NONE - -0 - -VAP_9P - -1 - + + +enum +VolumeAccessProtocols + +VAP_NONE + +0 + +VAP_9P + +1 + @@ -3220,8 +3220,8 @@ Node_Ja_127:e->Node_Ja_124 - - + + @@ -3229,8 +3229,8 @@ Node_Ja_127:e->Node_Ja_120 - - + + @@ -3238,43 +3238,43 @@ Node_Ja_116 - - -enum -DsType - -DsUnknown - -0 - -DsHttp - -1 - -DsHttps - -2 - -DsS3 - -3 - -DsSFTP - -4 - -DsContainerRegistry - -5 - -DsAzureBlob - -6 - -DsGoogleStorage - -7 - + + +enum +DsType + +DsUnknown + +0 + +DsHttp + +1 + +DsHttps + +2 + +DsS3 + +3 + +DsSFTP + +4 + +DsContainerRegistry + +5 + +DsAzureBlob + +6 + +DsGoogleStorage + +7 + @@ -3282,8 +3282,8 @@ Node_Ja_117:e->Node_Ja_116 - - + + @@ -3291,8 +3291,8 @@ Node_Ja_117:e->Node_Ja_106:header - - + + @@ -3300,8 +3300,8 @@ Node_Ja_129:e->Node_Ja_101:header - - + + @@ -3309,8 +3309,8 @@ Node_Ja_129:e->Node_Ja_101:header - - + + @@ -3318,39 +3318,39 @@ Node_Ja_128 - - -enum -DiskConfigType - -DISK_CONFIG_TYPE_UNSPECIFIED - -0 - -DISK_CONFIG_TYPE_EVEOS - -1 - -DISK_CONFIG_TYPE_PERSIST - -2 - -DISK_CONFIG_TYPE_ZFS_ONLINE - -3 - -DISK_CONFIG_TYPE_ZFS_OFFLINE - -4 - -DISK_CONFIG_TYPE_APPDIRECT - -5 - -DISK_CONFIG_TYPE_UNUSED - -6 - + + +enum +DiskConfigType + +DISK_CONFIG_TYPE_UNSPECIFIED + +0 + +DISK_CONFIG_TYPE_EVEOS + +1 + +DISK_CONFIG_TYPE_PERSIST + +2 + +DISK_CONFIG_TYPE_ZFS_ONLINE + +3 + +DISK_CONFIG_TYPE_ZFS_OFFLINE + +4 + +DISK_CONFIG_TYPE_APPDIRECT + +5 + +DISK_CONFIG_TYPE_UNUSED + +6 + @@ -3358,8 +3358,8 @@ Node_Ja_129:e->Node_Ja_128 - - + + @@ -3367,23 +3367,23 @@ Node_Ja_125 - - -enum -VolumeContentOriginType - -VCOT_UNKNOWN - -0 - -VCOT_BLANK - -1 - -VCOT_DOWNLOAD - -2 - + + +enum +VolumeContentOriginType + +VCOT_UNKNOWN + +0 + +VCOT_BLANK + +1 + +VCOT_DOWNLOAD + +2 + @@ -3391,8 +3391,8 @@ Node_Ja_126:e->Node_Ja_125 - - + + @@ -3400,22 +3400,22 @@ Node_Ja_183 - - -NetworkInstanceOpaqueConfig -1 -oconfig - -string -2 -lispConfig - -NetworkInstanceLispConfig -3 -type - -ZNetworkOpaqueConfigType - + + +NetworkInstanceOpaqueConfig +1 +oconfig + +string +2 +lispConfig + +NetworkInstanceLispConfig +3 +type + +ZNetworkOpaqueConfigType + @@ -3423,8 +3423,8 @@ Node_Ja_187:e->Node_Ja_183:header - - + + @@ -3432,35 +3432,35 @@ Node_Ja_181 - - -enum -AddressType - -First - -0 - -IPV4 - -1 - -IPV6 - -2 - -CryptoIPV4 - -3 - -CryptoIPV6 - -4 - -Last - -255 - + + +enum +AddressType + +First + +0 + +IPV4 + +1 + +IPV6 + +2 + +CryptoIPV4 + +3 + +CryptoIPV6 + +4 + +Last + +255 + @@ -3468,8 +3468,8 @@ Node_Ja_187:e->Node_Ja_181 - - + + @@ -3477,43 +3477,43 @@ Node_Ja_180 - - -enum -ZNetworkInstType - -ZNetInstFirst - -0 - -ZnetInstSwitch - -1 - -ZnetInstLocal - -2 - -ZnetInstCloud - -3 - -ZnetInstMesh - -4 - -ZnetInstHoneyPot - -5 - -ZnetInstTransparent - -6 - -ZNetInstLast - -255 - + + +enum +ZNetworkInstType + +ZNetInstFirst + +0 + +ZnetInstSwitch + +1 + +ZnetInstLocal + +2 + +ZnetInstCloud + +3 + +ZnetInstMesh + +4 + +ZnetInstHoneyPot + +5 + +ZnetInstTransparent + +6 + +ZNetInstLast + +255 + @@ -3521,8 +3521,8 @@ Node_Ja_187:e->Node_Ja_180 - - + + @@ -3530,39 +3530,39 @@ Node_Ja_145 - - -ipspec -2 -dhcp - -DHCPType -3 -subnet - -string -5 -gateway - -string -6 -domain - -string -7 -ntp - -string -[...] -8 -dns - -string -9 -dhcpRange - -ipRange - + + +ipspec +2 +dhcp + +DHCPType +3 +subnet + +string +5 +gateway + +string +6 +domain + +string +7 +ntp + +string +[...] +8 +dns + +string +9 +dhcpRange + +ipRange + @@ -3570,8 +3570,8 @@ Node_Ja_187:e->Node_Ja_145:header - - + + @@ -3579,19 +3579,19 @@ Node_Ja_143 - - -ZnetStaticDNSEntry -1 -HostName - -string -[...] -2 -Address - -string - + + +ZnetStaticDNSEntry +1 +HostName + +string +[...] +2 +Address + +string + @@ -3599,8 +3599,8 @@ Node_Ja_187:e->Node_Ja_143:header - - + + @@ -3608,8 +3608,8 @@ Node_Ja_187:e->Node_Ja_110:header - - + + @@ -3617,8 +3617,8 @@ Node_Ja_187:e->Node_Ja_113:header - - + + @@ -3626,39 +3626,39 @@ Node_Ja_186 - - -NetworkInstanceLispConfig -[...] -1 -LispMSs - -ZcServicePoint -2 -LispInstanceId - -uint32 -3 -allocate - -bool -4 -exportprivate - -bool -5 -allocationprefix - -bytes -6 -allocationprefixlen - -uint32 -20 -experimental - -bool - + + +NetworkInstanceLispConfig +[...] +1 +LispMSs + +ZcServicePoint +2 +LispInstanceId + +uint32 +3 +allocate + +bool +4 +exportprivate + +bool +5 +allocationprefix + +bytes +6 +allocationprefixlen + +uint32 +20 +experimental + +bool + @@ -3666,8 +3666,8 @@ Node_Ja_183:e->Node_Ja_186:header - - + + @@ -3675,19 +3675,19 @@ Node_Ja_182 - - -enum -ZNetworkOpaqueConfigType - -ZNetOConfigVPN - -0 - -ZNetOConfigLisp - -1 - + + +enum +ZNetworkOpaqueConfigType + +ZNetOConfigVPN + +0 + +ZNetOConfigLisp + +1 + @@ -3695,8 +3695,8 @@ Node_Ja_183:e->Node_Ja_182 - - + + @@ -3704,22 +3704,22 @@ Node_Ja_185 - - -ZcServicePoint -3 -zsType - -ZcServiceType -1 -NameOrIp - -string -2 -Credential - -string - + + +ZcServicePoint +3 +zsType + +ZcServiceType +1 +NameOrIp + +string +2 +Credential + +string + @@ -3727,23 +3727,23 @@ Node_Ja_184 - - -enum -ZcServiceType - -zcloudInvalidSrv - -0 - -mapServer - -1 - -supportServer - -2 - + + +enum +ZcServiceType + +zcloudInvalidSrv + +0 + +mapServer + +1 + +supportServer + +2 + @@ -3751,8 +3751,8 @@ Node_Ja_185:e->Node_Ja_184 - - + + @@ -3760,8 +3760,8 @@ Node_Ja_186:e->Node_Ja_185:header - - + + @@ -3769,19 +3769,19 @@ Node_Ja_196 - - -enum -EvePatchEnvelopeAction - -EVE_PATCH_ENVELOPE_ACTION_STORE - -0 - -EVE_PATCH_ENVELOPE_ACTION_ACTIVATE - -1 - + + +enum +EvePatchEnvelopeAction + +EVE_PATCH_ENVELOPE_ACTION_STORE + +0 + +EVE_PATCH_ENVELOPE_ACTION_ACTIVATE + +1 + @@ -3789,31 +3789,31 @@ Node_Ja_139 - - -enum -proxyProto - -PROXY_HTTP - -0 - -PROXY_HTTPS - -1 - -PROXY_SOCKS - -2 - -PROXY_FTP - -3 - -PROXY_OTHER - -255 - + + +enum +proxyProto + +PROXY_HTTP + +0 + +PROXY_HTTPS + +1 + +PROXY_SOCKS + +2 + +PROXY_FTP + +3 + +PROXY_OTHER + +255 + @@ -3821,27 +3821,27 @@ Node_Ja_192 - - -enum -EveOpaqueObjectCategory - -EVE_OPAQUE_OBJECT_CATEGORY_UNKOWN - -0 - -EVE_OPAQUE_OBJECT_CATEGORY_BASE64 - -1 - -EVE_OPAQUE_OBJECT_CATEGORY_BINARYBLOB - -2 - -EVE_OPAQUE_OBJECT_CATEGORY_SECRET - -3 - + + +enum +EveOpaqueObjectCategory + +EVE_OPAQUE_OBJECT_CATEGORY_UNKOWN + +0 + +EVE_OPAQUE_OBJECT_CATEGORY_BASE64 + +1 + +EVE_OPAQUE_OBJECT_CATEGORY_BINARYBLOB + +2 + +EVE_OPAQUE_OBJECT_CATEGORY_SECRET + +3 + @@ -3849,23 +3849,23 @@ Node_Ja_148 - - -enum -WiFiKeyScheme - -SchemeNOOP - -0 - -WPAPSK - -1 - -WPAEAP - -2 - + + +enum +WiFiKeyScheme + +SchemeNOOP + +0 + +WPAPSK + +1 + +WPAEAP + +2 + @@ -3873,35 +3873,35 @@ Node_Ja_132 - - -enum -VmMode - -PV - -0 - -HVM - -1 - -Filler - -2 - -FML - -3 - -NOHYPER - -4 - -LEGACY - -5 - + + +enum +VmMode + +PV + +0 + +HVM + +1 + +Filler + +2 + +FML + +3 + +NOHYPER + +4 + +LEGACY + +5 + @@ -3909,27 +3909,27 @@ Node_Ja_144 - - -enum -DHCPType - -DHCPNoop - -0 - -Static - -1 - -DHCPNone - -2 - -Client - -4 - + + +enum +DHCPType + +DHCPNoop + +0 + +Static + +1 + +DHCPNone + +2 + +Client + +4 + @@ -3937,47 +3937,47 @@ Node_Ja_146 - - -enum -NetworkType - -NETWORKTYPENOOP - -0 - -V4 - -4 - -V6 - -6 - -CryptoV4 - -24 - -CryptoV6 - -26 - -CryptoEID - -14 - -V4Only - -7 - -V6Only - -8 - -DualV4V6 - -9 - + + +enum +NetworkType + +NETWORKTYPENOOP + +0 + +V4 + +4 + +V6 + +6 + +CryptoV4 + +24 + +CryptoV6 + +26 + +CryptoEID + +14 + +V4Only + +7 + +V6Only + +8 + +DualV4V6 + +9 + @@ -3985,27 +3985,27 @@ Node_Ja_155 - - -enum -CellularAuthProtocol - -CELLULAR_AUTH_PROTOCOL_NONE - -0 - -CELLULAR_AUTH_PROTOCOL_PAP - -1 - -CELLULAR_AUTH_PROTOCOL_CHAP - -2 - -CELLULAR_AUTH_PROTOCOL_PAP_AND_CHAP - -3 - + + +enum +CellularAuthProtocol + +CELLULAR_AUTH_PROTOCOL_NONE + +0 + +CELLULAR_AUTH_PROTOCOL_PAP + +1 + +CELLULAR_AUTH_PROTOCOL_CHAP + +2 + +CELLULAR_AUTH_PROTOCOL_PAP_AND_CHAP + +3 + @@ -4013,23 +4013,23 @@ Node_Ja_147 - - -enum -WirelessType - -TypeNOOP - -0 - -WiFi - -1 - -Cellular - -2 - + + +enum +WirelessType + +TypeNOOP + +0 + +WiFi + +1 + +Cellular + +2 + @@ -4037,8 +4037,8 @@ Node_Ja_145:e->Node_Ja_144 - - + + @@ -4046,18 +4046,18 @@ Node_Ja_138 - - -ipRange -1 -start - -string -2 -end - -string - + + +ipRange +1 +start + +string +2 +end + +string + @@ -4065,8 +4065,8 @@ Node_Ja_145:e->Node_Ja_138:header - - + + @@ -4074,36 +4074,36 @@ Node_Ja_141 - - -ProxyConfig -1 -networkProxyEnable - -bool -[...] -2 -proxies - -ProxyServer -3 -exceptions - -string -4 -pacfile - -string -5 -networkProxyURL - -string -[...] -6 -proxyCertPEM - -bytes - + + +ProxyConfig +1 +networkProxyEnable + +bool +[...] +2 +proxies + +ProxyServer +3 +exceptions + +string +4 +pacfile + +string +5 +networkProxyURL + +string +[...] +6 +proxyCertPEM + +bytes + @@ -4111,22 +4111,22 @@ Node_Ja_140 - - -ProxyServer -1 -proto - -proxyProto -2 -server - -string -3 -port - -uint32 - + + +ProxyServer +1 +proto + +proxyProto +2 +server + +string +3 +port + +uint32 + @@ -4134,8 +4134,8 @@ Node_Ja_141:e->Node_Ja_140:header - - + + @@ -4143,19 +4143,19 @@ Node_Ja_142 - - -ZedServer -1 -HostName - -string -[...] -2 -EID - -string - + + +ZedServer +1 +HostName + +string +[...] +2 +EID + +string + @@ -4163,8 +4163,8 @@ Node_Ja_140:e->Node_Ja_139 - - + + @@ -4172,8 +4172,8 @@ Node_Ja_133:e->Node_Ja_132 - - + + @@ -4181,19 +4181,19 @@ Node_Ja_103 - - -enum -KeyExchangeScheme - -KEA_NONE - -0 - -KEA_ECDH - -1 - + + +enum +KeyExchangeScheme + +KEA_NONE + +0 + +KEA_ECDH + +1 + @@ -4201,31 +4201,31 @@ Node_Ja_102 - - -enum -RadioAccessTechnology - -RADIO_ACCESS_TECHNOLOGY_UNSPECIFIED - -0 - -RADIO_ACCESS_TECHNOLOGY_GSM - -1 - -RADIO_ACCESS_TECHNOLOGY_UMTS - -2 - -RADIO_ACCESS_TECHNOLOGY_LTE - -3 - -RADIO_ACCESS_TECHNOLOGY_5GNR - -4 - + + +enum +RadioAccessTechnology + +RADIO_ACCESS_TECHNOLOGY_UNSPECIFIED + +0 + +RADIO_ACCESS_TECHNOLOGY_GSM + +1 + +RADIO_ACCESS_TECHNOLOGY_UMTS + +2 + +RADIO_ACCESS_TECHNOLOGY_LTE + +3 + +RADIO_ACCESS_TECHNOLOGY_5GNR + +4 + @@ -4233,19 +4233,19 @@ Node_Ja_104 - - -enum -EncryptionScheme - -SA_NONE - -0 - -SA_AES_256_CFB - -1 - + + +enum +EncryptionScheme + +SA_NONE + +0 + +SA_AES_256_CFB + +1 + @@ -4253,24 +4253,24 @@ Node_Ja_151 - - -WirelessConfig -1 -type - -WirelessType -[...] -5 -cellularCfg - -CellularConfig -[...] -10 -wifiCfg - -WifiConfig - + + +WirelessConfig +1 +type + +WirelessType +[...] +5 +cellularCfg + +CellularConfig +[...] +10 +wifiCfg + +WifiConfig + @@ -4278,8 +4278,8 @@ Node_Ja_151:e->Node_Ja_147 - - + + @@ -4287,38 +4287,38 @@ Node_Ja_156 - - -WifiConfig -1 -wifiSSID - -string -2 -keyScheme - -WiFiKeyScheme -5 -identity - -string -10 -password - -string -20 -crypto - -cryptoblock -25 -priority - -int32 -30 -cipherData - -org.lfedge.eve.common.CipherBlock - + + +WifiConfig +1 +wifiSSID + +string +2 +keyScheme + +WiFiKeyScheme +5 +identity + +string +10 +password + +string +20 +crypto + +cryptoblock +25 +priority + +int32 +30 +cipherData + +org.lfedge.eve.common.CipherBlock + @@ -4326,8 +4326,8 @@ Node_Ja_151:e->Node_Ja_156:header - - + + @@ -4335,31 +4335,31 @@ Node_Ja_152 - - -CellularConfig -1 -APN - -string -2 -probe - -CellularConnectivityProbe -3 -location_tracking - -bool -[...] -4 -access_points - -CellularAccessPoint -5 -activated_sim_slot - -uint32 - + + +CellularConfig +1 +APN + +string +2 +probe + +CellularConnectivityProbe +3 +location_tracking + +bool +[...] +4 +access_points + +CellularAccessPoint +5 +activated_sim_slot + +uint32 + @@ -4367,8 +4367,8 @@ Node_Ja_151:e->Node_Ja_152:header - - + + @@ -4376,8 +4376,8 @@ Node_Ja_149:e->Node_Ja_146 - - + + @@ -4385,8 +4385,8 @@ Node_Ja_149:e->Node_Ja_145:header - - + + @@ -4394,8 +4394,8 @@ Node_Ja_149:e->Node_Ja_141:header - - + + @@ -4403,8 +4403,8 @@ Node_Ja_149:e->Node_Ja_143:header - - + + @@ -4412,8 +4412,8 @@ Node_Ja_149:e->Node_Ja_151:header - - + + @@ -4421,8 +4421,8 @@ Node_Ja_156:e->Node_Ja_148 - - + + @@ -4430,18 +4430,18 @@ Node_Ja_157 - - -cryptoblock -11 -identity - -string -12 -password - -string - + + +cryptoblock +11 +identity + +string +12 +password + +string + @@ -4449,8 +4449,8 @@ Node_Ja_156:e->Node_Ja_157:header - - + + @@ -4458,8 +4458,8 @@ Node_Ja_156:e->Node_Ja_106:header - - + + @@ -4467,8 +4467,8 @@ Node_Ja_150:e->Node_Ja_137:header - - + + @@ -4476,40 +4476,40 @@ Node_Ja_154 - - -CellularAccessPoint -1 -sim_slot - -uint32 -2 -apn - -string -3 -auth_protocol - -CellularAuthProtocol -4 -cipher_data - -org.lfedge.eve.common.CipherBlock -[...] -5 -preferred_plmns - -string -6 -forbid_roaming - -bool -[...] -7 -preferred_rats - -org.lfedge.eve.common.RadioAccessTechnology - + + +CellularAccessPoint +1 +sim_slot + +uint32 +2 +apn + +string +3 +auth_protocol + +CellularAuthProtocol +4 +cipher_data + +org.lfedge.eve.common.CipherBlock +[...] +5 +preferred_plmns + +string +6 +forbid_roaming + +bool +[...] +7 +preferred_rats + +org.lfedge.eve.common.RadioAccessTechnology + @@ -4517,8 +4517,8 @@ Node_Ja_154:e->Node_Ja_155 - - + + @@ -4526,8 +4526,8 @@ Node_Ja_154:e->Node_Ja_102 - - + + @@ -4535,8 +4535,8 @@ Node_Ja_154:e->Node_Ja_106:header - - + + @@ -4544,8 +4544,8 @@ Node_Ja_152:e->Node_Ja_154:header - - + + @@ -4553,18 +4553,18 @@ Node_Ja_153 - - -CellularConnectivityProbe -1 -disable - -bool -2 -probe_address - -string - + + +CellularConnectivityProbe +1 +disable + +bool +2 +probe_address + +string + @@ -4572,8 +4572,8 @@ Node_Ja_152:e->Node_Ja_153:header - - + + @@ -4581,14 +4581,14 @@ Node_Ja_191 - - -ExternalEndPointPolicy -1 -allow_ext - -bool - + + +ExternalEndPointPolicy +1 +allow_ext + +bool + @@ -4596,14 +4596,14 @@ Node_Ja_190 - - -AppDebugAccessPolicy -1 -allow_app - -bool - + + +AppDebugAccessPolicy +1 +allow_app + +bool + @@ -4611,14 +4611,14 @@ Node_Ja_189 - - -DevDebugAccessPolicy -1 -allow_dev - -bool - + + +DevDebugAccessPolicy +1 +allow_dev + +bool + @@ -4626,8 +4626,8 @@ Node_Ja_188:e->Node_Ja_191:header - - + + @@ -4635,8 +4635,8 @@ Node_Ja_188:e->Node_Ja_190:header - - + + @@ -4644,8 +4644,8 @@ Node_Ja_188:e->Node_Ja_189:header - - + + @@ -4653,8 +4653,8 @@ Node_Ja_113:e->Node_Ja_108 - - + + @@ -4662,8 +4662,8 @@ Node_Ja_113:e->Node_Ja_114:header - - + + @@ -4671,8 +4671,8 @@ Node_Ja_197:e->Node_Ja_196 - - + + @@ -4680,8 +4680,8 @@ Node_Ja_197:e->Node_Ja_198 - - + + @@ -4689,31 +4689,31 @@ Node_Ja_195 - - -EveBinaryArtifact -1 -format - -EveOpaqueObjectCategory - -script - -2 -base64Artifact - -EveOpaqueBase64Data - -3 -binaryArtifact - -EveOpaqueBinaryBlob - -4 -artifactMetaData - -string - + + +EveBinaryArtifact +1 +format + +EveOpaqueObjectCategory + +script + +2 +base64Artifact + +EveOpaqueBase64Data + +3 +binaryArtifact + +EveOpaqueBinaryBlob + +4 +artifactMetaData + +string + @@ -4721,8 +4721,8 @@ Node_Ja_197:e->Node_Ja_195:header - - + + @@ -4730,14 +4730,14 @@ Node_Ja_194 - - -EveOpaqueBinaryBlob -1 -opaqueVolume - -Volume - + + +EveOpaqueBinaryBlob +1 +opaqueVolume + +Volume + @@ -4745,8 +4745,8 @@ Node_Ja_194:e->Node_Ja_127:header - - + + @@ -4754,40 +4754,40 @@ Node_Ja_193 - - -EveOpaqueBase64Data -1 -encrypted - -bool - -textData - -2 -base64ClearTextData - -string - -3 -base64CipherTextData - -org.lfedge.eve.common.CipherBlock - - -base64MetaData - -4 -base64ClearTextMetaData - -string - -5 -base64CipherTextMetaData - -org.lfedge.eve.common.CipherBlock - - + + +EveOpaqueBase64Data +1 +encrypted + +bool + +textData + +2 +base64ClearTextData + +string + +3 +base64CipherTextData + +org.lfedge.eve.common.CipherBlock + + +base64MetaData + +4 +base64ClearTextMetaData + +string + +5 +base64CipherTextMetaData + +org.lfedge.eve.common.CipherBlock + + @@ -4795,8 +4795,8 @@ Node_Ja_193:e->Node_Ja_106:header - - + + @@ -4804,8 +4804,8 @@ Node_Ja_193:e->Node_Ja_106:header - - + + @@ -4813,8 +4813,8 @@ Node_Ja_195:e->Node_Ja_192 - - + + @@ -4822,8 +4822,8 @@ Node_Ja_195:e->Node_Ja_194:header - - + + @@ -4831,8 +4831,8 @@ Node_Ja_195:e->Node_Ja_193:header - - + + @@ -4840,8 +4840,8 @@ Node_Ja_105:e->Node_Ja_100 - - + + @@ -4849,8 +4849,8 @@ Node_Ja_105:e->Node_Ja_103 - - + + @@ -4858,8 +4858,8 @@ Node_Ja_105:e->Node_Ja_104 - - + + @@ -4867,38 +4867,38 @@ Node_Ja_107 - - -EncryptionBlock -1 -dsAPIKey - -string -2 -dsPassword - -string -3 -wifiUserName - -string -4 -wifiPassword - -string -5 -protectedUserData - -string -6 -cellular_net_username - -string -7 -cellular_net_password - -string - + + +EncryptionBlock +1 +dsAPIKey + +string +2 +dsPassword + +string +3 +wifiUserName + +string +4 +wifiPassword + +string +5 +protectedUserData + +string +6 +cellular_net_username + +string +7 +cellular_net_password + +string + diff --git a/python/config/storage_pb2.py b/python/config/storage_pb2.py index cdb840d5..b0d14133 100644 --- a/python/config/storage_pb2.py +++ b/python/config/storage_pb2.py @@ -16,7 +16,7 @@ from evecommon import evecommon_pb2 as evecommon_dot_evecommon__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x63onfig/storage.proto\x12\x15org.lfedge.eve.config\x1a\x16\x63onfig/devcommon.proto\x1a\x1b\x65vecommon/acipherinfo.proto\x1a\x19\x65vecommon/evecommon.proto\"P\n\rSignatureInfo\x12\x15\n\rintercertsurl\x18\x01 \x01(\t\x12\x15\n\rsignercerturl\x18\x02 \x01(\t\x12\x11\n\tsignature\x18\x03 \x01(\x0c\"\xe5\x01\n\x0f\x44\x61tastoreConfig\x12\n\n\x02id\x18\x64 \x01(\t\x12,\n\x05\x64Type\x18\x01 \x01(\x0e\x32\x1d.org.lfedge.eve.config.DsType\x12\x0c\n\x04\x66qdn\x18\x02 \x01(\t\x12\x0e\n\x06\x61piKey\x18\x03 \x01(\t\x12\x10\n\x08password\x18\x04 \x01(\t\x12\r\n\x05\x64path\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\x12\x36\n\ncipherData\x18\x07 \x01(\x0b\x32\".org.lfedge.eve.common.CipherBlock\x12\x11\n\tdsCertPEM\x18\x08 \x03(\x0c\"\xec\x01\n\x05Image\x12=\n\x0euuidandversion\x18\x01 \x01(\x0b\x32%.org.lfedge.eve.config.UUIDandVersion\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06sha256\x18\x03 \x01(\t\x12.\n\x07iformat\x18\x04 \x01(\x0e\x32\x1d.org.lfedge.eve.config.Format\x12\x35\n\x07siginfo\x18\x05 \x01(\x0b\x32$.org.lfedge.eve.config.SignatureInfo\x12\x0c\n\x04\x64sId\x18\x06 \x01(\t\x12\x11\n\tsizeBytes\x18\x08 \x01(\x03\"\xd0\x01\n\x05\x44rive\x12+\n\x05image\x18\x01 \x01(\x0b\x32\x1c.org.lfedge.eve.config.Image\x12\x10\n\x08readonly\x18\x05 \x01(\x08\x12\x10\n\x08preserve\x18\x06 \x01(\x08\x12\x31\n\x07\x64rvtype\x18\x08 \x01(\x0e\x32 .org.lfedge.eve.config.DriveType\x12-\n\x06target\x18\t \x01(\x0e\x32\x1d.org.lfedge.eve.config.Target\x12\x14\n\x0cmaxsizebytes\x18\n \x01(\x03\"\xa1\x02\n\x0b\x43ontentTree\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x0c\n\x04\x64sId\x18\x02 \x01(\t\x12\x0b\n\x03URL\x18\x03 \x01(\t\x12.\n\x07iformat\x18\x04 \x01(\x0e\x32\x1d.org.lfedge.eve.config.Format\x12\x0e\n\x06sha256\x18\x05 \x01(\t\x12\x14\n\x0cmaxSizeBytes\x18\x06 \x01(\x04\x12\x35\n\x07siginfo\x18\x07 \x01(\x0b\x32$.org.lfedge.eve.config.SignatureInfo\x12\x13\n\x0b\x64isplayName\x18\x08 \x01(\t\x12\x18\n\x10generation_count\x18\t \x01(\x03\x12\x18\n\x10\x63ustom_meta_data\x18\n \x01(\t\x12\x13\n\x0b\x64s_ids_list\x18\x0b \x03(\t\"r\n\x13VolumeContentOrigin\x12<\n\x04type\x18\x01 \x01(\x0e\x32..org.lfedge.eve.config.VolumeContentOriginType\x12\x1d\n\x15\x64ownloadContentTreeID\x18\x02 \x01(\t\"\xc8\x02\n\x06Volume\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12:\n\x06origin\x18\x02 \x01(\x0b\x32*.org.lfedge.eve.config.VolumeContentOrigin\x12?\n\tprotocols\x18\x03 \x03(\x0e\x32,.org.lfedge.eve.config.VolumeAccessProtocols\x12\x17\n\x0fgenerationCount\x18\x04 \x01(\x03\x12\x14\n\x0cmaxsizebytes\x18\x05 \x01(\x03\x12\x10\n\x08readonly\x18\x06 \x01(\x08\x12\x13\n\x0b\x64isplayName\x18\x07 \x01(\t\x12\x12\n\nclear_text\x18\x08 \x01(\x08\x12-\n\x06target\x18\t \x01(\x0e\x32\x1d.org.lfedge.eve.config.Target\x12\x1a\n\x12\x64\x65signated_node_id\x18\n \x01(\t\"\xb8\x01\n\nDiskConfig\x12\x34\n\x04\x64isk\x18\x01 \x01(\x0b\x32&.org.lfedge.eve.common.DiskDescription\x12\x38\n\x08old_disk\x18\x02 \x01(\x0b\x32&.org.lfedge.eve.common.DiskDescription\x12:\n\x0b\x64isk_config\x18\x03 \x01(\x0e\x32%.org.lfedge.eve.config.DiskConfigType\"\xb0\x01\n\x0b\x44isksConfig\x12\x30\n\x05\x64isks\x18\x01 \x03(\x0b\x32!.org.lfedge.eve.config.DiskConfig\x12\x39\n\narray_type\x18\x02 \x01(\x0e\x32%.org.lfedge.eve.config.DisksArrayType\x12\x34\n\x08\x63hildren\x18\x03 \x03(\x0b\x32\".org.lfedge.eve.config.DisksConfig*\x85\x01\n\x06\x44sType\x12\r\n\tDsUnknown\x10\x00\x12\n\n\x06\x44sHttp\x10\x01\x12\x0b\n\x07\x44sHttps\x10\x02\x12\x08\n\x04\x44sS3\x10\x03\x12\n\n\x06\x44sSFTP\x10\x04\x12\x17\n\x13\x44sContainerRegistry\x10\x05\x12\x0f\n\x0b\x44sAzureBlob\x10\x06\x12\x13\n\x0f\x44sGoogleStorage\x10\x07*}\n\x06\x46ormat\x12\x0e\n\nFmtUnknown\x10\x00\x12\x07\n\x03RAW\x10\x01\x12\x08\n\x04QCOW\x10\x02\x12\t\n\x05QCOW2\x10\x03\x12\x07\n\x03VHD\x10\x04\x12\x08\n\x04VMDK\x10\x05\x12\x07\n\x03OVA\x10\x06\x12\x08\n\x04VHDX\x10\x07\x12\r\n\tCONTAINER\x10\x08\x12\x07\n\x03ISO\x10\t\x12\x07\n\x03PVC\x10\n*V\n\x06Target\x12\x0e\n\nTgtUnknown\x10\x00\x12\x08\n\x04\x44isk\x10\x01\x12\n\n\x06Kernel\x10\x02\x12\n\n\x06Initrd\x10\x03\x12\x0b\n\x07RamDisk\x10\x04\x12\r\n\tAppCustom\x10\x05*I\n\tDriveType\x12\x10\n\x0cUnclassified\x10\x00\x12\t\n\x05\x43\x44ROM\x10\x01\x12\x07\n\x03HDD\x10\x02\x12\x07\n\x03NET\x10\x03\x12\r\n\tHDD_EMPTY\x10\x04*1\n\x15VolumeAccessProtocols\x12\x0c\n\x08VAP_NONE\x10\x00\x12\n\n\x06VAP_9P\x10\x01*N\n\x17VolumeContentOriginType\x12\x10\n\x0cVCOT_UNKNOWN\x10\x00\x12\x0e\n\nVCOT_BLANK\x10\x01\x12\x11\n\rVCOT_DOWNLOAD\x10\x02*\xec\x01\n\x0e\x44iskConfigType\x12 \n\x1c\x44ISK_CONFIG_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44ISK_CONFIG_TYPE_EVEOS\x10\x01\x12\x1c\n\x18\x44ISK_CONFIG_TYPE_PERSIST\x10\x02\x12\x1f\n\x1b\x44ISK_CONFIG_TYPE_ZFS_ONLINE\x10\x03\x12 \n\x1c\x44ISK_CONFIG_TYPE_ZFS_OFFLINE\x10\x04\x12\x1e\n\x1a\x44ISK_CONFIG_TYPE_APPDIRECT\x10\x05\x12\x1b\n\x17\x44ISK_CONFIG_TYPE_UNUSED\x10\x06*\xa2\x01\n\x0e\x44isksArrayType\x12 \n\x1c\x44ISKS_ARRAY_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID0\x10\x01\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID1\x10\x02\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID5\x10\x03\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID6\x10\x04\x42=\n\x15org.lfedge.eve.configZ$github.com/lf-edge/eve-api/go/configb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x63onfig/storage.proto\x12\x15org.lfedge.eve.config\x1a\x16\x63onfig/devcommon.proto\x1a\x1b\x65vecommon/acipherinfo.proto\x1a\x19\x65vecommon/evecommon.proto\"P\n\rSignatureInfo\x12\x15\n\rintercertsurl\x18\x01 \x01(\t\x12\x15\n\rsignercerturl\x18\x02 \x01(\t\x12\x11\n\tsignature\x18\x03 \x01(\x0c\"\xe5\x01\n\x0f\x44\x61tastoreConfig\x12\n\n\x02id\x18\x64 \x01(\t\x12,\n\x05\x64Type\x18\x01 \x01(\x0e\x32\x1d.org.lfedge.eve.config.DsType\x12\x0c\n\x04\x66qdn\x18\x02 \x01(\t\x12\x0e\n\x06\x61piKey\x18\x03 \x01(\t\x12\x10\n\x08password\x18\x04 \x01(\t\x12\r\n\x05\x64path\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\x12\x36\n\ncipherData\x18\x07 \x01(\x0b\x32\".org.lfedge.eve.common.CipherBlock\x12\x11\n\tdsCertPEM\x18\x08 \x03(\x0c\"\xec\x01\n\x05Image\x12=\n\x0euuidandversion\x18\x01 \x01(\x0b\x32%.org.lfedge.eve.config.UUIDandVersion\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06sha256\x18\x03 \x01(\t\x12.\n\x07iformat\x18\x04 \x01(\x0e\x32\x1d.org.lfedge.eve.config.Format\x12\x35\n\x07siginfo\x18\x05 \x01(\x0b\x32$.org.lfedge.eve.config.SignatureInfo\x12\x0c\n\x04\x64sId\x18\x06 \x01(\t\x12\x11\n\tsizeBytes\x18\x08 \x01(\x03\"\xd0\x01\n\x05\x44rive\x12+\n\x05image\x18\x01 \x01(\x0b\x32\x1c.org.lfedge.eve.config.Image\x12\x10\n\x08readonly\x18\x05 \x01(\x08\x12\x10\n\x08preserve\x18\x06 \x01(\x08\x12\x31\n\x07\x64rvtype\x18\x08 \x01(\x0e\x32 .org.lfedge.eve.config.DriveType\x12-\n\x06target\x18\t \x01(\x0e\x32\x1d.org.lfedge.eve.config.Target\x12\x14\n\x0cmaxsizebytes\x18\n \x01(\x03\"\xbd\x02\n\x0b\x43ontentTree\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x0c\n\x04\x64sId\x18\x02 \x01(\t\x12\x0b\n\x03URL\x18\x03 \x01(\t\x12.\n\x07iformat\x18\x04 \x01(\x0e\x32\x1d.org.lfedge.eve.config.Format\x12\x0e\n\x06sha256\x18\x05 \x01(\t\x12\x14\n\x0cmaxSizeBytes\x18\x06 \x01(\x04\x12\x35\n\x07siginfo\x18\x07 \x01(\x0b\x32$.org.lfedge.eve.config.SignatureInfo\x12\x13\n\x0b\x64isplayName\x18\x08 \x01(\t\x12\x18\n\x10generation_count\x18\t \x01(\x03\x12\x18\n\x10\x63ustom_meta_data\x18\n \x01(\t\x12\x13\n\x0b\x64s_ids_list\x18\x0b \x03(\t\x12\x1a\n\x12\x64\x65signated_node_id\x18\x0c \x01(\t\"r\n\x13VolumeContentOrigin\x12<\n\x04type\x18\x01 \x01(\x0e\x32..org.lfedge.eve.config.VolumeContentOriginType\x12\x1d\n\x15\x64ownloadContentTreeID\x18\x02 \x01(\t\"\xc8\x02\n\x06Volume\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12:\n\x06origin\x18\x02 \x01(\x0b\x32*.org.lfedge.eve.config.VolumeContentOrigin\x12?\n\tprotocols\x18\x03 \x03(\x0e\x32,.org.lfedge.eve.config.VolumeAccessProtocols\x12\x17\n\x0fgenerationCount\x18\x04 \x01(\x03\x12\x14\n\x0cmaxsizebytes\x18\x05 \x01(\x03\x12\x10\n\x08readonly\x18\x06 \x01(\x08\x12\x13\n\x0b\x64isplayName\x18\x07 \x01(\t\x12\x12\n\nclear_text\x18\x08 \x01(\x08\x12-\n\x06target\x18\t \x01(\x0e\x32\x1d.org.lfedge.eve.config.Target\x12\x1a\n\x12\x64\x65signated_node_id\x18\n \x01(\t\"\xb8\x01\n\nDiskConfig\x12\x34\n\x04\x64isk\x18\x01 \x01(\x0b\x32&.org.lfedge.eve.common.DiskDescription\x12\x38\n\x08old_disk\x18\x02 \x01(\x0b\x32&.org.lfedge.eve.common.DiskDescription\x12:\n\x0b\x64isk_config\x18\x03 \x01(\x0e\x32%.org.lfedge.eve.config.DiskConfigType\"\xb0\x01\n\x0b\x44isksConfig\x12\x30\n\x05\x64isks\x18\x01 \x03(\x0b\x32!.org.lfedge.eve.config.DiskConfig\x12\x39\n\narray_type\x18\x02 \x01(\x0e\x32%.org.lfedge.eve.config.DisksArrayType\x12\x34\n\x08\x63hildren\x18\x03 \x03(\x0b\x32\".org.lfedge.eve.config.DisksConfig*\x85\x01\n\x06\x44sType\x12\r\n\tDsUnknown\x10\x00\x12\n\n\x06\x44sHttp\x10\x01\x12\x0b\n\x07\x44sHttps\x10\x02\x12\x08\n\x04\x44sS3\x10\x03\x12\n\n\x06\x44sSFTP\x10\x04\x12\x17\n\x13\x44sContainerRegistry\x10\x05\x12\x0f\n\x0b\x44sAzureBlob\x10\x06\x12\x13\n\x0f\x44sGoogleStorage\x10\x07*}\n\x06\x46ormat\x12\x0e\n\nFmtUnknown\x10\x00\x12\x07\n\x03RAW\x10\x01\x12\x08\n\x04QCOW\x10\x02\x12\t\n\x05QCOW2\x10\x03\x12\x07\n\x03VHD\x10\x04\x12\x08\n\x04VMDK\x10\x05\x12\x07\n\x03OVA\x10\x06\x12\x08\n\x04VHDX\x10\x07\x12\r\n\tCONTAINER\x10\x08\x12\x07\n\x03ISO\x10\t\x12\x07\n\x03PVC\x10\n*V\n\x06Target\x12\x0e\n\nTgtUnknown\x10\x00\x12\x08\n\x04\x44isk\x10\x01\x12\n\n\x06Kernel\x10\x02\x12\n\n\x06Initrd\x10\x03\x12\x0b\n\x07RamDisk\x10\x04\x12\r\n\tAppCustom\x10\x05*I\n\tDriveType\x12\x10\n\x0cUnclassified\x10\x00\x12\t\n\x05\x43\x44ROM\x10\x01\x12\x07\n\x03HDD\x10\x02\x12\x07\n\x03NET\x10\x03\x12\r\n\tHDD_EMPTY\x10\x04*1\n\x15VolumeAccessProtocols\x12\x0c\n\x08VAP_NONE\x10\x00\x12\n\n\x06VAP_9P\x10\x01*N\n\x17VolumeContentOriginType\x12\x10\n\x0cVCOT_UNKNOWN\x10\x00\x12\x0e\n\nVCOT_BLANK\x10\x01\x12\x11\n\rVCOT_DOWNLOAD\x10\x02*\xec\x01\n\x0e\x44iskConfigType\x12 \n\x1c\x44ISK_CONFIG_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44ISK_CONFIG_TYPE_EVEOS\x10\x01\x12\x1c\n\x18\x44ISK_CONFIG_TYPE_PERSIST\x10\x02\x12\x1f\n\x1b\x44ISK_CONFIG_TYPE_ZFS_ONLINE\x10\x03\x12 \n\x1c\x44ISK_CONFIG_TYPE_ZFS_OFFLINE\x10\x04\x12\x1e\n\x1a\x44ISK_CONFIG_TYPE_APPDIRECT\x10\x05\x12\x1b\n\x17\x44ISK_CONFIG_TYPE_UNUSED\x10\x06*\xa2\x01\n\x0e\x44isksArrayType\x12 \n\x1c\x44ISKS_ARRAY_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID0\x10\x01\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID1\x10\x02\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID5\x10\x03\x12\x1a\n\x16\x44ISKS_ARRAY_TYPE_RAID6\x10\x04\x42=\n\x15org.lfedge.eve.configZ$github.com/lf-edge/eve-api/go/configb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -25,22 +25,22 @@ DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b'\n\025org.lfedge.eve.configZ$github.com/lf-edge/eve-api/go/config' - _globals['_DSTYPE']._serialized_start=1997 - _globals['_DSTYPE']._serialized_end=2130 - _globals['_FORMAT']._serialized_start=2132 - _globals['_FORMAT']._serialized_end=2257 - _globals['_TARGET']._serialized_start=2259 - _globals['_TARGET']._serialized_end=2345 - _globals['_DRIVETYPE']._serialized_start=2347 - _globals['_DRIVETYPE']._serialized_end=2420 - _globals['_VOLUMEACCESSPROTOCOLS']._serialized_start=2422 - _globals['_VOLUMEACCESSPROTOCOLS']._serialized_end=2471 - _globals['_VOLUMECONTENTORIGINTYPE']._serialized_start=2473 - _globals['_VOLUMECONTENTORIGINTYPE']._serialized_end=2551 - _globals['_DISKCONFIGTYPE']._serialized_start=2554 - _globals['_DISKCONFIGTYPE']._serialized_end=2790 - _globals['_DISKSARRAYTYPE']._serialized_start=2793 - _globals['_DISKSARRAYTYPE']._serialized_end=2955 + _globals['_DSTYPE']._serialized_start=2025 + _globals['_DSTYPE']._serialized_end=2158 + _globals['_FORMAT']._serialized_start=2160 + _globals['_FORMAT']._serialized_end=2285 + _globals['_TARGET']._serialized_start=2287 + _globals['_TARGET']._serialized_end=2373 + _globals['_DRIVETYPE']._serialized_start=2375 + _globals['_DRIVETYPE']._serialized_end=2448 + _globals['_VOLUMEACCESSPROTOCOLS']._serialized_start=2450 + _globals['_VOLUMEACCESSPROTOCOLS']._serialized_end=2499 + _globals['_VOLUMECONTENTORIGINTYPE']._serialized_start=2501 + _globals['_VOLUMECONTENTORIGINTYPE']._serialized_end=2579 + _globals['_DISKCONFIGTYPE']._serialized_start=2582 + _globals['_DISKCONFIGTYPE']._serialized_end=2818 + _globals['_DISKSARRAYTYPE']._serialized_start=2821 + _globals['_DISKSARRAYTYPE']._serialized_end=2983 _globals['_SIGNATUREINFO']._serialized_start=127 _globals['_SIGNATUREINFO']._serialized_end=207 _globals['_DATASTORECONFIG']._serialized_start=210 @@ -50,13 +50,13 @@ _globals['_DRIVE']._serialized_start=681 _globals['_DRIVE']._serialized_end=889 _globals['_CONTENTTREE']._serialized_start=892 - _globals['_CONTENTTREE']._serialized_end=1181 - _globals['_VOLUMECONTENTORIGIN']._serialized_start=1183 - _globals['_VOLUMECONTENTORIGIN']._serialized_end=1297 - _globals['_VOLUME']._serialized_start=1300 - _globals['_VOLUME']._serialized_end=1628 - _globals['_DISKCONFIG']._serialized_start=1631 - _globals['_DISKCONFIG']._serialized_end=1815 - _globals['_DISKSCONFIG']._serialized_start=1818 - _globals['_DISKSCONFIG']._serialized_end=1994 + _globals['_CONTENTTREE']._serialized_end=1209 + _globals['_VOLUMECONTENTORIGIN']._serialized_start=1211 + _globals['_VOLUMECONTENTORIGIN']._serialized_end=1325 + _globals['_VOLUME']._serialized_start=1328 + _globals['_VOLUME']._serialized_end=1656 + _globals['_DISKCONFIG']._serialized_start=1659 + _globals['_DISKCONFIG']._serialized_end=1843 + _globals['_DISKSCONFIG']._serialized_start=1846 + _globals['_DISKSCONFIG']._serialized_end=2022 # @@protoc_insertion_point(module_scope)