/snap/core18/2999/usr/lib/python3/dist-packages/cloudinit/sources/helpers/vmware/imc
NameSizeModeActions
__pycache__/-0755rm
boot_proto.py3310644editdlrm
config.py47270644editdlrm
config_custom_script.py31240644editdlrm
config_file.py32450644editdlrm
config_namespace.py3820644editdlrm
config_nic.py88320644editdlrm
config_passwd.py24270644editdlrm
config_source.py2990644editdlrm
guestcust_error.py4340644editdlrm
guestcust_event.py4840644editdlrm
guestcust_state.py3810644editdlrm
guestcust_util.py200780644editdlrm
ipv4_mode.py11200644editdlrm
nic.py33110644editdlrm
nic_base.py38940644editdlrm
__init__.py00644editdlrm
Edit: /snap/core18/2999/usr/lib/python3/dist-packages/cloudinit/sources/helpers/vmware/imc/boot_proto.py (331B)
# Copyright (C) 2015 Canonical Ltd. # Copyright (C) 2015 VMware Inc. # # Author: Sankar Tanguturi # # This file is part of cloud-init. See LICENSE file for license information. class BootProtoEnum: """Specifies the NIC Boot Settings.""" DHCP = "dhcp" STATIC = "static" # vi: ts=4 expandtab