예제 #1
0
 def __init__(self, json_struct=None):
     self.requestedObjectTypes = ArrayType.factory(str)
     self.requestedLayerProtocols = ArrayType.factory(str)
     self.requestedObjectIdentifier = ArrayType.factory(str)
     self.requestedNotificationTypes = ArrayType.factory(str)
     self.includeContent = False
     super(SubscriptionFilter, self).__init__(json_struct)
예제 #2
0
 def __init__(self, json_struct=None):
     self._layerProtocol = KeyedArrayType(LayerProtocol, 'localId')
     self.direction = Direction(0)
     self._state = AdminStatePac()  #import
     self._clientNodeEdgePoint = ArrayType.factory(str)
     self._mappedServiceEndPoint = ArrayType.factory(str)
     super(NodeEdgePoint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.requestedObjectTypes=ArrayType.factory(str)
     self.requestedLayerProtocols=ArrayType.factory(str)
     self.requestedObjectIdentifier=ArrayType.factory(str)
     self.requestedNotificationTypes=ArrayType.factory(str)
     self.includeContent=False
     super(SubscriptionFilter, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._layerProtocol=KeyedArrayType(LayerProtocol, 'localId')
     self.direction=""
     self._state=AdminStatePac() #import
     self._clientNodeEdgePoint=ArrayType.factory(str)
     self._mappedServiceEndPoint=ArrayType.factory(str)
     super(NodeEdgePoint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._notification=KeyedArrayType(Notification, 'uuid')
     self._subscriptionFilter=SubscriptionFilter() #import
     self.subscriptionState=Subscriptionstate(0)
     self._notificationChannel=NotificationChannel() #import
     self.supportedObjectTypes=ArrayType.factory(str)
     self.supportedNotificationTypes=ArrayType.factory(str)
     super(NotificationSubscriptionService, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._notification = KeyedArrayType(Notification, 'uuid')
     self._subscriptionFilter = SubscriptionFilter()  #import
     self.subscriptionState = Subscriptionstate(0)
     self._notificationChannel = NotificationChannel()  #import
     self.supportedObjectTypes = ArrayType.factory(str)
     self.supportedNotificationTypes = ArrayType.factory(str)
     super(NotificationSubscriptionService, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.requestedCapacity=Capacity() #import
     self.latencyCharacteristic=KeyedArrayType(LatencyCharacteristic, 'trafficPropertyName')
     self._srcServiceEndPoint=""
     self.serviceLevel=""
     self.costCharacteristic=KeyedArrayType(CostCharacteristic, 'costName')
     self.serviceLayer=ArrayType.factory(str)
     self._diversityExclusion=ArrayType.factory(str)
     self._sinkServiceEndPoint=""
     super(VirtualNetworkConstraint, self).__init__(json_struct)
예제 #8
0
 def __init__(self, json_struct=None):
     self.layerProtocolName = ArrayType.factory(str)
     self._state = AdminStatePac()  #import
     self._transferTiming = TransferTimingPac()  #import
     self._ownedNodeEdgePoint = KeyedArrayType(NodeEdgePoint, 'uuid')
     self._encapTopology = ""
     self._transferCapacity = TransferCapacityPac()  #import
     self._transferCost = TransferCostPac()  #import
     self._aggregatedNodeEdgePoint = ArrayType.factory(str)
     self._transferIntegrity = TransferIntegrityPac()  #import
     super(Node, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.layerProtocolName=ArrayType.factory(str)
     self._state=AdminStatePac() #import
     self._transferTiming=TransferTimingPac() #import
     self._ownedNodeEdgePoint=KeyedArrayType(NodeEdgePoint, 'uuid')
     self._encapTopology=""
     self._transferCapacity=TransferCapacityPac() #import
     self._transferCost=TransferCostPac() #import
     self._aggregatedNodeEdgePoint=ArrayType.factory(str)
     self._transferIntegrity=TransferIntegrityPac() #import
     super(Node, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.pathLayer=ArrayType.factory(str)
     self._excludePath=KeyedArrayType(TeLink, 'localId')
     self._includePath=KeyedArrayType(TeLink, 'localId')
     self.requestedCapacity=Capacity() #import
     self.costCharacteristic=KeyedArrayType(CostCharacteristic, 'costName')
     self._avoidTopology=ArrayType.factory(str)
     self.latencyCharacteristic=KeyedArrayType(LatencyCharacteristic, 'trafficPropertyName')
     self.serviceLevel=""
     self._includeTopology=ArrayType.factory(str)
     super(RoutingConstraint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.name=KeyedArrayType(NameAndValue, 'valueName')
     self._notification=KeyedArrayType(Notification, 'uuid')
     self._subscriptionFilter=SubscriptionFilter() #import
     self.subscriptionState=Subscriptionstate(0)
     self._notificationChannel=NotificationChannel() #import
     self.supportedObjectTypes=ArrayType.factory(str)
     self.label=KeyedArrayType(NameAndValue, 'valueName')
     self.supportedNotificationTypes=ArrayType.factory(str)
     self._extensions=KeyedArrayType(ExtensionsSpec, 'extensionsSpecification')
     self.uuid=""
     super(_notifSubscriptionSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.requestedCapacity = Capacity()  #import
     self.latencyCharacteristic = KeyedArrayType(LatencyCharacteristic,
                                                 'trafficPropertyName')
     self._srcServiceEndPoint = ""
     self.serviceLevel = ""
     self.costCharacteristic = KeyedArrayType(CostCharacteristic,
                                              'costName')
     self.serviceLayer = ArrayType.factory(str)
     self._diversityExclusion = ArrayType.factory(str)
     self._sinkServiceEndPoint = ""
     super(VirtualNetworkConstraint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.pathLayer = ArrayType.factory(str)
     self._excludePath = KeyedArrayType(TeLink, 'localId')
     self._includePath = KeyedArrayType(TeLink, 'localId')
     self.requestedCapacity = Capacity()  #import
     self.costCharacteristic = KeyedArrayType(CostCharacteristic,
                                              'costName')
     self._avoidTopology = ArrayType.factory(str)
     self.latencyCharacteristic = KeyedArrayType(LatencyCharacteristic,
                                                 'trafficPropertyName')
     self.serviceLevel = ""
     self._includeTopology = ArrayType.factory(str)
     super(RoutingConstraint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     self._notification = KeyedArrayType(Notification, 'uuid')
     self._subscriptionFilter = SubscriptionFilter()  #import
     self.subscriptionState = Subscriptionstate(0)
     self._notificationChannel = NotificationChannel()  #import
     self.supportedObjectTypes = ArrayType.factory(str)
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     self.supportedNotificationTypes = ArrayType.factory(str)
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self.uuid = ""
     super(_notifSubscriptionSchema, self).__init__(json_struct)
예제 #15
0
 def __init__(self, json_struct=None):
     self.direction=""
     self.layerProtocolName=ArrayType.factory(str)
     self._transferCapacity=TransferCapacityPac() #import
     self._state=AdminStatePac() #import
     self._linkPort=KeyedArrayType(LinkPort, 'localId')
     self._node=ArrayType.factory(str)
     self._transferIntegrity=TransferIntegrityPac() #import
     self._lpTransition=LayerProtocolTransitionPac() #import
     self._transferCost=TransferCostPac() #import
     self._riskParameter=RiskParameterPac() #import
     self._transferTiming=TransferTimingPac() #import
     self._validation=ValidationPac() #import
     super(Link, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._routingConstraint=RoutingConstraint() #import
     self._servicePort=KeyedArrayType(PathCompServicePort, 'localId')
     self._objectiveFunction=PathObjectiveFunction() #import
     self._optimizationConstraint=PathOptimizationConstraint() #import
     self._path=ArrayType.factory(str)
     super(PathComputationService, self).__init__(json_struct)
예제 #17
0
 def __init__(self, json_struct=None):
     self.topologyId = ""
     self.underlayTopology = ArrayType.factory(str)
     self.nodes = KeyedArrayType(Node, 'nodeId')
     self.edges = KeyedArrayType((WirelessEdge, EthEdge, DwdmEdge),
                                 'edgeId', 'edgeType')
     super(Topology, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.uuid=""
     self._extensions=KeyedArrayType(ExtensionsSpec, 'extensionsSpecification')
     self._topology=ArrayType.factory(str)
     self.name=KeyedArrayType(NameAndValue, 'valueName')
     self.label=KeyedArrayType(NameAndValue, 'valueName')
     super(_nwTopologyServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._routingConstraint = RoutingConstraint()  #import
     self._servicePort = KeyedArrayType(PathCompServicePort, 'localId')
     self._objectiveFunction = PathObjectiveFunction()  #import
     self._optimizationConstraint = PathOptimizationConstraint()  #import
     self._path = ArrayType.factory(str)
     super(PathComputationService, self).__init__(json_struct)
예제 #20
0
 def __init__(self, json_struct=None):
     self.uuid = ""
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self._topology = ArrayType.factory(str)
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     super(_nwTopologyServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort=KeyedArrayType(VirtualNetworkServicePort, 'localId')
     self.layerProtocolName=ArrayType.factory(str)
     self._schedule=TimeRange() #import
     self._vnwConstraint=KeyedArrayType(VirtualNetworkConstraint, 'localId')
     self._state=AdminStatePac() #import
     self._topology=""
     super(VirtualNetworkService, self).__init__(json_struct)
예제 #22
0
 def __init__(self, json_struct=None):
     self.direction=Direction(0)
     self._clientNodeEdgePoint=ArrayType.factory(str)
     self._serverNodeEdgePoint=""
     self._state=OperationalStatePac() #import
     self._peerConnectionEndPoint=""
     self._layerProtocol=KeyedArrayType(LayerProtocol, 'localId')
     super(ConnectionEndPoint, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.layerProtocolName=ArrayType.factory(str)
     self.uuid=""
     self._link=KeyedArrayType(Link, 'uuid')
     self.label=KeyedArrayType(NameAndValue, 'valueName')
     self._node=KeyedArrayType(Node, 'uuid')
     self._extensions=KeyedArrayType(ExtensionsSpec, 'extensionsSpecification')
     self.name=KeyedArrayType(NameAndValue, 'valueName')
     super(_topologySchema, self).__init__(json_struct)
예제 #24
0
 def __init__(self, json_struct=None):
     self._connection = ArrayType.factory(str)
     self._servicePort = KeyedArrayType(ConnectivityServicePort, 'localId')
     self.direction = Direction(0)
     self.layerProtocolName = Layerprotocolname(0)
     self._schedule = TimeRange()  #import
     self._state = AdminStatePac()  #import
     self._connConstraint = ConnectivityConstraint()  #import
     super(ConnectivityService, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._connection=ArrayType.factory(str)
     self._servicePort=KeyedArrayType(ConnectivityServicePort, 'localId')
     self.direction=Direction(0)
     self.layerProtocolName=Layerprotocolname(0)
     self._schedule=TimeRange() #import
     self._state=AdminStatePac() #import
     self._connConstraint=ConnectivityConstraint() #import
     super(ConnectivityService, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort = KeyedArrayType(VirtualNetworkServicePort,
                                        'localId')
     self.layerProtocolName = ArrayType.factory(str)
     self._schedule = TimeRange()  #import
     self._vnwConstraint = KeyedArrayType(VirtualNetworkConstraint,
                                          'localId')
     self._state = AdminStatePac()  #import
     self._topology = ""
     super(VirtualNetworkService, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.layerProtocolName = ArrayType.factory(str)
     self.uuid = ""
     self._link = KeyedArrayType(Link, 'uuid')
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     self._node = KeyedArrayType(Node, 'uuid')
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     super(_topologySchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort = KeyedArrayType(PathCompServicePort, "localId")
     self.uuid = ""
     self._routingConstraint = RoutingConstraint()  # import
     self._optimizationConstraint = PathOptimizationConstraint()  # import
     self.label = KeyedArrayType(NameAndValue, "valueName")
     self._extensions = KeyedArrayType(ExtensionsSpec, "extensionsSpecification")
     self._path = ArrayType.factory(str)
     self._objectiveFunction = PathObjectiveFunction()  # import
     self.name = KeyedArrayType(NameAndValue, "valueName")
     super(_pathCompServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort=KeyedArrayType(VirtualNetworkServicePort, 'localId')
     self.layerProtocolName=ArrayType.factory(str)
     self.uuid=""
     self.name=KeyedArrayType(NameAndValue, 'valueName')
     self._vnwConstraint=KeyedArrayType(VirtualNetworkConstraint, 'localId')
     self._state=AdminStatePac() #import
     self._topology=""
     self.label=KeyedArrayType(NameAndValue, 'valueName')
     self._extensions=KeyedArrayType(ExtensionsSpec, 'extensionsSpecification')
     self._schedule=TimeRange() #import
     super(_vnwServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort = KeyedArrayType(PathCompServicePort, 'localId')
     self.uuid = ""
     self._routingConstraint = RoutingConstraint()  #import
     self._optimizationConstraint = PathOptimizationConstraint()  #import
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self._path = ArrayType.factory(str)
     self._objectiveFunction = PathObjectiveFunction()  #import
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     super(_pathCompServiceSchema, self).__init__(json_struct)
예제 #31
0
 def __init__(self, json_struct=None):
     self.additionalInfo = KeyedArrayType(NameAndValue, 'valueName')
     self.layerProtocolName = Layerprotocolname(0)
     self.changedAttributes = ArrayType.factory(NameAndValueChange)
     self.sequenceNumber = ""
     self.targetObjectIdentifier = ""
     self.additionalText = ""
     self.notificationType = Notificationtype(0)
     self.targetObjectType = Targetobjecttype(0)
     self.sourceIndicator = Sourceindicator(0)
     self.eventTimeStamp = ""
     self.targetObjectName = KeyedArrayType(NameAndValue, 'valueName')
     super(Notification, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.additionalInfo=KeyedArrayType(NameAndValue, 'valueName')
     self.layerProtocolName=Layerprotocolname(0)
     self.changedAttributes=ArrayType.factory(NameAndValueChange)
     self.sequenceNumber=""
     self.targetObjectIdentifier=""
     self.additionalText=""
     self.notificationType=Notificationtype(0)
     self.targetObjectType=Targetobjecttype(0)
     self.sourceIndicator=Sourceindicator(0)
     self.eventTimeStamp=""
     self.targetObjectName=KeyedArrayType(NameAndValue, 'valueName')
     super(Notification, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._connection = ArrayType.factory(str)
     self._servicePort = KeyedArrayType(ConnectivityServicePort, "localId")
     self.direction = Direction(0)
     self.layerProtocolName = Layerprotocolname(0)
     self.uuid = ""
     self.name = KeyedArrayType(NameAndValue, "valueName")
     self._state = AdminStatePac()  # import
     self.label = KeyedArrayType(NameAndValue, "valueName")
     self._extensions = KeyedArrayType(ExtensionsSpec, "extensionsSpecification")
     self._connConstraint = ConnectivityConstraint()  # import
     self._schedule = TimeRange()  # import
     super(_connectivityServiceSchema, self).__init__(json_struct)
예제 #34
0
 def __init__(self, json_struct=None):
     self._connection = ArrayType.factory(str)
     self._servicePort = KeyedArrayType(ConnectivityServicePort, 'localId')
     self.direction = Direction(0)
     self.layerProtocolName = Layerprotocolname(0)
     self.uuid = ""
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     self._state = AdminStatePac()  #import
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self._connConstraint = ConnectivityConstraint()  #import
     self._schedule = TimeRange()  #import
     super(_connectivityServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._servicePort = KeyedArrayType(VirtualNetworkServicePort,
                                        'localId')
     self.layerProtocolName = ArrayType.factory(str)
     self.uuid = ""
     self.name = KeyedArrayType(NameAndValue, 'valueName')
     self._vnwConstraint = KeyedArrayType(VirtualNetworkConstraint,
                                          'localId')
     self._state = AdminStatePac()  #import
     self._topology = ""
     self.label = KeyedArrayType(NameAndValue, 'valueName')
     self._extensions = KeyedArrayType(ExtensionsSpec,
                                       'extensionsSpecification')
     self._schedule = TimeRange()  #import
     super(_vnwServiceSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.vnwService = ArrayType.factory(VirtualNetworkService)
     super(GetVirtualNetworkServiceListRPCOutputSchema,
           self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.conn=ArrayType.factory(Connection)
     super(GetConnectionListRPCOutputSchema, self).__init__(json_struct)
예제 #38
0
 def __init__(self, json_struct=None):
     self._nodeEdgePoint=ArrayType.factory(str)
     self._node=ArrayType.factory(str)
     super(TeLink, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.supportedObjectTypes=ArrayType.factory(str)
     self.supportedNotificationTypes=ArrayType.factory(str)
     super(GetSupportedNotificationTypesRPCOutputSchema, self).__init__(json_struct)
예제 #40
0
 def __init__(self, json_struct=None):
     self.subscriptionService = ArrayType.factory(
         NotificationSubscriptionService)
     super(GetNotificationSubscriptionServiceListRPCOutputSchema,
           self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._nodeEdgePoint = ArrayType.factory(str)
     self._node = ArrayType.factory(str)
     super(TeLink, self).__init__(json_struct)
예제 #42
0
 def __init__(self, json_struct=None):
     self._lowerConnection = ArrayType.factory(str)
     super(Route, self).__init__(json_struct)
예제 #43
0
 def __init__(self, json_struct=None):
     self._node = KeyedArrayType(Node, 'uuid')
     self.layerProtocolName = ArrayType.factory(str)
     self._link = KeyedArrayType(Link, 'uuid')
     super(Topology, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.objectiveFunction=PathObjectiveFunction() #import
     self.routingConstraint=RoutingConstraint() #import
     self.servicePort=ArrayType.factory(PathCompServicePort)
     super(ComputeP2PPathRPCInputSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.notification = ArrayType.factory(Notification)
     super(GetNotificationListRPCOutputSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self._node=KeyedArrayType(Node, 'uuid')
     self.layerProtocolName=ArrayType.factory(str)
     self._link=KeyedArrayType(Link, 'uuid')
     super(Topology, self).__init__(json_struct)
예제 #47
0
 def __init__(self, json_struct=None):
     self.connConstraint=ConnectivityConstraint() #import
     self.connSchedule=""
     self.servicePort=ArrayType.factory(ConnectivityServicePort)
     super(CreateConnectivityServiceRPCInputSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.riskIdentifierList=ArrayType.factory(str)
     self.riskCharacteristicName=""
     super(RiskCharacteristic, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.vnwService=ArrayType.factory(VirtualNetworkService)
     super(GetVirtualNetworkServiceListRPCOutputSchema, self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.servicePort = ArrayType.factory(VirtualNetworkServicePort)
     self.connSchedule = ""
     self.vnwConstraint = VirtualNetworkConstraint()  #import
     super(CreateVirtualNetworkServiceRPCInputSchema,
           self).__init__(json_struct)
 def __init__(self, json_struct=None):
     self.connService=ArrayType.factory(ConnectivityService)
     super(GetConnectivityServiceListRPCOutputSchema, self).__init__(json_struct)
예제 #52
0
 def __init__(self, json_struct=None):
     self._nodeEdgePoint=ArrayType.factory(str)
     self.transitionedLayerProtocolName=ArrayType.factory(str)
     super(LayerProtocolTransitionPac, self).__init__(json_struct)