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.Layer3Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("port_range_min")]
public int MinPort { get; set; }
<JsonPropertyAttribute("port_range_min")>
Public Property MinPort As Integer
Get
Set
public:
[JsonPropertyAttribute(L"port_range_min")]
property int MinPort {
int get ();
void set (int value);
}
[<JsonPropertyAttribute("port_range_min")>]
member MinPort : int with get, set
Property Value
Type:
Int32Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6
See Also