blob: 223ee0cf0061abf780faa64d96648f992f6d2102 [file] [log] [blame]
option app_label = "vepcservice";
option name = "vepcservice";
message VEpcService (Service){
option verbose_name = "Virtual EPC Service";
}
message VEpcServiceInstance (ServiceInstance){
option verbose_name = "Virtual EPC Instance";
}
message VEpcResourceInstanceLink(XOSBase) {
required string name = 1 [help_text = "Resource link name", db_index=True, tosca_key=True];
required manytoone resource_instance->KubernetesResourceInstance:vepc_resource_instance_links = 2 [help_text = "Kubernetes resource file content", db_index=True, null=False, blank=False];
required manytoone vepc_service_instance->VEpcServiceInstance:vepc_resource_instance_links = 3 [help_text = "Virtual EPC Service Instance", db_index=True, null=False, blank=False];
}