Struct aws_sdk_directconnect::input::CreateLagInput
source · [−]#[non_exhaustive]pub struct CreateLagInput { /* private fields */ }
Implementations
sourceimpl CreateLagInput
impl CreateLagInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLag, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLag, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLag
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLagInput
.
sourceimpl CreateLagInput
impl CreateLagInput
sourcepub fn number_of_connections(&self) -> i32
pub fn number_of_connections(&self) -> i32
The number of physical dedicated connections initially provisioned and bundled by the LAG.
sourcepub fn connections_bandwidth(&self) -> Option<&str>
pub fn connections_bandwidth(&self) -> Option<&str>
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of an existing dedicated connection to migrate to the LAG.
The tags to associate with the LAG.
The tags to associate with the automtically created LAGs.
sourcepub fn provider_name(&self) -> Option<&str>
pub fn provider_name(&self) -> Option<&str>
The name of the service provider associated with the LAG.
sourcepub fn request_mac_sec(&self) -> Option<bool>
pub fn request_mac_sec(&self) -> Option<bool>
Indicates whether the connection will support MAC Security (MACsec).
All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.
Trait Implementations
sourceimpl Clone for CreateLagInput
impl Clone for CreateLagInput
sourcefn clone(&self) -> CreateLagInput
fn clone(&self) -> CreateLagInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more