Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 882 Bytes

HyperflexIpAddrRange.md

File metadata and controls

14 lines (10 loc) · 882 Bytes

HyperflexIpAddrRange

A range of IPv4 addresses. The range is inclusive and comprised of a start IP address, an end IP address, netmask, and default gateway.

Properties

Name Type Description Notes
end_addr str The end IPv4 address of the range. [optional]
gateway str The default gateway for the start and end IPv4 addresses. [optional]
netmask str The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask. [optional]
start_addr str The start IPv4 address of the range. [optional]

[Back to Model list] [Back to API list] [Back to README]