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