MCPcopy Create free account
hub / github.com/canonical/cloud-init / get_userdata_raw

Method get_userdata_raw

cloudinit/sources/__init__.py:764–765  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

762 return new_ud
763
764 def get_userdata_raw(self):
765 return self.userdata_raw
766
767 def get_vendordata_raw(self):
768 return self.vendordata_raw

Calls

no outgoing calls