Compute Engine v1 API - Class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology (3.12.0)

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

Reference documentation and code samples for the Compute Engine v1 API class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.

The PhysicalHostTopology of the instance within a Block resource.

Inheritance

object > ReservationBlockPhysicalTopologyInstancePhysicalHostTopology

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationBlockPhysicalTopologyInstancePhysicalHostTopology()

public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology()

ReservationBlockPhysicalTopologyInstancePhysicalHostTopology(ReservationBlockPhysicalTopologyInstancePhysicalHostTopology)

public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology(ReservationBlockPhysicalTopologyInstancePhysicalHostTopology other)
Parameter
Name Description
other ReservationBlockPhysicalTopologyInstancePhysicalHostTopology

Properties

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; }

Host hash for a given instance

Property Value
Type Description
string

SubBlock

public string SubBlock { get; set; }

Sub block hash for a given instance

Property Value
Type Description
string