Class: ReconfigureSnmpAgentRequestType
- Inherits:
-
Object
- Object
- ReconfigureSnmpAgentRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureSnmpAgentRequestType
m__this - ManagedObjectReference
spec - HostSnmpConfigSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureSnmpAgentRequestType
constructor
A new instance of ReconfigureSnmpAgentRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureSnmpAgentRequestType
Returns a new instance of ReconfigureSnmpAgentRequestType.
39358 39359 39360 39361 |
# File 'lib/vmware/soap/vim25.rb', line 39358 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
39348 39349 39350 |
# File 'lib/vmware/soap/vim25.rb', line 39348 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
39350 39351 39352 |
# File 'lib/vmware/soap/vim25.rb', line 39350 def m__this @v__this end |
#m__this=(value) ⇒ Object
39354 39355 39356 |
# File 'lib/vmware/soap/vim25.rb', line 39354 def m__this=(value) @v__this = value end |