NetworkRuleArgs

constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, destinationFqdns: Output<List<String>>? = null, destinationIpGroups: Output<List<String>>? = null, destinationPorts: Output<List<String>>? = null, ipProtocols: Output<List<Either<String, FirewallPolicyRuleNetworkProtocol>>>? = null, name: Output<String>? = null, ruleType: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null)