Class: Aws::EC2::Types::CreateTransitGatewayMulticastDomainRequestOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The options for the transit gateway multicast domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_accept_shared_associationsString

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

Returns:

  • (String)


11468
11469
11470
11471
11472
11473
11474
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11468

class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new(
  :igmpv_2_support,
  :static_sources_support,
  :auto_accept_shared_associations)
  SENSITIVE = []
  include Aws::Structure
end

#igmpv_2_supportString

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

Returns:

  • (String)


11468
11469
11470
11471
11472
11473
11474
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11468

class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new(
  :igmpv_2_support,
  :static_sources_support,
  :auto_accept_shared_associations)
  SENSITIVE = []
  include Aws::Structure
end

#static_sources_supportString

Specify whether to enable support for statically configuring multicast group sources for a domain.

Returns:

  • (String)


11468
11469
11470
11471
11472
11473
11474
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11468

class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new(
  :igmpv_2_support,
  :static_sources_support,
  :auto_accept_shared_associations)
  SENSITIVE = []
  include Aws::Structure
end