Nsg Security Rule Args
data class NsgSecurityRuleArgs(val access: Output<String>? = null, val description: Output<String>? = null, val destinationAddressPrefix: Output<String>? = null, val destinationPortRange: Output<String>? = null, val direction: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val protocol: Output<String>? = null, val sourceAddressPrefix: Output<String>? = null, val sourcePortRange: Output<String>? = null) : ConvertibleToJava<NsgSecurityRuleArgs>
Security Rule data model for Network Security Groups.
Constructors
Link copied to clipboard
fun NsgSecurityRuleArgs(access: Output<String>? = null, description: Output<String>? = null, destinationAddressPrefix: Output<String>? = null, destinationPortRange: Output<String>? = null, direction: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null, protocol: Output<String>? = null, sourceAddressPrefix: Output<String>? = null, sourcePortRange: Output<String>? = null)