UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 580 B
import { OvhCustomIsolationFieldEnum } from './OvhCustomIsolationFieldEnum'; import { ObjectStateEnum } from './ObjectStateEnum'; /** custom exchange isolation */ export interface ExchangeCustomIsolation { /** Creation date */ creationDate: string; /** Field used for isolation */ isolationField: OvhCustomIsolationFieldEnum; /** Isolation field value */ isolationValue: string; /** Name of the custom isolation */ name: string; /** Custom isolation status */ status: ObjectStateEnum; } //# sourceMappingURL=ExchangeCustomIsolation.d.ts.map