Show / Hide Table of Contents

Class ConfigManagementPolicyControllerMigration

State for the migration of PolicyController from ACM -> PoCo Hub.

Inheritance
object
ConfigManagementPolicyControllerMigration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX