Class: Aws::EC2::Types::TransitGatewayMulticastDomainOptions

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

Overview

Describes the options for a transit gateway multicast domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_accept_shared_associationsString

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

Returns:

  • (String)


64788
64789
64790
64791
64792
64793
64794
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64788

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

#igmpv_2_supportString

Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

Returns:

  • (String)


64788
64789
64790
64791
64792
64793
64794
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64788

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

#static_sources_supportString

Indicates whether support for statically configuring transit gateway multicast group sources is turned on.

Returns:

  • (String)


64788
64789
64790
64791
64792
64793
64794
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64788

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