Compute Engine v1 API - Class ReservationSlotPhysicalTopology (3.26.0)

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

Inheritance

object > ReservationSlotPhysicalTopology

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationSlotPhysicalTopology()

public ReservationSlotPhysicalTopology()

ReservationSlotPhysicalTopology(ReservationSlotPhysicalTopology)

public ReservationSlotPhysicalTopology(ReservationSlotPhysicalTopology other)
Parameter
Name Description
other ReservationSlotPhysicalTopology

Properties

Block

public string Block { get; set; }

The unique identifier of the capacity block within the cluster.

Property Value
Type Description
string

Cluster

public string Cluster { get; set; }

The cluster name of the reservation sub-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

HasHost

public bool HasHost { get; }

Gets whether the "host" 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

Host

public string Host { get; set; }

The unique identifier of the capacity host within the capacity sub-block.

Property Value
Type Description
string

SubBlock

public string SubBlock { get; set; }

The unique identifier of the capacity sub-block within the capacity block.

Property Value
Type Description
string