Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.52 KB

File metadata and controls

21 lines (17 loc) · 1.52 KB

Domain

Properties

Name Type Description Notes
Id string Unique domain ID [optional] [default to null]
Name string Domain name [optional] [default to null]
Type_ string Domain type [optional] [default to null]
NetChar *NetworkCharacteristics [optional] [default to null]
InterZoneLatency int32 DEPRECATED As of release 1.5.0, replaced by netChar latency [optional] [default to null]
InterZoneLatencyVariation int32 DEPRECATED As of release 1.5.0, replaced by netChar latencyVariation [optional] [default to null]
InterZoneThroughput int32 DEPRECATED As of release 1.5.0, replaced by netChar throughputUl and throughputDl [optional] [default to null]
InterZonePacketLoss float64 DEPRECATED As of release 1.5.0, replaced by netChar packetLoss [optional] [default to null]
Meta map[string]string Key/Value Pair Map (string, string) [optional] [default to null]
UserMeta map[string]string Key/Value Pair Map (string, string) [optional] [default to null]
CellularDomainConfig *CellularDomainConfig [optional] [default to null]
Zones []Zone [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]