Class LoadBalancerServer
The load balancer for sqlserver
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class LoadBalancerServer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ip
Output only. The IP address
Declaration
[JsonProperty("ip")]
public virtual string Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Vm
Output only. The VM name
Declaration
[JsonProperty("vm")]
public virtual string Vm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |