Collection
kind
: collectionstate
A collection is similar to an Organizing Collection in it is not a configurable object. Unlike an OrganizingCollection collection, however, a Collection only contains references to objects (or, resources) of the same type.
Important
In the SDK, collection objects are usually plural,
while Resource
objects are singular.
When the Resource
object’s corresponding URI is already plural, we append the name
of the collection with _s
.
Example:
URI |
Collection |
Resource |
---|---|---|
|
tm.net.tunnels |
tm.net.tunnels.tunnel |
|
tm.ltm.pools |
tm.ltm.pools.pool |
|
tm.ltm.pool.members_s |
tm.ltm.pool.members_s.members |