| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}snmp-proxyType (extension)
Corresponds to SNMPProxyMBean
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. |
<xs:complexType name="snmp-proxyType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="port" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65535"/></xs:restriction><xs:element minOccurs="0" name="oid-root" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:minLength value="1"/></xs:restriction><xs:element minOccurs="0" name="community" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:minLength value="1"/></xs:restriction><xs:element minOccurs="0" name="timeout" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:long"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |