Compute Engine v1 API - Class ReservationBlockPhysicalTopology (3.9.0)

public sealed class ReservationBlockPhysicalTopology : IMessage<ReservationBlockPhysicalTopology>, IEquatable<ReservationBlockPhysicalTopology>, IDeepCloneable<ReservationBlockPhysicalTopology>, IBufferMessage, IMessage

Inheritance

object > ReservationBlockPhysicalTopology

Namespace

Google.Cloud.Compute.V1

Assembly

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