NetworkRuleArgs

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

Rule of type network.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the rule.

Link copied to clipboard
val destinationAddresses: Output<List<String>>? = null

List of destination IP addresses or Service Tags.

Link copied to clipboard
val destinationFqdns: Output<List<String>>? = null

List of destination FQDNs.

Link copied to clipboard
val destinationIpGroups: Output<List<String>>? = null

List of destination IpGroups for this rule.

Link copied to clipboard
val destinationPorts: Output<List<String>>? = null

List of destination ports.

Link copied to clipboard

Array of FirewallPolicyRuleNetworkProtocols.

Link copied to clipboard
val name: Output<String>? = null

Name of the rule.

Link copied to clipboard
val ruleType: Output<String>

Rule Type. Expected value is 'NetworkRule'.

Link copied to clipboard
val sourceAddresses: Output<List<String>>? = null

List of source IP addresses for this rule.

Link copied to clipboard
val sourceIpGroups: Output<List<String>>? = null

List of source IpGroups for this rule.

Functions

Link copied to clipboard
open override fun toJava(): NetworkRuleArgs