Struct aws_sdk_directconnect::model::RouterType
source · #[non_exhaustive]pub struct RouterType { /* private fields */ }Expand description
Information about the virtual router.
Implementations§
source§impl 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.
source§impl RouterType
impl RouterType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouterType.
Trait Implementations§
source§impl Clone for RouterType
impl Clone for RouterType
source§fn clone(&self) -> RouterType
fn clone(&self) -> RouterType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RouterType
impl Debug for RouterType
source§impl PartialEq<RouterType> for RouterType
impl PartialEq<RouterType> for RouterType
source§fn eq(&self, other: &RouterType) -> bool
fn eq(&self, other: &RouterType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.