Sha256: 9cc93d639f3aa0aabe6c0e83bbd35b0f50bcde46332a064c01b37a8c057fbb34
Contents?: true
Size: 544 Bytes
Versions: 43
Compression:
Stored size: 544 Bytes
Contents
require 'fog/cloudsigma/nested_model' module Fog module Compute class CloudSigma class IP < Fog::CloudSigma::CloudsigmaModel identity :uuid attribute :tags, :type => :array attribute :nameservers, :type => :array attribute :server, :type => :string attribute :netmask, :type => :integer attribute :meta attribute :owner attribute :subscription attribute :gateway, :type => :string attribute :resource_uri, :type => :string end end end end
Version data entries
43 entries across 41 versions & 6 rubygems