Struct gapi_grpc::google::cloud::vpcaccess::v1::connector::Subnet[][src]

pub struct Subnet {
    pub name: String,
    pub project_id: String,
}

The subnet in which to house the connector

Fields

name: String

Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName}

project_id: String

Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.

Trait Implementations

impl Clone for Subnet[src]

impl Debug for Subnet[src]

impl Default for Subnet[src]

impl Message for Subnet[src]

impl PartialEq<Subnet> for Subnet[src]

impl StructuralPartialEq for Subnet[src]

Auto Trait Implementations

impl RefUnwindSafe for Subnet

impl Send for Subnet

impl Sync for Subnet

impl Unpin for Subnet

impl UnwindSafe for Subnet

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]