# Copyright (C) 2015 Canonical Ltd. # Copyright (C) 2015 VMware Inc. # # Author: Sankar Tanguturi <stanguturi@vmware.com> # # This file is part of cloud-init. See LICENSE file for license information. class BootProtoEnum: """Specifies the NIC Boot Settings.""" DHCP = "dhcp" STATIC = "static"
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 0 B | 0644 |
|
boot_proto.py | File | 308 B | 0644 |
|
config.py | File | 4.42 KB | 0644 |
|
config_custom_script.py | File | 3.03 KB | 0644 |
|
config_file.py | File | 2.15 KB | 0644 |
|
config_nic.py | File | 8.27 KB | 0644 |
|
config_passwd.py | File | 2.37 KB | 0644 |
|
config_source.py | File | 276 B | 0644 |
|
guestcust_error.py | File | 411 B | 0644 |
|
guestcust_event.py | File | 461 B | 0644 |
|
guestcust_state.py | File | 358 B | 0644 |
|
guestcust_util.py | File | 19.99 KB | 0644 |
|
nic.py | File | 3.21 KB | 0644 |
|
nic_base.py | File | 3.78 KB | 0644 |
|