NetworkSecurityGroupArgs

data class NetworkSecurityGroupArgs(val id: Output<String>? = null, val location: Output<String>? = null, val securityRules: Output<List<SecurityRuleArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NetworkSecurityGroupArgs>

NetworkSecurityGroup resource.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, location: Output<String>? = null, securityRules: Output<List<SecurityRuleArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

Resource ID.

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

Resource location.

Link copied to clipboard
val securityRules: Output<List<SecurityRuleArgs>>? = null

A collection of security rules of the network security group.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

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