#[non_exhaustive]pub struct VpnConnectionOptionsSpecificationBuilder { /* private fields */ }
Expand description
A builder for VpnConnectionOptionsSpecification
.
Implementations§
source§impl VpnConnectionOptionsSpecificationBuilder
impl VpnConnectionOptionsSpecificationBuilder
sourcepub fn enable_acceleration(self, input: bool) -> Self
pub fn enable_acceleration(self, input: bool) -> Self
Indicate whether to enable acceleration for the VPN connection.
Default: false
sourcepub fn set_enable_acceleration(self, input: Option<bool>) -> Self
pub fn set_enable_acceleration(self, input: Option<bool>) -> Self
Indicate whether to enable acceleration for the VPN connection.
Default: false
sourcepub fn get_enable_acceleration(&self) -> &Option<bool>
pub fn get_enable_acceleration(&self) -> &Option<bool>
Indicate whether to enable acceleration for the VPN connection.
Default: false
sourcepub fn static_routes_only(self, input: bool) -> Self
pub fn static_routes_only(self, input: bool) -> Self
Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true
. Use CreateVpnConnectionRoute
to create a static route.
Default: false
sourcepub fn set_static_routes_only(self, input: Option<bool>) -> Self
pub fn set_static_routes_only(self, input: Option<bool>) -> Self
Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true
. Use CreateVpnConnectionRoute
to create a static route.
Default: false
sourcepub fn get_static_routes_only(&self) -> &Option<bool>
pub fn get_static_routes_only(&self) -> &Option<bool>
Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true
. Use CreateVpnConnectionRoute
to create a static route.
Default: false
sourcepub fn tunnel_inside_ip_version(self, input: TunnelInsideIpVersion) -> Self
pub fn tunnel_inside_ip_version(self, input: TunnelInsideIpVersion) -> Self
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
Default: ipv4
sourcepub fn set_tunnel_inside_ip_version(
self,
input: Option<TunnelInsideIpVersion>,
) -> Self
pub fn set_tunnel_inside_ip_version( self, input: Option<TunnelInsideIpVersion>, ) -> Self
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
Default: ipv4
sourcepub fn get_tunnel_inside_ip_version(&self) -> &Option<TunnelInsideIpVersion>
pub fn get_tunnel_inside_ip_version(&self) -> &Option<TunnelInsideIpVersion>
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
Default: ipv4
sourcepub fn tunnel_options(self, input: VpnTunnelOptionsSpecification) -> Self
pub fn tunnel_options(self, input: VpnTunnelOptionsSpecification) -> Self
Appends an item to tunnel_options
.
To override the contents of this collection use set_tunnel_options
.
The tunnel options for the VPN connection.
sourcepub fn set_tunnel_options(
self,
input: Option<Vec<VpnTunnelOptionsSpecification>>,
) -> Self
pub fn set_tunnel_options( self, input: Option<Vec<VpnTunnelOptionsSpecification>>, ) -> Self
The tunnel options for the VPN connection.
sourcepub fn get_tunnel_options(&self) -> &Option<Vec<VpnTunnelOptionsSpecification>>
pub fn get_tunnel_options(&self) -> &Option<Vec<VpnTunnelOptionsSpecification>>
The tunnel options for the VPN connection.
sourcepub fn local_ipv4_network_cidr(self, input: impl Into<String>) -> Self
pub fn local_ipv4_network_cidr(self, input: impl Into<String>) -> Self
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn set_local_ipv4_network_cidr(self, input: Option<String>) -> Self
pub fn set_local_ipv4_network_cidr(self, input: Option<String>) -> Self
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn get_local_ipv4_network_cidr(&self) -> &Option<String>
pub fn get_local_ipv4_network_cidr(&self) -> &Option<String>
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn remote_ipv4_network_cidr(self, input: impl Into<String>) -> Self
pub fn remote_ipv4_network_cidr(self, input: impl Into<String>) -> Self
The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn set_remote_ipv4_network_cidr(self, input: Option<String>) -> Self
pub fn set_remote_ipv4_network_cidr(self, input: Option<String>) -> Self
The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn get_remote_ipv4_network_cidr(&self) -> &Option<String>
pub fn get_remote_ipv4_network_cidr(&self) -> &Option<String>
The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
Default: 0.0.0.0/0
sourcepub fn local_ipv6_network_cidr(self, input: impl Into<String>) -> Self
pub fn local_ipv6_network_cidr(self, input: impl Into<String>) -> Self
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: ::/0
sourcepub fn set_local_ipv6_network_cidr(self, input: Option<String>) -> Self
pub fn set_local_ipv6_network_cidr(self, input: Option<String>) -> Self
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: ::/0
sourcepub fn get_local_ipv6_network_cidr(&self) -> &Option<String>
pub fn get_local_ipv6_network_cidr(&self) -> &Option<String>
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: ::/0
sourcepub fn remote_ipv6_network_cidr(self, input: impl Into<String>) -> Self
pub fn remote_ipv6_network_cidr(self, input: impl Into<String>) -> Self
The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
Default: ::/0
sourcepub fn set_remote_ipv6_network_cidr(self, input: Option<String>) -> Self
pub fn set_remote_ipv6_network_cidr(self, input: Option<String>) -> Self
The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
Default: ::/0
sourcepub fn get_remote_ipv6_network_cidr(&self) -> &Option<String>
pub fn get_remote_ipv6_network_cidr(&self) -> &Option<String>
The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
Default: ::/0
sourcepub fn outside_ip_address_type(self, input: impl Into<String>) -> Self
pub fn outside_ip_address_type(self, input: impl Into<String>) -> Self
The type of IPv4 address assigned to the outside interface of the customer gateway device.
Valid values: PrivateIpv4
| PublicIpv4
Default: PublicIpv4
sourcepub fn set_outside_ip_address_type(self, input: Option<String>) -> Self
pub fn set_outside_ip_address_type(self, input: Option<String>) -> Self
The type of IPv4 address assigned to the outside interface of the customer gateway device.
Valid values: PrivateIpv4
| PublicIpv4
Default: PublicIpv4
sourcepub fn get_outside_ip_address_type(&self) -> &Option<String>
pub fn get_outside_ip_address_type(&self) -> &Option<String>
The type of IPv4 address assigned to the outside interface of the customer gateway device.
Valid values: PrivateIpv4
| PublicIpv4
Default: PublicIpv4
sourcepub fn transport_transit_gateway_attachment_id(
self,
input: impl Into<String>,
) -> Self
pub fn transport_transit_gateway_attachment_id( self, input: impl Into<String>, ) -> Self
The transit gateway attachment ID to use for the VPN tunnel.
Required if OutsideIpAddressType
is set to PrivateIpv4
.
sourcepub fn set_transport_transit_gateway_attachment_id(
self,
input: Option<String>,
) -> Self
pub fn set_transport_transit_gateway_attachment_id( self, input: Option<String>, ) -> Self
The transit gateway attachment ID to use for the VPN tunnel.
Required if OutsideIpAddressType
is set to PrivateIpv4
.
sourcepub fn get_transport_transit_gateway_attachment_id(&self) -> &Option<String>
pub fn get_transport_transit_gateway_attachment_id(&self) -> &Option<String>
The transit gateway attachment ID to use for the VPN tunnel.
Required if OutsideIpAddressType
is set to PrivateIpv4
.
sourcepub fn build(self) -> VpnConnectionOptionsSpecification
pub fn build(self) -> VpnConnectionOptionsSpecification
Consumes the builder and constructs a VpnConnectionOptionsSpecification
.
Trait Implementations§
source§impl Clone for VpnConnectionOptionsSpecificationBuilder
impl Clone for VpnConnectionOptionsSpecificationBuilder
source§fn clone(&self) -> VpnConnectionOptionsSpecificationBuilder
fn clone(&self) -> VpnConnectionOptionsSpecificationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for VpnConnectionOptionsSpecificationBuilder
impl Default for VpnConnectionOptionsSpecificationBuilder
source§fn default() -> VpnConnectionOptionsSpecificationBuilder
fn default() -> VpnConnectionOptionsSpecificationBuilder
source§impl PartialEq for VpnConnectionOptionsSpecificationBuilder
impl PartialEq for VpnConnectionOptionsSpecificationBuilder
source§fn eq(&self, other: &VpnConnectionOptionsSpecificationBuilder) -> bool
fn eq(&self, other: &VpnConnectionOptionsSpecificationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpnConnectionOptionsSpecificationBuilder
Auto Trait Implementations§
impl Freeze for VpnConnectionOptionsSpecificationBuilder
impl RefUnwindSafe for VpnConnectionOptionsSpecificationBuilder
impl Send for VpnConnectionOptionsSpecificationBuilder
impl Sync for VpnConnectionOptionsSpecificationBuilder
impl Unpin for VpnConnectionOptionsSpecificationBuilder
impl UnwindSafe for VpnConnectionOptionsSpecificationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more