Class: HostFlagInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFlagInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFlagInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
backgroundSnapshotsEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#backgroundSnapshotsEnabled ⇒ Object
Returns the value of attribute backgroundSnapshotsEnabled.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], backgroundSnapshotsEnabled = nil) ⇒ HostFlagInfo
constructor
A new instance of HostFlagInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], backgroundSnapshotsEnabled = nil) ⇒ HostFlagInfo
Returns a new instance of HostFlagInfo.
19097 19098 19099 19100 19101 |
# File 'lib/vmware/soap/vim25.rb', line 19097 def initialize(dynamicType = nil, dynamicProperty = [], backgroundSnapshotsEnabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @backgroundSnapshotsEnabled = backgroundSnapshotsEnabled end |
Instance Attribute Details
#backgroundSnapshotsEnabled ⇒ Object
Returns the value of attribute backgroundSnapshotsEnabled.
19095 19096 19097 |
# File 'lib/vmware/soap/vim25.rb', line 19095 def backgroundSnapshotsEnabled @backgroundSnapshotsEnabled end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19094 19095 19096 |
# File 'lib/vmware/soap/vim25.rb', line 19094 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19093 19094 19095 |
# File 'lib/vmware/soap/vim25.rb', line 19093 def dynamicType @dynamicType end |