Sha256: c8e51329422898a28873d14dc7d4367f5fb64a17c089f7354a2748b4ecfecb73
Contents?: true
Size: 546 Bytes
Versions: 53
Compression:
Stored size: 546 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
53 entries across 53 versions & 3 rubygems