public sealed class ReservationBlockPhysicalTopology : IMessage<ReservationBlockPhysicalTopology>, IEquatable<ReservationBlockPhysicalTopology>, IDeepCloneable<ReservationBlockPhysicalTopology>, IBufferMessage, IMessage
Implements
IMessageReservationBlockPhysicalTopology, IEquatableReservationBlockPhysicalTopology, IDeepCloneableReservationBlockPhysicalTopology, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ReservationBlockPhysicalTopology()
public ReservationBlockPhysicalTopology()
ReservationBlockPhysicalTopology(ReservationBlockPhysicalTopology)
public ReservationBlockPhysicalTopology(ReservationBlockPhysicalTopology other)
Parameter | |
---|---|
Name | Description |
other |
ReservationBlockPhysicalTopology |
Properties
Block
public string Block { get; set; }
The hash of the capacity block within the cluster.
Property Value | |
---|---|
Type | Description |
string |
Cluster
public string Cluster { get; set; }
The cluster name of the reservation block.
Property Value | |
---|---|
Type | Description |
string |
HasBlock
public bool HasBlock { get; }
Gets whether the "block" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasCluster
public bool HasCluster { get; }
Gets whether the "cluster" field is set
Property Value | |
---|---|
Type | Description |
bool |