Class StateMetadata
The state and activation time details of the resource state.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class StateMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveTime
object representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EffectiveTimeDateTimeOffset instead.")]
public virtual object EffectiveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EffectiveTimeDateTimeOffset
DateTimeOffset representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EffectiveTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EffectiveTimeRaw
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.
Declaration
[JsonProperty("effectiveTime")]
public virtual string EffectiveTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |