Sha256: d9fe1bee965e2ed6e1860decc7602592d8d3f08b8e145b1022d60b35a299bb60
Contents?: true
Size: 824 Bytes
Versions: 18
Compression:
Stored size: 824 Bytes
Contents
# Subutai Console REST API container model module VagrantSubutai module Models module Console class Container attr_accessor :id, :environmentId, :hostname, :ip, :templateName, :templateId, :type, :arch, :tags, # JSON array :peerId, :hostId, :local, # boolean :state, :rhId, :quota, # JSON object {"containerSize": string, "cpu": string, "ram": string, "disk": string} :dataSource, :containerName end end end end
Version data entries
18 entries across 18 versions & 1 rubygems