Commit 5c49a491 authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Make some changes to proto file.

parent bf23ec02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@ enum ZSMServiceStateEnum {

message ZSMCreateRequest {
  context.ServiceId serviceId = 1;
  PolicyRuleList policyList = 2;
  policy.PolicyRuleList policyList = 2;
}

message ZSMCreateUpdate {
  context.Uuid ZSMServiceID = 1;
  PolicyRuleList policyList = 2;
  policy.PolicyRuleList policyList = 2;
}

// A unique identifier per ZSM service
@@ -63,7 +63,7 @@ message ZSMService {
  ZSMServiceID zsmServiceId = 1;

  context.ServiceId serviceId = 2;
  PolicyRuleList policyList = 3;
  policy.PolicyRuleList policyList = 3;

  // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them
}