42 lines
715 B
Python
42 lines
715 B
Python
# terrascript/opc/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class opc_compute_image_list_entry(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_ip_address_reservation(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_ip_reservation(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_machine_image(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_network_interface(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_ssh_key(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_storage_volume_snapshot(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opc_compute_vnic(terrascript.Data):
|
|
pass
|