Class: UpdateFlagsRequestType

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

Overview

urn:vim25UpdateFlagsRequestType

m__this - ManagedObjectReference
flagInfo - HostFlagInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, flagInfo = nil) ⇒ UpdateFlagsRequestType

Returns a new instance of UpdateFlagsRequestType.



35115
35116
35117
35118
# File 'lib/vmware/soap/vim25.rb', line 35115

def initialize(v__this = nil, flagInfo = nil)
  @v__this = v__this
  @flagInfo = flagInfo
end

Instance Attribute Details

#flagInfoObject

Returns the value of attribute flagInfo.



35105
35106
35107
# File 'lib/vmware/soap/vim25.rb', line 35105

def flagInfo
  @flagInfo
end

Instance Method Details

#m__thisObject



35107
35108
35109
# File 'lib/vmware/soap/vim25.rb', line 35107

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35111
35112
35113
# File 'lib/vmware/soap/vim25.rb', line 35111

def m__this=(value)
  @v__this = value
end