public sealed class BackendBackendOrchestrationInfo : IMessage<BackendBackendOrchestrationInfo>, IEquatable<BackendBackendOrchestrationInfo>, IDeepCloneable<BackendBackendOrchestrationInfo>, IBufferMessage, IMessageReference 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.
Implements
IMessageBackendBackendOrchestrationInfo, IEquatableBackendBackendOrchestrationInfo, IDeepCloneableBackendBackendOrchestrationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|