We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The class NUVirtualFirewallPolicy is missing the jobs fetcher, preventing to create jobs related to Virtual Firewall Policies
Basically we need,
an import: from .fetchers import NUJobsFetcher
and define self.jobs in the def __init__: self.jobs = NUJobsFetcher.fetcher_with_object(parent_object=self, relationship="child")
def __init__
The text was updated successfully, but these errors were encountered:
Closing this in favour of nuagenetworks/vsd-api-specifications#75
Sorry, something went wrong.
pdellaert
No branches or pull requests
The class NUVirtualFirewallPolicy is missing the jobs fetcher, preventing to create jobs related to Virtual Firewall Policies
Basically we need,
an import:
from .fetchers import NUJobsFetcher
and define self.jobs in the
def __init__
:self.jobs = NUJobsFetcher.fetcher_with_object(parent_object=self, relationship="child")
The text was updated successfully, but these errors were encountered: