MatchCriteria
This type is a class for model objects.
A data-type for defining a name-value pair with an optional field for documentation.
Package: coregroup
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
HAManagerPolicy.MatchCriteria
Attributes Summary |
name : EString |
String-valued name. The name String must satisfy the following two constraints:
(a) must not start with "_" (underscore) or " " (space) charactrers
(b) must not contain "=" (equals) or "|" (vertical bar) characters.
|
value : EString |
The value String must satisfy the following two constraints:
(a) must not start with "_" (underscore) or " " (space) charactrers
(b) must not contain "=" (equals) or "|" (vertical bar) characters.
|
description : EString |
An optional String-valued field.
|
name - String-valued name. The name String must satisfy the following two constraints:
(a) must not start with "_" (underscore) or " " (space) charactrers
(b) must not contain "=" (equals) or "|" (vertical bar) characters.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
value - The value String must satisfy the following two constraints:
(a) must not start with "_" (underscore) or " " (space) charactrers
(b) must not contain "=" (equals) or "|" (vertical bar) characters.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
description - An optional String-valued field.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006