Class: VirtualHardwareVersionNotSupported

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

Overview

urn:vim25VirtualHardwareVersionNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, host = nil) ⇒ VirtualHardwareVersionNotSupported

Returns a new instance of VirtualHardwareVersionNotSupported.



33263
33264
33265
33266
33267
33268
# File 'lib/vmware/soap/vim25.rb', line 33263

def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, host = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @hostName = hostName
  @host = host
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33259
33260
33261
# File 'lib/vmware/soap/vim25.rb', line 33259

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33258
33259
33260
# File 'lib/vmware/soap/vim25.rb', line 33258

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



33261
33262
33263
# File 'lib/vmware/soap/vim25.rb', line 33261

def host
  @host
end

#hostNameObject

Returns the value of attribute hostName.



33260
33261
33262
# File 'lib/vmware/soap/vim25.rb', line 33260

def hostName
  @hostName
end