Class TrialMetadata
Contains information and all metadata related to TRIAL clusters.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class TrialMetadata : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
EndTimeRaw
End time of the trial cluster.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
GraceEndTime
object representation of GraceEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use GraceEndTimeDateTimeOffset instead.")]
public virtual object GraceEndTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
GraceEndTimeDateTimeOffset
DateTimeOffset representation of GraceEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? GraceEndTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
GraceEndTimeRaw
grace end time of the cluster.
Declaration
[JsonProperty("graceEndTime")]
public virtual string GraceEndTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
StartTimeRaw
start time of the trial cluster.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
UpgradeTime
object representation of UpgradeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpgradeTimeDateTimeOffset instead.")]
public virtual object UpgradeTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
UpgradeTimeDateTimeOffset
DateTimeOffset representation of UpgradeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpgradeTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
UpgradeTimeRaw
Upgrade time of trial cluster to Standard cluster.
Declaration
[JsonProperty("upgradeTime")]
public virtual string UpgradeTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string |