class VCloudSdk::Xml::EdgeGateway
Public Instance Methods
gateway_interfaces()
click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/edge_gateway.rb, line 4 def gateway_interfaces get_nodes(:Configuration, nil, true) .first .get_nodes(:GatewayInterfaces, nil, true) .first .get_nodes(:GatewayInterface, nil, true) end