Sha256: da13964c90a2c5916180d72b14ddf91e3c738f0c8462b18ab02d59c4b3aac775

Contents?: true

Size: 702 Bytes

Versions: 26

Compression:

Stored size: 702 Bytes

Contents

class AWS
  module Compute
    module Formats
      BASIC = {
        'requestId' => String
      }

      DESCRIBE_IMAGES = BASIC.merge({
        "imagesSet" => [{
          "imageId" => String,
          "imageLocation" => String,
          "imageState" => String,
          "imageOwnerId" => String,
          "creationDate" => Fog::Nullable::String,
          "isPublic" => Fog::Nullable::Boolean,
          "architecture" => String,
          "imageType" => String,
          "imageOwnerAlias" => String,
          "rootDeviceType" => String,
          "blockDeviceMapping" => Array,
          "virtualizationType" => String,
          "hypervisor" => String
        }]
      })
    end
  end
end

Version data entries

26 entries across 24 versions & 2 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-aws-2.0.1/tests/requests/compute/helper.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-aws-2.0.1/tests/requests/compute/helper.rb
fog-aws-3.0.0 tests/requests/compute/helper.rb
fog-aws-2.0.1 tests/requests/compute/helper.rb
fog-aws-2.0.0 tests/requests/compute/helper.rb
fog-aws-1.4.1 tests/requests/compute/helper.rb