InboundSecurityRules interface

Properties of the Inbound Security Rules resource.

Properties

appliesOn

Public IP name in case of Permanent Rule type & Interface Name in case of Auto Expire Rule type

destinationPortRange

NVA port ranges to be opened up. One needs to provide specific ports.

destinationPortRanges

NVA port ranges to be opened up. One can provide a range of ports. Allowed port value between 0 and 65535.

name

Name of the rule.

protocol

Protocol. This should be either TCP or UDP.

sourceAddressPrefix

The CIDR or source IP range.

Property Details

appliesOn

Public IP name in case of Permanent Rule type & Interface Name in case of Auto Expire Rule type

appliesOn?: string[]

Property Value

string[]

destinationPortRange

NVA port ranges to be opened up. One needs to provide specific ports.

destinationPortRange?: number

Property Value

number

destinationPortRanges

NVA port ranges to be opened up. One can provide a range of ports. Allowed port value between 0 and 65535.

destinationPortRanges?: string[]

Property Value

string[]

name

Name of the rule.

name?: string

Property Value

string

protocol

Protocol. This should be either TCP or UDP.

protocol?: string

Property Value

string

sourceAddressPrefix

The CIDR or source IP range.

sourceAddressPrefix?: string

Property Value

string