Class: TooManyDisksOnLegacyHost
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- TooManyDisksOnLegacyHost
- 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
-
#diskCount ⇒ Object
Returns the value of attribute diskCount.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#timeoutDanger ⇒ Object
Returns the value of attribute timeoutDanger.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskCount = nil, timeoutDanger = nil) ⇒ TooManyDisksOnLegacyHost
constructor
A new instance of TooManyDisksOnLegacyHost.
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
#diskCount ⇒ Object
Returns the value of attribute diskCount.
31417 31418 31419 |
# File 'lib/vmware/soap/vim25.rb', line 31417 def diskCount @diskCount end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31416 31417 31418 |
# File 'lib/vmware/soap/vim25.rb', line 31416 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31415 31416 31417 |
# File 'lib/vmware/soap/vim25.rb', line 31415 def dynamicType @dynamicType end |
#timeoutDanger ⇒ Object
Returns the value of attribute timeoutDanger.
31418 31419 31420 |
# File 'lib/vmware/soap/vim25.rb', line 31418 def timeoutDanger @timeoutDanger end |