@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 354 B
TypeScript
import { NetAppNetworkStatusEnum } from './NetAppNetworkStatusEnum';
/** A network */
export interface NetAppNetwork {
/** Network ID */
id: string;
/** Network status */
status?: NetAppNetworkStatusEnum;
/** vRack Services URN the network is attached to */
vRackServicesURN?: string;
}
//# sourceMappingURL=NetAppNetwork.d.ts.map