heartbeatBasis property

PolicyAttributesHeartbeatBasisEnum heartbeatBasis
getter/setter pair

Control when a machine's initial heartbeat is started. By default, a machine's heartbeat is started on creation when its policy requires a heartbeat. Otherwise, it is started on first ping. ### Options - FROM_CREATION: The heartbeat duration is calculated from the machine's creation time. - FROM_FIRST_PING: The heartbeat duration is calculated from the machine's first heartbeat ping.

Implementation

PolicyAttributesHeartbeatBasisEnum heartbeatBasis;