Class: UpdateFlagsRequestType
- Inherits:
-
Object
- Object
- UpdateFlagsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateFlagsRequestType
m__this - ManagedObjectReference
flagInfo - HostFlagInfo
Instance Attribute Summary collapse
-
#flagInfo ⇒ Object
Returns the value of attribute flagInfo.
Instance Method Summary collapse
-
#initialize(v__this = nil, flagInfo = nil) ⇒ UpdateFlagsRequestType
constructor
A new instance of UpdateFlagsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#flagInfo ⇒ Object
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__this ⇒ Object
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 |