Class: VirtualMachineFlagInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineFlagInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineFlagInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
disableAcceleration - SOAP::SOAPBoolean
enableLogging - SOAP::SOAPBoolean
useToe - SOAP::SOAPBoolean
runWithDebugInfo - SOAP::SOAPBoolean
monitorType - SOAP::SOAPString
htSharing - SOAP::SOAPString
snapshotDisabled - SOAP::SOAPBoolean
snapshotLocked - SOAP::SOAPBoolean
diskUuidEnabled - SOAP::SOAPBoolean
virtualMmuUsage - SOAP::SOAPString
snapshotPowerOffBehavior - SOAP::SOAPString
Instance Attribute Summary collapse
-
#disableAcceleration ⇒ Object
Returns the value of attribute disableAcceleration.
-
#diskUuidEnabled ⇒ Object
Returns the value of attribute diskUuidEnabled.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enableLogging ⇒ Object
Returns the value of attribute enableLogging.
-
#htSharing ⇒ Object
Returns the value of attribute htSharing.
-
#monitorType ⇒ Object
Returns the value of attribute monitorType.
-
#runWithDebugInfo ⇒ Object
Returns the value of attribute runWithDebugInfo.
-
#snapshotDisabled ⇒ Object
Returns the value of attribute snapshotDisabled.
-
#snapshotLocked ⇒ Object
Returns the value of attribute snapshotLocked.
-
#snapshotPowerOffBehavior ⇒ Object
Returns the value of attribute snapshotPowerOffBehavior.
-
#useToe ⇒ Object
Returns the value of attribute useToe.
-
#virtualMmuUsage ⇒ Object
Returns the value of attribute virtualMmuUsage.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], disableAcceleration = nil, enableLogging = nil, useToe = nil, runWithDebugInfo = nil, monitorType = nil, htSharing = nil, snapshotDisabled = nil, snapshotLocked = nil, diskUuidEnabled = nil, virtualMmuUsage = nil, snapshotPowerOffBehavior = nil) ⇒ VirtualMachineFlagInfo
constructor
A new instance of VirtualMachineFlagInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], disableAcceleration = nil, enableLogging = nil, useToe = nil, runWithDebugInfo = nil, monitorType = nil, htSharing = nil, snapshotDisabled = nil, snapshotLocked = nil, diskUuidEnabled = nil, virtualMmuUsage = nil, snapshotPowerOffBehavior = nil) ⇒ VirtualMachineFlagInfo
Returns a new instance of VirtualMachineFlagInfo.
23512 23513 23514 23515 23516 23517 23518 23519 23520 23521 23522 23523 23524 23525 23526 |
# File 'lib/vmware/soap/vim25.rb', line 23512 def initialize(dynamicType = nil, dynamicProperty = [], disableAcceleration = nil, enableLogging = nil, useToe = nil, runWithDebugInfo = nil, monitorType = nil, htSharing = nil, snapshotDisabled = nil, snapshotLocked = nil, diskUuidEnabled = nil, virtualMmuUsage = nil, snapshotPowerOffBehavior = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @disableAcceleration = disableAcceleration @enableLogging = enableLogging @useToe = useToe @runWithDebugInfo = runWithDebugInfo @monitorType = monitorType @htSharing = htSharing @snapshotDisabled = snapshotDisabled @snapshotLocked = snapshotLocked @diskUuidEnabled = diskUuidEnabled @virtualMmuUsage = virtualMmuUsage @snapshotPowerOffBehavior = snapshotPowerOffBehavior end |
Instance Attribute Details
#disableAcceleration ⇒ Object
Returns the value of attribute disableAcceleration.
23500 23501 23502 |
# File 'lib/vmware/soap/vim25.rb', line 23500 def disableAcceleration @disableAcceleration end |
#diskUuidEnabled ⇒ Object
Returns the value of attribute diskUuidEnabled.
23508 23509 23510 |
# File 'lib/vmware/soap/vim25.rb', line 23508 def diskUuidEnabled @diskUuidEnabled end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23499 23500 23501 |
# File 'lib/vmware/soap/vim25.rb', line 23499 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23498 23499 23500 |
# File 'lib/vmware/soap/vim25.rb', line 23498 def dynamicType @dynamicType end |
#enableLogging ⇒ Object
Returns the value of attribute enableLogging.
23501 23502 23503 |
# File 'lib/vmware/soap/vim25.rb', line 23501 def enableLogging @enableLogging end |
#htSharing ⇒ Object
Returns the value of attribute htSharing.
23505 23506 23507 |
# File 'lib/vmware/soap/vim25.rb', line 23505 def htSharing @htSharing end |
#monitorType ⇒ Object
Returns the value of attribute monitorType.
23504 23505 23506 |
# File 'lib/vmware/soap/vim25.rb', line 23504 def monitorType @monitorType end |
#runWithDebugInfo ⇒ Object
Returns the value of attribute runWithDebugInfo.
23503 23504 23505 |
# File 'lib/vmware/soap/vim25.rb', line 23503 def runWithDebugInfo @runWithDebugInfo end |
#snapshotDisabled ⇒ Object
Returns the value of attribute snapshotDisabled.
23506 23507 23508 |
# File 'lib/vmware/soap/vim25.rb', line 23506 def snapshotDisabled @snapshotDisabled end |
#snapshotLocked ⇒ Object
Returns the value of attribute snapshotLocked.
23507 23508 23509 |
# File 'lib/vmware/soap/vim25.rb', line 23507 def snapshotLocked @snapshotLocked end |
#snapshotPowerOffBehavior ⇒ Object
Returns the value of attribute snapshotPowerOffBehavior.
23510 23511 23512 |
# File 'lib/vmware/soap/vim25.rb', line 23510 def snapshotPowerOffBehavior @snapshotPowerOffBehavior end |
#useToe ⇒ Object
Returns the value of attribute useToe.
23502 23503 23504 |
# File 'lib/vmware/soap/vim25.rb', line 23502 def useToe @useToe end |
#virtualMmuUsage ⇒ Object
Returns the value of attribute virtualMmuUsage.
23509 23510 23511 |
# File 'lib/vmware/soap/vim25.rb', line 23509 def virtualMmuUsage @virtualMmuUsage end |