Cloud resources

Static IPs

{% for static_ip in static_ips.all %} {% endfor %}
Cloud Region Name Address Used by Owner
{{ static_ip.cloud }} {{ static_ip.region }} {{ static_ip.name }} {{ static_ip.address }} {{ static_ip.used_by }} {{ static_ip.owner }}

Instances

{% for user, instances in report|dictsort %}

{{ user }}

{% for instance in instances %} {% endfor %}
Cloud Project Billing Project Region-AZ Name ID State Lifecycle Instance type Owner Launch time Keep Estimated total cost
{{ instance.cloud }} {{ instance.project }} {{ instance.billing_project }} {{ instance.region_az }} {{ instance.name }} {{ instance.instance_id }} {{ instance.state }} {{ instance.lifecycle.value }} {{ instance.instance_type }} {{ instance.owner }} {{ instance.create_time }} {{ instance.keep }} {{ instance.total_cost }}
{% endfor %} {% if xcloud_detailed %} {{ xcloud_detailed|safe }} {% endif %}