Class BackendServiceDynamicForwarding
Defines a dynamic forwarding configuration for the backend service.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class BackendServiceDynamicForwarding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpPortSelection
IP:PORT based dynamic forwarding configuration.
Declaration
[JsonProperty("ipPortSelection")]
public virtual BackendServiceDynamicForwardingIpPortSelection IpPortSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| BackendServiceDynamicForwardingIpPortSelection |