Sha256: 64d1a5106a013c067b6ee7488c4286c7d26404e0e740eb91d7b59ed3bf5be2dc
Contents?: true
Size: 418 Bytes
Versions: 30
Compression:
Stored size: 418 Bytes
Contents
require 'fog/openstack/models/model' module Fog module DNS class OpenStack class V2 class Pool < Fog::OpenStack::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
30 entries across 28 versions & 3 rubygems