document getNodeAttribs improvement
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13627 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
82719795ef
commit
5c1a1383f9
@ -2889,7 +2889,9 @@ sub getAllAttribsWhere
|
||||
|
||||
Arguments:
|
||||
Table handle
|
||||
Attribute list
|
||||
Attribute list
|
||||
optional hash return style
|
||||
( changes the return hash structure format)
|
||||
Returns:
|
||||
Array of attribute values
|
||||
Globals:
|
||||
@ -2897,7 +2899,8 @@ sub getAllAttribsWhere
|
||||
Error:
|
||||
|
||||
Example:
|
||||
my @entries = $self->{switchtab}->getAllNodeAttribs(['port','switch']);
|
||||
my @entries = $self->{switchtab}->getAllNodeAttribs(['port','switch']);
|
||||
my @entries = $self->{switchtab}->getAllNodeAttribs(['port','switch'],1);
|
||||
Comments:
|
||||
none
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user