Compute Engine v1 API - Class HostPhysicalTopology (3.30.0)

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

Inheritance

object > HostPhysicalTopology

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HostPhysicalTopology()

public HostPhysicalTopology()

HostPhysicalTopology(HostPhysicalTopology)

public HostPhysicalTopology(HostPhysicalTopology other)
Parameter
Name Description
other HostPhysicalTopology

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