class VCloudSdk::Xml::OrgVdcNetwork
Public Instance Methods
allocated_addresses_link()
click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb, line 8 def allocated_addresses_link get_nodes(XML_TYPE[:LINK], { type: MEDIA_TYPE[:ALLOCATED_NETWORK_IPS] }, true).first end
ip_scope()
click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb, line 4 def ip_scope get_nodes(:IpScope).first end