[][src]Struct rusoto_networkmanager::CreateLinkRequest

pub struct CreateLinkRequest {
    pub bandwidth: Bandwidth,
    pub description: Option<String>,
    pub global_network_id: String,
    pub provider: Option<String>,
    pub site_id: String,
    pub tags: Option<Vec<Tag>>,
    pub type_: Option<String>,
}

Fields

bandwidth: Bandwidth

The upload speed and download speed in Mbps.

description: Option<String>

A description of the link.

Length Constraints: Maximum length of 256 characters.

global_network_id: String

The ID of the global network.

provider: Option<String>

The provider of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

site_id: String

The ID of the site.

tags: Option<Vec<Tag>>

The tags to apply to the resource during creation.

type_: Option<String>

The type of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

Trait Implementations

impl Clone for CreateLinkRequest[src]

impl Debug for CreateLinkRequest[src]

impl Default for CreateLinkRequest[src]

impl PartialEq<CreateLinkRequest> for CreateLinkRequest[src]

impl Serialize for CreateLinkRequest[src]

impl StructuralPartialEq for CreateLinkRequest[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> 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> Same<T> for T

type Output = T

Should always be Self

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.