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