Class: ReadOnlyDisksWithLegacyDestination
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- ReadOnlyDisksWithLegacyDestination
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReadOnlyDisksWithLegacyDestination
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
roDiskCount - SOAP::SOAPInt
timeoutDanger - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#roDiskCount ⇒ Object
Returns the value of attribute roDiskCount.
-
#timeoutDanger ⇒ Object
Returns the value of attribute timeoutDanger.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], roDiskCount = nil, timeoutDanger = nil) ⇒ ReadOnlyDisksWithLegacyDestination
constructor
A new instance of ReadOnlyDisksWithLegacyDestination.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], roDiskCount = nil, timeoutDanger = nil) ⇒ ReadOnlyDisksWithLegacyDestination
Returns a new instance of ReadOnlyDisksWithLegacyDestination.
31288 31289 31290 31291 31292 31293 |
# File 'lib/vmware/soap/vim25.rb', line 31288 def initialize(dynamicType = nil, dynamicProperty = [], roDiskCount = nil, timeoutDanger = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @roDiskCount = roDiskCount @timeoutDanger = timeoutDanger end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31284 31285 31286 |
# File 'lib/vmware/soap/vim25.rb', line 31284 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31283 31284 31285 |
# File 'lib/vmware/soap/vim25.rb', line 31283 def dynamicType @dynamicType end |
#roDiskCount ⇒ Object
Returns the value of attribute roDiskCount.
31285 31286 31287 |
# File 'lib/vmware/soap/vim25.rb', line 31285 def roDiskCount @roDiskCount end |
#timeoutDanger ⇒ Object
Returns the value of attribute timeoutDanger.
31286 31287 31288 |
# File 'lib/vmware/soap/vim25.rb', line 31286 def timeoutDanger @timeoutDanger end |