Compute Engine v1 API - Class BackendServiceOrchestrationInfo (3.25.0)

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

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

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

Inheritance

object > BackendServiceOrchestrationInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceOrchestrationInfo()

public BackendServiceOrchestrationInfo()

BackendServiceOrchestrationInfo(BackendServiceOrchestrationInfo)

public BackendServiceOrchestrationInfo(BackendServiceOrchestrationInfo other)
Parameter
Name Description
other BackendServiceOrchestrationInfo

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 resource URI of the resource or system that manages the backend service.

Property Value
Type Description
string