Перейти к содержанию

Show

nectl interface libvirt show

Show interface details

Synopsis

Displays information about a specific Libvirt interface. You can provide an interface name, UUID, network ID, or domain name.

nectl interface libvirt show [flags]

Examples

  nectl interface libvirt show
  nectl interface libvirt show -i <interface-id>
  nectl interface libvirt show -n <network-id>
  nectl interface libvirt show -d <domain-name>
  nectl interface libvirt show <interface-name>

Options

      --domain-id string     Domain ID
  -d, --domain-name string   Domain name
  -h, --help                 help for show
  -i, --id string            Interface UUID
  -n, --network string       Network UUID
  -v, --verbose              Verbose output

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO