Variable $MsgVpnAclProfileClientConnectExceptionConst

$MsgVpnAclProfileClientConnectException: {
    properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        clientConnectExceptionAddress: {
            description: "The IP address/netmask of the client connect exception in CIDR form.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        clientConnectExceptionAddress: {
            description: "The IP address/netmask of the client connect exception in CIDR form.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    }
    • aclProfileName: {
          description: "The name of the ACL Profile.";
          type: "string";
      }
      • description: "The name of the ACL Profile."
      • type: "string"
    • clientConnectExceptionAddress: {
          description: "The IP address/netmask of the client connect exception in CIDR form.";
          type: "string";
      }
      • description: "The IP address/netmask of the client connect exception in CIDR form."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"