/usr/lib/python3.6/site-packages/cloudinit/sources/helpers/vmware/imc
NameSizeModeActions
__pycache__/-0755rm
boot_proto.py3080644editdlrm
config.py45550644editdlrm
config_custom_script.py31010644editdlrm
config_file.py22070644editdlrm
config_nic.py84720644editdlrm
config_passwd.py24220644editdlrm
config_source.py2760644editdlrm
guestcust_error.py4110644editdlrm
guestcust_event.py4610644editdlrm
guestcust_state.py3580644editdlrm
guestcust_util.py204370644editdlrm
nic.py32880644editdlrm
nic_base.py38710644editdlrm
__init__.py00644editdlrm
Edit: /usr/lib/python3.6/site-packages/cloudinit/sources/helpers/vmware/imc/guestcust_event.py (461B)
# Copyright (C) 2016 Canonical Ltd. # Copyright (C) 2016 VMware Inc. # # Author: Sankar Tanguturi # # This file is part of cloud-init. See LICENSE file for license information. class GuestCustEventEnum: """Specifies different types of Guest Customization Events""" GUESTCUST_EVENT_CUSTOMIZE_FAILED = 100 GUESTCUST_EVENT_NETWORK_SETUP_FAILED = 101 GUESTCUST_EVENT_ENABLE_NICS = 103 GUESTCUST_EVENT_QUERY_NICS = 104