public sealed class BackendServiceOrchestrationInfo : IMessage<BackendServiceOrchestrationInfo>, IEquatable<BackendServiceOrchestrationInfo>, IDeepCloneable<BackendServiceOrchestrationInfo>, IBufferMessage, IMessageReference 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.
Implements
IMessageBackendServiceOrchestrationInfo, IEquatableBackendServiceOrchestrationInfo, IDeepCloneableBackendServiceOrchestrationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|