This class represents all entities except options, roles, and access rights. It manages all other types by passing the values for the object as a delimited properties string of name–value pairs.
The properties for each object are listed in API Object Methods.
Type | Description |
---|---|
id | the database ID of the object in Address Manager. |
name | the field name, which might be null. |
type | the class name of the object. For example, a configuration object has a type equal to Configuration. This field cannot be null. A list of types is part of the API client (Java and Perl). |
properties | a string that contains properties for the object in attribute=value format, with each separated by a | (pipe) character. For example, a host record object may have a properties field such as ttl=123|comments=my comment|. This field can be null. |