Struct google_sqladmin1_beta4::IpMapping[][src]

pub struct IpMapping {
    pub time_to_retire: Option<String>,
    pub ip_address: Option<String>,
    pub type_: Option<String>,
}

Database instance IP Mapping.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

The IP address assigned.

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.

Trait Implementations

impl Default for IpMapping
[src]

Returns the "default value" for a type. Read more

impl Clone for IpMapping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IpMapping
[src]

Formats the value using the given formatter. Read more

impl Part for IpMapping
[src]

Auto Trait Implementations

impl Send for IpMapping

impl Sync for IpMapping