Class: ReconfigureSnmpAgentRequestType

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

Overview

urn:vim25ReconfigureSnmpAgentRequestType

m__this - ManagedObjectReference
spec - HostSnmpConfigSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#specObject

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__thisObject



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