Compute Engine v1 API - Class ReservationSubBlockPhysicalTopology (3.10.0)

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

Inheritance

object > ReservationSubBlockPhysicalTopology

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationSubBlockPhysicalTopology()

public ReservationSubBlockPhysicalTopology()

ReservationSubBlockPhysicalTopology(ReservationSubBlockPhysicalTopology)

public ReservationSubBlockPhysicalTopology(ReservationSubBlockPhysicalTopology other)
Parameter
Name Description
other ReservationSubBlockPhysicalTopology

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 subBlock.

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

HasSubBlock

public bool HasSubBlock { get; }

Gets whether the "sub_block" field is set

Property Value
Type Description
bool

SubBlock

public string SubBlock { get; set; }

The hash of the capacity sub-block within the capacity block.

Property Value
Type Description
string