public sealed class DiskResourceStatusAsyncReplicationStatus : IMessage<DiskResourceStatusAsyncReplicationStatus>, IEquatable<DiskResourceStatusAsyncReplicationStatus>, IDeepCloneable<DiskResourceStatusAsyncReplicationStatus>, IBufferMessage, IMessage
Implements
IMessageDiskResourceStatusAsyncReplicationStatus, IEquatableDiskResourceStatusAsyncReplicationStatus, IDeepCloneableDiskResourceStatusAsyncReplicationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DiskResourceStatusAsyncReplicationStatus()
public DiskResourceStatusAsyncReplicationStatus()
DiskResourceStatusAsyncReplicationStatus(DiskResourceStatusAsyncReplicationStatus)
public DiskResourceStatusAsyncReplicationStatus(DiskResourceStatusAsyncReplicationStatus other)
Parameter | |
---|---|
Name | Description |
other | DiskResourceStatusAsyncReplicationStatus |
Properties
HasState
public bool HasState { get; }
Gets whether the "state" field is set
Property Value | |
---|---|
Type | Description |
bool |
State
public string State { get; set; }
Check the State enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |