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 |