ONF Member of Technical staff
option app_label = "core";
message ServiceInstance (XOSBase, AttributeMixin) {
optional string name = 1 [db_index = False, max_length = 200, null = True, content_type = "stripped", blank = True];
required manytoone owner->Service:service_instances = 2 [db_index = True, null = False, blank = False];
optional string service_specific_id = 3 [db_index = False, max_length = 30, null = True, content_type = "stripped", blank = True];
optional string service_specific_attribute = 10 [db_index = False, null = True, blank = True, varchar = True];
optional uint32 link_deleted_count = 11 [default = 0, help_text = "Incremented each time a provided_link is deleted from this ServiceInstance"];
}
app_label
tosca_description
gui_hidden
help_text
default, max_length, blank
verbose_name
gui_hidden
choices
validators
tosca_key
gRPC
APIs exposed and
REST
APIs
?
Custom views can access any API provided by and any component defined in the gui-core
Html
+ Js/Ts
+ Css
Injected components can access any API provided by and any component defined in the gui-core
XosComponentInjector.injectComponent(
'#dashboard-component-container',
'xosAlert',
{config: {type: 'success'}, show: true},
'Welcome to CORD Build!',
false
);
yo xos-gui-extension
gitbook
.md
files from all the reposxProto
xossh
Slice.objects.all()
slice list
@teone