Class: HostSnmpSystemAgentLimits

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21462
21463
21464
# File 'lib/vmware/soap/vim25.rb', line 21462

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21461
21462
21463
# File 'lib/vmware/soap/vim25.rb', line 21461

def dynamicType
  @dynamicType
end

#maxBufferSizeObject

Returns the value of attribute maxBufferSize.



21466
21467
21468
# File 'lib/vmware/soap/vim25.rb', line 21466

def maxBufferSize
  @maxBufferSize
end

#maxCommunityLengthObject

Returns the value of attribute maxCommunityLength.



21465
21466
21467
# File 'lib/vmware/soap/vim25.rb', line 21465

def maxCommunityLength
  @maxCommunityLength
end

#maxReadOnlyCommunitiesObject

Returns the value of attribute maxReadOnlyCommunities.



21463
21464
21465
# File 'lib/vmware/soap/vim25.rb', line 21463

def maxReadOnlyCommunities
  @maxReadOnlyCommunities
end

#maxTrapDestinationsObject

Returns the value of attribute maxTrapDestinations.



21464
21465
21466
# File 'lib/vmware/soap/vim25.rb', line 21464

def maxTrapDestinations
  @maxTrapDestinations
end