Sha256: 1469e9a3f7c61138d83e933ab299393bafb2d31fe445b72faf7a2029dbc1706f

Contents?: true

Size: 789 Bytes

Versions: 27

Compression:

Stored size: 789 Bytes

Contents

module Fog
  module Compute
    class Ecloud
      class AuthenticationLevel < Fog::Ecloud::Model
        identity :href

        attribute :basic_enabled, :aliases => :BasicEnabled, :type => :boolean
        attribute :sha1_enabled, :aliases => :SHA1Enabled, :type => :boolean
        attribute :Sha256_enabled, :aliases => :SHA256Enabled, :type => :boolean
        attribute :Sha512_enabled, :aliases => :SHA512Enabled, :type => :boolean
        attribute :hmacsha1_enabled, :aliases => :HMACSHA1Enabled, :type => :boolean
        attribute :hmacsha256_enabled, :aliases => :HMACSHA256Enabled, :type => :boolean
        attribute :hmacsha512_enabled, :aliases => :HMACSHA512Enabled, :type => :boolean

        def id
          href.scan(/\d+/)[0]
        end
      end
    end
  end
end

Version data entries

27 entries across 25 versions & 6 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/authentication_level.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/authentication_level.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/authentication_level.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-ecloud-0.1.1/lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.3.0 lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.2.0 lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.1.3 lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.1.2 lib/fog/compute/ecloud/models/authentication_level.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/ecloud/models/compute/authentication_level.rb
fog-ecloud-0.1.1 lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.1.0 lib/fog/compute/ecloud/models/authentication_level.rb
fog-ecloud-0.0.2 lib/fog/ecloud/models/compute/authentication_level.rb
fog-ecloud-0.0.1 lib/fog/ecloud/models/compute/authentication_level.rb
fog-1.25.0 lib/fog/ecloud/models/compute/authentication_level.rb
nsidc-fog-1.24.1 lib/fog/ecloud/models/compute/authentication_level.rb
fog-1.24.0 lib/fog/ecloud/models/compute/authentication_level.rb
ns-fog-1.22.11 lib/fog/ecloud/models/compute/authentication_level.rb
ns-fog-1.22.10 lib/fog/ecloud/models/compute/authentication_level.rb
ns-fog-1.22.9 lib/fog/ecloud/models/compute/authentication_level.rb
ns-fog-1.22.8 lib/fog/ecloud/models/compute/authentication_level.rb