Compute Engine v1 API - Class BackendBackendOrchestrationInfo (3.25.0)

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

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

A message containing information about the resource or system that manages the backend.

Inheritance

object > BackendBackendOrchestrationInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendBackendOrchestrationInfo()

public BackendBackendOrchestrationInfo()

BackendBackendOrchestrationInfo(BackendBackendOrchestrationInfo)

public BackendBackendOrchestrationInfo(BackendBackendOrchestrationInfo other)
Parameter
Name Description
other BackendBackendOrchestrationInfo

Properties

HasResourceUri

public bool HasResourceUri { get; }

Gets whether the "resource_uri" field is set

Property Value
Type Description
bool

ResourceUri

public string ResourceUri { get; set; }

The URI of the resource or system that manages the backend.

Property Value
Type Description
string