pycloudlib

Clouds

  • Azure
  • EC2
  • GCE
  • IBM
  • IBM Classic
  • LXD
  • OCI
  • Openstack
  • QEMU
  • VMWare

Code Examples

  • Azure
  • EC2
  • GCE
  • IBM
  • LXD
  • OCI

Other

  • Configuration
  • SSH Key Setup
  • Images
  • Resource Cleanup

External

  • File a bug
  • PyPI

Developers

  • Contributing
  • Maintainer Notes
  • Design
  • API
    • pycloudlib
      • pycloudlib package
        • Azure
        • EC2
        • GCE
        • IBM
        • IBMClassic
        • LXD
        • LXDContainer
        • LXDVirtualMachine
        • OCI
        • Openstack
        • Qemu
        • VMWare
        • Subpackages
        • Submodules
Index
pycloudlib
  • API
  • pycloudlib
  • pycloudlib package
  • pycloudlib.oci package
  • View page source

pycloudlib.oci package

Main OCI module __init__.

Submodules

  • pycloudlib.oci.cloud module
    • OCI
      • OCI.__init__()
      • OCI.create_compute_cluster()
      • OCI.daily_image()
      • OCI.delete_image()
      • OCI.get_image_id_from_name()
      • OCI.get_instance()
      • OCI.image_serial()
      • OCI.launch()
      • OCI.released_image()
      • OCI.snapshot()
  • pycloudlib.oci.instance module
    • OciInstance
      • OciInstance.__init__()
      • OciInstance.add_network_interface()
      • OciInstance.configure_secondary_vnic()
      • OciInstance.console_log()
      • OciInstance.delete()
      • OciInstance.fault_domain
      • OciInstance.get_secondary_vnic_ip()
      • OciInstance.id
      • OciInstance.instance_data
      • OciInstance.ip
      • OciInstance.ips
      • OciInstance.name
      • OciInstance.private_ip
      • OciInstance.remove_network_interface()
      • OciInstance.secondary_vnic_private_ip
      • OciInstance.shutdown()
      • OciInstance.start()
      • OciInstance.wait_for_delete()
      • OciInstance.wait_for_stop()
  • pycloudlib.oci.utils module
    • get_subnet_id()
    • get_subnet_id_by_name()
    • parse_oci_config_from_env_vars()
    • wait_till_ready()
Previous Next

© Copyright 2018, Joshua Powers.

Built with Sphinx using a theme provided by Read the Docs.