Class: VCloudSdk::Xml::OrgVdcNetwork
- Inherits:
-
Wrapper
- Object
- Wrapper
- VCloudSdk::Xml::OrgVdcNetwork
show all
- Defined in:
- lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb
Instance Method Summary
collapse
Methods inherited from Wrapper
#==, #[], #[]=, #add_child, #attribute, #content, #content=, #create_child, #create_qualified_name, #create_xpath_query, #doc_namespaces, #edit_link, #get_nodes, #href, #href=, #href_id, #initialize, #name, #name=, #power_off_link, #power_on_link, #remove_link, #running_tasks, #to_s, #type, #type=, #undeploy_link, #urn, #xpath
Instance Method Details
#allocated_addresses_link ⇒ Object
12
13
14
15
16
|
# File 'lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb', line 12
def allocated_addresses_link
get_nodes(XML_TYPE[:LINK],
{ type: MEDIA_TYPE[:ALLOCATED_NETWORK_IPS] },
true).first
end
|
#ip_ranges ⇒ Object
8
9
10
|
# File 'lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb', line 8
def ip_ranges
get_nodes(:IpRanges).first
end
|
#ip_scope ⇒ Object
4
5
6
|
# File 'lib/ruby_vcloud_sdk/xml/wrapper_classes/org_vdc_network.rb', line 4
def ip_scope
get_nodes(:IpScope).first
end
|