@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 430 B
TypeScript
/** A structure giving all dedicated server interfaces allowed for this vrack */
export interface AllowedDedicatedServerInterfaces {
/** the name of dedicatedServer */
dedicatedServer: string;
/** the unique identifier of dedicatedServerInterface */
dedicatedServerInterface: string;
/** the name of dedicatedServerInterface */
name: string;
}
//# sourceMappingURL=AllowedDedicatedServerInterfaces.d.ts.map