restartPolicy property

String? restartPolicy
getter/setter pair

Restart policy for the Instance.

Allowable values are 'Always', 'OnFailure', or 'Never'.

Optional.

Implementation

core.String? restartPolicy;