Class: HostSnmpSystemAgentLimits
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSnmpSystemAgentLimits
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSnmpSystemAgentLimits
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
maxReadOnlyCommunities - SOAP::SOAPInt
maxTrapDestinations - SOAP::SOAPInt
maxCommunityLength - SOAP::SOAPInt
maxBufferSize - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#maxBufferSize ⇒ Object
Returns the value of attribute maxBufferSize.
-
#maxCommunityLength ⇒ Object
Returns the value of attribute maxCommunityLength.
-
#maxReadOnlyCommunities ⇒ Object
Returns the value of attribute maxReadOnlyCommunities.
-
#maxTrapDestinations ⇒ Object
Returns the value of attribute maxTrapDestinations.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], maxReadOnlyCommunities = nil, maxTrapDestinations = nil, maxCommunityLength = nil, maxBufferSize = nil) ⇒ HostSnmpSystemAgentLimits
constructor
A new instance of HostSnmpSystemAgentLimits.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], maxReadOnlyCommunities = nil, maxTrapDestinations = nil, maxCommunityLength = nil, maxBufferSize = nil) ⇒ HostSnmpSystemAgentLimits
Returns a new instance of HostSnmpSystemAgentLimits.
21468 21469 21470 21471 21472 21473 21474 21475 |
# File 'lib/vmware/soap/vim25.rb', line 21468 def initialize(dynamicType = nil, dynamicProperty = [], maxReadOnlyCommunities = nil, maxTrapDestinations = nil, maxCommunityLength = nil, maxBufferSize = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @maxReadOnlyCommunities = maxReadOnlyCommunities @maxTrapDestinations = maxTrapDestinations @maxCommunityLength = maxCommunityLength @maxBufferSize = maxBufferSize end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21462 21463 21464 |
# File 'lib/vmware/soap/vim25.rb', line 21462 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21461 21462 21463 |
# File 'lib/vmware/soap/vim25.rb', line 21461 def dynamicType @dynamicType end |
#maxBufferSize ⇒ Object
Returns the value of attribute maxBufferSize.
21466 21467 21468 |
# File 'lib/vmware/soap/vim25.rb', line 21466 def maxBufferSize @maxBufferSize end |
#maxCommunityLength ⇒ Object
Returns the value of attribute maxCommunityLength.
21465 21466 21467 |
# File 'lib/vmware/soap/vim25.rb', line 21465 def maxCommunityLength @maxCommunityLength end |
#maxReadOnlyCommunities ⇒ Object
Returns the value of attribute maxReadOnlyCommunities.
21463 21464 21465 |
# File 'lib/vmware/soap/vim25.rb', line 21463 def maxReadOnlyCommunities @maxReadOnlyCommunities end |
#maxTrapDestinations ⇒ Object
Returns the value of attribute maxTrapDestinations.
21464 21465 21466 |
# File 'lib/vmware/soap/vim25.rb', line 21464 def maxTrapDestinations @maxTrapDestinations end |