def __init__(self, py_dict=None):
        """ Constructor to create LogicalServicesNodeSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(LogicalServicesNodeSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        #        self.tags = [TagSchema()]
        #        self.service_bindings = [str]
        self._create_time = None
        #        self.state = ConfigurationStateSchema()
        self._links = [ResourceLinkSchema()]
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.revision = None
        self.location = None
        self.capacity = None
        self.dns_settings = DNSSettingsSchema()

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #2
0
    def __init__(self, py_dict=None):
        """ Constructor to create LogicalServicesInterfaceSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(LogicalServicesInterfaceSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        #        self.tags = [TagSchema()]
        self._create_time = None
        self._links = [ResourceLinkSchema()]
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.revision = None
        self.interface_number = None
        self.interface_type = None
        self.interface_options = InterfaceOptionsSchema()
        self.address_groups = [AddressGroupSchema()]

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #3
0
    def __init__(self, py_dict=None):
        """ Constructor to create SegmentIDPoolsSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(SegmentIDPoolsSchema, self).__init__()
        self.set_data_type('json')
        self.start = None
        self.end = None
        self.id = None

        self._self = ResourceLinkSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        self._create_time = None
        self._links = [ResourceLinkSchema()]
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.revision = None



        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #4
0
    def __init__(self, py_dict=None):
        """ Constructor to create VifAttachment object

        @param py_dict : python dictionary to construct this object
        """
        super(VifAttachmentSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        self._create_time = None
        self._links = [ResourceLinkSchema()]
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.revision = None
        self.vif_uuid = None
        self.type = None
        self.peer_id = None
        self._host_type = None
        self.type = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
    def __init__(self, py_dict=None):
        """ Constructor to create TransportNodeSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(TransportNodeSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.credential = MgmtConnCredentialSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        self.tags = [TagSchema()]
        self.zone_end_points = [TransportZoneEndpointSchema()]
        self._create_time = None
        self._links = [ResourceLinkSchema()]
        self.admin_status_enabled = None
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.integration_bridge_id = None
        self.revision = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #6
0
    def __init__(self, py_dict=None):
        """ Constructor to create InternalPortSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(InternalPortSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self._links = [ResourceLinkSchema()]
        self.ip_address = None
        self.device_id = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #7
0
    def __init__(self, py_dict=None):
        """ Constructor to create ResourceSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(ResourceSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.schema = None
        self._links = [ResourceLinkSchema()]
        self.revision = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #8
0
    def __init__(self, py_dict=None):
        """ Constructor to create TransportZoneEndpointSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(TransportZoneEndpointSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.transport_zone_id = None
        self.transport_type = TransportTypeSchema()
        self._links = [ResourceLinkSchema()]
        self.revision = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #9
0
    def __init__(self, py_dict=None):
        """ Constructor to create LogicalPipelineStageSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(LogicalPipelineStageSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.display_name = None
        self.uuid = None
        self.tags = [TagSchema()]
        self._links = [ResourceLinkSchema()]
        self.revision = None
        self.schema = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
    def __init__(self, py_dict=None):
        """ Constructor to create PoolAllocatedResourceSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(PoolAllocatedResourceSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.tags = [TagSchema()]
        self._links = [ResourceLinkSchema()]
        self.schema = None
        self.id = None
        self.revision = None
        self.allocation_time = None
        self.allocation_token = None
        self.allocation_user = None
        self.comment = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #11
0
    def __init__(self, py_dict=None):
        """ Constructor to create LogicalSwitchPortSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(LogicalSwitchPortSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.display_name = None
        self.description = None
        self._create_user = None
        self.tags = [TagSchema()]
        self._create_time = None
        self._links = [ResourceLinkSchema()]
        self._last_modified_time = None
        self.schema = None
        self._last_modified_user = None
        self.id = None
        self.revision = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #12
0
    def __init__(self, py_dict=None):
        """ Constructor to create operating mode object

        @param py_dict : python dictionary to construct this object
        """
        super(OperatingModeSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.operating_mode = None
        self.id = None

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)
Пример #13
0
    def __init__(self, py_dict=None):
        """ Constructor to create TransportZoneEndpointSchema object

        @param py_dict : python dictionary to construct this object
        """
        super(TransportTypeSchema, self).__init__()
        self._self = ResourceLinkSchema()
        self.type = None
        self.internal_port = InternalPortSchema()

        if py_dict is not None:
            self.get_object_from_py_dict(py_dict)