Struct aws_sdk_directconnect::model::RouterType
source · [−]#[non_exhaustive]pub struct RouterType { /* private fields */ }
Expand description
Information about the virtual router.
Implementations
sourceimpl RouterType
impl RouterType
sourcepub fn xslt_template_name(&self) -> Option<&str>
pub fn xslt_template_name(&self) -> Option<&str>
The template for the virtual interface's router.
sourcepub fn xslt_template_name_for_mac_sec(&self) -> Option<&str>
pub fn xslt_template_name_for_mac_sec(&self) -> Option<&str>
The MAC Security (MACsec) template for the virtual interface's router.
sourcepub fn router_type_identifier(&self) -> Option<&str>
pub fn router_type_identifier(&self) -> Option<&str>
Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
sourceimpl RouterType
impl RouterType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouterType
.
Trait Implementations
sourceimpl Clone for RouterType
impl Clone for RouterType
sourcefn clone(&self) -> RouterType
fn clone(&self) -> RouterType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RouterType
impl Debug for RouterType
sourceimpl PartialEq<RouterType> for RouterType
impl PartialEq<RouterType> for RouterType
sourcefn eq(&self, other: &RouterType) -> bool
fn eq(&self, other: &RouterType) -> bool
impl StructuralPartialEq for RouterType
Auto Trait Implementations
impl RefUnwindSafe for RouterType
impl Send for RouterType
impl Sync for RouterType
impl Unpin for RouterType
impl UnwindSafe for RouterType
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