Class: Latitude::API::Objects::Limits

Inherits:
APIObject
  • Object
show all
Defined in:
lib/latitude/api/objects.rb

Constant Summary

Constants inherited from APIObject

APIObject::RESERVED

Instance Attribute Summary collapse

Attributes inherited from APIObject

#raw

Method Summary

Methods inherited from APIObject

#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap

Methods included from Attributes::ClassMethods

#attribute, #attribute_specs

Methods included from Attributes::InstanceMethods

#attribute_spec, #read_attribute, #wrap_attribute

Constructor Details

This class inherits a constructor from Latitude::API::APIObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Latitude::API::APIObject

Instance Attribute Details

#bare_metalInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#bare_metal_gpuInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#block_storageString (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#databaseString (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#elastic_ipInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#filesystemString (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#virtual_machineInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#virtual_machine_gpuInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end

#virtual_networkInteger (readonly)

Returns:



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/latitude/api/objects.rb', line 41

class Limits < APIObject
  attribute :bare_metal, :integer, read_only: true
  attribute :bare_metal_gpu, :integer, read_only: true
  attribute :virtual_machine, :integer, read_only: true
  attribute :virtual_machine_gpu, :integer, read_only: true
  attribute :elastic_ip, :integer, read_only: true
  attribute :virtual_network, :integer, read_only: true
  attribute :database, :string, read_only: true
  attribute :filesystem, :string, read_only: true
  attribute :block_storage, :string, read_only: true
end