/** Configure firewall settings for SAP Central Services, SAP Application servers, and SAP HANA databases. */
export interface Firewall {
    /** Enable or disable firewall for the SAP Application servers at the OS level. */
    applicationServers: boolean;
    /** Enable or disable firewall for the SAP Central Services servers at the OS level. */
    centralServices: boolean;
    /** Enable or disable firewall for the SAP HANA servers at the OS level. */
    hanaDatabase: boolean;
}
//# sourceMappingURL=Firewall.d.ts.map