GoogleApi.SQLAdmin.V1.Model.IpMapping (google_api_sql_admin v0.71.0)
View SourceDatabase 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 example2012-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. APRIMARYaddress is a public address that can accept incoming connections. APRIVATEaddress is a private address that can accept incoming connections. AnOUTGOINGaddress is the source address of connections originating from the instance, if supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1.Model.IpMapping{ ipAddress: String.t() | nil, timeToRetire: DateTime.t() | nil, type: String.t() | nil }