AWSEC2TransitGatewayMulticastRegisteredGroupSources
Objective-C
@interface AWSEC2TransitGatewayMulticastRegisteredGroupSources
Swift
class AWSEC2TransitGatewayMulticastRegisteredGroupSources
Describes the members registered with the transit gateway multicast group.
-
The IP address assigned to the transit gateway multicast group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupIpAddress;Swift
var groupIpAddress: String? { get set } -
The IDs of the network interfaces members registered with the transit gateway multicast group.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable registeredNetworkInterfaceIds;Swift
var registeredNetworkInterfaceIds: [String]? { get set } -
The ID of the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayMulticastDomainId;Swift
var transitGatewayMulticastDomainId: String? { get set }
View on GitHub
Install in Dash
AWSEC2TransitGatewayMulticastRegisteredGroupSources Class Reference