Class: RefreshFirewallRequestType
- Inherits:
-
Object
- Object
- RefreshFirewallRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshFirewallRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshFirewallRequestType
constructor
A new instance of RefreshFirewallRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshFirewallRequestType
Returns a new instance of RefreshFirewallRequestType.
38314 38315 38316 |
# File 'lib/vmware/soap/vim25.rb', line 38314 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
38306 38307 38308 |
# File 'lib/vmware/soap/vim25.rb', line 38306 def m__this @v__this end |
#m__this=(value) ⇒ Object
38310 38311 38312 |
# File 'lib/vmware/soap/vim25.rb', line 38310 def m__this=(value) @v__this = value end |