public sealed class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology : IMessage<ReservationBlockPhysicalTopologyInstancePhysicalHostTopology>, IEquatable<ReservationBlockPhysicalTopologyInstancePhysicalHostTopology>, IDeepCloneable<ReservationBlockPhysicalTopologyInstancePhysicalHostTopology>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.
The PhysicalHostTopology of the instance within a Block resource.
Implements
IMessageReservationBlockPhysicalTopologyInstancePhysicalHostTopology, IEquatableReservationBlockPhysicalTopologyInstancePhysicalHostTopology, IDeepCloneableReservationBlockPhysicalTopologyInstancePhysicalHostTopology, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|