sqladmin  v1beta4
Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.Data.IpMapping Class Reference

Database instance IP Mapping. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.Data.IpMapping:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string IpAddress [get, set]
 The IP address assigned. More...
 
virtual string TimeToRetireRaw [get, set]
 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. More...
 
virtual System.Nullable< System.DateTime > TimeToRetire [get, set]
 
See also
System.DateTime

representation of TimeToRetireRaw. More...

 
virtual string Type [get, set]
 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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Database instance IP Mapping.

Property Documentation

◆ ETag

virtual string Google.Apis.SQLAdmin.v1beta4.Data.IpMapping.ETag
getset

The ETag of the item.

◆ IpAddress

virtual string Google.Apis.SQLAdmin.v1beta4.Data.IpMapping.IpAddress
getset

The IP address assigned.

◆ TimeToRetire

virtual System.Nullable<System.DateTime> Google.Apis.SQLAdmin.v1beta4.Data.IpMapping.TimeToRetire
getset

See also
System.DateTime

representation of TimeToRetireRaw.

◆ TimeToRetireRaw

virtual string Google.Apis.SQLAdmin.v1beta4.Data.IpMapping.TimeToRetireRaw
getset

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.

◆ Type

virtual string Google.Apis.SQLAdmin.v1beta4.Data.IpMapping.Type
getset

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.


The documentation for this class was generated from the following file: