#[non_exhaustive]pub struct CreateTransitVirtualInterfaceOutput { /* private fields */ }Implementations§
source§impl CreateTransitVirtualInterfaceOutput
impl CreateTransitVirtualInterfaceOutput
sourcepub fn virtual_interface(&self) -> Option<&VirtualInterface>
pub fn virtual_interface(&self) -> Option<&VirtualInterface>
Information about a virtual interface.
source§impl CreateTransitVirtualInterfaceOutput
impl CreateTransitVirtualInterfaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitVirtualInterfaceOutput.
Trait Implementations§
source§impl Clone for CreateTransitVirtualInterfaceOutput
impl Clone for CreateTransitVirtualInterfaceOutput
source§fn clone(&self) -> CreateTransitVirtualInterfaceOutput
fn clone(&self) -> CreateTransitVirtualInterfaceOutput
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 more