pydoc > netplan

πŸ“˜ NAME

netplan

πŸš€ Quick Reference

Use CaseCommandDescription
Parse netplan YAML configurationfrom netplan.parser import ParserImport the Parser class to read and validate netplan YAML files
Access netplan statefrom netplan.state import StateImport the State class to query or modify runtime network state
Define network definitionsfrom netplan.netdef import NetDefinitionWork with individual network interface definitions
Use low-level CFFI interfaceimport netplan._netplan_cffiAccess the C library bindings for advanced operations

πŸ“– DESCRIPTION

# Copyright (C) 2023 Canonical, Ltd.
# Author: Lukas MΓ€rdian <slyon AT ubuntu.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

πŸ“¦ PACKAGE CONTENTS

πŸ“Š DATA

__all__ = [<class 'netplan.parser.Parser'>, <class 'netplan.state.State'>, ...]

πŸ“ FILE

/usr/lib/python3/dist-packages/netplan/__init__.py

netplan
πŸ“˜ NAME πŸš€ Quick Reference πŸ“– DESCRIPTION πŸ“¦ PACKAGE CONTENTS πŸ“Š DATA πŸ“ FILE

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-01 15:50 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^