@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1Network

    Network represents a network type and a resource that should be connected to the vm.

    interface V1Network {
        multus?: V1MultusNetwork;
        name: string;
        pod?: V1PodNetwork;
        resourceClaim?: V1ClaimRequest;
    }
    Index

    Properties

    Represents the multus cni network.

    name: string

    Network name. Must be a DNS_LABEL and unique within the vm. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

    ""
    

    Represents the stock pod network interface.

    resourceClaim?: V1ClaimRequest

    ResourceClaim represents a network resource requested via a VMI spec.resourceClaims[] entry, backed by either a Kubernetes ResourceClaim or ResourceClaimTemplate. This field should only be configured if the NetworkDevicesWithDRA feature-gate is enabled. This feature is in alpha.