Click or drag to resize
SecurityGroupRuleMinPort Property
The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the port_range_max attribute value. 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_min")]
public int MinPort { get; set; }

Property Value

Type: Int32
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also