virt.global.get_network

Details for the given network.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: name

name

Type: string

Name of the network configuration to retrieve.

Must be at least 1 characters long

VirtGlobalGetNetworkResult

Type: object

VirtGlobalGetNetworkResult return fields.

No Additional Properties

Type

Type: const

Type of network configuration (currently only bridge networks are supported).

Must be one of:
  • "BRIDGE"
Specific value: "BRIDGE"

Managed

Type: boolean

Whether this network is managed by the virtualization system.

Ipv4 Address

Type: string

IPv4 address and CIDR of the bridge network.

Must be at least 1 characters long

Ipv4 Nat

Type: boolean

Whether IPv4 Network Address Translation is enabled for this bridge.

Ipv6 Address

Type: string

IPv6 address and CIDR of the bridge network.

Must be at least 1 characters long

Ipv6 Nat

Type: boolean

Whether IPv6 Network Address Translation is enabled for this bridge.



Required roles: VIRT_GLOBAL_READ