Cluster Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
blockages
|
no
|
l_objId
|
List of text displays with this cluster as their associate.
|
|
boundaries
|
no
|
l_objId
|
List of clusterBoundaries owned by this cluster. The list is automatically updated whenever a clusterBoundary is deleted or added for a specific cluster.
|
|
clusterType
|
yes
|
string
|
Type of cluster.
|
|
|
|
|
inclusive
Instances other than the instances in this cluster may be placed in the cluster’s region.
|
|
|
|
|
exclusive
Only instances in this cluster may be placed in the cluster’s region.
|
|
|
|
|
suggested
Instances in this cluster may be placed outside the cluster’s region.
|
|
groupMembers
|
no
|
l_objId
|
List of group members for this object.
|
|
instances
|
no
|
l_objId
|
List of instances that are direct members of this cluster. Instances can be added to or removed from a cluster using instanceId~>cluster.
|
|
isParent
|
no
|
boolean
|
Indicates whether the cluster has other clusters (child-clusters or sub-clusters) as its members.
|
|
markers
|
no
|
l_objId
|
List of all markers associated with this cluster.
|
|
name
|
yes
|
string
|
Name of the cluster. The name can be modified if the cellview does not have a cluster of the same name.
|
|
parent
|
yes
|
objId
|
Parent object database ID of the cluster object. The cluster can be assigned a new parent as long as it does not create a cyclic relationship of the cluster hierarchy. The parent can also be set to nil to break a parent-child relationship.
|
|
subClusters
|
no
|
l_objId
|
List of clusters (sub-clusters or child-clusters) that are direct members of this cluster. Clusters can be added to, or removed from a cluster using clusterId~>parent.
|
Related Topics
Generic Object Attributes
Return to top