Show / Hide Table of Contents

Class IpMapping

Database instance IP mapping

Inheritance
object
IpMapping
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class IpMapping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpAddress

The IP address assigned.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

TimeToRetire

object representation of TimeToRetireRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeToRetireDateTimeOffset instead.")]
public virtual object TimeToRetire { get; set; }
Property Value
Type Description
object

TimeToRetireDateTimeOffset

DateTimeOffset representation of TimeToRetireRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeToRetireDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimeToRetireRaw

The due time for this IP to be retired in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only available when the IP is scheduled to be retired.

Declaration
[JsonProperty("timeToRetire")]
public virtual string TimeToRetireRaw { get; set; }
Property Value
Type Description
string

Type

The type of this IP address. A PRIMARY address is a public address that can accept incoming connections. A PRIVATE address is a private address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX