restartPolicy property

String? restartPolicy
getter/setter pair

Restart policy for the Instance.

Optional. Possible string values are:

  • "RESTART_POLICY_UNSPECIFIED" : Unspecified restart policy.
  • "ALWAYS" : Always restart the instance.
  • "ON_FAILURE" : Restart if the instance terminates with non-zero exit code.
  • "NEVER" : Never restart the instance.

Implementation

core.String? restartPolicy;