InboundSecurityRule Class

NVA Inbound Security Rule resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
InboundSecurityRule

Constructor

InboundSecurityRule(*, id: str | None = None, name: str | None = None, rule_type: str | _models.InboundSecurityRuleType | None = None, rules: List[_models.InboundSecurityRules] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of security rule collection.

rule_type

Rule Type. This should be either AutoExpire or Permanent. Auto Expire Rule only creates NSG rules. Permanent Rule creates NSG rule and SLB LB Rule. Known values are: "AutoExpire" and "Permanent".

rules

List of allowed rules.

Variables

Name Description
id
str

Resource ID.

name
str

Name of security rule collection.

etag
str

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

type
str

NVA inbound security rule type.

rule_type

Rule Type. This should be either AutoExpire or Permanent. Auto Expire Rule only creates NSG rules. Permanent Rule creates NSG rule and SLB LB Rule. Known values are: "AutoExpire" and "Permanent".

rules

List of allowed rules.

provisioning_state

The provisioning state of the resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".