XObject
Returns a string or nil if the gateway is not defined.
xen-api: network.get_default_gateway
# File lib/pangea/objects.rb, line 641 def default_gateway gw = ref_call :get_default_gateway return nil if gw.strip.chomp.empty? gw end
Returns a string or nil if the netmask is not defined.
xen-api: network.get_default_netmask
# File lib/pangea/objects.rb, line 653 def default_netmask nm = ref_call :get_default_netmask return nil if nm.strip.chomp.empty? gw end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.