class VCloudSdk::Xml::GatewayInterface

Public Instance Methods

interface_type() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/gateway_interface.rb, line 4
def interface_type
  get_nodes(:InterfaceType, nil, true)
    .first
    .content
end
ip_ranges() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/gateway_interface.rb, line 15
def ip_ranges
  subnet_participation
    .get_nodes(:IpRanges, nil, true)
    .first
end
subnet_participation() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/gateway_interface.rb, line 10
def subnet_participation
  get_nodes(:SubnetParticipation, nil, true)
    .first
end