Get Network Insights Analysis Forward Path Component Inbound Header
data class GetNetworkInsightsAnalysisForwardPathComponentInboundHeader(val destinationAddresses: List<String>, val destinationPortRanges: List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>, val protocol: String, val sourceAddresses: List<String>, val sourcePortRanges: List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>, destinationPortRanges: List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>, protocol: String, sourceAddresses: List<String>, sourcePortRanges: List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>)