Class: HostSnmpConfigSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSnmpConfigSpec
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#port ⇒ Object
Returns the value of attribute port.
-
#readOnlyCommunities ⇒ Object
Returns the value of attribute readOnlyCommunities.
-
#trapTargets ⇒ Object
Returns the value of attribute trapTargets.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, port = nil, readOnlyCommunities = [], trapTargets = []) ⇒ HostSnmpConfigSpec
constructor
A new instance of HostSnmpConfigSpec.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21437 21438 21439 |
# File 'lib/vmware/soap/vim25.rb', line 21437 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21436 21437 21438 |
# File 'lib/vmware/soap/vim25.rb', line 21436 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
21438 21439 21440 |
# File 'lib/vmware/soap/vim25.rb', line 21438 def enabled @enabled end |
#port ⇒ Object
Returns the value of attribute port.
21439 21440 21441 |
# File 'lib/vmware/soap/vim25.rb', line 21439 def port @port end |
#readOnlyCommunities ⇒ Object
Returns the value of attribute readOnlyCommunities.
21440 21441 21442 |
# File 'lib/vmware/soap/vim25.rb', line 21440 def readOnlyCommunities @readOnlyCommunities end |
#trapTargets ⇒ Object
Returns the value of attribute trapTargets.
21441 21442 21443 |
# File 'lib/vmware/soap/vim25.rb', line 21441 def trapTargets @trapTargets end |