Class ConfigManagementPolicyControllerMigration
State for the migration of PolicyController from ACM -> PoCo Hub.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementPolicyControllerMigration : IDirectResponseSchema
Properties
CopyTime
object representation of CopyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CopyTimeDateTimeOffset instead.")]
public virtual object CopyTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CopyTimeDateTimeOffset
DateTimeOffset representation of CopyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CopyTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CopyTimeRaw
Last time this membership spec was copied to PoCo feature.
Declaration
[JsonProperty("copyTime")]
public virtual string CopyTimeRaw { 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 |
Stage
Stage of the migration.
Declaration
[JsonProperty("stage")]
public virtual string Stage { get; set; }
Property Value
Type | Description |
---|---|
string |