GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.fromMap constructor
GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.fromMap()
Implementation
factory GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.fromMap(Map<String, dynamic> map) {
return GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange(
from: pulumi.Input.fromValue((map['from'] as num).toInt()),
to: pulumi.Input.fromValue((map['to'] as num).toInt()),
);
}