Struct aws_sdk_directconnect::model::RouterType [−][src]
#[non_exhaustive]pub struct RouterType {
pub vendor: Option<String>,
pub platform: Option<String>,
pub software: Option<String>,
pub xslt_template_name: Option<String>,
pub xslt_template_name_for_mac_sec: Option<String>,
pub router_type_identifier: Option<String>,
}Expand description
Information about the virtual router.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.vendor: Option<String>The vendor for the virtual interface's router.
platform: Option<String>The virtual interface router platform.
software: Option<String>The router software.
xslt_template_name: Option<String>The template for the virtual interface's router.
xslt_template_name_for_mac_sec: Option<String>The MAC Security (MACsec) template for the virtual interface's router.
router_type_identifier: Option<String>Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
Implementations
The template for the virtual interface's router.
The MAC Security (MACsec) template for the virtual interface's router.
Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
Creates a new builder-style object to manufacture RouterType
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
