public sealed class StateTimeline.Types.StateMetadata : IMessage<StateTimeline.Types.StateMetadata>, IEquatable<StateTimeline.Types.StateMetadata>, IDeepCloneable<StateTimeline.Types.StateMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class StateTimeline.Types.StateMetadata.
The state and activation time details of the resource state.
Implements
IMessageStateTimelineTypesStateMetadata, IEquatableStateTimelineTypesStateMetadata, IDeepCloneableStateTimelineTypesStateMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
StateMetadata()
public StateMetadata()
StateMetadata(StateMetadata)
public StateMetadata(StateTimeline.Types.StateMetadata other)
Parameter | |
---|---|
Name | Description |
other |
StateTimelineTypesStateMetadata |
Properties
EffectiveTime
public Timestamp EffectiveTime { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public StateTimeline.Types.StateMetadata.Types.State State { get; set; }
Output only. The state of the resource.
Property Value | |
---|---|
Type | Description |
StateTimelineTypesStateMetadataTypesState |