Cloud::Instance
Inherits JSON::Serializable < Struct < Value < Object
A running instance
Constructors
new(id : Int64, status : String, gpu_name : String, price_per_hour : Float64, ssh_host : Nil | String = nil, ssh_port : Int32 | Nil = nil, label : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
gpu_name
Sourceid
Sourcelabel
Sourceprice_per_hour
Sourceready?
Sourcessh_host
Sourcessh_port
Sourcestatus
Source