Show / Hide Table of Contents

Class ReservedPublicIpConfig

Reserved Public IP configuration.

Inheritance
object
ReservedPublicIpConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX