wwndesc
1.0-76
|
EMCClariionDescription (ie CL-01234567-SPB1) describes the serial and CL of a Clariion; EMC doesn't seem to include any additional data in the WWPN. More...
Public Member Functions | |
EMCClariionDescription (String wwn) | |
create an instance with brief set to false. More... | |
String | toString () |
return a description or alias for this WWN More... | |
![]() | |
WWNDescTarget (String wwn) | |
create an instance with brief set to false. More... | |
WWNDescTarget (boolean brief, String wwn) | |
create an instance with the given WWN. More... | |
![]() | |
WWNDesc (String wwn) | |
create an instance with brief set to false. More... | |
WWNDesc (boolean brief, String wwn) | |
create an instance with the given WWN. More... | |
WWNDesc (boolean brief, String wwn, DevRole role) | |
create an instance with the given WWN. More... | |
String | descPort () |
describe the WWPN's unique port label/index More... | |
String | toString () |
describe the WWN: produce a short (shorter if this.brief = true) description suitable for use as an alias for this WWN More... | |
Static Public Member Functions | |
static WWNDesc | getDesc (boolean strong, boolean brief, String wwn) |
If this class matches or describes the given WWN, returns a new instance of this class loaded with the given WWN. More... | |
static WWNDesc | getDesc (boolean strong, boolean brief, String wwn, int role) |
If this class matches or describes the given WWN, returns a new instance of this class loaded with the given WWN. More... | |
![]() | |
static boolean | isA (int role) |
convenience function to use bit-masks to check for membership in this role More... | |
Additional Inherited Members | |
![]() | |
boolean | brief |
whether a more brief output should be offered in toString() (ie the difference between "VMax-HK192601234-12gB" and "VMax-1234-12gB") . More... | |
DevRole | role = DevRole.TARGET |
role of the device: Target, Switch, Initiator | |
BigInteger | wwn |
the WWN that the instance tried to describe | |
EMCClariionDescription (ie CL-01234567-SPB1) describes the serial and CL of a Clariion; EMC doesn't seem to include any additional data in the WWPN.
00:60:48 Symmetrix DMX 00:00:97 Symmetrix VMAX 00:60:16 CLariion/VNX
Definition at line 17 of file EMCClariionDescription.java.
|
inline |
create an instance with brief set to false.
This is a convenience function to support the older constructor model
java.lang.NullPointerException | if the given wwn is null |
wwn | the WWN to evaluate and describe |
Definition at line 20 of file EMCClariionDescription.java.
Referenced by EMCClariionDescription.getDesc().
|
inlinestatic |
If this class matches or describes the given WWN, returns a new instance of this class loaded with the given WWN.
strong | is ignored: this class is a strong representation, not a weak one based on empirical matching, hence can always be used with confidence |
brief | is ignored: this class has only one representation of the WWN description or alias |
wwn | the WWN (WWPN or WWNN, but typically WWPN) to match |
Definition at line 33 of file EMCClariionDescription.java.
References DevRole.max.
Referenced by WWNDescription.getWWNDescriptor().
|
inlinestatic |
If this class matches or describes the given WWN, returns a new instance of this class loaded with the given WWN.
strong | is ignored: this class is a strong representation, not a weak one based on empirical matching, hence can always be used with confidence |
brief | is ignored: this class has only one representation of the WWN description or alias |
wwn | the WWN (WWPN or WWNN, but typically WWPN) to match |
role | Role (Initiator/Switch/Target) to check for |
Definition at line 41 of file EMCClariionDescription.java.
References EMCClariionDescription.EMCClariionDescription(), and WWNDesc.WWNDescTarget.isA().
|
inline |
return a description or alias for this WWN
Definition at line 56 of file EMCClariionDescription.java.
References WWNDesc.wwn.