GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.fromMap constructor

GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.fromMap(
  1. Map<String, dynamic> map
)

Implementation

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