#[non_exhaustive]pub struct VpcInfoPeeringOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for VpcInfoPeeringOptionsDetails
.
Implementations§
source§impl VpcInfoPeeringOptionsDetailsBuilder
impl VpcInfoPeeringOptionsDetailsBuilder
sourcepub fn allow_dns_resolution_from_remote_vpc(self, input: bool) -> Self
pub fn allow_dns_resolution_from_remote_vpc(self, input: bool) -> Self
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
sourcepub fn set_allow_dns_resolution_from_remote_vpc(
self,
input: Option<bool>
) -> Self
pub fn set_allow_dns_resolution_from_remote_vpc( self, input: Option<bool> ) -> Self
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
sourcepub fn get_allow_dns_resolution_from_remote_vpc(&self) -> &Option<bool>
pub fn get_allow_dns_resolution_from_remote_vpc(&self) -> &Option<bool>
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
sourcepub fn allow_egress_from_local_classic_link_to_remote_vpc(
self,
input: bool
) -> Self
pub fn allow_egress_from_local_classic_link_to_remote_vpc( self, input: bool ) -> Self
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
sourcepub fn set_allow_egress_from_local_classic_link_to_remote_vpc(
self,
input: Option<bool>
) -> Self
pub fn set_allow_egress_from_local_classic_link_to_remote_vpc( self, input: Option<bool> ) -> Self
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
sourcepub fn get_allow_egress_from_local_classic_link_to_remote_vpc(
&self
) -> &Option<bool>
pub fn get_allow_egress_from_local_classic_link_to_remote_vpc( &self ) -> &Option<bool>
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
sourcepub fn allow_egress_from_local_vpc_to_remote_classic_link(
self,
input: bool
) -> Self
pub fn allow_egress_from_local_vpc_to_remote_classic_link( self, input: bool ) -> Self
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
sourcepub fn set_allow_egress_from_local_vpc_to_remote_classic_link(
self,
input: Option<bool>
) -> Self
pub fn set_allow_egress_from_local_vpc_to_remote_classic_link( self, input: Option<bool> ) -> Self
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
sourcepub fn get_allow_egress_from_local_vpc_to_remote_classic_link(
&self
) -> &Option<bool>
pub fn get_allow_egress_from_local_vpc_to_remote_classic_link( &self ) -> &Option<bool>
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
sourcepub fn build(self) -> VpcInfoPeeringOptionsDetails
pub fn build(self) -> VpcInfoPeeringOptionsDetails
Consumes the builder and constructs a VpcInfoPeeringOptionsDetails
.
Trait Implementations§
source§impl Clone for VpcInfoPeeringOptionsDetailsBuilder
impl Clone for VpcInfoPeeringOptionsDetailsBuilder
source§fn clone(&self) -> VpcInfoPeeringOptionsDetailsBuilder
fn clone(&self) -> VpcInfoPeeringOptionsDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for VpcInfoPeeringOptionsDetailsBuilder
impl Default for VpcInfoPeeringOptionsDetailsBuilder
source§fn default() -> VpcInfoPeeringOptionsDetailsBuilder
fn default() -> VpcInfoPeeringOptionsDetailsBuilder
source§impl PartialEq for VpcInfoPeeringOptionsDetailsBuilder
impl PartialEq for VpcInfoPeeringOptionsDetailsBuilder
source§fn eq(&self, other: &VpcInfoPeeringOptionsDetailsBuilder) -> bool
fn eq(&self, other: &VpcInfoPeeringOptionsDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.