UplinkNode#
- class UplinkNode(cvm_ip=None, hypervisor_ip=None, networks=None, *args, **kwargs)[source]#
Bases:
object
Uplink information of the target nodes
- Parameters:
cvm_ip (required) – (
cvm_ip
)hypervisor_ip – (
hypervisor_ip
)networks (required) – (
networks
) Active and standby uplink information of the target nodes
- property networks#
Active and standby uplink information of the target nodes
- Type:
list[
UplinkNetworkItem
]