Class ReservedPublicIpConfig
Reserved Public IP configuration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ReservedPublicIpConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EgressPublicIps
Output only. The reserved public IPs.
Declaration
[JsonProperty("egressPublicIps")]
public virtual IList<string> EgressPublicIps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
NatIpsCount
Optional. Number of static public IP addresses to reserve.
Declaration
[JsonProperty("natIpsCount")]
public virtual int? NatIpsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |