Class: CreateFilterRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CreateFilterRequestType

m__this - ManagedObjectReference
spec - PropertyFilterSpec
partialUpdates - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#partialUpdatesObject

Returns the value of attribute partialUpdates.



29057
29058
29059
# File 'lib/vmware/soap/vim25.rb', line 29057

def partialUpdates
  @partialUpdates
end

#specObject

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__thisObject



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