Exemplo n.º 1
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)
Exemplo n.º 2
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._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)
Exemplo n.º 4
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)
Exemplo n.º 5
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)
Exemplo n.º 6
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)