Sha256: ef71c91e040c96298b1285b5bf64026578a8ae731aa277f83439a9f0c0e77f9d

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

module Fog
  module Compute
    class OneAndOne
      class ServerAppliance < Fog::Model

        # Declare Model Attributes
        identity  :id

        attribute :name
        attribute :os_family
        attribute :os
        attribute :os_version
        attribute :os_architecture
        attribute :os_image_type
        attribute :type
        attribute :server_type_compatibility
        attribute :min_hdd_size
        attribute :licenses
        attribute :version
        attribute :categories

      end # ServerAppliance
    end # OneAndOne
  end # Compute
end # Fog

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-oneandone-1.2 lib/oneandone/models/compute/server_appliance.rb