Struct google_dns1::api::ManagedZonePeeringConfigTargetNetwork[][src]

pub struct ManagedZonePeeringConfigTargetNetwork {
    pub deactivate_time: Option<String>,
    pub kind: Option<String>,
    pub network_url: Option<String>,
}

There is no detailed description.

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

Fields

deactivate_time: Option<String>

The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.

kind: Option<String>

no description provided

network_url: Option<String>

The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}

Trait Implementations

impl Clone for ManagedZonePeeringConfigTargetNetwork[src]

impl Debug for ManagedZonePeeringConfigTargetNetwork[src]

impl Default for ManagedZonePeeringConfigTargetNetwork[src]

impl<'de> Deserialize<'de> for ManagedZonePeeringConfigTargetNetwork[src]

impl Part for ManagedZonePeeringConfigTargetNetwork[src]

impl Serialize for ManagedZonePeeringConfigTargetNetwork[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.