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