public sealed class StateTimeline : IMessage<StateTimeline>, IEquatable<StateTimeline>, IDeepCloneable<StateTimeline>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class StateTimeline.
The timeline of the pending states for a resource.
Implements
IMessageStateTimeline, IEquatableStateTimeline, IDeepCloneableStateTimeline, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
StateTimeline()
public StateTimeline()
StateTimeline(StateTimeline)
public StateTimeline(StateTimeline other)
Parameter | |
---|---|
Name | Description |
other |
StateTimeline |
Properties
States
public RepeatedField<StateTimeline.Types.StateMetadata> States { get; }
Output only. The state and activation time details of the resource state.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStateTimelineTypesStateMetadata |