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.gce package
  • View page source

pycloudlib.gce package

Main GCE module __init__.

Submodules

  • pycloudlib.gce.cloud module
    • GCE
      • GCE.__init__()
      • GCE.daily_image()
      • GCE.delete_image()
      • GCE.get_instance()
      • GCE.image_serial()
      • GCE.launch()
      • GCE.released_image()
      • GCE.snapshot()
  • pycloudlib.gce.errors module
    • GceException
  • pycloudlib.gce.instance module
    • GceInstance
      • GceInstance.__init__()
      • GceInstance.delete()
      • GceInstance.id
      • GceInstance.ip
      • GceInstance.name
      • GceInstance.shutdown()
      • GceInstance.start()
      • GceInstance.wait_for_delete()
      • GceInstance.wait_for_stop()
  • pycloudlib.gce.util module
    • get_credentials()
    • raise_on_error()
Previous Next

© Copyright 2018, Joshua Powers.

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