Compute Engine v1 API - Class GetHealthOperationMetadata (3.32.0)

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

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

Metadata for GetHealth operations.

Inheritance

object > GetHealthOperationMetadata

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetHealthOperationMetadata()

public GetHealthOperationMetadata()

GetHealthOperationMetadata(GetHealthOperationMetadata)

public GetHealthOperationMetadata(GetHealthOperationMetadata other)
Parameter
Name Description
other GetHealthOperationMetadata

Properties

HealthInfo

public GetHealthOperationMetadataHealthInfo HealthInfo { get; set; }

Output only. The health information.

Property Value
Type Description
GetHealthOperationMetadataHealthInfo