Struct aws_sdk_ec2::model::client_vpn_route::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClientVpnRoute
Implementations
The ID of the Client VPN endpoint with which the route is associated.
The ID of the Client VPN endpoint with which the route is associated.
The IPv4 address range, in CIDR notation, of the route destination.
The IPv4 address range, in CIDR notation, of the route destination.
The ID of the subnet through which traffic is routed.
The ID of the subnet through which traffic is routed.
Indicates how the route was associated with the Client VPN endpoint.
associate
indicates that the route was automatically added when the target network
was associated with the Client VPN endpoint. add-route
indicates that the route
was manually added using the CreateClientVpnRoute action.
Indicates how the route was associated with the Client VPN endpoint.
associate
indicates that the route was automatically added when the target network
was associated with the Client VPN endpoint. add-route
indicates that the route
was manually added using the CreateClientVpnRoute action.
The current state of the route.
The current state of the route.
A brief description of the route.
A brief description of the route.
Consumes the builder and constructs a ClientVpnRoute
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