#[non_exhaustive]pub struct CreateConnectPeerInput { /* private fields */ }
Implementations§
source§impl CreateConnectPeerInput
impl CreateConnectPeerInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectPeer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectPeer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConnectPeer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectPeerInput
.
source§impl CreateConnectPeerInput
impl CreateConnectPeerInput
sourcepub fn connect_attachment_id(&self) -> Option<&str>
pub fn connect_attachment_id(&self) -> Option<&str>
The ID of the connection attachment.
sourcepub fn core_network_address(&self) -> Option<&str>
pub fn core_network_address(&self) -> Option<&str>
A Connect peer core network address.
sourcepub fn peer_address(&self) -> Option<&str>
pub fn peer_address(&self) -> Option<&str>
The Connect peer address.
sourcepub fn bgp_options(&self) -> Option<&BgpOptions>
pub fn bgp_options(&self) -> Option<&BgpOptions>
The Connect peer BGP options.
sourcepub fn inside_cidr_blocks(&self) -> Option<&[String]>
pub fn inside_cidr_blocks(&self) -> Option<&[String]>
The inside IP addresses used for BGP peering.
The tags associated with the peer request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token associated with the request.
Trait Implementations§
source§impl Clone for CreateConnectPeerInput
impl Clone for CreateConnectPeerInput
source§fn clone(&self) -> CreateConnectPeerInput
fn clone(&self) -> CreateConnectPeerInput
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 CreateConnectPeerInput
impl Debug for CreateConnectPeerInput
source§impl PartialEq<CreateConnectPeerInput> for CreateConnectPeerInput
impl PartialEq<CreateConnectPeerInput> for CreateConnectPeerInput
source§fn eq(&self, other: &CreateConnectPeerInput) -> bool
fn eq(&self, other: &CreateConnectPeerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.