diff --git a/common/roles.go b/common/roles.go index ab3a965a..2e93921a 100644 --- a/common/roles.go +++ b/common/roles.go @@ -71,6 +71,8 @@ const ( SecretContributorRoleName = "SecretContributor" // AvailabilitySet Contributor Role - has permissions to run any operations on AvailabilitySets AvailabilitySetContributorRoleName = "AvailabilitySetContributor" + // Zone Contributor Role - has permissions to run any operations on Zones + ZoneContributorRoleName = "ZoneContributor" // Location Reader role - has permissions to run read operations on locations LocationReaderRoleName = "LocationReader" // Group Reader Role - has permissions to run read operations on the group resource @@ -133,4 +135,6 @@ const ( AvailabilitySetReaderRoleName = "AvailabilitySetReader" // Certificate Signer Role - has permissions to run sign and renew operations on Certificates CertSignerRoleName = "CertificateSigner" + // Zone Reader Role - has permissions to run read operations on Zones + ZoneReaderRoleName = "ZoneReader" ) diff --git a/rpc/cloudagent/cloud/moc_cloudagent_zone.pb.go b/rpc/cloudagent/cloud/moc_cloudagent_zone.pb.go new file mode 100644 index 00000000..f0db7e48 --- /dev/null +++ b/rpc/cloudagent/cloud/moc_cloudagent_zone.pb.go @@ -0,0 +1,447 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: moc_cloudagent_zone.proto + +package cloud + +import ( + context "context" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + wrappers "github.com/golang/protobuf/ptypes/wrappers" + common "github.com/microsoft/moc/rpc/common" + grpc "google.golang.org/grpc" + codes "google.golang.org/grpc/codes" + status "google.golang.org/grpc/status" + math "math" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package + +type ZoneRequest struct { + Zones []*Zone `protobuf:"bytes,1,rep,name=Zones,proto3" json:"Zones,omitempty"` + OperationType common.Operation `protobuf:"varint,2,opt,name=OperationType,proto3,enum=moc.Operation" json:"OperationType,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ZoneRequest) Reset() { *m = ZoneRequest{} } +func (m *ZoneRequest) String() string { return proto.CompactTextString(m) } +func (*ZoneRequest) ProtoMessage() {} +func (*ZoneRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_04d87860cb8ba762, []int{0} +} + +func (m *ZoneRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneRequest.Unmarshal(m, b) +} +func (m *ZoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneRequest.Marshal(b, m, deterministic) +} +func (m *ZoneRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneRequest.Merge(m, src) +} +func (m *ZoneRequest) XXX_Size() int { + return xxx_messageInfo_ZoneRequest.Size(m) +} +func (m *ZoneRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ZoneRequest proto.InternalMessageInfo + +func (m *ZoneRequest) GetZones() []*Zone { + if m != nil { + return m.Zones + } + return nil +} + +func (m *ZoneRequest) GetOperationType() common.Operation { + if m != nil { + return m.OperationType + } + return common.Operation_GET +} + +type ZoneResponse struct { + Zones []*Zone `protobuf:"bytes,1,rep,name=Zones,proto3" json:"Zones,omitempty"` + Result *wrappers.BoolValue `protobuf:"bytes,2,opt,name=Result,proto3" json:"Result,omitempty"` + Error string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ZoneResponse) Reset() { *m = ZoneResponse{} } +func (m *ZoneResponse) String() string { return proto.CompactTextString(m) } +func (*ZoneResponse) ProtoMessage() {} +func (*ZoneResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_04d87860cb8ba762, []int{1} +} + +func (m *ZoneResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZoneResponse.Unmarshal(m, b) +} +func (m *ZoneResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZoneResponse.Marshal(b, m, deterministic) +} +func (m *ZoneResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZoneResponse.Merge(m, src) +} +func (m *ZoneResponse) XXX_Size() int { + return xxx_messageInfo_ZoneResponse.Size(m) +} +func (m *ZoneResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ZoneResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ZoneResponse proto.InternalMessageInfo + +func (m *ZoneResponse) GetZones() []*Zone { + if m != nil { + return m.Zones + } + return nil +} + +func (m *ZoneResponse) GetResult() *wrappers.BoolValue { + if m != nil { + return m.Result + } + return nil +} + +func (m *ZoneResponse) GetError() string { + if m != nil { + return m.Error + } + return "" +} + +type ZonePrecheckRequest struct { + Zones []*Zone `protobuf:"bytes,1,rep,name=Zones,proto3" json:"Zones,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ZonePrecheckRequest) Reset() { *m = ZonePrecheckRequest{} } +func (m *ZonePrecheckRequest) String() string { return proto.CompactTextString(m) } +func (*ZonePrecheckRequest) ProtoMessage() {} +func (*ZonePrecheckRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_04d87860cb8ba762, []int{2} +} + +func (m *ZonePrecheckRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZonePrecheckRequest.Unmarshal(m, b) +} +func (m *ZonePrecheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZonePrecheckRequest.Marshal(b, m, deterministic) +} +func (m *ZonePrecheckRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZonePrecheckRequest.Merge(m, src) +} +func (m *ZonePrecheckRequest) XXX_Size() int { + return xxx_messageInfo_ZonePrecheckRequest.Size(m) +} +func (m *ZonePrecheckRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ZonePrecheckRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ZonePrecheckRequest proto.InternalMessageInfo + +func (m *ZonePrecheckRequest) GetZones() []*Zone { + if m != nil { + return m.Zones + } + return nil +} + +type ZonePrecheckResponse struct { + // The precheck result: true if the precheck criteria is passed; otherwise, false + Result *wrappers.BoolValue `protobuf:"bytes,1,opt,name=Result,proto3" json:"Result,omitempty"` + // The error message if the precheck is not passed; otherwise, empty string + Error string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ZonePrecheckResponse) Reset() { *m = ZonePrecheckResponse{} } +func (m *ZonePrecheckResponse) String() string { return proto.CompactTextString(m) } +func (*ZonePrecheckResponse) ProtoMessage() {} +func (*ZonePrecheckResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_04d87860cb8ba762, []int{3} +} + +func (m *ZonePrecheckResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ZonePrecheckResponse.Unmarshal(m, b) +} +func (m *ZonePrecheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ZonePrecheckResponse.Marshal(b, m, deterministic) +} +func (m *ZonePrecheckResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ZonePrecheckResponse.Merge(m, src) +} +func (m *ZonePrecheckResponse) XXX_Size() int { + return xxx_messageInfo_ZonePrecheckResponse.Size(m) +} +func (m *ZonePrecheckResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ZonePrecheckResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ZonePrecheckResponse proto.InternalMessageInfo + +func (m *ZonePrecheckResponse) GetResult() *wrappers.BoolValue { + if m != nil { + return m.Result + } + return nil +} + +func (m *ZonePrecheckResponse) GetError() string { + if m != nil { + return m.Error + } + return "" +} + +type Zone struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` + LocationName string `protobuf:"bytes,3,opt,name=locationName,proto3" json:"locationName,omitempty"` + Nodes []string `protobuf:"bytes,5,rep,name=nodes,proto3" json:"nodes,omitempty"` + Status *common.Status `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Zone) Reset() { *m = Zone{} } +func (m *Zone) String() string { return proto.CompactTextString(m) } +func (*Zone) ProtoMessage() {} +func (*Zone) Descriptor() ([]byte, []int) { + return fileDescriptor_04d87860cb8ba762, []int{4} +} + +func (m *Zone) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Zone.Unmarshal(m, b) +} +func (m *Zone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Zone.Marshal(b, m, deterministic) +} +func (m *Zone) XXX_Merge(src proto.Message) { + xxx_messageInfo_Zone.Merge(m, src) +} +func (m *Zone) XXX_Size() int { + return xxx_messageInfo_Zone.Size(m) +} +func (m *Zone) XXX_DiscardUnknown() { + xxx_messageInfo_Zone.DiscardUnknown(m) +} + +var xxx_messageInfo_Zone proto.InternalMessageInfo + +func (m *Zone) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Zone) GetId() string { + if m != nil { + return m.Id + } + return "" +} + +func (m *Zone) GetLocationName() string { + if m != nil { + return m.LocationName + } + return "" +} + +func (m *Zone) GetNodes() []string { + if m != nil { + return m.Nodes + } + return nil +} + +func (m *Zone) GetStatus() *common.Status { + if m != nil { + return m.Status + } + return nil +} + +func init() { + proto.RegisterType((*ZoneRequest)(nil), "moc.cloudagent.zone.ZoneRequest") + proto.RegisterType((*ZoneResponse)(nil), "moc.cloudagent.zone.ZoneResponse") + proto.RegisterType((*ZonePrecheckRequest)(nil), "moc.cloudagent.zone.ZonePrecheckRequest") + proto.RegisterType((*ZonePrecheckResponse)(nil), "moc.cloudagent.zone.ZonePrecheckResponse") + proto.RegisterType((*Zone)(nil), "moc.cloudagent.zone.Zone") +} + +func init() { proto.RegisterFile("moc_cloudagent_zone.proto", fileDescriptor_04d87860cb8ba762) } + +var fileDescriptor_04d87860cb8ba762 = []byte{ + // 423 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x51, 0xc1, 0x6e, 0xd4, 0x30, + 0x10, 0x25, 0xbb, 0xdd, 0x88, 0x9d, 0x2d, 0x7b, 0x70, 0x2b, 0x91, 0xe6, 0x80, 0x42, 0xb8, 0x2c, + 0x07, 0x1c, 0x29, 0xf0, 0x03, 0x54, 0x02, 0x89, 0x0b, 0x45, 0x01, 0x71, 0xe8, 0xa5, 0x64, 0xbd, + 0xd3, 0x6d, 0xd4, 0xd8, 0x13, 0x6c, 0x07, 0x04, 0x7f, 0xd0, 0xaf, 0xe2, 0xd7, 0x90, 0xed, 0x2c, + 0xcb, 0x22, 0x8a, 0xd8, 0x9e, 0xec, 0xf1, 0xbc, 0x79, 0xef, 0xcd, 0x33, 0x9c, 0x48, 0x12, 0x17, + 0xa2, 0xa5, 0x7e, 0x55, 0xaf, 0x51, 0xd9, 0x8b, 0xef, 0xa4, 0x90, 0x77, 0x9a, 0x2c, 0xb1, 0x23, + 0x49, 0x82, 0x6f, 0x5b, 0xdc, 0xb5, 0xd2, 0x47, 0x6b, 0xa2, 0x75, 0x8b, 0x85, 0x87, 0x2c, 0xfb, + 0xcb, 0xe2, 0xab, 0xae, 0xbb, 0x0e, 0xb5, 0x09, 0x43, 0xe9, 0x43, 0xcf, 0x47, 0x52, 0x92, 0x1a, + 0x8e, 0xd0, 0xc8, 0x2d, 0xcc, 0xce, 0x49, 0x61, 0x85, 0x9f, 0x7b, 0x34, 0x96, 0x15, 0x30, 0x71, + 0xa5, 0x49, 0xa2, 0x6c, 0xbc, 0x98, 0x95, 0x27, 0xfc, 0x2f, 0x62, 0xdc, 0x0f, 0x04, 0x1c, 0x7b, + 0x01, 0x0f, 0xce, 0x3a, 0xd4, 0xb5, 0x6d, 0x48, 0x7d, 0xf8, 0xd6, 0x61, 0x32, 0xca, 0xa2, 0xc5, + 0xbc, 0x9c, 0xfb, 0xc1, 0x5f, 0x9d, 0x6a, 0x17, 0x94, 0xdf, 0x44, 0x70, 0x18, 0x64, 0x4d, 0x47, + 0xca, 0xe0, 0xfe, 0xba, 0x25, 0xc4, 0x15, 0x9a, 0xbe, 0xb5, 0x5e, 0x70, 0x56, 0xa6, 0x3c, 0x24, + 0xc0, 0x37, 0x09, 0xf0, 0x53, 0xa2, 0xf6, 0x63, 0xdd, 0xf6, 0x58, 0x0d, 0x48, 0x76, 0x0c, 0x93, + 0x57, 0x5a, 0x93, 0x4e, 0xc6, 0x59, 0xb4, 0x98, 0x56, 0xa1, 0xc8, 0x5f, 0xc3, 0x91, 0xa3, 0x7c, + 0xa7, 0x51, 0x5c, 0xa1, 0xb8, 0xbe, 0x6b, 0x12, 0xf9, 0x27, 0x38, 0xde, 0xe5, 0x19, 0x56, 0xdb, + 0x3a, 0x8d, 0xf6, 0x77, 0x3a, 0xfa, 0xdd, 0xe9, 0x4d, 0x04, 0x07, 0x4e, 0x82, 0x31, 0x38, 0x50, + 0xb5, 0x44, 0x4f, 0x38, 0xad, 0xfc, 0x9d, 0xcd, 0x61, 0xd4, 0xac, 0x06, 0xfc, 0xa8, 0x59, 0xb1, + 0x1c, 0x0e, 0x5b, 0x12, 0x3e, 0xf2, 0xb7, 0x0e, 0x1b, 0x76, 0xde, 0x79, 0x73, 0x32, 0x8a, 0x56, + 0x68, 0x92, 0x49, 0x36, 0x76, 0x32, 0xbe, 0x60, 0x4f, 0x20, 0x36, 0xb6, 0xb6, 0xbd, 0x49, 0x62, + 0x6f, 0x78, 0xe6, 0x57, 0x7f, 0xef, 0x9f, 0xaa, 0xa1, 0x55, 0xfe, 0x88, 0x60, 0xea, 0xbc, 0xbc, + 0x74, 0x61, 0xb0, 0x33, 0x88, 0xdf, 0xa8, 0x2f, 0x74, 0x8d, 0x2c, 0xbb, 0x3d, 0xa7, 0x10, 0x6c, + 0xfa, 0xf8, 0x1f, 0x88, 0x10, 0x59, 0x7e, 0x8f, 0xd5, 0x70, 0x7f, 0x13, 0x24, 0x5b, 0xdc, 0x3a, + 0xf0, 0xc7, 0x9f, 0xa5, 0x4f, 0xff, 0x03, 0xb9, 0x91, 0x38, 0x2d, 0xce, 0x9f, 0xad, 0x1b, 0x7b, + 0xd5, 0x2f, 0xb9, 0x20, 0x59, 0xc8, 0x46, 0x68, 0x32, 0x74, 0x69, 0x0b, 0x49, 0xa2, 0xd0, 0x9d, + 0x28, 0xb6, 0x34, 0xe1, 0xba, 0x8c, 0xfd, 0x87, 0x3d, 0xff, 0x19, 0x00, 0x00, 0xff, 0xff, 0x08, + 0x48, 0x5f, 0x80, 0x9c, 0x03, 0x00, 0x00, +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// ZoneAgentClient is the client API for ZoneAgent service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type ZoneAgentClient interface { + Invoke(ctx context.Context, in *ZoneRequest, opts ...grpc.CallOption) (*ZoneResponse, error) + // Prechecks whether the system is able to create specified zone (but does not actually create them). + Precheck(ctx context.Context, in *ZonePrecheckRequest, opts ...grpc.CallOption) (*ZonePrecheckResponse, error) +} + +type zoneAgentClient struct { + cc *grpc.ClientConn +} + +func NewZoneAgentClient(cc *grpc.ClientConn) ZoneAgentClient { + return &zoneAgentClient{cc} +} + +func (c *zoneAgentClient) Invoke(ctx context.Context, in *ZoneRequest, opts ...grpc.CallOption) (*ZoneResponse, error) { + out := new(ZoneResponse) + err := c.cc.Invoke(ctx, "/moc.cloudagent.zone.ZoneAgent/Invoke", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *zoneAgentClient) Precheck(ctx context.Context, in *ZonePrecheckRequest, opts ...grpc.CallOption) (*ZonePrecheckResponse, error) { + out := new(ZonePrecheckResponse) + err := c.cc.Invoke(ctx, "/moc.cloudagent.zone.ZoneAgent/Precheck", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// ZoneAgentServer is the server API for ZoneAgent service. +type ZoneAgentServer interface { + Invoke(context.Context, *ZoneRequest) (*ZoneResponse, error) + // Prechecks whether the system is able to create specified zone (but does not actually create them). + Precheck(context.Context, *ZonePrecheckRequest) (*ZonePrecheckResponse, error) +} + +// UnimplementedZoneAgentServer can be embedded to have forward compatible implementations. +type UnimplementedZoneAgentServer struct { +} + +func (*UnimplementedZoneAgentServer) Invoke(ctx context.Context, req *ZoneRequest) (*ZoneResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method Invoke not implemented") +} +func (*UnimplementedZoneAgentServer) Precheck(ctx context.Context, req *ZonePrecheckRequest) (*ZonePrecheckResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method Precheck not implemented") +} + +func RegisterZoneAgentServer(s *grpc.Server, srv ZoneAgentServer) { + s.RegisterService(&_ZoneAgent_serviceDesc, srv) +} + +func _ZoneAgent_Invoke_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ZoneRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ZoneAgentServer).Invoke(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.cloudagent.zone.ZoneAgent/Invoke", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ZoneAgentServer).Invoke(ctx, req.(*ZoneRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _ZoneAgent_Precheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ZonePrecheckRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ZoneAgentServer).Precheck(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.cloudagent.zone.ZoneAgent/Precheck", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ZoneAgentServer).Precheck(ctx, req.(*ZonePrecheckRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _ZoneAgent_serviceDesc = grpc.ServiceDesc{ + ServiceName: "moc.cloudagent.zone.ZoneAgent", + HandlerType: (*ZoneAgentServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "Invoke", + Handler: _ZoneAgent_Invoke_Handler, + }, + { + MethodName: "Precheck", + Handler: _ZoneAgent_Precheck_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "moc_cloudagent_zone.proto", +} diff --git a/rpc/cloudagent/cloud/zone/moc_cloudagent_zone.proto b/rpc/cloudagent/cloud/zone/moc_cloudagent_zone.proto new file mode 100644 index 00000000..dfaf5b09 --- /dev/null +++ b/rpc/cloudagent/cloud/zone/moc_cloudagent_zone.proto @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the Apache v2.0 license. + +syntax = "proto3"; +option go_package = "github.com/microsoft/moc/rpc/cloudagent/cloud"; +package moc.cloudagent.zone; + +import "google/protobuf/wrappers.proto"; +import "moc_common_common.proto"; + +message ZoneRequest { + repeated Zone Zones = 1; + Operation OperationType = 2; +} + +message ZoneResponse { + repeated Zone Zones = 1; + google.protobuf.BoolValue Result = 2; + string Error = 3; +} + +message ZonePrecheckRequest { + repeated Zone Zones = 1; +} + +message ZonePrecheckResponse { + // The precheck result: true if the precheck criteria is passed; otherwise, false + google.protobuf.BoolValue Result = 1; + + // The error message if the precheck is not passed; otherwise, empty string + string Error = 2; +} + +message Zone { + string name = 1; + string id = 2; + string locationName = 3; + repeated string nodes = 5; + Status status = 6; +} + +service ZoneAgent { + rpc Invoke(ZoneRequest) returns (ZoneResponse) {} + + // Prechecks whether the system is able to create specified zone (but does not actually create them). + rpc Precheck(ZonePrecheckRequest) returns (ZonePrecheckResponse) {} +} + + diff --git a/rpc/common/moc_common_common.pb.go b/rpc/common/moc_common_common.pb.go index c275f4d1..f4cab2db 100644 --- a/rpc/common/moc_common_common.pb.go +++ b/rpc/common/moc_common_common.pb.go @@ -356,6 +356,7 @@ const ( ProviderType_LogicalNetwork ProviderType = 38 ProviderType_AvailabilitySet ProviderType = 39 ProviderType_NetworkSecurityGroup ProviderType = 40 + ProviderType_Zone ProviderType = 41 ) var ProviderType_name = map[int32]string{ @@ -400,6 +401,7 @@ var ProviderType_name = map[int32]string{ 38: "LogicalNetwork", 39: "AvailabilitySet", 40: "NetworkSecurityGroup", + 41: "Zone", } var ProviderType_value = map[string]int32{ @@ -444,6 +446,7 @@ var ProviderType_value = map[string]int32{ "LogicalNetwork": 38, "AvailabilitySet": 39, "NetworkSecurityGroup": 40, + "Zone": 41, } func (x ProviderType) String() string { @@ -555,6 +558,9 @@ const ( ProviderAccessOperation_AvailabilitySet_Delete ProviderAccessOperation = 3501 ProviderAccessOperation_NetworkSecurityGroup_Create ProviderAccessOperation = 3600 ProviderAccessOperation_NetworkSecurityGroup_Update ProviderAccessOperation = 3601 + ProviderAccessOperation_Zone_Create ProviderAccessOperation = 3700 + ProviderAccessOperation_Zone_Delete ProviderAccessOperation = 3701 + ProviderAccessOperation_Zone_Update ProviderAccessOperation = 3702 ) var ProviderAccessOperation_name = map[int32]string{ @@ -654,6 +660,9 @@ var ProviderAccessOperation_name = map[int32]string{ 3501: "AvailabilitySet_Delete", 3600: "NetworkSecurityGroup_Create", 3601: "NetworkSecurityGroup_Update", + 3700: "Zone_Create", + 3701: "Zone_Delete", + 3702: "Zone_Update", } var ProviderAccessOperation_value = map[string]int32{ @@ -753,6 +762,9 @@ var ProviderAccessOperation_value = map[string]int32{ "AvailabilitySet_Delete": 3501, "NetworkSecurityGroup_Create": 3600, "NetworkSecurityGroup_Update": 3601, + "Zone_Create": 3700, + "Zone_Delete": 3701, + "Zone_Update": 3702, } func (x ProviderAccessOperation) String() string { @@ -1450,165 +1462,167 @@ func init() { func init() { proto.RegisterFile("moc_common_common.proto", fileDescriptor_681f78e46755eb93) } var fileDescriptor_681f78e46755eb93 = []byte{ - // 2555 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x58, 0x7d, 0x88, 0x24, 0x47, - 0x15, 0xdf, 0xf9, 0xdc, 0xdd, 0x9a, 0xdd, 0x99, 0xda, 0xda, 0xdd, 0xdb, 0xb9, 0xbd, 0x4b, 0x72, - 0xd9, 0x24, 0xe7, 0x31, 0x98, 0x3d, 0x3d, 0x45, 0x51, 0x51, 0xe9, 0x9d, 0xe9, 0xdd, 0x1d, 0x6e, - 0x76, 0x66, 0xe8, 0xe9, 0xdd, 0x44, 0x11, 0x86, 0xde, 0x9e, 0xda, 0xd9, 0xe6, 0x7a, 0xba, 0x86, - 0xea, 0x9a, 0x39, 0x26, 0x7f, 0x19, 0x30, 0xa2, 0xa0, 0xa0, 0x62, 0x40, 0x21, 0x82, 0x82, 0x82, - 0x82, 0xf1, 0x03, 0x14, 0x14, 0xfc, 0x48, 0xc0, 0x80, 0x1f, 0x09, 0x18, 0x10, 0xfc, 0x4a, 0x34, - 0x41, 0x05, 0x05, 0x05, 0x05, 0x3f, 0x12, 0xbf, 0x90, 0x57, 0x5d, 0x35, 0x3b, 0x33, 0xdb, 0xe7, - 0x3f, 0x77, 0x5d, 0xbf, 0xf7, 0x7b, 0xaf, 0x5e, 0xbd, 0xf7, 0xea, 0xd5, 0x9b, 0x45, 0x1b, 0x3d, - 0xe6, 0xb6, 0x5d, 0xd6, 0xeb, 0xb1, 0x40, 0xfd, 0xb7, 0xdd, 0xe7, 0x4c, 0x30, 0x92, 0xea, 0x31, - 0x77, 0xf3, 0x4a, 0x97, 0xb1, 0xae, 0x4f, 0xaf, 0x4b, 0xe8, 0x78, 0x70, 0x72, 0xbd, 0x43, 0x43, - 0x97, 0x7b, 0x7d, 0xc1, 0x78, 0x44, 0xdb, 0x3a, 0x44, 0x19, 0x93, 0x73, 0xc6, 0x49, 0x11, 0xcd, - 0x1f, 0xd0, 0x30, 0x74, 0xba, 0xb4, 0x98, 0xb8, 0x92, 0xb8, 0xb6, 0x68, 0xe9, 0x25, 0x21, 0x28, - 0x5d, 0x66, 0x1d, 0x5a, 0x4c, 0x5e, 0x49, 0x5c, 0xcb, 0x58, 0xf2, 0x9b, 0xdc, 0x8d, 0x50, 0xd3, - 0xe1, 0x4e, 0x8f, 0x0a, 0xca, 0xc3, 0x62, 0x4a, 0x2a, 0x4c, 0x20, 0x5b, 0x8f, 0x25, 0x50, 0xa1, - 0xc9, 0xd9, 0xd0, 0x0b, 0x3d, 0x16, 0xb4, 0x84, 0x23, 0x06, 0x21, 0x79, 0x33, 0x5a, 0x72, 0x07, - 0x9c, 0xd3, 0x40, 0x00, 0x10, 0x6d, 0x93, 0xbf, 0xb1, 0xba, 0xdd, 0x63, 0xee, 0xf6, 0x14, 0x97, - 0x5a, 0x53, 0x44, 0xf2, 0x16, 0xb4, 0xdc, 0xe7, 0x74, 0xe8, 0xb1, 0x41, 0x18, 0x69, 0x26, 0xef, - 0xac, 0x39, 0xcd, 0xdc, 0x7a, 0x22, 0x81, 0xf2, 0x15, 0x76, 0x3b, 0xf0, 0x99, 0xd3, 0x51, 0x6e, - 0x6c, 0x23, 0xd2, 0xe7, 0xac, 0xcb, 0x69, 0x18, 0x36, 0x29, 0x77, 0x69, 0x20, 0xf4, 0x99, 0x53, - 0x56, 0x8c, 0x84, 0xbc, 0x0e, 0xad, 0x76, 0xb4, 0x05, 0xef, 0x11, 0x5a, 0x0d, 0x76, 0x46, 0x82, - 0x86, 0xd2, 0x87, 0x94, 0x15, 0x27, 0x22, 0xd7, 0x50, 0xe1, 0xc4, 0xf3, 0xe9, 0x24, 0x3b, 0x25, - 0xd9, 0xb3, 0xf0, 0xd6, 0x10, 0x65, 0xf7, 0xa9, 0xe3, 0x8b, 0x53, 0xf2, 0xc6, 0xd8, 0xe0, 0x60, - 0x79, 0xc4, 0x88, 0x12, 0x17, 0x99, 0x37, 0xc5, 0x47, 0xe6, 0xbc, 0xda, 0x4c, 0x58, 0x1e, 0x4d, - 0xa0, 0xc2, 0x91, 0xe3, 0x7b, 0x1d, 0x47, 0xe8, 0xc8, 0x91, 0xd7, 0xa2, 0xb4, 0x0b, 0x69, 0x8e, - 0x76, 0x2e, 0x4a, 0x13, 0x33, 0x1c, 0x48, 0xbd, 0x25, 0x59, 0x50, 0x2e, 0x3d, 0x55, 0x2e, 0xc9, - 0xa8, 0x5c, 0xd4, 0x92, 0x5c, 0x45, 0x79, 0x4e, 0xa1, 0x14, 0x69, 0x10, 0xa9, 0xaa, 0xf2, 0x98, - 0x41, 0xb7, 0x2c, 0x84, 0xa7, 0xcd, 0x0f, 0x42, 0xf2, 0x0e, 0x54, 0x18, 0x4e, 0x6f, 0x59, 0x4c, - 0x5c, 0x49, 0x5d, 0xcb, 0xdd, 0x58, 0x8b, 0x73, 0xc7, 0x9a, 0x25, 0x6f, 0xdd, 0x8b, 0xe6, 0x8f, - 0x28, 0x87, 0x6a, 0x20, 0x17, 0x50, 0x36, 0x18, 0xf4, 0x8e, 0x29, 0x57, 0xe5, 0xac, 0x56, 0x5b, - 0xcf, 0x24, 0x51, 0x56, 0xed, 0x76, 0x1f, 0xca, 0x9e, 0xca, 0x18, 0x49, 0x4a, 0xee, 0x46, 0x6e, - 0x22, 0x6c, 0x96, 0x12, 0x91, 0x8a, 0x2c, 0x97, 0xa8, 0xc4, 0xbc, 0xa0, 0x1b, 0xa9, 0xca, 0x33, - 0x6b, 0xaf, 0x66, 0xea, 0xdc, 0x8a, 0xe1, 0x93, 0x6b, 0x68, 0xd1, 0x77, 0x42, 0x21, 0xaf, 0x9a, - 0x8c, 0x47, 0xee, 0x06, 0x92, 0xca, 0x12, 0xb1, 0xce, 0x84, 0xe4, 0x2a, 0x9a, 0x1f, 0x46, 0x47, - 0x28, 0xa6, 0x25, 0x6f, 0x29, 0x3a, 0x7a, 0x84, 0x59, 0x5a, 0x48, 0xde, 0x86, 0xf2, 0x9d, 0xa9, - 0xc2, 0x2e, 0x66, 0x24, 0x3d, 0xba, 0x15, 0xd3, 0x35, 0x6f, 0xcd, 0x50, 0x89, 0x81, 0xf0, 0x70, - 0x26, 0xf6, 0xc5, 0xac, 0x54, 0x5f, 0x8f, 0x09, 0xf4, 0x20, 0xb4, 0xce, 0xd1, 0xb7, 0xb6, 0x51, - 0xd6, 0x0c, 0x84, 0x27, 0x46, 0xe4, 0x7e, 0xb4, 0x5c, 0x0d, 0x9b, 0xbe, 0xe3, 0xd2, 0x53, 0xe6, - 0x77, 0x54, 0xc0, 0x17, 0xac, 0x69, 0x70, 0xeb, 0x41, 0x94, 0xb2, 0x9d, 0x2e, 0xc1, 0x28, 0x75, - 0x8b, 0x8e, 0x54, 0x4e, 0xe0, 0x93, 0xac, 0xa1, 0xcc, 0xd0, 0xf1, 0x07, 0xba, 0x8e, 0xa2, 0xc5, - 0xd6, 0xfd, 0x28, 0x6d, 0x3b, 0xdd, 0x90, 0x5c, 0x46, 0x69, 0xe1, 0x74, 0x43, 0x55, 0x06, 0x0b, - 0xd2, 0x3b, 0xdb, 0xe9, 0x5a, 0x12, 0x2d, 0xbd, 0x07, 0x2d, 0x36, 0xfa, 0x94, 0x4b, 0xbf, 0xc8, - 0x3c, 0x4a, 0xed, 0x99, 0x36, 0x9e, 0x23, 0x0b, 0x28, 0xdd, 0x6c, 0xb4, 0x6c, 0x9c, 0x20, 0x08, - 0x65, 0x2b, 0x66, 0xcd, 0xb4, 0x4d, 0x9c, 0x84, 0xef, 0xc3, 0x66, 0xc5, 0xb0, 0x4d, 0x9c, 0x82, - 0xef, 0xea, 0x41, 0xb3, 0x61, 0xd9, 0x38, 0x0d, 0xdf, 0xe6, 0xc3, 0xf2, 0x3b, 0x43, 0x96, 0xd0, - 0xc2, 0x91, 0x51, 0xab, 0x4a, 0x56, 0xb6, 0xf4, 0x9b, 0x24, 0xca, 0x4f, 0xb7, 0x17, 0x92, 0x43, - 0xf3, 0x87, 0xf5, 0x9b, 0xf5, 0xc6, 0x43, 0x75, 0x3c, 0x07, 0xec, 0xb2, 0x65, 0x1a, 0x76, 0xb5, - 0xbe, 0x87, 0x13, 0x20, 0x92, 0x2b, 0xb3, 0x82, 0x93, 0x64, 0x05, 0x2d, 0x47, 0x8b, 0xf6, 0xae, - 0x51, 0xad, 0x99, 0x15, 0x9c, 0x02, 0xb6, 0xf4, 0x05, 0xd8, 0x69, 0x20, 0x44, 0x9e, 0x69, 0x42, - 0x06, 0x0c, 0x44, 0x50, 0x05, 0x67, 0x81, 0x2d, 0xbd, 0x05, 0xf6, 0x3c, 0xb0, 0x23, 0xdf, 0x35, - 0x7b, 0x41, 0x7a, 0x22, 0xa1, 0x0a, 0x5e, 0x24, 0x18, 0x2d, 0x35, 0xad, 0xc6, 0x51, 0xb5, 0x55, - 0x6d, 0xd4, 0x41, 0x03, 0x91, 0x02, 0xca, 0x8d, 0x11, 0xb3, 0x82, 0x73, 0x64, 0x0d, 0xe1, 0x31, - 0xa0, 0xad, 0x2c, 0x11, 0x82, 0xf2, 0x15, 0x73, 0x4a, 0x75, 0x39, 0x72, 0x6d, 0x52, 0x39, 0x4f, - 0x2e, 0x20, 0x32, 0x01, 0x69, 0xf5, 0x42, 0xa4, 0x2e, 0x4f, 0xd1, 0x34, 0xeb, 0x15, 0x50, 0xc7, - 0x64, 0x19, 0x2d, 0x46, 0xb1, 0x85, 0xe5, 0x0a, 0x1c, 0x24, 0x5a, 0x9a, 0x15, 0x4c, 0xc0, 0x76, - 0xb4, 0xd2, 0x36, 0x56, 0x4b, 0xbb, 0x68, 0x7d, 0xdf, 0xeb, 0x9e, 0x1a, 0x43, 0xc7, 0xf3, 0x9d, - 0x63, 0xcf, 0xf7, 0xc4, 0x28, 0x8a, 0xf5, 0x1a, 0xc2, 0x2a, 0xd6, 0xed, 0x7d, 0xa3, 0xdd, 0xb2, - 0x21, 0x29, 0x73, 0x90, 0xae, 0x96, 0x6d, 0xec, 0xd4, 0xcc, 0x28, 0xe4, 0x7a, 0xdf, 0x64, 0xa9, - 0x8b, 0x72, 0x13, 0x1d, 0x0f, 0xf6, 0xad, 0x37, 0x6c, 0x9d, 0xaa, 0x2c, 0x4a, 0x36, 0x6e, 0x46, - 0x1a, 0x0f, 0x19, 0x96, 0x3c, 0x68, 0x32, 0xca, 0x5f, 0xd5, 0xae, 0x96, 0x8d, 0x1a, 0x4e, 0x81, - 0xe8, 0xa0, 0xda, 0x6a, 0x45, 0xe9, 0x91, 0xc9, 0xda, 0xb3, 0x8c, 0x8a, 0xcc, 0x4c, 0x64, 0x6b, - 0xb7, 0x71, 0x58, 0xaf, 0xe0, 0x6c, 0xe9, 0xf1, 0x04, 0x5a, 0x8d, 0x69, 0x8c, 0xe0, 0x6f, 0xbd, - 0x51, 0x31, 0xdb, 0x87, 0x75, 0xcb, 0x34, 0xca, 0xfb, 0xd2, 0xc7, 0x39, 0x08, 0x91, 0x59, 0xb7, - 0xab, 0xf6, 0xbb, 0xda, 0xda, 0x7a, 0x82, 0x5c, 0x42, 0x1b, 0xe5, 0x5a, 0xd5, 0xac, 0xdb, 0xed, - 0xa8, 0x7e, 0x54, 0x48, 0x0f, 0x2d, 0xa8, 0x53, 0x82, 0xf2, 0xbb, 0x0d, 0xeb, 0xc0, 0xb0, 0xdb, - 0xd5, 0xba, 0x2c, 0x46, 0x9c, 0x82, 0xfc, 0x56, 0xeb, 0xbb, 0x8d, 0xf6, 0x99, 0x83, 0x10, 0x48, - 0x85, 0x1c, 0x18, 0x76, 0x79, 0x1f, 0x67, 0x4a, 0x1c, 0xa1, 0xb2, 0xef, 0xd1, 0x40, 0xd8, 0xa3, - 0x3e, 0x05, 0x95, 0x72, 0xa3, 0x6e, 0x5b, 0x8d, 0x5a, 0xb3, 0x66, 0xd4, 0xb5, 0x27, 0x0f, 0xdb, - 0xa6, 0x55, 0x37, 0x6a, 0xd1, 0xee, 0x38, 0x01, 0x57, 0x05, 0x7c, 0xc6, 0x49, 0xb2, 0x88, 0x32, - 0x46, 0xe5, 0xa0, 0x5a, 0xc7, 0x29, 0xc8, 0xe0, 0x8e, 0x61, 0x99, 0x07, 0xa6, 0x6d, 0xd4, 0x70, - 0x1a, 0x2c, 0xd5, 0x1a, 0x46, 0x65, 0xc7, 0xa8, 0x19, 0xf5, 0xb2, 0x69, 0xe1, 0x0c, 0x68, 0xed, - 0xc3, 0x05, 0xcb, 0x96, 0x6e, 0x20, 0x62, 0x0c, 0xc4, 0x29, 0x0d, 0x84, 0xe7, 0xca, 0x70, 0xc8, - 0xbd, 0xf3, 0x08, 0xb5, 0xcc, 0xda, 0x6e, 0xab, 0xba, 0x07, 0xe5, 0x13, 0x5d, 0x14, 0x43, 0xad, - 0x12, 0xa5, 0x9f, 0x66, 0xd0, 0x92, 0xbc, 0x56, 0x1d, 0xca, 0x25, 0xbd, 0x80, 0x72, 0x46, 0x30, - 0xd2, 0x50, 0xe4, 0xe9, 0x91, 0xc7, 0xc5, 0xc0, 0xf1, 0x0f, 0x1c, 0xf7, 0xd4, 0x0b, 0x28, 0x4e, - 0x90, 0x4d, 0x74, 0x61, 0x1a, 0x6b, 0xb9, 0x8e, 0x4f, 0x5b, 0x54, 0xe0, 0xa4, 0xf4, 0x90, 0x39, - 0x9d, 0x1d, 0xc7, 0x77, 0x02, 0x97, 0x72, 0x9c, 0x9a, 0xb0, 0x50, 0xa7, 0xe2, 0x36, 0xe3, 0xb7, - 0x70, 0x9a, 0xac, 0xa2, 0x82, 0xc2, 0xf6, 0x1d, 0xde, 0xa9, 0x78, 0xe1, 0x2d, 0x9c, 0x01, 0xd5, - 0x3d, 0xc7, 0xf7, 0x29, 0x1f, 0x55, 0x7b, 0x4e, 0x97, 0xe2, 0x2c, 0xd9, 0x40, 0xab, 0xd3, 0x1b, - 0x45, 0x82, 0x79, 0x99, 0xdf, 0xc8, 0x58, 0x35, 0x10, 0x94, 0x9f, 0x38, 0x2e, 0xc5, 0x0b, 0xe0, - 0x7c, 0x99, 0x72, 0xe1, 0x9d, 0x40, 0x00, 0x28, 0x5e, 0x84, 0x36, 0x74, 0x93, 0x8e, 0x30, 0x92, - 0x95, 0x4a, 0x5d, 0x4e, 0x05, 0xce, 0x41, 0x04, 0x6e, 0xd2, 0xd1, 0x91, 0x33, 0xf0, 0x05, 0x5e, - 0x92, 0x77, 0xa2, 0x43, 0x65, 0xf7, 0xc4, 0xcb, 0x10, 0x4d, 0x8b, 0xf9, 0x14, 0xe7, 0xc1, 0x6b, - 0xf8, 0x32, 0xc2, 0xd0, 0xeb, 0x06, 0x3d, 0x1a, 0x08, 0x5c, 0x80, 0x58, 0xde, 0x1c, 0x1c, 0x53, - 0x1e, 0x50, 0x41, 0x43, 0x8c, 0x65, 0x9b, 0xf1, 0x07, 0xa1, 0xa0, 0x1c, 0xaf, 0xc8, 0x24, 0xb3, - 0x40, 0x70, 0xe6, 0x37, 0x7d, 0x27, 0xa0, 0x98, 0x40, 0x1a, 0xf7, 0x38, 0x1b, 0xf4, 0xf1, 0xaa, - 0xcc, 0x2d, 0xeb, 0x50, 0xbc, 0x06, 0xfb, 0xd5, 0x58, 0x94, 0x1f, 0xbc, 0x0e, 0xe7, 0x68, 0x09, - 0xc6, 0x9d, 0x2e, 0x05, 0x5d, 0xc7, 0x0b, 0x28, 0xc7, 0x17, 0xe0, 0x1c, 0x0a, 0xdd, 0xf5, 0x7c, - 0x8a, 0x37, 0x26, 0x68, 0x15, 0x8f, 0x53, 0x57, 0x30, 0x3e, 0xc2, 0x45, 0xd8, 0xb1, 0x35, 0x38, - 0x8e, 0x86, 0x48, 0x30, 0x77, 0x11, 0x1c, 0x3a, 0xf2, 0xfa, 0x4d, 0xc6, 0x7c, 0xbc, 0x29, 0x2f, - 0x91, 0xe3, 0xca, 0xc5, 0x25, 0x30, 0x69, 0x0a, 0xb7, 0xa3, 0xdd, 0xbd, 0x0c, 0x67, 0x01, 0xa0, - 0x45, 0xf9, 0x90, 0x72, 0x7c, 0x17, 0x6c, 0xb1, 0xe3, 0x70, 0x7a, 0x40, 0xc5, 0x59, 0xa6, 0xef, - 0x26, 0xeb, 0x68, 0xa5, 0xcc, 0xa9, 0x8c, 0x8f, 0xe3, 0x1f, 0xb0, 0xc0, 0x13, 0x8c, 0xe3, 0x7b, - 0xc0, 0x74, 0x8d, 0x75, 0xbb, 0x5e, 0xd0, 0xc5, 0x57, 0xe0, 0x44, 0x16, 0x75, 0xd9, 0x90, 0xf2, - 0x11, 0xbe, 0x17, 0x0e, 0x5d, 0xa1, 0xc7, 0x83, 0x2e, 0xde, 0x82, 0x7b, 0x31, 0x36, 0xb9, 0xcf, - 0x42, 0x81, 0xef, 0x83, 0xa8, 0x4e, 0xd7, 0x28, 0xbe, 0x1f, 0x68, 0x51, 0xb3, 0xd0, 0xf6, 0x1f, - 0x00, 0x5a, 0x8d, 0x75, 0x3d, 0xf7, 0xac, 0x64, 0xae, 0x42, 0xc9, 0x4c, 0xf5, 0x25, 0x2a, 0xf0, - 0x6b, 0x48, 0x11, 0xad, 0x29, 0x46, 0x8b, 0xba, 0x03, 0xee, 0x89, 0x51, 0x14, 0xf1, 0x6b, 0xa5, - 0xff, 0x12, 0xb4, 0xa1, 0xcb, 0xd8, 0x70, 0x5d, 0x1a, 0x86, 0x67, 0xaf, 0x53, 0x01, 0xe5, 0x0e, - 0x83, 0xb0, 0x4f, 0x5d, 0xef, 0xc4, 0xa3, 0x1d, 0x3c, 0x07, 0x66, 0xa6, 0xdd, 0x6a, 0xc3, 0xf6, - 0x01, 0xee, 0x90, 0x0d, 0x44, 0x26, 0x4a, 0xaa, 0x5d, 0xe6, 0x14, 0x2a, 0xeb, 0xfb, 0x89, 0x59, - 0xc1, 0x61, 0xbf, 0x03, 0x82, 0x1f, 0x24, 0xc8, 0x1a, 0x2a, 0x4c, 0x0a, 0xf6, 0xa8, 0xc0, 0x3f, - 0x3c, 0x47, 0xaf, 0x50, 0x9f, 0x0a, 0x8a, 0x7f, 0x94, 0x20, 0xeb, 0x08, 0x4f, 0x0a, 0x5a, 0x5e, - 0x37, 0xc0, 0xcf, 0x26, 0xc8, 0x05, 0xb4, 0x32, 0x09, 0x5b, 0x34, 0xa0, 0xb7, 0xf1, 0x73, 0xd2, - 0xba, 0x2e, 0x57, 0xed, 0xcc, 0x17, 0x93, 0x53, 0xa8, 0xf2, 0xe4, 0xc9, 0x69, 0xd4, 0xa2, 0x43, - 0x76, 0x8b, 0xe2, 0x2f, 0xcd, 0xa0, 0x0c, 0x3a, 0x26, 0xfe, 0x72, 0x92, 0xdc, 0x83, 0x36, 0x35, - 0x1a, 0x73, 0xde, 0x8f, 0xa4, 0xee, 0x44, 0x50, 0xbb, 0x7d, 0x34, 0x45, 0xee, 0x46, 0x17, 0xe3, - 0x08, 0x91, 0xe7, 0x1f, 0x4b, 0x91, 0x02, 0x42, 0x37, 0xe9, 0xd8, 0xe9, 0xbf, 0x8e, 0x01, 0x65, - 0xe1, 0x6f, 0xd0, 0x59, 0x73, 0x00, 0x98, 0x81, 0xcb, 0x47, 0x7d, 0x81, 0xff, 0x3e, 0x46, 0x2a, - 0x34, 0x42, 0xfe, 0x31, 0x46, 0x1e, 0xe2, 0x4e, 0x1f, 0x6e, 0xf6, 0x2b, 0xd0, 0x5e, 0x96, 0xa5, - 0x99, 0xe0, 0xb6, 0xc2, 0x5e, 0x85, 0xae, 0x09, 0x57, 0x3c, 0x0a, 0xe6, 0x3f, 0xc7, 0x3b, 0x1d, - 0x51, 0xee, 0x9d, 0x8c, 0xf0, 0xbf, 0x52, 0x64, 0x13, 0xad, 0x4f, 0xf7, 0x15, 0xed, 0xd6, 0xcf, - 0xd2, 0x31, 0x32, 0xe5, 0xe1, 0xcf, 0xe3, 0x64, 0x2a, 0x91, 0xbf, 0x48, 0x93, 0xcb, 0x68, 0x63, - 0x46, 0xa6, 0x1e, 0x26, 0x8a, 0x7f, 0x99, 0x26, 0x17, 0xd1, 0xda, 0x8c, 0xb4, 0x25, 0x1c, 0x2e, - 0xf0, 0x0b, 0x69, 0x52, 0x9c, 0x6d, 0x72, 0xed, 0x96, 0x60, 0x7d, 0xfc, 0x62, 0x9c, 0x92, 0x45, - 0x43, 0x2a, 0xf0, 0xaf, 0xd2, 0xe4, 0x2a, 0xba, 0xf7, 0x9c, 0xa8, 0xef, 0x78, 0xbc, 0xbd, 0x37, - 0xa0, 0xa1, 0x68, 0x1b, 0x5d, 0xe8, 0x58, 0xbf, 0x8e, 0x33, 0xd1, 0x74, 0x06, 0x21, 0xc5, 0x2f, - 0xc5, 0xee, 0xeb, 0x0c, 0x29, 0x7e, 0x19, 0xba, 0x73, 0x5e, 0x35, 0x0a, 0x1d, 0x97, 0x6f, 0x65, - 0x26, 0x41, 0x15, 0x90, 0x6f, 0x67, 0xc0, 0x86, 0x06, 0xa1, 0xeb, 0xeb, 0xf6, 0xf2, 0x9d, 0x0c, - 0x84, 0x6a, 0x4c, 0x97, 0xe3, 0xae, 0x96, 0x7d, 0x37, 0x23, 0x2f, 0x83, 0x92, 0xed, 0x51, 0xa1, - 0x05, 0x4f, 0x65, 0xe4, 0x65, 0x38, 0x13, 0x40, 0xc7, 0x0c, 0xf1, 0xd3, 0x19, 0xb8, 0x0c, 0xb2, - 0xa7, 0xb4, 0xe5, 0xbf, 0xaa, 0x65, 0x7d, 0x3a, 0x0b, 0xf4, 0x08, 0x6f, 0x09, 0xc7, 0xbd, 0x65, - 0x73, 0x78, 0x05, 0x3e, 0x93, 0x85, 0x33, 0x43, 0xdf, 0xe9, 0xe9, 0xbe, 0xa3, 0x0f, 0xf1, 0xbe, - 0xf9, 0xf3, 0x22, 0x75, 0x94, 0xc7, 0xe6, 0x21, 0x7f, 0x63, 0xd1, 0x4c, 0x55, 0xfc, 0x3e, 0x5e, - 0xaa, 0x74, 0xff, 0x30, 0x2f, 0xc3, 0x30, 0xd1, 0xfb, 0xb5, 0xde, 0xb3, 0x0b, 0xe7, 0x24, 0x4a, - 0xe7, 0xb9, 0x05, 0x08, 0xc2, 0x44, 0x47, 0xd6, 0x2a, 0x5f, 0x59, 0x9c, 0x15, 0x28, 0x8d, 0xaf, - 0x2e, 0x42, 0x18, 0xce, 0x5a, 0xb6, 0x56, 0xf8, 0x38, 0x9a, 0xc1, 0x15, 0xff, 0x71, 0x04, 0x7b, - 0x4f, 0xbe, 0xa7, 0x5a, 0xe3, 0x95, 0xf3, 0x12, 0xa5, 0xf3, 0x2a, 0x22, 0x2b, 0x68, 0x49, 0x76, - 0x50, 0x4d, 0x7e, 0x21, 0x77, 0x06, 0x29, 0xd6, 0x8b, 0x30, 0xc0, 0x16, 0xf4, 0x13, 0xaa, 0x89, - 0x4f, 0x2d, 0x4d, 0xa1, 0x8a, 0xfb, 0xf4, 0x12, 0x78, 0x77, 0xf6, 0x68, 0x6a, 0xf6, 0x67, 0x97, - 0x67, 0x70, 0xc5, 0xff, 0xdc, 0x32, 0xf8, 0x36, 0x39, 0x40, 0x68, 0x8d, 0x0f, 0xe4, 0xcf, 0x49, - 0x94, 0xce, 0x07, 0xf3, 0xb0, 0xb3, 0x7e, 0x54, 0x35, 0xff, 0x8f, 0xd3, 0xa8, 0xe2, 0xfe, 0x29, - 0x0f, 0x75, 0x7c, 0xe0, 0xb8, 0x7d, 0xc6, 0x7c, 0x4d, 0xfd, 0x71, 0x61, 0x12, 0x54, 0xcc, 0xe7, - 0x0b, 0x90, 0xf3, 0xd9, 0x21, 0x43, 0xab, 0x7c, 0x0d, 0xc7, 0x4a, 0x95, 0xee, 0xd7, 0x31, 0xf4, - 0x29, 0x28, 0x5f, 0xcd, 0xff, 0xc4, 0xca, 0x18, 0x51, 0x9c, 0x4f, 0xae, 0x80, 0x7f, 0xfa, 0xe1, - 0xd4, 0xbc, 0x7f, 0x4f, 0xa3, 0x8a, 0xfb, 0x1f, 0xa9, 0x0d, 0xe3, 0x88, 0xe6, 0xbd, 0x44, 0xc6, - 0x88, 0xe2, 0xbc, 0x4c, 0xe0, 0xca, 0x4d, 0x8f, 0x2c, 0x9a, 0xfd, 0xbd, 0xd5, 0x18, 0x99, 0xd2, - 0x7b, 0x66, 0x15, 0x3a, 0x68, 0x34, 0x1c, 0x69, 0xfe, 0xe7, 0xd7, 0x26, 0x30, 0xc5, 0xfb, 0xc2, - 0x1a, 0x9c, 0x78, 0x76, 0x58, 0xd1, 0x1a, 0x1f, 0x5a, 0x8f, 0x95, 0x2a, 0xdd, 0x0f, 0xaf, 0x43, - 0xee, 0x26, 0x67, 0x15, 0xad, 0xf7, 0xe7, 0xf3, 0x12, 0xa5, 0xf3, 0x17, 0x29, 0x39, 0x9b, 0xed, - 0xcf, 0xba, 0xe9, 0x4f, 0x2e, 0x40, 0xba, 0xd4, 0x9c, 0xa3, 0x0d, 0x7d, 0x63, 0x63, 0x12, 0x54, - 0x36, 0xbe, 0xb9, 0x41, 0x2e, 0x8d, 0x47, 0x55, 0x3d, 0x68, 0x6a, 0x8d, 0x27, 0x8a, 0x71, 0x42, - 0xa5, 0xf9, 0xa9, 0x22, 0x3c, 0x78, 0x31, 0xb3, 0xa7, 0xd6, 0x7e, 0xef, 0xc5, 0x3b, 0x11, 0x94, - 0x85, 0x47, 0x2f, 0x92, 0x2d, 0x74, 0x57, 0xfc, 0x98, 0xac, 0x8d, 0xfc, 0xf6, 0xff, 0x71, 0x94, - 0x9d, 0xdf, 0x5d, 0x9c, 0x78, 0x75, 0x54, 0xc1, 0x8d, 0xc7, 0x90, 0xcd, 0x18, 0x99, 0x9e, 0x44, - 0x36, 0xe1, 0x78, 0x33, 0x13, 0xd3, 0x78, 0x64, 0xb8, 0x14, 0x27, 0x54, 0x6f, 0xd9, 0x93, 0x97, - 0xc8, 0x15, 0x74, 0x29, 0x6e, 0xac, 0x1a, 0x8f, 0x03, 0x97, 0xef, 0xc8, 0xd0, 0xf3, 0xc0, 0xe5, - 0x92, 0x85, 0x72, 0x32, 0x20, 0x2d, 0x36, 0xe0, 0x2e, 0x8d, 0x7e, 0xb9, 0x94, 0x8d, 0x5a, 0xbb, - 0xd5, 0x38, 0xb4, 0xca, 0xf0, 0x1b, 0x08, 0x7e, 0x99, 0xec, 0xb6, 0xf4, 0x3a, 0x01, 0x53, 0xd9, - 0xbe, 0x6d, 0x37, 0x35, 0x20, 0x7f, 0x4a, 0x94, 0x6b, 0x8d, 0xba, 0xa9, 0x91, 0x54, 0x69, 0x07, - 0xe1, 0xfd, 0x51, 0x9f, 0xf2, 0xa3, 0x3d, 0x1a, 0xe8, 0x61, 0xee, 0x02, 0x22, 0xb3, 0xd8, 0xd1, - 0x0d, 0x3c, 0x17, 0x8b, 0xbf, 0x1e, 0x27, 0x4a, 0xef, 0x44, 0x79, 0xc8, 0x34, 0x4c, 0xd6, 0xbb, - 0x8c, 0xf7, 0x1c, 0x21, 0x7f, 0x51, 0x4f, 0x21, 0x47, 0xfb, 0x95, 0x87, 0xf1, 0x1c, 0x0c, 0xbf, - 0xe7, 0x70, 0x9c, 0x28, 0x3d, 0x08, 0x6f, 0x1e, 0x1b, 0x74, 0xaa, 0x81, 0x27, 0x2a, 0x8e, 0x70, - 0xd4, 0x01, 0x73, 0x68, 0xbe, 0xce, 0xa4, 0x00, 0xcf, 0xc9, 0x5f, 0x70, 0x8f, 0x0c, 0x38, 0xc5, - 0x89, 0xb7, 0xbe, 0x1d, 0x2d, 0x86, 0x34, 0x08, 0x3d, 0xe1, 0x0d, 0x29, 0xb9, 0x6b, 0x3b, 0xfa, - 0x2b, 0xf0, 0xb6, 0xfe, 0x2b, 0xf0, 0xf6, 0xae, 0x47, 0xfd, 0x4e, 0x43, 0x96, 0x7e, 0x58, 0x7c, - 0xfe, 0xfd, 0x29, 0xf9, 0xf7, 0x9a, 0x33, 0x8d, 0x9d, 0x07, 0xde, 0x7d, 0x5f, 0xd7, 0x13, 0xa7, - 0x83, 0xe3, 0x6d, 0x97, 0xf5, 0xae, 0xf7, 0x3c, 0x97, 0xb3, 0x90, 0x9d, 0x88, 0xeb, 0x3d, 0xe6, - 0x5e, 0xe7, 0x7d, 0xf7, 0x7a, 0xf4, 0x87, 0xe6, 0xe3, 0xac, 0x34, 0xf8, 0x86, 0xff, 0x05, 0x00, - 0x00, 0xff, 0xff, 0x93, 0x8b, 0xda, 0x8c, 0x84, 0x16, 0x00, 0x00, + // 2581 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x58, 0x6b, 0x88, 0x64, 0x47, + 0xf5, 0x9f, 0x7e, 0xce, 0x4c, 0xf5, 0x4c, 0x77, 0x4d, 0xcd, 0xab, 0x77, 0x76, 0x93, 0x6c, 0x26, + 0xc9, 0xfe, 0xf7, 0xdf, 0x98, 0x59, 0x5d, 0x45, 0x51, 0x51, 0xb9, 0xd3, 0x7d, 0x67, 0xa6, 0xd9, + 0x9e, 0xee, 0xe6, 0x76, 0xcf, 0x24, 0x06, 0xa1, 0xb9, 0x73, 0xbb, 0xa6, 0xe7, 0xb2, 0xb7, 0x6f, + 0x35, 0x75, 0xab, 0x7b, 0xe9, 0x7c, 0x32, 0x60, 0x44, 0x41, 0x41, 0xc5, 0x80, 0x42, 0x04, 0x05, + 0x05, 0x05, 0xe3, 0x03, 0x22, 0x28, 0xf8, 0x48, 0xc0, 0x80, 0x8f, 0x04, 0x0c, 0xf8, 0xc1, 0x47, + 0xa2, 0x59, 0x54, 0x50, 0x50, 0x50, 0x30, 0x31, 0xf1, 0x01, 0x72, 0xea, 0x56, 0xf5, 0x6b, 0xee, + 0xfa, 0x65, 0xf7, 0xd6, 0xef, 0xfc, 0xce, 0xa9, 0x53, 0xe7, 0x9c, 0x3a, 0x75, 0x7a, 0xd0, 0x66, + 0x97, 0x39, 0x2d, 0x87, 0x75, 0xbb, 0xcc, 0x57, 0xff, 0xed, 0xf4, 0x38, 0x13, 0x8c, 0x24, 0xba, + 0xcc, 0xd9, 0xba, 0xdc, 0x61, 0xac, 0xe3, 0xd1, 0x6b, 0x12, 0x3a, 0xe9, 0x9f, 0x5e, 0x6b, 0xd3, + 0xc0, 0xe1, 0x6e, 0x4f, 0x30, 0x1e, 0xd2, 0xb6, 0x8f, 0x50, 0xca, 0xe4, 0x9c, 0x71, 0x92, 0x47, + 0xf3, 0x87, 0x34, 0x08, 0xec, 0x0e, 0xcd, 0xc7, 0x2e, 0xc7, 0xae, 0x2e, 0x5a, 0x7a, 0x49, 0x08, + 0x4a, 0x16, 0x59, 0x9b, 0xe6, 0xe3, 0x97, 0x63, 0x57, 0x53, 0x96, 0xfc, 0x26, 0x77, 0x23, 0x54, + 0xb7, 0xb9, 0xdd, 0xa5, 0x82, 0xf2, 0x20, 0x9f, 0x90, 0x0a, 0x13, 0xc8, 0xf6, 0xe3, 0x31, 0x94, + 0xab, 0x73, 0x36, 0x70, 0x03, 0x97, 0xf9, 0x0d, 0x61, 0x8b, 0x7e, 0x40, 0xde, 0x81, 0x96, 0x9c, + 0x3e, 0xe7, 0xd4, 0x17, 0x00, 0x84, 0xdb, 0x64, 0xaf, 0xaf, 0xee, 0x74, 0x99, 0xb3, 0x33, 0xc5, + 0xa5, 0xd6, 0x14, 0x91, 0xbc, 0x13, 0x2d, 0xf7, 0x38, 0x1d, 0xb8, 0xac, 0x1f, 0x84, 0x9a, 0xf1, + 0x3b, 0x6b, 0x4e, 0x33, 0xb7, 0x9f, 0x8c, 0xa1, 0x6c, 0x89, 0xdd, 0xf2, 0x3d, 0x66, 0xb7, 0x95, + 0x1b, 0x3b, 0x88, 0xf4, 0x38, 0xeb, 0x70, 0x1a, 0x04, 0x75, 0xca, 0x1d, 0xea, 0x0b, 0x7d, 0xe6, + 0x84, 0x15, 0x21, 0x21, 0x6f, 0x46, 0xab, 0x6d, 0x6d, 0xc1, 0x7d, 0x94, 0x96, 0xfd, 0xdd, 0xa1, + 0xa0, 0x81, 0xf4, 0x21, 0x61, 0x45, 0x89, 0xc8, 0x55, 0x94, 0x3b, 0x75, 0x3d, 0x3a, 0xc9, 0x4e, + 0x48, 0xf6, 0x2c, 0xbc, 0x3d, 0x40, 0xe9, 0x03, 0x6a, 0x7b, 0xe2, 0x8c, 0xbc, 0x2d, 0x32, 0x38, + 0x58, 0x1e, 0x31, 0xa4, 0x44, 0x45, 0xe6, 0xed, 0xd1, 0x91, 0x39, 0xaf, 0x36, 0x13, 0x96, 0xc7, + 0x62, 0x28, 0x77, 0x6c, 0x7b, 0x6e, 0xdb, 0x16, 0x3a, 0x72, 0xe4, 0x4d, 0x28, 0xe9, 0x40, 0x9a, + 0xc3, 0x9d, 0xf3, 0xd2, 0xc4, 0x0c, 0x07, 0x52, 0x6f, 0x49, 0x16, 0x94, 0x4b, 0x57, 0x95, 0x4b, + 0x3c, 0x2c, 0x17, 0xb5, 0x24, 0x57, 0x50, 0x96, 0x53, 0x28, 0x45, 0xea, 0x87, 0xaa, 0xaa, 0x3c, + 0x66, 0xd0, 0x6d, 0x0b, 0xe1, 0x69, 0xf3, 0xfd, 0x80, 0xbc, 0x17, 0xe5, 0x06, 0xd3, 0x5b, 0xe6, + 0x63, 0x97, 0x13, 0x57, 0x33, 0xd7, 0xd7, 0xa2, 0xdc, 0xb1, 0x66, 0xc9, 0xdb, 0xf7, 0xa2, 0xf9, + 0x63, 0xca, 0xa1, 0x1a, 0xc8, 0x06, 0x4a, 0xfb, 0xfd, 0xee, 0x09, 0xe5, 0xaa, 0x9c, 0xd5, 0x6a, + 0xfb, 0xb9, 0x38, 0x4a, 0xab, 0xdd, 0xee, 0x43, 0xe9, 0x33, 0x19, 0x23, 0x49, 0xc9, 0x5c, 0xcf, + 0x4c, 0x84, 0xcd, 0x52, 0x22, 0x52, 0x92, 0xe5, 0x12, 0x96, 0x98, 0xeb, 0x77, 0x42, 0x55, 0x79, + 0x66, 0xed, 0xd5, 0x4c, 0x9d, 0x5b, 0x11, 0x7c, 0x72, 0x15, 0x2d, 0x7a, 0x76, 0x20, 0xe4, 0x55, + 0x93, 0xf1, 0xc8, 0x5c, 0x47, 0x52, 0x59, 0x22, 0xd6, 0x58, 0x48, 0xae, 0xa0, 0xf9, 0x41, 0x78, + 0x84, 0x7c, 0x52, 0xf2, 0x96, 0xc2, 0xa3, 0x87, 0x98, 0xa5, 0x85, 0xe4, 0xdd, 0x28, 0xdb, 0x9e, + 0x2a, 0xec, 0x7c, 0x4a, 0xd2, 0xc3, 0x5b, 0x31, 0x5d, 0xf3, 0xd6, 0x0c, 0x95, 0x18, 0x08, 0x0f, + 0x66, 0x62, 0x9f, 0x4f, 0x4b, 0xf5, 0xf5, 0x88, 0x40, 0xf7, 0x03, 0xeb, 0x1c, 0x7d, 0x7b, 0x07, + 0xa5, 0x4d, 0x5f, 0xb8, 0x62, 0x48, 0xee, 0x47, 0xcb, 0xe5, 0xa0, 0xee, 0xd9, 0x0e, 0x3d, 0x63, + 0x5e, 0x5b, 0x05, 0x7c, 0xc1, 0x9a, 0x06, 0xb7, 0x1f, 0x44, 0x89, 0xa6, 0xdd, 0x21, 0x18, 0x25, + 0x6e, 0xd2, 0xa1, 0xca, 0x09, 0x7c, 0x92, 0x35, 0x94, 0x1a, 0xd8, 0x5e, 0x5f, 0xd7, 0x51, 0xb8, + 0xd8, 0xbe, 0x1f, 0x25, 0x9b, 0x76, 0x27, 0x20, 0x97, 0x50, 0x52, 0xd8, 0x9d, 0x40, 0x95, 0xc1, + 0x82, 0xf4, 0xae, 0x69, 0x77, 0x2c, 0x89, 0x16, 0x3e, 0x80, 0x16, 0x6b, 0x3d, 0xca, 0xa5, 0x5f, + 0x64, 0x1e, 0x25, 0xf6, 0xcd, 0x26, 0x9e, 0x23, 0x0b, 0x28, 0x59, 0xaf, 0x35, 0x9a, 0x38, 0x46, + 0x10, 0x4a, 0x97, 0xcc, 0x8a, 0xd9, 0x34, 0x71, 0x1c, 0xbe, 0x8f, 0xea, 0x25, 0xa3, 0x69, 0xe2, + 0x04, 0x7c, 0x97, 0x0f, 0xeb, 0x35, 0xab, 0x89, 0x93, 0xf0, 0x6d, 0x3e, 0x2c, 0xbf, 0x53, 0x64, + 0x09, 0x2d, 0x1c, 0x1b, 0x95, 0xb2, 0x64, 0xa5, 0x0b, 0xbf, 0x8b, 0xa3, 0xec, 0x74, 0x7b, 0x21, + 0x19, 0x34, 0x7f, 0x54, 0xbd, 0x51, 0xad, 0x3d, 0x54, 0xc5, 0x73, 0xc0, 0x2e, 0x5a, 0xa6, 0xd1, + 0x2c, 0x57, 0xf7, 0x71, 0x0c, 0x44, 0x72, 0x65, 0x96, 0x70, 0x9c, 0xac, 0xa0, 0xe5, 0x70, 0xd1, + 0xda, 0x33, 0xca, 0x15, 0xb3, 0x84, 0x13, 0xc0, 0x96, 0xbe, 0x00, 0x3b, 0x09, 0x84, 0xd0, 0x33, + 0x4d, 0x48, 0x81, 0x81, 0x10, 0x2a, 0xe1, 0x34, 0xb0, 0xa5, 0xb7, 0xc0, 0x9e, 0x07, 0x76, 0xe8, + 0xbb, 0x66, 0x2f, 0x48, 0x4f, 0x24, 0x54, 0xc2, 0x8b, 0x04, 0xa3, 0xa5, 0xba, 0x55, 0x3b, 0x2e, + 0x37, 0xca, 0xb5, 0x2a, 0x68, 0x20, 0x92, 0x43, 0x99, 0x11, 0x62, 0x96, 0x70, 0x86, 0xac, 0x21, + 0x3c, 0x02, 0xb4, 0x95, 0x25, 0x42, 0x50, 0xb6, 0x64, 0x4e, 0xa9, 0x2e, 0x87, 0xae, 0x4d, 0x2a, + 0x67, 0xc9, 0x06, 0x22, 0x13, 0x90, 0x56, 0xcf, 0x85, 0xea, 0xf2, 0x14, 0x75, 0xb3, 0x5a, 0x02, + 0x75, 0x4c, 0x96, 0xd1, 0x62, 0x18, 0x5b, 0x58, 0xae, 0xc0, 0x41, 0xc2, 0xa5, 0x59, 0xc2, 0x04, + 0x6c, 0x87, 0x2b, 0x6d, 0x63, 0xb5, 0xb0, 0x87, 0xd6, 0x0f, 0xdc, 0xce, 0x99, 0x31, 0xb0, 0x5d, + 0xcf, 0x3e, 0x71, 0x3d, 0x57, 0x0c, 0xc3, 0x58, 0xaf, 0x21, 0xac, 0x62, 0xdd, 0x3a, 0x30, 0x5a, + 0x8d, 0x26, 0x24, 0x65, 0x0e, 0xd2, 0xd5, 0x68, 0x1a, 0xbb, 0x15, 0x33, 0x0c, 0xb9, 0xde, 0x37, + 0x5e, 0xe8, 0xa0, 0xcc, 0x44, 0xc7, 0x83, 0x7d, 0xab, 0xb5, 0xa6, 0x4e, 0x55, 0x1a, 0xc5, 0x6b, + 0x37, 0x42, 0x8d, 0x87, 0x0c, 0x4b, 0x1e, 0x34, 0x1e, 0xe6, 0xaf, 0xdc, 0x2c, 0x17, 0x8d, 0x0a, + 0x4e, 0x80, 0xe8, 0xb0, 0xdc, 0x68, 0x84, 0xe9, 0x91, 0xc9, 0xda, 0xb7, 0x8c, 0x92, 0xcc, 0x4c, + 0x68, 0x6b, 0xaf, 0x76, 0x54, 0x2d, 0xe1, 0x74, 0xe1, 0x89, 0x18, 0x5a, 0x8d, 0x68, 0x8c, 0xe0, + 0x6f, 0xb5, 0x56, 0x32, 0x5b, 0x47, 0x55, 0xcb, 0x34, 0x8a, 0x07, 0xd2, 0xc7, 0x39, 0x08, 0x91, + 0x59, 0x6d, 0x96, 0x9b, 0xef, 0x6f, 0x69, 0xeb, 0x31, 0x72, 0x11, 0x6d, 0x16, 0x2b, 0x65, 0xb3, + 0xda, 0x6c, 0x85, 0xf5, 0xa3, 0x42, 0x7a, 0x64, 0x41, 0x9d, 0x12, 0x94, 0xdd, 0xab, 0x59, 0x87, + 0x46, 0xb3, 0x55, 0xae, 0xca, 0x62, 0xc4, 0x09, 0xc8, 0x6f, 0xb9, 0xba, 0x57, 0x6b, 0x8d, 0x1d, + 0x84, 0x40, 0x2a, 0xe4, 0xd0, 0x68, 0x16, 0x0f, 0x70, 0xaa, 0xc0, 0x11, 0x2a, 0x7a, 0x2e, 0xf5, + 0x45, 0x73, 0xd8, 0xa3, 0xa0, 0x52, 0xac, 0x55, 0x9b, 0x56, 0xad, 0x52, 0xaf, 0x18, 0x55, 0xed, + 0xc9, 0xc3, 0x4d, 0xd3, 0xaa, 0x1a, 0x95, 0x70, 0x77, 0x1c, 0x83, 0xab, 0x02, 0x3e, 0xe3, 0x38, + 0x59, 0x44, 0x29, 0xa3, 0x74, 0x58, 0xae, 0xe2, 0x04, 0x64, 0x70, 0xd7, 0xb0, 0xcc, 0x43, 0xb3, + 0x69, 0x54, 0x70, 0x12, 0x2c, 0x55, 0x6a, 0x46, 0x69, 0xd7, 0xa8, 0x18, 0xd5, 0xa2, 0x69, 0xe1, + 0x14, 0x68, 0x1d, 0xc0, 0x05, 0x4b, 0x17, 0xae, 0x23, 0x62, 0xf4, 0xc5, 0x19, 0xf5, 0x85, 0xeb, + 0xc8, 0x70, 0xc8, 0xbd, 0xb3, 0x08, 0x35, 0xcc, 0xca, 0x5e, 0xa3, 0xbc, 0x0f, 0xe5, 0x13, 0x5e, + 0x14, 0x43, 0xad, 0x62, 0x85, 0xdb, 0x29, 0xb4, 0x24, 0xaf, 0x55, 0x9b, 0x72, 0x49, 0xcf, 0xa1, + 0x8c, 0xe1, 0x0f, 0x35, 0x14, 0x7a, 0x7a, 0xec, 0x72, 0xd1, 0xb7, 0xbd, 0x43, 0xdb, 0x39, 0x73, + 0x7d, 0x8a, 0x63, 0x64, 0x0b, 0x6d, 0x4c, 0x63, 0x0d, 0xc7, 0xf6, 0x68, 0x83, 0x0a, 0x1c, 0x97, + 0x1e, 0x32, 0xbb, 0xbd, 0x6b, 0x7b, 0xb6, 0xef, 0x50, 0x8e, 0x13, 0x13, 0x16, 0xaa, 0x54, 0xdc, + 0x62, 0xfc, 0x26, 0x4e, 0x92, 0x55, 0x94, 0x53, 0xd8, 0x81, 0xcd, 0xdb, 0x25, 0x37, 0xb8, 0x89, + 0x53, 0xa0, 0xba, 0x6f, 0x7b, 0x1e, 0xe5, 0xc3, 0x72, 0xd7, 0xee, 0x50, 0x9c, 0x26, 0x9b, 0x68, + 0x75, 0x7a, 0xa3, 0x50, 0x30, 0x2f, 0xf3, 0x1b, 0x1a, 0x2b, 0xfb, 0x82, 0xf2, 0x53, 0xdb, 0xa1, + 0x78, 0x01, 0x9c, 0x2f, 0x52, 0x2e, 0xdc, 0x53, 0x08, 0x00, 0xc5, 0x8b, 0xd0, 0x86, 0x6e, 0xd0, + 0x21, 0x46, 0xb2, 0x52, 0xa9, 0xc3, 0xa9, 0xc0, 0x19, 0x88, 0xc0, 0x0d, 0x3a, 0x3c, 0xb6, 0xfb, + 0x9e, 0xc0, 0x4b, 0xf2, 0x4e, 0xb4, 0xa9, 0xec, 0x9e, 0x78, 0x19, 0xa2, 0x69, 0x31, 0x8f, 0xe2, + 0x2c, 0x78, 0x0d, 0x5f, 0x46, 0x10, 0xb8, 0x1d, 0xbf, 0x4b, 0x7d, 0x81, 0x73, 0x10, 0xcb, 0x1b, + 0xfd, 0x13, 0xca, 0x7d, 0x2a, 0x68, 0x80, 0xb1, 0x6c, 0x33, 0x5e, 0x3f, 0x10, 0x94, 0xe3, 0x15, + 0x99, 0x64, 0xe6, 0x0b, 0xce, 0xbc, 0xba, 0x67, 0xfb, 0x14, 0x13, 0x48, 0xe3, 0x3e, 0x67, 0xfd, + 0x1e, 0x5e, 0x95, 0xb9, 0x65, 0x6d, 0x8a, 0xd7, 0x60, 0xbf, 0x0a, 0x0b, 0xf3, 0x83, 0xd7, 0xe1, + 0x1c, 0x0d, 0xc1, 0xb8, 0xdd, 0xa1, 0xa0, 0x6b, 0xbb, 0x3e, 0xe5, 0x78, 0x03, 0xce, 0xa1, 0xd0, + 0x3d, 0xd7, 0xa3, 0x78, 0x73, 0x82, 0x56, 0x72, 0x39, 0x75, 0x04, 0xe3, 0x43, 0x9c, 0x87, 0x1d, + 0x1b, 0xfd, 0x93, 0x70, 0x88, 0x04, 0x73, 0x17, 0xc0, 0xa1, 0x63, 0xb7, 0x57, 0x67, 0xcc, 0xc3, + 0x5b, 0xf2, 0x12, 0xd9, 0x8e, 0x5c, 0x5c, 0x04, 0x93, 0xa6, 0x70, 0xda, 0xda, 0xdd, 0x4b, 0x70, + 0x16, 0x00, 0x1a, 0x94, 0x0f, 0x28, 0xc7, 0x77, 0xc1, 0x16, 0xbb, 0x36, 0xa7, 0x87, 0x54, 0x8c, + 0x33, 0x7d, 0x37, 0x59, 0x47, 0x2b, 0x45, 0x4e, 0x65, 0x7c, 0x6c, 0xef, 0x90, 0xf9, 0xae, 0x60, + 0x1c, 0xdf, 0x03, 0xa6, 0x2b, 0xac, 0xd3, 0x71, 0xfd, 0x0e, 0xbe, 0x0c, 0x27, 0xb2, 0xa8, 0xc3, + 0x06, 0x94, 0x0f, 0xf1, 0xbd, 0x70, 0xe8, 0x12, 0x3d, 0xe9, 0x77, 0xf0, 0x36, 0xdc, 0x8b, 0x91, + 0xc9, 0x03, 0x16, 0x08, 0x7c, 0x1f, 0x44, 0x75, 0xba, 0x46, 0xf1, 0xfd, 0x40, 0x0b, 0x9b, 0x85, + 0xb6, 0xff, 0x00, 0xd0, 0x2a, 0xac, 0xe3, 0x3a, 0xe3, 0x92, 0xb9, 0x02, 0x25, 0x33, 0xd5, 0x97, + 0xa8, 0xc0, 0xff, 0x47, 0xf2, 0x68, 0x4d, 0x31, 0x1a, 0xd4, 0xe9, 0x73, 0x57, 0x0c, 0xc3, 0x88, + 0x5f, 0x85, 0x88, 0x3f, 0xc2, 0x7c, 0x8a, 0xff, 0xbf, 0xf0, 0xf4, 0x2a, 0xda, 0xd4, 0x05, 0x6d, + 0x38, 0x0e, 0x0d, 0x82, 0xf1, 0x3b, 0x95, 0x43, 0x99, 0x23, 0x3f, 0xe8, 0x51, 0xc7, 0x3d, 0x75, + 0x69, 0x1b, 0xcf, 0x81, 0xc1, 0x69, 0x07, 0x5b, 0xe0, 0x88, 0x8f, 0xdb, 0x64, 0x13, 0x91, 0x89, + 0xe2, 0x6a, 0x15, 0x39, 0x85, 0x1a, 0xfb, 0x51, 0x6c, 0x56, 0x70, 0xd4, 0x6b, 0x83, 0xe0, 0xc7, + 0x31, 0xb2, 0x86, 0x72, 0x93, 0x82, 0x7d, 0x2a, 0xf0, 0x4f, 0xce, 0xd1, 0x4b, 0xd4, 0xa3, 0x82, + 0xe2, 0x9f, 0xc6, 0xc8, 0x3a, 0xc2, 0x93, 0x82, 0x86, 0xdb, 0xf1, 0xf1, 0xf3, 0x31, 0xb2, 0x81, + 0x56, 0x26, 0x61, 0x8b, 0xfa, 0xf4, 0x16, 0x7e, 0x41, 0x5a, 0xd7, 0x85, 0xab, 0x9d, 0xf9, 0x6a, + 0x7c, 0x0a, 0x55, 0x9e, 0x3c, 0x35, 0x8d, 0x5a, 0x74, 0xc0, 0x6e, 0x52, 0xfc, 0xb5, 0x19, 0x94, + 0x41, 0xef, 0xc4, 0x5f, 0x8f, 0x93, 0x7b, 0xd0, 0x96, 0x46, 0x23, 0xce, 0xfb, 0x89, 0xc4, 0x9d, + 0x08, 0x6a, 0xb7, 0x4f, 0x26, 0xc8, 0xdd, 0xe8, 0x42, 0x14, 0x21, 0xf4, 0xfc, 0x53, 0x09, 0x92, + 0x43, 0xe8, 0x06, 0x1d, 0x39, 0xfd, 0xf7, 0x11, 0xa0, 0x2c, 0xbc, 0x0a, 0x3d, 0x36, 0x03, 0x80, + 0xe9, 0x3b, 0x7c, 0xd8, 0x13, 0xf8, 0xb5, 0x11, 0x52, 0xa2, 0x21, 0xf2, 0x8f, 0x11, 0xf2, 0x10, + 0xb7, 0x7b, 0x70, 0xc7, 0x5f, 0x87, 0x46, 0xb3, 0x2c, 0xcd, 0xf8, 0xb7, 0x14, 0xf6, 0x06, 0xf4, + 0x4f, 0xb8, 0xec, 0x61, 0x30, 0xff, 0x39, 0xda, 0xe9, 0x98, 0x72, 0xf7, 0x74, 0x88, 0xff, 0x95, + 0x20, 0x5b, 0x68, 0x7d, 0xba, 0xc3, 0x68, 0xb7, 0x7e, 0x91, 0x8c, 0x90, 0x29, 0x0f, 0x7f, 0x19, + 0x25, 0x53, 0x89, 0xfc, 0x55, 0x92, 0x5c, 0x42, 0x9b, 0x33, 0x32, 0xf5, 0x44, 0x51, 0xfc, 0xeb, + 0x24, 0xb9, 0x80, 0xd6, 0x66, 0xa4, 0x0d, 0x61, 0x73, 0x81, 0x5f, 0x4a, 0x92, 0xfc, 0x6c, 0xbb, + 0x6b, 0x35, 0x04, 0xeb, 0xe1, 0x97, 0xa3, 0x94, 0x2c, 0x1a, 0x50, 0x81, 0x7f, 0x93, 0x24, 0x57, + 0xd0, 0xbd, 0xe7, 0x44, 0x3d, 0xdb, 0xe5, 0xad, 0xfd, 0x3e, 0x0d, 0x44, 0xcb, 0xe8, 0x40, 0xef, + 0xfa, 0x6d, 0x94, 0x89, 0xba, 0xdd, 0x0f, 0x28, 0x7e, 0x25, 0x72, 0x5f, 0x7b, 0x40, 0xf1, 0x6d, + 0xe8, 0xd3, 0x59, 0xd5, 0x32, 0x74, 0x5c, 0xbe, 0x9b, 0x9a, 0x04, 0x55, 0x40, 0xbe, 0x97, 0x02, + 0x1b, 0x1a, 0x84, 0xfe, 0xaf, 0x1b, 0xcd, 0xf7, 0x53, 0x10, 0xaa, 0x11, 0x5d, 0x0e, 0xbe, 0x5a, + 0xf6, 0x83, 0x94, 0xbc, 0x0c, 0x4a, 0xb6, 0x4f, 0x85, 0x16, 0x3c, 0x93, 0x92, 0x97, 0x61, 0x2c, + 0x80, 0xde, 0x19, 0xe0, 0x67, 0x53, 0x70, 0x19, 0x64, 0x77, 0x69, 0xc9, 0x7f, 0x55, 0xf3, 0xfa, + 0x7c, 0x1a, 0xe8, 0x21, 0xde, 0x10, 0xb6, 0x73, 0xb3, 0xc9, 0xe1, 0x3d, 0xf8, 0x42, 0x1a, 0xce, + 0x0c, 0x1d, 0xa8, 0xab, 0x3b, 0x90, 0x3e, 0xc4, 0x87, 0xe6, 0xcf, 0x8b, 0xd4, 0x51, 0x1e, 0x9f, + 0x87, 0xfc, 0x8d, 0x44, 0x33, 0x55, 0xf1, 0xc7, 0x68, 0xa9, 0xd2, 0xfd, 0xd3, 0xbc, 0x0c, 0xc3, + 0xc4, 0x2b, 0xa0, 0xf5, 0x9e, 0x5f, 0x38, 0x27, 0x51, 0x3a, 0x2f, 0x2c, 0x40, 0x10, 0x26, 0x7a, + 0xb3, 0x56, 0xf9, 0xc6, 0xe2, 0xac, 0x40, 0x69, 0x7c, 0x73, 0x11, 0xc2, 0x30, 0x6e, 0xde, 0x5a, + 0xe1, 0xd3, 0x68, 0x06, 0x57, 0xfc, 0x27, 0x10, 0xec, 0x3d, 0xf9, 0xb2, 0x6a, 0x8d, 0xd7, 0xcf, + 0x4b, 0x94, 0xce, 0x1b, 0x88, 0xac, 0xa0, 0x25, 0xd9, 0x4b, 0x35, 0xf9, 0xa5, 0xcc, 0x18, 0x52, + 0xac, 0x97, 0x61, 0x94, 0xcd, 0xe9, 0xc7, 0x54, 0x13, 0x9f, 0x59, 0x9a, 0x42, 0x15, 0xf7, 0xd9, + 0x25, 0xf0, 0x6e, 0xfc, 0x7c, 0x6a, 0xf6, 0x17, 0x97, 0x67, 0x70, 0xc5, 0xff, 0xd2, 0x32, 0xf8, + 0x36, 0x39, 0x4a, 0x68, 0x8d, 0x8f, 0x64, 0xcf, 0x49, 0x94, 0xce, 0x47, 0xb3, 0xb0, 0xb3, 0x7e, + 0x5e, 0x35, 0xff, 0xcf, 0xd3, 0xa8, 0xe2, 0xfe, 0x25, 0x0b, 0x75, 0x7c, 0x68, 0x3b, 0x3d, 0xc6, + 0x3c, 0x4d, 0xfd, 0x59, 0x6e, 0x12, 0x54, 0xcc, 0x17, 0x73, 0x90, 0xf3, 0xd9, 0x71, 0x43, 0xab, + 0x3c, 0x8d, 0x23, 0xa5, 0x4a, 0xf7, 0x5b, 0x18, 0xfa, 0x14, 0x94, 0xaf, 0xe6, 0x7f, 0x66, 0x65, + 0x84, 0x28, 0xce, 0x67, 0x57, 0xc0, 0x3f, 0xfd, 0x84, 0x6a, 0xde, 0xbf, 0xa7, 0x51, 0xc5, 0xfd, + 0x8f, 0xd4, 0x86, 0xc1, 0x44, 0xf3, 0x5e, 0x21, 0x23, 0x44, 0x71, 0x6e, 0x13, 0xb8, 0x72, 0xd3, + 0xc3, 0x8b, 0x66, 0xff, 0x70, 0x35, 0x42, 0xa6, 0xf4, 0x9e, 0x5b, 0x85, 0x0e, 0x1a, 0x8e, 0x49, + 0x9a, 0xff, 0xe5, 0xb5, 0x09, 0x4c, 0xf1, 0xbe, 0xb2, 0x06, 0x27, 0x9e, 0x1d, 0x5b, 0xb4, 0xc6, + 0xc7, 0xd6, 0x23, 0xa5, 0x4a, 0xf7, 0xe3, 0xeb, 0x90, 0xbb, 0xc9, 0xa9, 0x45, 0xeb, 0xfd, 0xf5, + 0xbc, 0x44, 0xe9, 0xfc, 0x4d, 0x4a, 0xc6, 0x53, 0xfe, 0xb8, 0x9b, 0xfe, 0x7c, 0x03, 0xd2, 0xa5, + 0x26, 0x1e, 0x6d, 0xe8, 0xdb, 0x9b, 0x93, 0xa0, 0xb2, 0xf1, 0x9d, 0x4d, 0x72, 0x71, 0x34, 0xb4, + 0xea, 0x91, 0x53, 0x6b, 0x3c, 0x99, 0x8f, 0x12, 0x2a, 0xcd, 0xcf, 0xe5, 0xe1, 0xc1, 0x8b, 0x98, + 0x42, 0xb5, 0xf6, 0x07, 0x2f, 0xdc, 0x89, 0xa0, 0x2c, 0x3c, 0x76, 0x81, 0x6c, 0xa3, 0xbb, 0xa2, + 0x07, 0x66, 0x6d, 0xe4, 0xf7, 0xff, 0x8b, 0xa3, 0xec, 0xfc, 0xe1, 0xc2, 0xc4, 0xab, 0xa3, 0x0a, + 0x6e, 0x34, 0x86, 0x6c, 0x45, 0xc8, 0xf4, 0x24, 0xb2, 0x05, 0xc7, 0x9b, 0x99, 0x9d, 0x46, 0x23, + 0xc3, 0xc5, 0x28, 0xa1, 0x7a, 0xcb, 0x9e, 0xba, 0x48, 0x2e, 0xa3, 0x8b, 0x51, 0x03, 0xd6, 0x68, + 0x1c, 0xb8, 0x74, 0x47, 0x86, 0x9e, 0x07, 0x2e, 0x41, 0x7d, 0xc2, 0x28, 0x36, 0x7a, 0xf0, 0xc7, + 0x88, 0xda, 0xe7, 0xd5, 0x31, 0xa2, 0xb4, 0x5e, 0xbb, 0x54, 0xb0, 0x50, 0x46, 0x86, 0xb1, 0xc1, + 0xfa, 0xdc, 0xa1, 0xe1, 0x2f, 0x9f, 0xa2, 0x51, 0x69, 0x35, 0x6a, 0x47, 0x56, 0x11, 0x7e, 0x43, + 0xc1, 0x2f, 0x9b, 0xbd, 0x86, 0x5e, 0xc7, 0x60, 0x96, 0x3b, 0x68, 0x36, 0xeb, 0x1a, 0x90, 0x3f, + 0x45, 0x8a, 0x95, 0x5a, 0xd5, 0xd4, 0x48, 0xa2, 0xb0, 0x8b, 0xf0, 0xc1, 0xb0, 0x47, 0xf9, 0xf1, + 0x3e, 0xf5, 0xf5, 0x08, 0xb8, 0x81, 0xc8, 0x2c, 0x76, 0x7c, 0x1d, 0xcf, 0x45, 0xe2, 0x6f, 0xc1, + 0xb1, 0xc2, 0xfb, 0x50, 0x16, 0xea, 0x03, 0x26, 0xf3, 0x3d, 0xc6, 0xbb, 0xb6, 0x90, 0xbf, 0xc8, + 0xa7, 0x90, 0xe3, 0x83, 0xd2, 0xc3, 0x78, 0x0e, 0x86, 0xe7, 0x73, 0x38, 0x8e, 0x15, 0x1e, 0x84, + 0x97, 0x92, 0xf5, 0xdb, 0x65, 0xdf, 0x15, 0x25, 0x5b, 0xd8, 0xea, 0x80, 0x19, 0x34, 0x5f, 0x65, + 0x52, 0x80, 0xe7, 0xe4, 0x2f, 0xc0, 0x47, 0xfb, 0x9c, 0xe2, 0xd8, 0xbb, 0xde, 0x83, 0x16, 0x03, + 0xea, 0x07, 0xae, 0x70, 0x07, 0x94, 0xdc, 0xb5, 0x13, 0xfe, 0x15, 0x79, 0x47, 0xff, 0x15, 0x79, + 0x67, 0xcf, 0xa5, 0x5e, 0xbb, 0x26, 0x2f, 0x4c, 0x90, 0x7f, 0xf1, 0xc3, 0x09, 0xf9, 0xf7, 0x9e, + 0xb1, 0xc6, 0xee, 0x03, 0x8f, 0xdc, 0xd7, 0x71, 0xc5, 0x59, 0xff, 0x64, 0xc7, 0x61, 0xdd, 0x6b, + 0x5d, 0xd7, 0xe1, 0x2c, 0x60, 0xa7, 0xe2, 0x5a, 0x97, 0x39, 0xd7, 0x78, 0xcf, 0xb9, 0x16, 0xfe, + 0xa1, 0xfa, 0x24, 0x2d, 0x0d, 0xbe, 0xf5, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x7e, 0xa4, + 0x8f, 0xc4, 0x16, 0x00, 0x00, } diff --git a/rpc/common/moc_common_common.proto b/rpc/common/moc_common_common.proto index deaaa5f5..9c3785c7 100644 --- a/rpc/common/moc_common_common.proto +++ b/rpc/common/moc_common_common.proto @@ -187,6 +187,7 @@ enum ProviderType { LogicalNetwork = 38; AvailabilitySet = 39; NetworkSecurityGroup = 40; + Zone = 41; } // Operations specific to a provider @@ -324,6 +325,10 @@ enum ProviderAccessOperation { NetworkSecurityGroup_Create = 3600; NetworkSecurityGroup_Update = 3601; + + Zone_Create = 3700; + Zone_Delete = 3701; + Zone_Update = 3702; } extend google.protobuf.FieldOptions { diff --git a/rpc/gen_proto.sh b/rpc/gen_proto.sh index d77d317b..992f10bb 100755 --- a/rpc/gen_proto.sh +++ b/rpc/gen_proto.sh @@ -181,6 +181,7 @@ protoc -I $Agent/$Module/subscription -I ./common $Agent/$Module/subscription/mo protoc -I $Agent/$Module/controlplane -I ./common $Agent/$Module/controlplane/moc_cloudagent_controlplane.proto --go_out=plugins=grpc:../bld/gen/ protoc -I $Agent/$Module/etcdcluster/etcdserver -I ./common $Agent/$Module/etcdcluster/etcdserver/moc_cloudagent_etcdserver.proto --go_out=plugins=grpc:../bld/gen/ protoc -I $Agent/$Module/etcdcluster -I ./common -I $Agent/$Module/etcdcluster/etcdserver $Agent/$Module/etcdcluster/moc_cloudagent_etcdcluster.proto --go_out=plugins=grpc:../bld/gen/ +protoc -I $Agent/$Module/zone -I ./common -I $Agent/$Module/zone $Agent/$Module/zone/moc_cloudagent_zone.proto --go_out=plugins=grpc:../bld/gen/ Module="security" echo "Generating $Agent/$Module protoc"