InboundSecurityRules interface
Properties of the Inbound Security Rules resource.
Properties
| destination |
NVA port ranges to be opened up. One needs to provide specific ports. |
| protocol | Protocol. This should be either TCP or UDP. |
| source |
The CIDR or source IP range. Only /30, /31 and /32 Ip ranges are allowed. |
Property Details
destinationPortRange
NVA port ranges to be opened up. One needs to provide specific ports.
destinationPortRange?: number
Property Value
number
protocol
Protocol. This should be either TCP or UDP.
protocol?: "TCP" | "UDP"
Property Value
"TCP" | "UDP"
sourceAddressPrefix
The CIDR or source IP range. Only /30, /31 and /32 Ip ranges are allowed.
sourceAddressPrefix?: string
Property Value
string