Class: RefreshNetworkSystemRequestType
- Inherits:
-
Object
- Object
- RefreshNetworkSystemRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshNetworkSystemRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshNetworkSystemRequestType
constructor
A new instance of RefreshNetworkSystemRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshNetworkSystemRequestType
Returns a new instance of RefreshNetworkSystemRequestType.
39075 39076 39077 |
# File 'lib/vmware/soap/vim25.rb', line 39075 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39067 39068 39069 |
# File 'lib/vmware/soap/vim25.rb', line 39067 def m__this @v__this end |
#m__this=(value) ⇒ Object
39071 39072 39073 |
# File 'lib/vmware/soap/vim25.rb', line 39071 def m__this=(value) @v__this = value end |