Class: CreateFilterRequestType
- Inherits:
-
Object
- Object
- CreateFilterRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateFilterRequestType
m__this - ManagedObjectReference
spec - PropertyFilterSpec
partialUpdates - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#partialUpdates ⇒ Object
Returns the value of attribute partialUpdates.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil, partialUpdates = nil) ⇒ CreateFilterRequestType
constructor
A new instance of CreateFilterRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil, partialUpdates = nil) ⇒ CreateFilterRequestType
Returns a new instance of CreateFilterRequestType.
29067 29068 29069 29070 29071 |
# File 'lib/vmware/soap/vim25.rb', line 29067 def initialize(v__this = nil, spec = nil, partialUpdates = nil) @v__this = v__this @spec = spec @partialUpdates = partialUpdates end |
Instance Attribute Details
#partialUpdates ⇒ Object
Returns the value of attribute partialUpdates.
29057 29058 29059 |
# File 'lib/vmware/soap/vim25.rb', line 29057 def partialUpdates @partialUpdates end |
#spec ⇒ Object
Returns the value of attribute spec.
29056 29057 29058 |
# File 'lib/vmware/soap/vim25.rb', line 29056 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
29059 29060 29061 |
# File 'lib/vmware/soap/vim25.rb', line 29059 def m__this @v__this end |
#m__this=(value) ⇒ Object
29063 29064 29065 |
# File 'lib/vmware/soap/vim25.rb', line 29063 def m__this=(value) @v__this = value end |