Class: VirtualMachineGuestSummary

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineGuestSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
guestId - SOAP::SOAPString
guestFullName - SOAP::SOAPString
toolsStatus - VirtualMachineToolsStatus
hostName - SOAP::SOAPString
ipAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], guestId = nil, guestFullName = nil, toolsStatus = nil, hostName = nil, ipAddress = nil) ⇒ VirtualMachineGuestSummary

Returns a new instance of VirtualMachineGuestSummary.



24067
24068
24069
24070
24071
24072
24073
24074
24075
# File 'lib/vmware/soap/vim25.rb', line 24067

def initialize(dynamicType = nil, dynamicProperty = [], guestId = nil, guestFullName = nil, toolsStatus = nil, hostName = nil, ipAddress = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @guestId = guestId
  @guestFullName = guestFullName
  @toolsStatus = toolsStatus
  @hostName = hostName
  @ipAddress = ipAddress
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24060
24061
24062
# File 'lib/vmware/soap/vim25.rb', line 24060

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24059
24060
24061
# File 'lib/vmware/soap/vim25.rb', line 24059

def dynamicType
  @dynamicType
end

#guestFullNameObject

Returns the value of attribute guestFullName.



24062
24063
24064
# File 'lib/vmware/soap/vim25.rb', line 24062

def guestFullName
  @guestFullName
end

#guestIdObject

Returns the value of attribute guestId.



24061
24062
24063
# File 'lib/vmware/soap/vim25.rb', line 24061

def guestId
  @guestId
end

#hostNameObject

Returns the value of attribute hostName.



24064
24065
24066
# File 'lib/vmware/soap/vim25.rb', line 24064

def hostName
  @hostName
end

#ipAddressObject

Returns the value of attribute ipAddress.



24065
24066
24067
# File 'lib/vmware/soap/vim25.rb', line 24065

def ipAddress
  @ipAddress
end

#toolsStatusObject

Returns the value of attribute toolsStatus.



24063
24064
24065
# File 'lib/vmware/soap/vim25.rb', line 24063

def toolsStatus
  @toolsStatus
end