Class: Aws::EC2::Types::TransitGatewayMulticastDomainOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMulticastDomainOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the options for a transit gateway multicast domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_accept_shared_associations ⇒ String
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
-
#igmpv_2_support ⇒ String
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
-
#static_sources_support ⇒ String
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
Instance Attribute Details
#auto_accept_shared_associations ⇒ String
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
69480 69481 69482 69483 69484 69485 69486 |
# File 'lib/aws-sdk-ec2/types.rb', line 69480 class TransitGatewayMulticastDomainOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end |
#igmpv_2_support ⇒ String
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
69480 69481 69482 69483 69484 69485 69486 |
# File 'lib/aws-sdk-ec2/types.rb', line 69480 class TransitGatewayMulticastDomainOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end |
#static_sources_support ⇒ String
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
69480 69481 69482 69483 69484 69485 69486 |
# File 'lib/aws-sdk-ec2/types.rb', line 69480 class TransitGatewayMulticastDomainOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end |