Struct aws_sdk_directconnect::input::create_lag_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateLagInput
Implementations
The number of physical dedicated connections initially provisioned and bundled by the LAG.
The number of physical dedicated connections initially provisioned and bundled by the LAG.
The location for the LAG.
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
The name of the LAG.
The ID of an existing dedicated connection to migrate to the LAG.
The ID of an existing dedicated connection to migrate to the LAG.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags to associate with the LAG.
The tags to associate with the LAG.
Appends an item to child_connection_tags.
To override the contents of this collection use set_child_connection_tags.
The tags to associate with the automtically created LAGs.
The tags to associate with the automtically created LAGs.
The name of the service provider associated with the LAG.
The name of the service provider associated with the LAG.
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.
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.
Consumes the builder and constructs a CreateLagInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
