Sha256: c400c906f0efc5b997642fcf6c365cd261a87ad9d7641140a3815531811befb0
Contents?: true
Size: 460 Bytes
Versions: 18
Compression:
Stored size: 460 Bytes
Contents
# Subutai Console REST API environment model module VagrantSubutai module Models module Console class Environment attr_accessor :id, :name, :status, :containers, # Array of Container models :ansible_host_id, # Ansible host id :ansible_container_state # Ansible container state end end end end
Version data entries
18 entries across 18 versions & 1 rubygems