AWSSDK.EC2 by Amazon Web Services

<PackageReference Include="AWSSDK.EC2" Version="3.5.19" />

.NET API 2,335,744 bytes

 DisassociateTransitGatewayMulticastDomainRequest

Container for the parameters to the DisassociateTransitGatewayMulticastDomain operation. Disassociates the specified subnets from the transit gateway multicast domain.
public List<string> SubnetIds { get; set; }

Gets and sets the property SubnetIds.

The IDs of the subnets;

public string TransitGatewayAttachmentId { get; set; }

Gets and sets the property TransitGatewayAttachmentId.

The ID of the attachment.

public string TransitGatewayMulticastDomainId { get; set; }

Gets and sets the property TransitGatewayMulticastDomainId.

The ID of the transit gateway multicast domain.