Sha256: 7b8d2df7eb4bdba1a1a2182211d1b2cd14c9d09b2e3fba46813568b1de8cc0dc
Contents?: true
Size: 505 Bytes
Versions: 41
Compression:
Stored size: 505 Bytes
Contents
module Yao::Resources class Network < Base friendly_attributes :name, :status, :shared, :tenant_id, :subnets, :admin_state_up map_attribute_to_attribute "provider:physical_network" => :physical_network map_attribute_to_attribute "provider:network_type" => :type map_attribute_to_attribute "provider:segmentation_id" => :segmentation_id alias shared? shared self.service = "network" self.resource_name = "network" self.resources_name = "networks" end end
Version data entries
41 entries across 41 versions & 1 rubygems