Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Get the SmcReason for an integer value
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
RmdaConn
Constant: 0x5013 = 20499
LinkTerm
Constant: 0x5201 = 20993
VirtStrg
Constant: 0x5203 = 20995
ExceedFxm
Constant: 0x5204 = 20996
NoRmbes
Constant: 0x5205 = 20997
NoVlanId
Constant: 0x5206 = 20998
NoActRNICs
Constant: 0x5209 = 21001
OutOfSynch
Constant: 0x5219 = 21017
SubnetMism
Constant: 0x521E = 21022
LnkActTout
Constant: 0x5223 = 21027
NoRmtSupp
Constant: 0x5301 = 21249
NoSmcRte
Constant: 0x5302 = 21250
NoActRNIC
Constant: 0x5303 = 21251
ConnLocal
Constant: 0x5304 = 21252
NoStorClc
Constant: 0x5306 = 21254
ConnIpsec
Constant: 0x5307 = 21255
FrcaSvr
Constant: 0x5308 = 21256
PascalApi
Constant: 0x5309 = 21257
PortNosmcr
Constant: 0x530A = 21258
PortNosmc
Constant: 0x530A = 21258
InvalidMtu
Constant: 0x530B = 21259
NoPrefix
Constant: 0x530C = 21260
Autosmc
Constant: 0x530D = 21261
DNoActIsm
Constant: 0x530E = 21262
DNoSmcdRmt
Constant: 0x530F = 21263
NoMatchVer
Constant: 0x5310 = 21264
DBadSyseid
Constant: 0x5311 = 21265
ExclList
Constant: 0x5312 = 21266
NotPermit
Constant: 0x5313 = 21267
NoSmcrLcl
Constant: 0x5314 = 21268
NoSmclLcl
Constant: 0x5315 = 21269
NoSmcOpt
Constant: 0x5316 = 21270
RV2NotEnbl
Constant: 0x5321 = 21281
V2NoEid
Constant: 0x5322 = 21282
RV2NoRnic
Constant: 0x5323 = 21283
RV2NoRmt
Constant: 0x5324 = 21284
DV2NoRmt
Constant: 0x5325 = 21285
DV2NoLcl
Constant: 0x5326 = 21286
DNoSmcdRch
Constant: 0x5708 = 22280
DLinkTerm
Constant: 0x5801 = 22529
DVirtStrg
Constant: 0x5803 = 22531
DExceedFxm
Constant: 0x5804 = 22532
DNoDmbes
Constant: 0x5805 = 22533
DNoVlanid
Constant: 0x5806 = 22534
DNoActIsms
Constant: 0x5809 = 22537
DOutOfSynch
Constant: 0x5819 = 22553
DSubnetMism
Constant: 0x581E = 22558
DSameEndpt
Constant: 0x5821 = 22561
DInvalidSt
Constant: 0x5822 = 22562
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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
from
Get the SmcReason for an integer value
Parameters:
value
- the integer value
Returns:
the corresponding SmcReason