Struct google_sql1_beta4::api::IpMapping
source · [−]pub struct IpMapping {
pub ip_address: Option<String>,
pub time_to_retire: Option<String>,
pub type_: Option<String>,
}Expand description
Database instance IP Mapping.
This type is not used in any activity, and only used as part of another schema.
Fields
ip_address: Option<String>The IP address assigned.
time_to_retire: Option<String>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_: Option<String>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.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for IpMapping
impl<'de> Deserialize<'de> for IpMapping
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for IpMapping
Auto Trait Implementations
impl RefUnwindSafe for IpMapping
impl Send for IpMapping
impl Sync for IpMapping
impl Unpin for IpMapping
impl UnwindSafe for IpMapping
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more