Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.56 KB

VirtualPortPrice.md

File metadata and controls

18 lines (15 loc) · 1.56 KB

VirtualPortPrice

Properties

Name Type Description Notes
Uuid string Unique identifier assigned to the virtual port. Either the uuid or the remaining attributes must be supplied. [optional] [default to null]
Type_ *VirtualPortType [optional] [default to null]
Location *VirtualPortLocation [optional] [default to null]
Lag *LinkAggregationGroup [optional] [default to null]
PhysicalPortsQuantity int32 Number of physical ports requested. The defaults is 1. [optional] [default to 1]
Bandwidth int32 Aggregated data transfer capacity, expressed as follows <br> -> Mbps, megabits (1 million bits) per second <br> -> Gbps, gigabits (1 billion bits) per second <br> Bandwidth must be divisible by physicalPortsQuantity. [optional] [default to null]
Redundancy *VirtualPortRedundancy [optional] [default to null]
ConnectivitySource *ConnectivitySource [optional] [default to null]
ServiceType *VirtualPortServiceType [optional] [default to null]
Settings *VirtualPortConfiguration [optional] [default to null]

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