NetworkSecurityGroupArgs

data class NetworkSecurityGroupArgs(val defaultSecurityRules: Output<List<SecurityRuleArgs>>? = null, val etag: Output<String>? = null, val flushConnection: Output<Boolean>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGuid: 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(defaultSecurityRules: Output<List<SecurityRuleArgs>>? = null, etag: Output<String>? = null, flushConnection: Output<Boolean>? = null, id: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, resourceGuid: Output<String>? = null, securityRules: Output<List<SecurityRuleArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

The default security rules of network security group.

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val flushConnection: Output<Boolean>? = null

When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.

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 provisioningState: Output<String>? = null

The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

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

The resource GUID property of the network security group resource.

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