UpdatePrivateNICRequest: {
    privateNicId: string;
    serverId: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • privateNicId: string

    Private NIC unique ID.

  • serverId: string

    UUID of the Instance the private NIC will be attached to.

  • Optionaltags?: string[]

    Tags used to select private NIC/s.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.