domainLimit property

  1. @JsonKey(name: 'domainLimit')
bool? domainLimit
final

Whether to enable domain name restriction: true : Enables the domain name restriction. This value is suitable for scenarios where IoT devices use IoT cards for network access. The SDK will only connect to servers in the domain name or IP whitelist that has been reported to the operator. false : (Default) Disables the domain name restriction. This value is suitable for most common scenarios.

Implementation

@JsonKey(name: 'domainLimit')
final bool? domainLimit;