Sha256: 0be90dc67aa3d5460fece727bfb7cf964731d4625874132a09920238016a7da8
Contents?: true
Size: 392 Bytes
Versions: 22
Compression:
Stored size: 392 Bytes
Contents
require 'fog/openstack/models/model' module Fog module OpenStack class Network class NetworkIpAvailability < Fog::OpenStack::Model attribute :used_ips attribute :subnet_ip_availability attribute :network_id attribute :project_id attribute :tenant_id attribute :total_ips attribute :network_name end end end end
Version data entries
22 entries across 22 versions & 3 rubygems