/** Missing description */
export interface ProjectNetworkPrivateSubnetUpdate {
    /** Set to true if you don't want to set a default gateway IP */
    dhcp: boolean;
    /** Set to true if you want to disable the default gateway */
    disableGateway: boolean;
    /** Gateway IP (this field is used if noGateway = false) */
    gatewayIp?: string;
}
//# sourceMappingURL=ProjectNetworkPrivateSubnetUpdate.d.ts.map