#[non_exhaustive]pub struct ConfirmConnectionOutput { /* private fields */ }Implementations
sourceimpl ConfirmConnectionOutput
impl ConfirmConnectionOutput
sourcepub fn connection_state(&self) -> Option<&ConnectionState>
pub fn connection_state(&self) -> Option<&ConnectionState>
The state of the connection. The following are the possible values:
-
ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order. -
requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The connection has been approved and is being initialized. -
available: The network link is up and the connection is ready for use. -
down: The network link is down. -
deleting: The connection is being deleted. -
deleted: The connection has been deleted. -
rejected: A hosted connection in theorderingstate enters therejectedstate if it is deleted by the customer. -
unknown: The state of the connection is not available.
sourceimpl ConfirmConnectionOutput
impl ConfirmConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfirmConnectionOutput.
Trait Implementations
sourceimpl Clone for ConfirmConnectionOutput
impl Clone for ConfirmConnectionOutput
sourcefn clone(&self) -> ConfirmConnectionOutput
fn clone(&self) -> ConfirmConnectionOutput
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 more
sourceimpl Debug for ConfirmConnectionOutput
impl Debug for ConfirmConnectionOutput
sourceimpl PartialEq<ConfirmConnectionOutput> for ConfirmConnectionOutput
impl PartialEq<ConfirmConnectionOutput> for ConfirmConnectionOutput
sourcefn eq(&self, other: &ConfirmConnectionOutput) -> bool
fn eq(&self, other: &ConfirmConnectionOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for ConfirmConnectionOutput
Auto Trait Implementations
impl RefUnwindSafe for ConfirmConnectionOutput
impl Send for ConfirmConnectionOutput
impl Sync for ConfirmConnectionOutput
impl Unpin for ConfirmConnectionOutput
impl UnwindSafe for ConfirmConnectionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more