goldengate.ftp.exec.snmp
Enum FtpPrivateMib.goldenGateGlobalValuesIndex
java.lang.Object
java.lang.Enum<FtpPrivateMib.goldenGateGlobalValuesIndex>
goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateGlobalValuesIndex
- All Implemented Interfaces:
- Serializable, Comparable<FtpPrivateMib.goldenGateGlobalValuesIndex>
- Enclosing class:
- FtpPrivateMib
public static enum FtpPrivateMib.goldenGateGlobalValuesIndex
- extends Enum<FtpPrivateMib.goldenGateGlobalValuesIndex>
Global part
- Author:
- Frederic Bregier
applUptime
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applUptime
applOperStatus
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applOperStatus
applLastChange
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applLastChange
applInboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applInboundAssociations
applOutboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applOutboundAssociations
applAccumInboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applAccumInboundAssociations
applAccumOutboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applAccumOutboundAssociations
applLastInboundActivity
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applLastInboundActivity
applLastOutboundActivity
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applLastOutboundActivity
applRejectedInboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applRejectedInboundAssociations
applFailedOutboundAssociations
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applFailedOutboundAssociations
applInboundBandwidthKBS
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applInboundBandwidthKBS
applOutboundBandwidthKBS
public static final FtpPrivateMib.goldenGateGlobalValuesIndex applOutboundBandwidthKBS
nbInfoUnknown
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoUnknown
nbInfoNotUpdated
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoNotUpdated
nbInfoInterrupted
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoInterrupted
nbInfoToSubmit
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoToSubmit
nbInfoError
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoError
nbInfoRunning
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoRunning
nbInfoDone
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbInfoDone
nbAllTransfer
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbAllTransfer
memoryTotal
public static final FtpPrivateMib.goldenGateGlobalValuesIndex memoryTotal
memoryFree
public static final FtpPrivateMib.goldenGateGlobalValuesIndex memoryFree
memoryUsed
public static final FtpPrivateMib.goldenGateGlobalValuesIndex memoryUsed
nbThreads
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbThreads
nbNetworkConnection
public static final FtpPrivateMib.goldenGateGlobalValuesIndex nbNetworkConnection
values
public static FtpPrivateMib.goldenGateGlobalValuesIndex[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FtpPrivateMib.goldenGateGlobalValuesIndex c : FtpPrivateMib.goldenGateGlobalValuesIndex.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FtpPrivateMib.goldenGateGlobalValuesIndex valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getOID
public int getOID()
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.