Class: HostSnmpConfigSpec

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

Overview

urn:vim25HostSnmpConfigSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
port - SOAP::SOAPInt
readOnlyCommunities - SOAP::SOAPString
trapTargets - HostSnmpDestination

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, port = nil, readOnlyCommunities = [], trapTargets = []) ⇒ HostSnmpConfigSpec

Returns a new instance of HostSnmpConfigSpec.



21443
21444
21445
21446
21447
21448
21449
21450
# File 'lib/vmware/soap/vim25.rb', line 21443

def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, port = nil, readOnlyCommunities = [], trapTargets = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @enabled = enabled
  @port = port
  @readOnlyCommunities = readOnlyCommunities
  @trapTargets = trapTargets
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21437
21438
21439
# File 'lib/vmware/soap/vim25.rb', line 21437

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21436
21437
21438
# File 'lib/vmware/soap/vim25.rb', line 21436

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



21438
21439
21440
# File 'lib/vmware/soap/vim25.rb', line 21438

def enabled
  @enabled
end

#portObject

Returns the value of attribute port.



21439
21440
21441
# File 'lib/vmware/soap/vim25.rb', line 21439

def port
  @port
end

#readOnlyCommunitiesObject

Returns the value of attribute readOnlyCommunities.



21440
21441
21442
# File 'lib/vmware/soap/vim25.rb', line 21440

def readOnlyCommunities
  @readOnlyCommunities
end

#trapTargetsObject

Returns the value of attribute trapTargets.



21441
21442
21443
# File 'lib/vmware/soap/vim25.rb', line 21441

def trapTargets
  @trapTargets
end