Sha256: 15e604850c2a2df06fdb5c83d460d2e1f460c43ce95ecf3703658b8189c26663
Contents?: true
Size: 392 Bytes
Versions: 30
Compression:
Stored size: 392 Bytes
Contents
require 'fog/openstack/models/model' module Fog module Network class OpenStack 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
30 entries across 28 versions & 3 rubygems