UNPKG

@codingame/kubevirt-api

Version:

kubevirt OpenAPI automation for TypeScript

28 lines (27 loc) 928 B
/** * KubeVirt API * This is KubeVirt API an add-on for Kubernetes. * * The version of the OpenAPI document: 1.0.0 * Contact: kubevirt-dev@googlegroups.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * i6300esb watchdog device. * @export * @interface V1I6300ESBWatchdog */ export interface V1I6300ESBWatchdog { /** * The action to take. Valid values are poweroff, reset, shutdown. Defaults to reset. * @type {string} * @memberof V1I6300ESBWatchdog */ action?: string; } export declare function V1I6300ESBWatchdogFromJSON(json: any): V1I6300ESBWatchdog; export declare function V1I6300ESBWatchdogFromJSONTyped(json: any, _ignoreDiscriminator: boolean): V1I6300ESBWatchdog; export declare function V1I6300ESBWatchdogToJSON(value?: V1I6300ESBWatchdog | null): any;