Class: HostSystemInfo

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

Overview

urn:vim25HostSystemInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vendor - SOAP::SOAPString
model - SOAP::SOAPString
uuid - SOAP::SOAPString
otherIdentifyingInfo - HostSystemIdentificationInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = []) ⇒ HostSystemInfo

Returns a new instance of HostSystemInfo.



19156
19157
19158
19159
19160
19161
19162
19163
# File 'lib/vmware/soap/vim25.rb', line 19156

def initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vendor = vendor
  @model = model
  @uuid = uuid
  @otherIdentifyingInfo = otherIdentifyingInfo
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19150
19151
19152
# File 'lib/vmware/soap/vim25.rb', line 19150

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19149
19150
19151
# File 'lib/vmware/soap/vim25.rb', line 19149

def dynamicType
  @dynamicType
end

#modelObject

Returns the value of attribute model.



19152
19153
19154
# File 'lib/vmware/soap/vim25.rb', line 19152

def model
  @model
end

#otherIdentifyingInfoObject

Returns the value of attribute otherIdentifyingInfo.



19154
19155
19156
# File 'lib/vmware/soap/vim25.rb', line 19154

def otherIdentifyingInfo
  @otherIdentifyingInfo
end

#uuidObject

Returns the value of attribute uuid.



19153
19154
19155
# File 'lib/vmware/soap/vim25.rb', line 19153

def uuid
  @uuid
end

#vendorObject

Returns the value of attribute vendor.



19151
19152
19153
# File 'lib/vmware/soap/vim25.rb', line 19151

def vendor
  @vendor
end