440 lines
13 KiB
C#
440 lines
13 KiB
C#
using System;
|
||
using System.Collections.Generic;
|
||
using System.Linq;
|
||
using System.Text;
|
||
using System.Threading.Tasks;
|
||
|
||
namespace DataService.Model
|
||
{
|
||
/// <summary>
|
||
/// 工业防火墙默认值及答案
|
||
/// </summary>
|
||
public class import_gyfhq
|
||
{
|
||
/*
|
||
编号 页面 字段
|
||
b01 接口配置(mgt) 接口
|
||
b02 接口配置(mgt) 名称
|
||
b03 接口配置(mgt) 地址模式
|
||
b04 接口配置(mgt) IP地址类型
|
||
b05 接口配置(mgt) IP地址/掩码
|
||
b06 接口配置(mgt) 浮动IP
|
||
b07 接口配置(mgt) UID
|
||
b08 接口配置(mgt) 管理状态
|
||
b09 接口配置(mgt) 协商模式
|
||
b10 接口配置(mgt) 速率
|
||
b11 接口配置(mgt) 双工模式
|
||
b12 接口配置(mgt) MTU
|
||
b13 接口配置(mgt) 管理访问
|
||
b14 接口配置(mgt) 接入控制
|
||
b15 接口配置1 接口
|
||
b16 接口配置1 名称
|
||
b17 接口配置1 地址模式
|
||
b18 接口配置1 IP地址类型
|
||
b19 接口配置1 IP地址/掩码
|
||
b20 接口配置1 浮动IP
|
||
b21 接口配置1 UID
|
||
b22 接口配置1 管理状态
|
||
b23 接口配置1 协商模式
|
||
b24 接口配置1 速率
|
||
b25 接口配置1 双工模式
|
||
b26 接口配置1 MTU
|
||
b27 接口配置1 管理访问
|
||
b28 接口配置1 接入控制
|
||
b29 接口配置2 接口
|
||
b30 接口配置2 名称
|
||
b31 接口配置2 地址模式
|
||
b32 接口配置2 IP地址类型
|
||
b33 接口配置2 IP地址/掩码
|
||
b34 接口配置2 浮动IP
|
||
b35 接口配置2 UID
|
||
b36 接口配置2 管理状态
|
||
b37 接口配置2 协商模式
|
||
b38 接口配置2 速率
|
||
b39 接口配置2 双工模式
|
||
b40 接口配置2 MTU
|
||
b41 接口配置2 管理访问
|
||
b42 接口配置2 接入控制
|
||
|
||
b43 安全域配置1 名称
|
||
b44 安全域配置1 允许接口间互相访问
|
||
b45 安全域配置1 接口选择
|
||
b46 安全域配置2 名称
|
||
b47 安全域配置2 允许接口间互相访问
|
||
b48 安全域配置2 接口选择
|
||
|
||
b49 地址对象管理 名称
|
||
b50 地址对象管理 类型
|
||
b51 地址对象管理 成员
|
||
b52 地址对象管理 排除
|
||
|
||
b53 策略管理 启用
|
||
b54 策略管理 名称
|
||
b55 策略管理 入接口/安全域
|
||
b56 策略管理 出接口/安全域
|
||
b57 策略管理 源地址
|
||
b58 策略管理 目的地址
|
||
b59 策略管理 服务
|
||
b60 策略管理 用户
|
||
b61 策略管理 应用
|
||
b62 策略管理 时间
|
||
b63 策略管理 动作
|
||
*/
|
||
|
||
//========接口 配置(mgt)=========================
|
||
/// <summary>
|
||
/// b01 接口配置(mgt) 接口
|
||
/// </summary>
|
||
public string jk_mgt_jk { get; set; }
|
||
|
||
/// <summary>
|
||
/// b02 接口配置(mgt) 名称
|
||
/// </summary>
|
||
public string jk_mgt_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b03 接口配置(mgt) 地址模式
|
||
/// </summary>
|
||
public string jk_mgt_dzms { get; set; }
|
||
|
||
|
||
/// <summary>
|
||
/// b04 接口配置(mgt) IP地址类型
|
||
/// </summary>
|
||
public string jk_mgt_iplx { get; set; }
|
||
|
||
/// <summary>
|
||
/// b05 接口配置(mgt) IP地址/掩码
|
||
/// </summary>
|
||
public string jk_mgt_ipdzym { get; set; }
|
||
|
||
/// <summary>
|
||
/// b06 接口配置(mgt) 浮动IP
|
||
/// </summary>
|
||
public string jk_mgt_fdip { get; set; }
|
||
|
||
/// <summary>
|
||
/// b07 接口配置(mgt) UID
|
||
/// </summary>
|
||
public string jk_mgt_uid { get; set; }
|
||
|
||
/// <summary>
|
||
/// b08 接口配置(mgt) 管理状态
|
||
/// </summary>
|
||
public string jk_mgt_glzt { get; set; }
|
||
|
||
/// <summary>
|
||
/// b09 接口配置(mgt) 协商模式
|
||
/// </summary>
|
||
public string jk_mgt_xsms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b10 接口配置(mgt) 速率
|
||
/// </summary>
|
||
public string jk_mgt_sulv { get; set; }
|
||
|
||
/// <summary>
|
||
/// b11 接口配置(mgt) 双工模式
|
||
/// </summary>
|
||
public string jk_mgt_sgms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b12 接口配置(mgt) MTU
|
||
/// </summary>
|
||
public string jk_mgt_mtu { get; set; }
|
||
|
||
/// <summary>
|
||
/// b13 接口配置(mgt) 管理访问
|
||
/// </summary>
|
||
public string jk_mgt_glfw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b14 接口配置(mgt) 接入控制
|
||
/// </summary>
|
||
public string jk_mgt_jrkz { get; set; }
|
||
|
||
//=======接口 配置1===================
|
||
/// <summary>
|
||
/// b15 接口配置(1) 接口
|
||
/// </summary>
|
||
public string jk_1_jk { get; set; }
|
||
|
||
/// <summary>
|
||
/// b16 接口配置(1) 名称
|
||
/// </summary>
|
||
public string jk_1_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b17 接口配置(1) 地址模式
|
||
/// </summary>
|
||
public string jk_1_dzms { get; set; }
|
||
|
||
|
||
/// <summary>
|
||
/// b18 接口配置(1) IP地址类型
|
||
/// </summary>
|
||
public string jk_1_iplx { get; set; }
|
||
|
||
/// <summary>
|
||
/// b19 接口配置(1) IP地址/掩码
|
||
/// </summary>
|
||
public string jk_1_ipdzym { get; set; }
|
||
|
||
/// <summary>
|
||
/// b20 接口配置(1) 浮动IP
|
||
/// </summary>
|
||
public string jk_1_fdip { get; set; }
|
||
|
||
/// <summary>
|
||
/// b21 接口配置(1) UID
|
||
/// </summary>
|
||
public string jk_1_uid { get; set; }
|
||
|
||
/// <summary>
|
||
/// b22 接口配置(1) 管理状态
|
||
/// </summary>
|
||
public string jk_1_glzt { get; set; }
|
||
|
||
/// <summary>
|
||
/// b23 接口配置(1) 协商模式
|
||
/// </summary>
|
||
public string jk_1_xsms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b24 接口配置(mgt) 速率
|
||
/// </summary>
|
||
public string jk_1_sulv { get; set; }
|
||
|
||
/// <summary>
|
||
/// b25 接口配置(1) 双工模式
|
||
/// </summary>
|
||
public string jk_1_sgms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b26 接口配置(1) MTU
|
||
/// </summary>
|
||
public string jk_1_mtu { get; set; }
|
||
|
||
/// <summary>
|
||
/// b27 接口配置(1) 管理访问
|
||
/// </summary>
|
||
public string jk_1_glfw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b28 接口配置(1) 接入控制
|
||
/// </summary>
|
||
public string jk_1_jrkz { get; set; }
|
||
|
||
|
||
//==========接口 配置2======================
|
||
/// <summary>
|
||
/// b29 接口配置(2) 接口
|
||
/// </summary>
|
||
public string jk_2_jk { get; set; }
|
||
|
||
/// <summary>
|
||
/// b30 接口配置(2) 名称
|
||
/// </summary>
|
||
public string jk_2_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b31 接口配置(2) 地址模式
|
||
/// </summary>
|
||
public string jk_2_dzms { get; set; }
|
||
|
||
|
||
/// <summary>
|
||
/// b32 接口配置(2) IP地址类型
|
||
/// </summary>
|
||
public string jk_2_iplx { get; set; }
|
||
|
||
/// <summary>
|
||
/// b33 接口配置(2) IP地址/掩码
|
||
/// </summary>
|
||
public string jk_2_ipdzym { get; set; }
|
||
|
||
/// <summary>
|
||
/// b34 接口配置(2) 浮动IP
|
||
/// </summary>
|
||
public string jk_2_fdip { get; set; }
|
||
|
||
/// <summary>
|
||
/// b35 接口配置(2) UID
|
||
/// </summary>
|
||
public string jk_2_uid { get; set; }
|
||
|
||
/// <summary>
|
||
/// b36 接口配置(2) 管理状态
|
||
/// </summary>
|
||
public string jk_2_glzt { get; set; }
|
||
|
||
/// <summary>
|
||
/// b37 接口配置(2) 协商模式
|
||
/// </summary>
|
||
public string jk_2_xsms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b38 接口配置(2) 速率
|
||
/// </summary>
|
||
public string jk_2_sulv { get; set; }
|
||
|
||
/// <summary>
|
||
/// b39 接口配置(2) 双工模式
|
||
/// </summary>
|
||
public string jk_2_sgms { get; set; }
|
||
|
||
/// <summary>
|
||
/// b40 接口配置(2) MTU
|
||
/// </summary>
|
||
public string jk_2_mtu { get; set; }
|
||
|
||
/// <summary>
|
||
/// b41 接口配置(2) 管理访问
|
||
/// </summary>
|
||
public string jk_2_glfw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b42 接口配置(2) 接入控制
|
||
/// </summary>
|
||
public string jk_2_jrkz { get; set; }
|
||
|
||
//=================
|
||
/*
|
||
b43 安全域配置1 名称
|
||
b44 安全域配置1 允许接口间互相访问
|
||
b45 安全域配置1 接口选择
|
||
b46 安全域配置2 名称
|
||
b47 安全域配置2 允许接口间互相访问
|
||
b48 安全域配置2 接口选择
|
||
*/
|
||
|
||
//=======安全欲配置1、安全欲配置2==========
|
||
/// <summary>
|
||
/// b43 安全域配置1 名称
|
||
/// </summary>
|
||
public string aqy_1_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b44 安全域配置1 允许接口间互相访问
|
||
/// </summary>
|
||
public string aqy_1_yxjkfw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b45 安全域配置1 接口选择
|
||
/// </summary>
|
||
public string aqy_1_jkxz { get; set; }
|
||
|
||
/// <summary>
|
||
/// b46 安全域配置2 名称
|
||
/// </summary>
|
||
public string aqy_2_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b47 安全域配置2 允许接口间互相访问
|
||
/// </summary>
|
||
public string aqy_2_yxjkfw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b48 安全域配置2 接口选择
|
||
/// </summary>
|
||
public string aqy_2_jkxz { get; set; }
|
||
|
||
//=======地址对象管理=================
|
||
/*
|
||
b49 地址对象管理 名称
|
||
b50 地址对象管理 类型
|
||
b51 地址对象管理 成员
|
||
b52 地址对象管理 排除
|
||
*/
|
||
|
||
/// <summary>
|
||
/// b49 地址对象管理 名称
|
||
/// </summary>
|
||
public string dzdx_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b50 地址对象管理 类型
|
||
/// </summary>
|
||
public string dzdx_lx { get; set; }
|
||
|
||
/// <summary>
|
||
/// b51 地址对象管理 成员
|
||
/// </summary>
|
||
public string dzdx_chengyuan { get; set; }
|
||
|
||
/// <summary>
|
||
/// b52 地址对象管理 排除
|
||
/// </summary>
|
||
public string dzdx_paichu { get; set; }
|
||
//========策略管理==========================
|
||
/*
|
||
b53 策略管理 启用
|
||
b54 策略管理 名称
|
||
b55 策略管理 入接口/安全域
|
||
b56 策略管理 出接口/安全域
|
||
b57 策略管理 源地址
|
||
b58 策略管理 目的地址
|
||
b59 策略管理 服务
|
||
b60 策略管理 用户
|
||
b61 策略管理 应用
|
||
b62 策略管理 时间
|
||
b63 策略管理 动作
|
||
*/
|
||
/// <summary>
|
||
/// b53 策略管理 启用
|
||
/// </summary>
|
||
public string clgl_qiyong { get; set; }
|
||
|
||
/// <summary>
|
||
/// b54 策略管理 名称
|
||
/// </summary>
|
||
public string clgl_name { get; set; }
|
||
|
||
/// <summary>
|
||
/// b55 策略管理 入接口/安全域
|
||
/// </summary>
|
||
public string clgl_rjkaqy { get; set; }
|
||
|
||
/// <summary>
|
||
/// b56 策略管理 出接口/安全域
|
||
/// </summary>
|
||
public string clgl_cjkaqy { get; set; }
|
||
|
||
/// <summary>
|
||
/// b57 策略管理 源地址
|
||
/// </summary>
|
||
public string clgl_ydz { get; set; }
|
||
|
||
/// <summary>
|
||
/// b58 策略管理 目的地址
|
||
/// </summary>
|
||
public string clgl_mddz { get; set; }
|
||
|
||
/// <summary>
|
||
/// b59 策略管理 服务
|
||
/// </summary>
|
||
public string clgl_fw { get; set; }
|
||
|
||
/// <summary>
|
||
/// b60 策略管理 用户
|
||
/// </summary>
|
||
public string clgl_yonghu { get; set; }
|
||
|
||
/// <summary>
|
||
/// b61 策略管理 应用
|
||
/// </summary>
|
||
public string clgl_yingyong { get; set; }
|
||
|
||
/// <summary>
|
||
/// b62 策略管理 时间
|
||
/// </summary>
|
||
public string clgl_time { get; set; }
|
||
|
||
/// <summary>
|
||
/// b63 策略管理 动作
|
||
/// </summary>
|
||
public string clgl_dongzuo { get; set; }
|
||
|
||
}
|
||
}
|