/**
 * devopness API
 * Devopness API - Painless essential DevOps to everyone
 *
 * The version of the OpenAPI document: latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * List of default values for this protocol
 * @export
 * @interface StaticNetworkRuleProtocolDefaults
 */
export interface StaticNetworkRuleProtocolDefaults {
    /**
     * The default port for the protocol
     * @type {number}
     * @memberof StaticNetworkRuleProtocolDefaults
     */
    port: number | null;
}
