public sealed class Cluster.Types.TrialMetadata : IMessage<Cluster.Types.TrialMetadata>, IEquatable<Cluster.Types.TrialMetadata>, IDeepCloneable<Cluster.Types.TrialMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class Cluster.Types.TrialMetadata.
Contains information and all metadata related to TRIAL clusters.
Implements
IMessageClusterTypesTrialMetadata, IEquatableClusterTypesTrialMetadata, IDeepCloneableClusterTypesTrialMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
TrialMetadata()
public TrialMetadata()
TrialMetadata(TrialMetadata)
public TrialMetadata(Cluster.Types.TrialMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ClusterTypesTrialMetadata |
Properties
EndTime
public Timestamp EndTime { get; set; }
End time of the trial cluster.
Property Value | |
---|---|
Type | Description |
Timestamp |
GraceEndTime
public Timestamp GraceEndTime { get; set; }
grace end time of the cluster.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
start time of the trial cluster.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpgradeTime
public Timestamp UpgradeTime { get; set; }
Upgrade time of trial cluster to Standard cluster.
Property Value | |
---|---|
Type | Description |
Timestamp |