Click or drag to resize
SecurityGroupRuleMaxPort Property
The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.

Namespace: OpenStack.Networking.v2.Layer3
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
[JsonPropertyAttribute("port_range_max")]
public int MaxPort { get; set; }

Property Value

Type: Int32
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also