Class: DisallowedDiskModeChange
- Inherits:
-
InvalidDeviceSpec
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- DisallowedDiskModeChange
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisallowedDiskModeChange
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#deviceIndex ⇒ Object
Returns the value of attribute deviceIndex.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ DisallowedDiskModeChange
constructor
A new instance of DisallowedDiskModeChange.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ DisallowedDiskModeChange
Returns a new instance of DisallowedDiskModeChange.
32482 32483 32484 32485 32486 32487 |
# File 'lib/vmware/soap/vim25.rb', line 32482 def initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property @deviceIndex = deviceIndex end |
Instance Attribute Details
#deviceIndex ⇒ Object
Returns the value of attribute deviceIndex.
32480 32481 32482 |
# File 'lib/vmware/soap/vim25.rb', line 32480 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32478 32479 32480 |
# File 'lib/vmware/soap/vim25.rb', line 32478 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32477 32478 32479 |
# File 'lib/vmware/soap/vim25.rb', line 32477 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32479 32480 32481 |
# File 'lib/vmware/soap/vim25.rb', line 32479 def property @property end |