Class StateMetadata (2.13.0)

StateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The state and activation time details of the resource state.

Attributes

Name Description
state google.cloud.networkconnectivity_v1.types.StateTimeline.StateMetadata.State
Output only. The state of the resource.
effective_time google.protobuf.timestamp_pb2.Timestamp
Output only. 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.

Classes

State

State(value)

The state of the resource.