nulocation¶
-
nulocation.NULocation(bambou.nurest_object.NUMetaRESTObject,):
Gateway location details.
Attributes¶
last_updated_by
: ID of the user who last updated the object.last_updated_date
: Time stamp when this object was last updated.latitude
: Latitude in decimal format.address
: Formatted address including property number, street name, suite or office number, …ignore_geocode
: Request BSS to perform a geocode on the address - If no value passed, requestGeocode will be set to truetime_zone_id
: Time zone in which the Gateway is located. This can be in the form of a UTC/GMT offset, continent/city location, or country/region. The available time zones can be found in /usr/share/zoneinfo on a Linux machine or retrieved with TimeZone.getAvailableIDs() in Java. Refer to the IANA (Internet Assigned Numbers Authority) for a list of time zones. URL : http://www.iana.org/time-zones Default value is UTC (translating to Etc/Zulu)embedded_metadata
: Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.entity_scope
: Specify if scope of entity is Data center or Enterprise levellocality
: Locality/City/Countylongitude
: Longitude in decimal format.country
: Countrycreation_date
: Time stamp when this object was created.associated_entity_name
: Name of the associated entity.associated_entity_type
: Object type of the associated entity.state
: State/Province/Regionowner
: Identifies the user that has created this object.external_id
: External object ID. Used for integration with third party systems
Children¶
class | fetcher |
nupermission.NUPermission | permissions |
numetadata.NUMetadata | metadatas |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |