Class: TooManyDisksOnLegacyHost

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

Overview

urn:vim25TooManyDisksOnLegacyHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskCount - SOAP::SOAPInt
timeoutDanger - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskCount = nil, timeoutDanger = nil) ⇒ TooManyDisksOnLegacyHost

Returns a new instance of TooManyDisksOnLegacyHost.



31420
31421
31422
31423
31424
31425
# File 'lib/vmware/soap/vim25.rb', line 31420

def initialize(dynamicType = nil, dynamicProperty = [], diskCount = nil, timeoutDanger = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskCount = diskCount
  @timeoutDanger = timeoutDanger
end

Instance Attribute Details

#diskCountObject

Returns the value of attribute diskCount.



31417
31418
31419
# File 'lib/vmware/soap/vim25.rb', line 31417

def diskCount
  @diskCount
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31416
31417
31418
# File 'lib/vmware/soap/vim25.rb', line 31416

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31415
31416
31417
# File 'lib/vmware/soap/vim25.rb', line 31415

def dynamicType
  @dynamicType
end

#timeoutDangerObject

Returns the value of attribute timeoutDanger.



31418
31419
31420
# File 'lib/vmware/soap/vim25.rb', line 31418

def timeoutDanger
  @timeoutDanger
end