Cloud API Overview > @adpt/cloud > NetworkScope
NetworkScope enum
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Type for various network address scopes
Signature:
export declare enum NetworkScope
Enumeration Members
Member | Value | Description |
---|---|---|
default | "default" | (BETA) |
external | "external" | (BETA) |
Remarks
The details of this type are very experimental. Use the constants NetworkScope.external
and NetworkScope.default
instead of strings to reduce the chance of breakage.