UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 406 B
/** Share replica state */ export var NetAppShareReplicaStateEnum; (function (NetAppShareReplicaStateEnum) { NetAppShareReplicaStateEnum["active"] = "active"; NetAppShareReplicaStateEnum["error"] = "error"; NetAppShareReplicaStateEnum["in_sync"] = "in_sync"; NetAppShareReplicaStateEnum["out_of_sync"] = "out_of_sync"; })(NetAppShareReplicaStateEnum || (NetAppShareReplicaStateEnum = {}));