#[non_exhaustive]pub struct CreateTransitGatewayMulticastDomainRequestOptions { /* private fields */ }
Expand description
The options for the transit gateway multicast domain.
Implementations§
source§impl CreateTransitGatewayMulticastDomainRequestOptions
impl CreateTransitGatewayMulticastDomainRequestOptions
sourcepub fn igmpv2_support(&self) -> Option<&Igmpv2SupportValue>
pub fn igmpv2_support(&self) -> Option<&Igmpv2SupportValue>
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
sourcepub fn static_sources_support(&self) -> Option<&StaticSourcesSupportValue>
pub fn static_sources_support(&self) -> Option<&StaticSourcesSupportValue>
Specify whether to enable support for statically configuring multicast group sources for a domain.
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
source§impl CreateTransitGatewayMulticastDomainRequestOptions
impl CreateTransitGatewayMulticastDomainRequestOptions
sourcepub fn builder() -> CreateTransitGatewayMulticastDomainRequestOptionsBuilder
pub fn builder() -> CreateTransitGatewayMulticastDomainRequestOptionsBuilder
Creates a new builder-style object to manufacture CreateTransitGatewayMulticastDomainRequestOptions
.
Trait Implementations§
source§impl Clone for CreateTransitGatewayMulticastDomainRequestOptions
impl Clone for CreateTransitGatewayMulticastDomainRequestOptions
source§fn clone(&self) -> CreateTransitGatewayMulticastDomainRequestOptions
fn clone(&self) -> CreateTransitGatewayMulticastDomainRequestOptions
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<CreateTransitGatewayMulticastDomainRequestOptions> for CreateTransitGatewayMulticastDomainRequestOptions
impl PartialEq<CreateTransitGatewayMulticastDomainRequestOptions> for CreateTransitGatewayMulticastDomainRequestOptions
source§fn eq(&self, other: &CreateTransitGatewayMulticastDomainRequestOptions) -> bool
fn eq(&self, other: &CreateTransitGatewayMulticastDomainRequestOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitGatewayMulticastDomainRequestOptions
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayMulticastDomainRequestOptions
impl Send for CreateTransitGatewayMulticastDomainRequestOptions
impl Sync for CreateTransitGatewayMulticastDomainRequestOptions
impl Unpin for CreateTransitGatewayMulticastDomainRequestOptions
impl UnwindSafe for CreateTransitGatewayMulticastDomainRequestOptions
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