Method: GuestInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], toolsStatus = nil, toolsVersion = nil, guestId = nil, guestFamily = nil, guestFullName = nil, hostName = nil, ipAddress = nil, net = [], disk = [], screen = nil, guestState = nil) ⇒ GuestInfo

Returns a new instance of GuestInfo.



23627
23628
23629
23630
23631
23632
23633
23634
23635
23636
23637
23638
23639
23640
23641
# File 'lib/vmware/soap/vim25.rb', line 23627

def initialize(dynamicType = nil, dynamicProperty = [], toolsStatus = nil, toolsVersion = nil, guestId = nil, guestFamily = nil, guestFullName = nil, hostName = nil, ipAddress = nil, net = [], disk = [], screen = nil, guestState = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @toolsStatus = toolsStatus
  @toolsVersion = toolsVersion
  @guestId = guestId
  @guestFamily = guestFamily
  @guestFullName = guestFullName
  @hostName = hostName
  @ipAddress = ipAddress
  @net = net
  @disk = disk
  @screen = screen
  @guestState = guestState
end