google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.IpMapping View Source
Database instance IP Mapping.
Attributes
-
ipAddress
(type:String.t
, default:nil
) - The IP address assigned. -
timeToRetire
(type:DateTime.t
, default:nil
) - 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
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpMapping{ ipAddress: String.t(), timeToRetire: DateTime.t(), type: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.