@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 461 B
TypeScript
/** List of operation type */
export declare enum OperationFunctionEnum {
'bmc/javaKvm' = "bmc/javaKvm",
'bmc/restart' = "bmc/restart",
'bmc/revokeSessions' = "bmc/revokeSessions",
'bmc/sshSol' = "bmc/sshSol",
'bmc/testPassword' = "bmc/testPassword",
'bmc/testPing' = "bmc/testPing",
'bmc/testWeb' = "bmc/testWeb",
'bmc/webKvm' = "bmc/webKvm",
'bmc/webSol' = "bmc/webSol"
}
//# sourceMappingURL=OperationFunctionEnum.d.ts.map