Class ToolVersionSupportedCondition
ToolVersionSupportedCondition contains information about when support for the release's version of a tool ends.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ToolVersionSupportedCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaintenanceModeTime
object representation of MaintenanceModeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MaintenanceModeTimeDateTimeOffset instead.")]
public virtual object MaintenanceModeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
MaintenanceModeTimeDateTimeOffset
DateTimeOffset representation of MaintenanceModeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MaintenanceModeTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
MaintenanceModeTimeRaw
Output only. The time at which this release's version of the tool will enter maintenance mode.
Declaration
[JsonProperty("maintenanceModeTime")]
public virtual string MaintenanceModeTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. True if the version of Tool used by this release is supported.
Declaration
[JsonProperty("status")]
public virtual bool? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportExpirationTime
object representation of SupportExpirationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SupportExpirationTimeDateTimeOffset instead.")]
public virtual object SupportExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
SupportExpirationTimeDateTimeOffset
DateTimeOffset representation of SupportExpirationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SupportExpirationTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
SupportExpirationTimeRaw
Output only. The time at which this release's version of the tool will no longer be supported.
Declaration
[JsonProperty("supportExpirationTime")]
public virtual string SupportExpirationTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolVersionSupportState
Output only. The tool support state for this release's version of the tool.
Declaration
[JsonProperty("toolVersionSupportState")]
public virtual string ToolVersionSupportState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |