/** Network of the subnet */
export interface InstanceAddressSubnetNetwork {
    /** Network id */
    id: string;
    /** Network name */
    name: string;
}
//# sourceMappingURL=InstanceAddressSubnetNetwork.d.ts.map