Enum DigitalTwinInstanceConnectivityType
Connectivity type of the digital twin instance. Possible values are: DIRECT - The instance connects directly to the cloud. INDIRECT - The instance connects to the cloud through a gateway. GATEWAY - The instance acts as a gateway and relays data from other instances. NONE - The instance is not expected to have any connectivity.
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public enum DigitalTwinInstanceConnectivityType
Fields
| Name | Description |
|---|---|
| Direct | |
| Gateway | |
| Indirect | |
| None | |
| UnknownEnumValue |