Geolocation
Location in GUI: Objects » Object Management » Geolocation
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| geolocations | List | [geolocations] | No |
geolocations (fmc.domains.objects)
Section titled “geolocations (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| continents | List | String | No | |
| countries | List | String | No |
Examples
Section titled “Examples”Pre-requisites:
existing: fmc: domains: - name: Global objects: countries: - name: Poland - name: Germany continents: - name: North AmericaGeolocation:
fmc: domains: - name: Global objects: geolocations: - name: MyGeoLocationName1 countries: - Poland - Germany continents: - North America