Method: ForemanGoogle::GoogleCompute#status
- Defined in:
- app/models/foreman_google/google_compute.rb
#status ⇒ Object Also known as: state
if nil, instance is not persisted as VM on GCE
32 33 34 |
# File 'app/models/foreman_google/google_compute.rb', line 32 def status persisted? && @instance.status end |