class MiqHostNetworkSystem

Attributes

invObj[R]

Public Class Methods

new(nsMor, invObj) click to toggle source
# File lib/VMwareWebService/MiqHostNetworkSystem.rb, line 4
def initialize(nsMor, invObj)
  @invObj = invObj
  @nsMor = nsMor
end

Public Instance Methods

networkInfo() click to toggle source
# File lib/VMwareWebService/MiqHostNetworkSystem.rb, line 9
def networkInfo
  @invObj.getMoProp(@nsMor)
end
refreshNetworkSystem() click to toggle source
# File lib/VMwareWebService/MiqHostNetworkSystem.rb, line 13
def refreshNetworkSystem
  @invObj.refreshNetworkSystem(@nsMor)
end