@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 372 B
TypeScript
/** Missing description */
export interface ProjectNetworkPrivateCreation {
/** Network name */
name: string;
/** Region where to activate private network. No parameters means all region */
regions?: string[];
/** Vland id, between 0 and 4000. 0 value means no vlan. */
vlanId?: number;
}
//# sourceMappingURL=ProjectNetworkPrivateCreation.d.ts.map