Class ConfigManagementSyncState
State indicating an ACM's progress syncing configurations to a cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementSyncState : IDirectResponseSchema
Properties
Code
Sync status code.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
Declaration
[JsonProperty("errors")]
public virtual IList<ConfigManagementSyncError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigManagementSyncError> |
ImportToken
Token indicating the state of the importer.
Declaration
[JsonProperty("importToken")]
public virtual string ImportToken { get; set; }
Property Value
Type | Description |
---|---|
string |
LastSync
Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo. The time format is specified in https://golang.org/pkg/time/#Time.String
Declaration
[JsonProperty("lastSync")]
public virtual string LastSync { get; set; }
Property Value
Type | Description |
---|---|
string |
LastSyncTime
object representation of LastSyncTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSyncTimeDateTimeOffset instead.")]
public virtual object LastSyncTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastSyncTimeDateTimeOffset
DateTimeOffset representation of LastSyncTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSyncTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastSyncTimeRaw
Timestamp type of when ACM last successfully synced the repo.
Declaration
[JsonProperty("lastSyncTime")]
public virtual string LastSyncTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceToken
Token indicating the state of the repo.
Declaration
[JsonProperty("sourceToken")]
public virtual string SourceToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncToken
Token indicating the state of the syncer.
Declaration
[JsonProperty("syncToken")]
public virtual string SyncToken { get; set; }
Property Value
Type | Description |
---|---|
string |