Struct rusoto_ec2::VpcPeeringConnectionOptionsDescription [] [src]

pub struct VpcPeeringConnectionOptionsDescription {
    pub allow_dns_resolution_from_remote_vpc: Option<bool>,
    pub allow_egress_from_local_classic_link_to_remote_vpc: Option<bool>,
    pub allow_egress_from_local_vpc_to_remote_classic_link: Option<bool>,
}

Describes the VPC peering connection options.

Fields

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

Trait Implementations

impl Default for VpcPeeringConnectionOptionsDescription
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for VpcPeeringConnectionOptionsDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpcPeeringConnectionOptionsDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more