@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 412 B
TypeScript
/** Messages from change IP */
export declare enum ChangeIpMessageEnum {
'OK' = "OK",
'destinationNotAllowed' = "destinationNotAllowed",
'licenseAlreadyExists' = "licenseAlreadyExists",
'notAllowedToHandleThis' = "notAllowedToHandleThis",
'notSameType' = "notSameType",
'sameIp' = "sameIp",
'versionNotAllowed' = "versionNotAllowed"
}
//# sourceMappingURL=ChangeIpMessageEnum.d.ts.map