Class: UpdateSet
- Inherits:
-
DynamicData
- Object
- DynamicData
- UpdateSet
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateSet
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
version - SOAP::SOAPString
filterSet - PropertyFilterUpdate
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#filterSet ⇒ Object
Returns the value of attribute filterSet.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, filterSet = []) ⇒ UpdateSet
constructor
A new instance of UpdateSet.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, filterSet = []) ⇒ UpdateSet
Returns a new instance of UpdateSet.
169 170 171 172 173 174 |
# File 'lib/vmware/soap/vim25.rb', line 169 def initialize(dynamicType = nil, dynamicProperty = [], version = nil, filterSet = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @version = version @filterSet = filterSet end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
165 166 167 |
# File 'lib/vmware/soap/vim25.rb', line 165 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
164 165 166 |
# File 'lib/vmware/soap/vim25.rb', line 164 def dynamicType @dynamicType end |
#filterSet ⇒ Object
Returns the value of attribute filterSet.
167 168 169 |
# File 'lib/vmware/soap/vim25.rb', line 167 def filterSet @filterSet end |
#version ⇒ Object
Returns the value of attribute version.
166 167 168 |
# File 'lib/vmware/soap/vim25.rb', line 166 def version @version end |