@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 366 B
TypeScript
/** The fault tolerance state of the virtual machine */
export declare enum VirtualMachineFaultToleranceState {
'disabled' = "disabled",
'enabled' = "enabled",
'needSecondary' = "needSecondary",
'notConfigured' = "notConfigured",
'running' = "running",
'starting' = "starting"
}
//# sourceMappingURL=VirtualMachineFaultToleranceState.d.ts.map