Sha256: 6ba9482354ae8821acff1b086ee760fca2fa36c6e5b1d503b09f0114b7deeb28

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

require 'fog/huaweicloud/models/model'

module Fog
  module DNS
    class HuaweiCloud
      class V2
        class Pool < Fog::HuaweiCloud::Model
          identity :id

          attribute :name
          attribute :description
          attribute :ns_records
          attribute :project_id
          attribute :links
          attribute :created_at
          attribute :updated_at
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-huaweicloud-0.0.3 lib/fog/dns/huaweicloud/v2/models/pool.rb
fog-huaweicloud-0.0.2 lib/fog/dns/huaweicloud/v2/models/pool.rb
fog-huaweicloud-0.1.3 lib/fog/dns/huaweicloud/v2/models/pool.rb
fog-huaweicloud-0.1.2 lib/fog/dns/huaweicloud/v2/models/pool.rb