Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetSentinelStatus

This service overrides the operational flags for a sentinel device.

This should never be used in production environments. This is used to mimick offline scenario's in sentinel deployments in the cloud.

Hierarchy

  • SetSentinelStatus

Index

Properties

Optional DisableCheckTask

DisableCheckTask: undefined | false | true

Disable the automatic task that checks for Internet/EVACloud. This should be set to true if these properties need to be managed by hand.

Optional EVACloudAvailable

EVACloudAvailable: undefined | false | true

Flag this environment as if the cloud deployment of EVA is not availabled. Will disable a lot of functionality.

Optional InternetAvailable

InternetAvailable: undefined | false | true

Flag this environment as if it has no working internet connection. Will disable a lot of functionality.

Optional RunningAsSentinel

RunningAsSentinel: undefined | false | true

Flag this environment as if it's running on a sentinel device. Will disable a lot of functionality.