BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-proxyType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-proxyType (extension)

Documentation
Corresponds to SNMPProxyMBean
Properties
This component is not nillable.

Model
<...>
(port, oid-root, community, timeout )
</...>


Nested Element Summary
 community
          The community name to be passed on for all requests to the proxied SNMP agent. 
 oid-root
          The root of the object identifier (OID) tree that the proxied SNMP agent controls. 
 port
          The port number on which the proxied SNMP agent is listening. 
 timeout
          The amount of time (in milliseconds) that the SNMP proxy waits for a response to requests that are forwarded to another SNMP agent. 
Source
<xs:complexType name="snmp-proxyType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="port" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="oid-root" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="community" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation