Class Expiration
Expiration holds information about the expiration of a MigratingVm.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class Expiration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExpireTimeRaw
Output only. Timestamp of when this resource is considered expired.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Extendable
Output only. Describes whether the expiration can be extended.
Declaration
[JsonProperty("extendable")]
public virtual bool? Extendable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ExtensionCount
Output only. The number of times expiration was extended.
Declaration
[JsonProperty("extensionCount")]
public virtual int? ExtensionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |