effectiveTime property

String? effectiveTime
getter/setter pair

Accompanies only the transient states, which include ADDING, DELETING, and SUSPENDING, to denote the time until which the transient state of the resource will be effective.

For instance, if the state is ADDING, this field shows the time when the resource state transitions to ACTIVE.

Output only.

Implementation

core.String? effectiveTime;