google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.IpMapping View Source
Database instance IP Mapping.
Attributes
- ipAddress (String.t): The IP address assigned. Defaults to:
null
. - timeToRetire (DateTime.t): 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. Defaults to:
null
. - type (String.t): The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpMapping{
ipAddress: any(),
timeToRetire: DateTime.t(),
type: any()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpMapping{ ipAddress: any(), timeToRetire: DateTime.t(), type: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.