#[non_exhaustive]pub struct TransitGatewayMulticastDomainOptions { /* private fields */ }
Expand description
Describes the options for a transit gateway multicast domain.
Implementations§
source§impl TransitGatewayMulticastDomainOptions
impl TransitGatewayMulticastDomainOptions
sourcepub fn igmpv2_support(&self) -> Option<&Igmpv2SupportValue>
pub fn igmpv2_support(&self) -> Option<&Igmpv2SupportValue>
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
sourcepub fn static_sources_support(&self) -> Option<&StaticSourcesSupportValue>
pub fn static_sources_support(&self) -> Option<&StaticSourcesSupportValue>
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
source§impl TransitGatewayMulticastDomainOptions
impl TransitGatewayMulticastDomainOptions
sourcepub fn builder() -> TransitGatewayMulticastDomainOptionsBuilder
pub fn builder() -> TransitGatewayMulticastDomainOptionsBuilder
Creates a new builder-style object to manufacture TransitGatewayMulticastDomainOptions
.
Trait Implementations§
source§impl Clone for TransitGatewayMulticastDomainOptions
impl Clone for TransitGatewayMulticastDomainOptions
source§fn clone(&self) -> TransitGatewayMulticastDomainOptions
fn clone(&self) -> TransitGatewayMulticastDomainOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<TransitGatewayMulticastDomainOptions> for TransitGatewayMulticastDomainOptions
impl PartialEq<TransitGatewayMulticastDomainOptions> for TransitGatewayMulticastDomainOptions
source§fn eq(&self, other: &TransitGatewayMulticastDomainOptions) -> bool
fn eq(&self, other: &TransitGatewayMulticastDomainOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransitGatewayMulticastDomainOptions
Auto Trait Implementations§
impl RefUnwindSafe for TransitGatewayMulticastDomainOptions
impl Send for TransitGatewayMulticastDomainOptions
impl Sync for TransitGatewayMulticastDomainOptions
impl Unpin for TransitGatewayMulticastDomainOptions
impl UnwindSafe for TransitGatewayMulticastDomainOptions
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
Mutably borrows from an owned value. Read more