Network Connectivity v1 API - Class StateTimeline (2.12.0)

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.

Inheritance

object > StateTimeline

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

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