Giter VIP home page Giter VIP logo

Comments (4)

blakerouse avatar blakerouse commented on July 1, 2024

With VLAN's being nested under Fabric's it would be best to use the nested objects specification that we designed for this:

# Get the default VLAN on the default fabric.
default_fabric = await client.fabrics.get_default()
default_vlan = await default_fabric.get_default_vlan()

# Get the all VLANs for the default fabric.
all_vlans = default_fabric.vlans
for vlan in all_vlans:
    if not vlan.loaded:
        await vlan.load()

Edited: to update @brendan-donegan suggestion of get_default() on client.fabrics.

from python-libmaas.

brendan-donegan avatar brendan-donegan commented on July 1, 2024

We actually only need to be able to create and update a VLAN for this issue, but we may address reading as well.

Just to clarify, are you saying that VLANs should only be accessible through the fabrics endpoint and there should be no way to get all VLANs regardless of the Fabric they are on?

As an observation as well, I think fabrics.get(0) should be mapped to fabrics.get_default(). Knowing that '0' is the default is too much like magic

from python-libmaas.

blakerouse avatar blakerouse commented on July 1, 2024

Yes all VLAN's are nested under fabric's. This is how the API works today.

maas session vlans read {fabric_id}

Very true get_default() is much better.

from python-libmaas.

blakerouse avatar blakerouse commented on July 1, 2024

This was done in #110.

from python-libmaas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.