Class: RefreshFirewallRequestType

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

Overview

urn:vim25RefreshFirewallRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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