export interface SubnetInfo { name: string; cidr: string; vpc_id: string; neutron_network_id: string; neutron_subnet_id: string; }